HomeSort by relevance Sort by last modified time
    Searched refs:did_handle (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/cc/trees/
thread_proxy.cc 737 bool did_handle = false; local
742 did_handle));
749 bool did_handle = false; local
754 did_handle));
828 bool did_handle = true; local
833 did_handle));
932 void ThreadProxy::BeginMainFrameAbortedOnImplThread(bool did_handle) {
939 if (did_handle)
941 impl().layer_tree_host_impl->BeginMainFrameAborted(did_handle);
942 impl().scheduler->BeginMainFrameAborted(did_handle);
    [all...]
single_thread_proxy.cc 621 // did_handle is always false.
622 bool did_handle = false; local
623 layer_tree_host_impl_->BeginMainFrameAborted(did_handle);
624 scheduler_on_impl_thread_->BeginMainFrameAborted(did_handle);
thread_proxy.h 259 void BeginMainFrameAbortedOnImplThread(bool did_handle);
layer_tree_host_impl.h 181 virtual void BeginMainFrameAborted(bool did_handle);
layer_tree_host_impl.cc 318 void LayerTreeHostImpl::BeginMainFrameAborted(bool did_handle) {
322 if (did_handle) {
    [all...]
layer_tree_host_unittest.cc     [all...]
  /external/chromium_org/cc/scheduler/
scheduler.h 95 void BeginMainFrameAborted(bool did_handle);
scheduler_state_machine.h 202 // If did_handle is false, then another commit will be retried soon.
203 void BeginMainFrameAborted(bool did_handle);
scheduler_state_machine.cc     [all...]
scheduler.cc 230 void Scheduler::BeginMainFrameAborted(bool did_handle) {
232 state_machine_.BeginMainFrameAborted(did_handle);
  /external/chromium_org/cc/test/
layer_tree_test.cc 151 virtual void BeginMainFrameAborted(bool did_handle) OVERRIDE {
152 LayerTreeHostImpl::BeginMainFrameAborted(did_handle);
153 test_hooks_->BeginMainFrameAbortedOnThread(this, did_handle);
layer_tree_test.h 40 bool did_handle) {}

Completed in 1609 milliseconds