Searched refs:verticalOverflow (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | OverflowEvent.h | 38 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);
|
D | OverflowEvent.cpp | 36 , 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()
|
D | OverflowEvent.idl | 35 [InitializedByEventConstructor] readonly attribute boolean verticalOverflow;
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | FrameView.cpp | 2455 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()
|
D | FrameView.h | 380 void updateOverflowStatus(bool horizontalOverflow, bool verticalOverflow);
|