/external/chromium_org/cc/debug/ |
invalidation_benchmark.cc | 64 void InvalidationBenchmark::DidUpdateLayers(LayerTreeHost* host) {
|
micro_benchmark_controller.cc | 58 MicroBenchmarkController::MicroBenchmarkController(LayerTreeHost* host)
|
picture_record_benchmark.cc | 57 void PictureRecordBenchmark::DidUpdateLayers(LayerTreeHost* host) {
|
rasterize_and_record_benchmark.cc | 55 void RasterizeAndRecordBenchmark::DidUpdateLayers(LayerTreeHost* host) {
|
/external/chromium_org/cc/layers/ |
texture_layer.h | 139 virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE;
|
tiled_layer.h | 32 virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE;
|
content_layer.cc | 55 void ContentLayer::SetLayerTreeHost(LayerTreeHost* host) {
|
picture_layer.cc | 59 void PictureLayer::SetLayerTreeHost(LayerTreeHost* host) {
|
painted_scrollbar_layer.cc | 155 void PaintedScrollbarLayer::SetLayerTreeHost(LayerTreeHost* host) {
|
texture_layer.cc | 183 void TextureLayer::SetLayerTreeHost(LayerTreeHost* host) {
|
tiled_layer_unittest.cc | 49 class SynchronousOutputSurfaceLayerTreeHost : public LayerTreeHost { 73 LayerTreeHost::OnCreateAndInitializeOutputSurfaceAttempted(success); 84 : LayerTreeHost(client, manager, settings), 86 LayerTreeHost::InitializeThreaded(base::MessageLoopProxy::current(), 683 // Create a LayerTreeHost that has the right viewportsize, [all...] |
scrollbar_layer_unittest.cc | 637 class FakeLayerTreeHost : public LayerTreeHost { 641 : LayerTreeHost(client, NULL, settings), [all...] |
texture_layer_unittest.cc | 51 class MockLayerTreeHost : public LayerTreeHost { 54 : LayerTreeHost(client, NULL, LayerTreeSettings()) { [all...] |
layer.cc | 109 void Layer::SetLayerTreeHost(LayerTreeHost* host) { [all...] |
/external/chromium_org/content/test/ |
web_layer_tree_view_impl_for_testing.cc | 45 layer_tree_host_ = cc::LayerTreeHost::CreateSingleThreaded(
|
/external/chromium_org/cc/test/ |
layer_tree_test.cc | 55 LayerTreeHost* host, 102 LayerTreeHost* host, 261 // Implementation of LayerTreeHost callback interface. 327 // Adapts LayerTreeHost for test. Injects LayerTreeHostImplForTesting. 328 class LayerTreeHostForTesting : public LayerTreeHost { 365 LayerTreeHost::SetNeedsCommit(); 376 : LayerTreeHost(client, NULL, settings),
|
/external/chromium_org/ui/compositor/ |
compositor.cc | 143 host_ = cc::LayerTreeHost::CreateThreaded( 150 host_ = cc::LayerTreeHost::CreateSingleThreaded(
|
/external/chromium_org/cc/trees/ |
thread_proxy.cc | 49 LayerTreeHost* layer_tree_host, 58 LayerTreeHost* layer_tree_host, 88 LayerTreeHost* host) 542 LayerTreeHost* ThreadProxy::layer_tree_host() { 546 const LayerTreeHost* ThreadProxy::layer_tree_host() const { 726 // If the commit finishes, LayerTreeHost will transfer its swap promises to [all...] |
single_thread_proxy.cc | 25 LayerTreeHost* layer_tree_host, 34 LayerTreeHost* layer_tree_host,
|
layer_tree_host_unittest.cc | 833 // from LayerTreeHost to LayerTreeHostImpl in the MT compositor. [all...] |
layer_tree_host_unittest_scroll.cc | [all...] |
/external/chromium_org/android_webview/browser/ |
hardware_renderer.cc | 104 cc::LayerTreeHost::CreateSingleThreaded(this, this, NULL, settings, NULL);
|
/external/chromium_org/mojo/services/html_viewer/ |
weblayertreeview_impl.cc | 44 cc::LayerTreeHost::CreateThreaded(this,
|
/external/chromium_org/content/renderer/gpu/ |
render_widget_compositor.cc | 540 cc::LayerTreeHost::CreateThreaded(this, 546 layer_tree_host_ = cc::LayerTreeHost::CreateSingleThreaded(
|
/external/chromium_org/content/browser/renderer_host/ |
compositor_impl_android.cc | 460 host_ = cc::LayerTreeHost::CreateSingleThreaded(
|