HomeSort by relevance Sort by last modified time
    Searched refs:isCompositorFramePending (Results 1 - 8 of 8) 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/core/page/
ChromeClient.h 155 virtual bool isCompositorFramePending() const = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.h 119 virtual bool isCompositorFramePending() const OVERRIDE;
ChromeClientImpl.cpp 501 bool ChromeClientImpl::isCompositorFramePending() const
503 return m_webView->client()->isCompositorFramePending();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 138 virtual bool isCompositorFramePending() const OVERRIDE { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 306 bool isCompositorFramePending(Document*, ExceptionState&);
Internals.idl 273 [RaisesException] boolean isCompositorFramePending(Document document);
Internals.cpp     [all...]

Completed in 114 milliseconds