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

  /external/chromium_org/third_party/WebKit/Source/core/events/
OverflowEvent.h 38 bool verticalOverflow;
53 static PassRefPtrWillBeRawPtr<OverflowEvent> create(bool horizontalOverflowChanged, bool horizontalOverflow, bool verticalOverflowChanged, bool verticalOverflow)
55 return adoptRefWillBeNoop(new OverflowEvent(horizontalOverflowChanged, horizontalOverflow, verticalOverflowChanged, verticalOverflow));
64 bool verticalOverflow() const { return m_verticalOverflow; }
72 OverflowEvent(bool horizontalOverflowChanged, bool horizontalOverflow, bool verticalOverflowChanged, bool verticalOverflow);
OverflowEvent.cpp 34 , verticalOverflow(false)
47 OverflowEvent::OverflowEvent(bool horizontalOverflowChanged, bool horizontalOverflow, bool verticalOverflowChanged, bool verticalOverflow)
50 , m_verticalOverflow(verticalOverflow)
67 , m_verticalOverflow(initializer.verticalOverflow)
OverflowEvent.idl 35 [InitializedByEventConstructor] readonly attribute boolean verticalOverflow;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h 351 void updateOverflowStatus(bool horizontalOverflow, bool verticalOverflow);
FrameView.cpp     [all...]

Completed in 452 milliseconds