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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
OverflowEvent.cpp 49 OverflowEvent::OverflowEvent(bool horizontalOverflowChanged, bool horizontalOverflow, bool verticalOverflowChanged, bool verticalOverflow)
54 ASSERT(horizontalOverflowChanged || verticalOverflowChanged);
57 if (horizontalOverflowChanged && verticalOverflowChanged)
OverflowEvent.h 53 static PassRefPtr<OverflowEvent> create(bool horizontalOverflowChanged, bool horizontalOverflow, bool verticalOverflowChanged, bool verticalOverflow)
55 return adoptRef(new OverflowEvent(horizontalOverflowChanged, horizontalOverflow, verticalOverflowChanged, verticalOverflow));
72 OverflowEvent(bool horizontalOverflowChanged, bool horizontalOverflow, bool verticalOverflowChanged, bool verticalOverflow);
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp     [all...]

Completed in 1023 milliseconds