HomeSort by relevance Sort by last modified time
    Searched refs:m_orient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/events/
OverflowEvent.cpp 42 , m_orient(VERTICAL)
58 m_orient = BOTH;
60 m_orient = HORIZONTAL;
62 m_orient = VERTICAL;
67 , m_orient(initializer.orient)
84 m_orient = orient;
OverflowEvent.h 64 unsigned short orient() const { return m_orient; }
75 unsigned short m_orient; member in class:WebCore::OverflowEvent

Completed in 890 milliseconds