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

  /external/chromium_org/third_party/WebKit/public/platform/
WebUnitTestSupport.h 35 class WebLayerTreeView;
58 // Constructs a WebLayerTreeView set up with reasonable defaults for
60 virtual WebLayerTreeView* createLayerTreeViewForTesting() { return 0; }
70 virtual WebLayerTreeView* createLayerTreeViewForTesting(TestViewType) { return 0; }
WebLayerTreeView.h 45 class WebLayerTreeView {
47 virtual ~WebLayerTreeView() { }
51 // Indicates that the compositing surface used by this WebLayerTreeView is ready to use.
52 // A WebLayerTreeView may request a context from its client before the surface is ready,
111 // pixels. The WebLayerTreeView does not assume ownership of the buffer.
  /external/chromium_org/third_party/WebKit/Source/web/
PinchViewports.h 50 class WebLayerTreeView;
66 void registerViewportLayersWithTreeView(WebLayerTreeView*) const;
67 void clearViewportLayersForTreeView(WebLayerTreeView*) const;
PinchViewports.cpp 46 #include "public/platform/WebLayerTreeView.h"
167 void PinchViewports::registerViewportLayersWithTreeView(WebLayerTreeView* layerTreeView) const
181 void PinchViewports::clearViewportLayersForTreeView(WebLayerTreeView* layerTreeView) const
WebViewImpl.h 107 class WebLayerTreeView;
559 WebLayerTreeView* layerTreeView() const { return m_layerTreeView; };
783 WebLayerTreeView* m_layerTreeView;
    [all...]
  /external/chromium_org/content/test/
test_webkit_platform_support.h 19 class WebLayerTreeView;
94 virtual blink::WebLayerTreeView* createLayerTreeViewForTesting();
95 virtual blink::WebLayerTreeView* createLayerTreeViewForTesting(
web_layer_tree_view_impl_for_testing.h 11 #include "third_party/WebKit/public/platform/WebLayerTreeView.h"
22 : public blink::WebLayerTreeView,
31 // blink::WebLayerTreeView implementation.
test_webkit_platform_support.cc 301 blink::WebLayerTreeView*
311 blink::WebLayerTreeView*
  /external/chromium_org/third_party/WebKit/public/web/
WebWidgetClient.h 36 #include "public/platform/WebLayerTreeView.h"
68 // layerTreeView() will return a valid WebLayerTreeView.
73 virtual WebLayerTreeView* layerTreeView() { return 0; }
WebWidget.h 45 class WebLayerTreeView;
232 // The WebLayerTreeView initialized on this WebWidgetClient will be going away and
  /external/chromium_org/third_party/WebKit/Source/web/tests/
CompositedLayerMappingTest.cpp 60 virtual WebLayerTreeView* layerTreeView()
66 OwnPtr<WebLayerTreeView> m_layerTreeView;
LinkHighlightTest.cpp 145 virtual WebLayerTreeView* layerTreeView() OVERRIDE
153 OwnPtr<WebLayerTreeView> m_layerTreeView;
GraphicsLayerTest.cpp 41 #include "public/platform/WebLayerTreeView.h"
87 OwnPtr<WebLayerTreeView> m_layerTreeView;
ScrollingCoordinatorChromiumTest.cpp 44 #include "public/platform/WebLayerTreeView.h"
60 virtual WebLayerTreeView* layerTreeView()
66 OwnPtr<WebLayerTreeView> m_layerTreeView;
WebFrameTest.cpp 128 virtual WebLayerTreeView* layerTreeView() OVERRIDE
136 OwnPtr<WebLayerTreeView> m_layerTreeView;
    [all...]
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.h 18 #include "third_party/WebKit/public/platform/WebLayerTreeView.h"
35 class RenderWidgetCompositor : public blink::WebLayerTreeView,
77 // WebLayerTreeView implementation.
  /external/chromium_org/content/renderer/
render_widget.h 132 virtual blink::WebLayerTreeView* layerTreeView();
render_widget.cc     [all...]

Completed in 739 milliseconds