OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetNeedsUpdateLayers
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/cc/test/
layer_test_common.h
17
EXPECT_CALL(*layer_tree_host_,
SetNeedsUpdateLayers
()).Times((expect)); \
fake_proxy.h
32
virtual void
SetNeedsUpdateLayers
() OVERRIDE {}
layer_tree_test.cc
558
layer_tree_host_->
SetNeedsUpdateLayers
();
/external/chromium_org/cc/trees/
proxy.h
69
virtual void
SetNeedsUpdateLayers
() = 0;
single_thread_proxy.h
38
virtual void
SetNeedsUpdateLayers
() OVERRIDE;
thread_proxy.h
52
virtual void
SetNeedsUpdateLayers
() OVERRIDE;
212
// Set by SetNeedsAnimate,
SetNeedsUpdateLayers
, and SetNeedsCommit.
layer_tree_host.h
173
virtual void
SetNeedsUpdateLayers
();
single_thread_proxy.cc
181
void SingleThreadProxy::
SetNeedsUpdateLayers
() {
layer_tree_host.cc
533
void LayerTreeHost::
SetNeedsUpdateLayers
() {
534
proxy_->
SetNeedsUpdateLayers
();
[
all
...]
thread_proxy.cc
369
void ThreadProxy::
SetNeedsUpdateLayers
() {
374
TRACE_EVENT0("cc", "ThreadProxy::
SetNeedsUpdateLayers
");
[
all
...]
layer_tree_host_unittest.cc
[
all
...]
/external/chromium_org/cc/layers/
layer.cc
138
layer_tree_host_->
SetNeedsUpdateLayers
();
[
all
...]
texture_layer_unittest.cc
53
MOCK_METHOD0(
SetNeedsUpdateLayers
, void());
134
EXPECT_CALL(*layer_tree_host_,
SetNeedsUpdateLayers
()).Times(1);
[
all
...]
layer_unittest.cc
47
MOCK_METHOD0(
SetNeedsUpdateLayers
, void());
[
all
...]
Completed in 38 milliseconds