OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_fixedMarginLeft
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/layers/
FixedPositioning.cpp
24
,
m_fixedMarginLeft
(position.
m_fixedMarginLeft
)
64
x +=
m_fixedMarginLeft
.calcFloatValue(w) + m_fixedLeft.calcFloatValue(w) - m_fixedRect.fLeft;
95
dumper->writeLength("fixedMarginLeft",
m_fixedMarginLeft
);
FixedPositioning.h
119
m_fixedMarginLeft
= marginLeft;
146
SkLength
m_fixedMarginLeft
;
/external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp
380
writeSkLength(stream, fixedPosition->
m_fixedMarginLeft
);
496
fixedPosition->
m_fixedMarginLeft
= readSkLength(stream);
Completed in 46 milliseconds