OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:layer_tree_host_impl_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/cc/base/
swap_promise_monitor.h
39
LayerTreeHostImpl*
layer_tree_host_impl_
;
member in class:cc::SwapPromiseMonitor
/external/chromium_org/cc/debug/
micro_benchmark_controller_unittest.cc
23
layer_tree_host_impl_
=
32
layer_tree_host_impl_
.reset();
38
scoped_ptr<FakeLayerTreeHostImpl>
layer_tree_host_impl_
;
member in class:cc::__anon3829::MicroBenchmarkControllerTest
129
layer_tree_host_impl_
.get());
132
layer_tree_host_impl_
->CommitComplete();
/external/chromium_org/cc/trees/
single_thread_proxy.h
117
scoped_ptr<LayerTreeHostImpl>
layer_tree_host_impl_
;
member in class:cc::SingleThreadProxy
layer_tree_impl.h
238
LayerTreeHostImpl*
layer_tree_host_impl_
;
member in class:cc::LayerTreeImpl
thread_proxy.h
238
scoped_ptr<LayerTreeHostImpl>
layer_tree_host_impl_
;
member in class:cc::ThreadProxy
layer_tree_host_impl.cc
159
if (!
layer_tree_host_impl_
->proxy()->HasImplThread()) {
161
new DebugScopedSetImplThread(
layer_tree_host_impl_
->proxy()));
165
if (
layer_tree_host_impl_
->pending_tree()) {
166
layer_tree_host_impl_
->pending_tree()->UpdateDrawProperties();
167
layer_tree_host_impl_
->ManageTiles();
170
layer_tree_host_impl_
->Animate(
171
layer_tree_host_impl_
->CurrentFrameTimeTicks(),
172
layer_tree_host_impl_
->CurrentFrameTime());
173
layer_tree_host_impl_
->UpdateBackgroundAnimateTicking(true);
175
layer_tree_host_impl_
->UpdateAnimationState(start_ready_animations)
195
LayerTreeHostImpl*
layer_tree_host_impl_
;
member in class:cc::LayerTreeHostImplTimeSourceAdapter
[
all
...]
Completed in 76 milliseconds