search for: parentoffset

Displaying 2 results from an estimated 2 matches for "parentoffset".

2012 Mar 19
24
[PATCHv2 00/11] arm: pass a device tree to dom0
This series of patches makes Xen pass a (somewhat) valid device tree to dom0. The device tree for dom0 is the same as the one supplied to Xen except the memory and chosen nodes are adjusted appropriately. We don''t yet make use of the device tree to map MMIO regions or setup interrupts for the guest and we still include the UART used for Xen''s console. Note that loading Linux
2006 May 16
4
Positioning
...ing scrolling into account or anything fancy). positionedOffset - This will return the same thing as cumulativeOffset most of the time, but if the element is contained in a positioned element (''absolute'' or ''relative'') then it returns the coordinates from the parentOffset of the element (which is the top-level element that is actually positioned). page - This is the one I really don''t understand. It seems like it is calculating the cumulativeOffset - realOffset. But I can''t figure out the purpose or why it is called "page". Any point...