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

  /external/chromium_org/third_party/WebKit/public/web/
WebWidgetClient.h 107 virtual bool isCompositorFramePending() const { return false; }
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.cpp 501 bool ChromeClientImpl::isCompositorFramePending() const
503 return m_webView->client()->isCompositorFramePending();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]

Completed in 159 milliseconds