OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DidNotSwap
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/cc/base/
swap_promise.h
22
// output, SwapPromise::
DidNotSwap
() will be called.
25
// the behavior of DidSwap() and
DidNotSwap
(). Notice that the promise can
29
//
DidNotSwap
() are called at a particular thread. It is better to let the
31
// DidSwap() and
DidNotSwap
().
45
virtual void
DidNotSwap
(DidNotSwapReason reason) = 0;
latency_info_swap_promise.h
20
virtual void
DidNotSwap
(DidNotSwapReason reason) OVERRIDE;
latency_info_swap_promise.cc
42
void LatencyInfoSwapPromise::
DidNotSwap
(DidNotSwapReason reason) {
/external/chromium_org/cc/trees/
layer_tree_impl.cc
723
swap_promise_list_[i]->
DidNotSwap
(reason);
layer_tree_host.cc
[
all
...]
layer_tree_host_unittest.cc
[
all
...]
Completed in 111 milliseconds