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 40 , m_orient(VERTICAL)
56 m_orient = BOTH;
58 m_orient = HORIZONTAL;
60 m_orient = VERTICAL;
65 , m_orient(initializer.orient)
OverflowEvent.h 62 unsigned short orient() const { return m_orient; }
75 unsigned short m_orient; member in class:WebCore::FINAL

Completed in 52 milliseconds