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

  /external/webkit/Source/WebCore/dom/
OverflowEvent.cpp 35 , m_orient(VERTICAL)
49 m_orient = BOTH;
51 m_orient = HORIZONTAL;
53 m_orient = VERTICAL;
66 m_orient = orient;
OverflowEvent.h 52 unsigned short orient() const { return m_orient; }
62 unsigned short m_orient; member in class:WebCore::OverflowEvent

Completed in 80 milliseconds