HomeSort by relevance Sort by last modified time
    Searched refs:LayerTreeHost (Results 26 - 50 of 72) sorted by null

12 3

  /external/chromium_org/cc/debug/
micro_benchmark.cc 29 void MicroBenchmark::DidUpdateLayers(LayerTreeHost* host) {}
unittest_only_benchmark.cc 35 void UnittestOnlyBenchmark::DidUpdateLayers(LayerTreeHost* host) {
invalidation_benchmark.cc 64 void InvalidationBenchmark::DidUpdateLayers(LayerTreeHost* host) {
micro_benchmark_controller.cc 58 MicroBenchmarkController::MicroBenchmarkController(LayerTreeHost* host)
  /external/chromium_org/cc/layers/
delegated_renderer_layer.h 27 virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
ui_resource_layer.cc 22 static scoped_ptr<ScopedUIResourceHolder> Create(LayerTreeHost* host,
29 ScopedUIResourceHolder(LayerTreeHost* host, const SkBitmap& skbitmap) {
104 void UIResourceLayer::SetLayerTreeHost(LayerTreeHost* host) {
content_layer.h 44 virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE;
delegated_renderer_layer.cc 42 void DelegatedRendererLayer::SetLayerTreeHost(LayerTreeHost* host) {
picture_layer.h 30 virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
painted_scrollbar_layer.h 42 virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
layer.h 57 class LayerTreeHost;
332 virtual void SetLayerTreeHost(LayerTreeHost* host);
392 LayerTreeHost* layer_tree_host() { return layer_tree_host_; }
393 const LayerTreeHost* layer_tree_host() const { return layer_tree_host_; }
567 // Layer instances have a weak pointer to their LayerTreeHost.
570 LayerTreeHost* layer_tree_host_;
layer_unittest.cc 40 class MockLayerTreeHost : public LayerTreeHost {
43 : LayerTreeHost(client, NULL, LayerTreeSettings()) {
    [all...]
content_layer.cc 52 void ContentLayer::SetLayerTreeHost(LayerTreeHost* host) {
texture_layer.h 136 virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE;
  /external/chromium_org/cc/test/
fake_layer_tree_host.cc 10 : LayerTreeHost(client, NULL, settings),
layer_tree_pixel_test.h 26 class LayerTreeHost;
layer_tree_test.h 23 class LayerTreeHost;
182 LayerTreeHost* layer_tree_host() { return layer_tree_host_.get(); }
200 scoped_ptr<LayerTreeHost> layer_tree_host_;
  /external/chromium_org/cc/trees/
single_thread_proxy.h 19 class LayerTreeHost;
26 LayerTreeHost* layer_tree_host,
87 // LayerTreeHost::OnCreateAndInitializeOutputSurfaceAttempted with the result.
94 SingleThreadProxy(LayerTreeHost* layer_tree_host,
106 LayerTreeHost* layer_tree_host_;
layer_tree_host.h 64 // LayerTreeHost.
81 class CC_EXPORT LayerTreeHost {
84 static scoped_ptr<LayerTreeHost> CreateThreaded(
90 static scoped_ptr<LayerTreeHost> CreateSingleThreaded(
95 virtual ~LayerTreeHost();
99 // LayerTreeHost interface to Proxy.
253 // Obtains a thorough dump of the LayerTreeHost as a value.
284 // InsertSwapPromiseMonitor() to register itself with LayerTreeHost.
297 LayerTreeHost(LayerTreeHostClient* client,
388 base::OneShotTimer<LayerTreeHost> rate_limit_timer_
    [all...]
layer_tree_host_unittest_no_message_loop.cc 100 LayerTreeHost::CreateSingleThreaded(this, this, NULL, settings);
121 scoped_ptr<LayerTreeHost> layer_tree_host_;
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.h 29 class LayerTreeHost;
140 scoped_ptr<cc::LayerTreeHost> host_;
  /external/chromium_org/content/browser/android/
ui_resource_provider_impl.cc 20 void UIResourceProviderImpl::SetLayerTreeHost(cc::LayerTreeHost* host) {
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.h 29 class LayerTreeHost;
63 // is called on LayerTreeHost, the original latency info will be turned
68 // LayerTreeHost.
154 scoped_ptr<cc::LayerTreeHost> layer_tree_host_;
  /external/chromium_org/ui/compositor/
compositor.h 36 class LayerTreeHost;
275 scoped_ptr<cc::LayerTreeHost> host_;
  /external/chromium_org/mojo/examples/compositor_app/
compositor_host.cc 25 tree_ = cc::LayerTreeHost::CreateThreaded(

Completed in 422 milliseconds

12 3