OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_alignmentoffset
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingConstraints.h
51
:
m_alignmentOffset
(other.
m_alignmentOffset
)
64
FloatSize alignmentOffset() const { return
m_alignmentOffset
; }
65
void setAlignmentOffset(const FloatSize& offset) {
m_alignmentOffset
= offset; }
72
FloatSize
m_alignmentOffset
;
98
return
m_alignmentOffset
== other.
m_alignmentOffset
Completed in 850 milliseconds