Home
last modified time | relevance | path

Searched refs:verticalOverflow (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DOverflowEvent.h38 bool verticalOverflow; member
53 …ontalOverflowChanged, bool horizontalOverflow, bool verticalOverflowChanged, bool verticalOverflow) in create() argument
55 …owEvent(horizontalOverflowChanged, horizontalOverflow, verticalOverflowChanged, verticalOverflow)); in create()
62 void initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow);
66 bool verticalOverflow() const { return m_verticalOverflow; } in verticalOverflow() function
72 …ntalOverflowChanged, bool horizontalOverflow, bool verticalOverflowChanged, bool verticalOverflow);
DOverflowEvent.cpp36 , verticalOverflow(false) in OverflowEventInit()
49 …ontalOverflowChanged, bool horizontalOverflow, bool verticalOverflowChanged, bool verticalOverflow) in OverflowEvent() argument
52 , m_verticalOverflow(verticalOverflow) in OverflowEvent()
69 , m_verticalOverflow(initializer.verticalOverflow) in OverflowEvent()
79 …flowEvent::initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow) in initOverflowEvent() argument
86 m_verticalOverflow = verticalOverflow; in initOverflowEvent()
DOverflowEvent.idl35 [InitializedByEventConstructor] readonly attribute boolean verticalOverflow;
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2455 void FrameView::updateOverflowStatus(bool horizontalOverflow, bool verticalOverflow) in updateOverflowStatus() argument
2462 m_verticalOverflow = verticalOverflow; in updateOverflowStatus()
2468 bool verticalOverflowChanged = (m_verticalOverflow != verticalOverflow); in updateOverflowStatus()
2472 m_verticalOverflow = verticalOverflow; in updateOverflowStatus()
2474 …::create(horizontalOverflowChanged, horizontalOverflow, verticalOverflowChanged, verticalOverflow); in updateOverflowStatus()
DFrameView.h380 void updateOverflowStatus(bool horizontalOverflow, bool verticalOverflow);