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

  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h 120 bool isForMainFrame(ScrollableArea*) const;
ScrollingCoordinator.cpp 308 bool isMainFrame = isForMainFrame(scrollableArea);
357 bool layerScrollShouldFireGraphicsLayerDidScroll = isForMainFrame(scrollableArea) && !pinchVirtualViewportEnabled;
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewClientTest.java 400 assertTrue(client.interceptRequest.isForMainFrame());

Completed in 215 milliseconds