OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_layoutDelta
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/rendering/
LayoutState.h
88
IntSize
m_layoutDelta
; // Transient offset from the final position of the object
LayoutState.cpp
104
m_layoutDelta
= m_next->
m_layoutDelta
;
RenderView.h
111
return m_layoutState ? m_layoutState->
m_layoutDelta
: IntSize();
116
m_layoutState->
m_layoutDelta
+= delta;
Completed in 22 milliseconds