Searched defs:did_handle (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cc/scheduler/
H A Dscheduler_state_machine.cc1032 void SchedulerStateMachine::BeginMainFrameAborted(bool did_handle) { argument
1034 if (did_handle) {
H A Dscheduler.cc230 void Scheduler::BeginMainFrameAborted(bool did_handle) { argument
232 state_machine_.BeginMainFrameAborted(did_handle);
/external/chromium_org/cc/test/
H A Dlayer_tree_test.h40 bool did_handle) {}
39 BeginMainFrameAbortedOnThread(LayerTreeHostImpl* host_impl, bool did_handle) argument
/external/chromium_org/cc/trees/
H A Dsingle_thread_proxy.cc621 // 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);
H A Dthread_proxy.cc737 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) { argument
939 if (did_handle)
941 impl().layer_tree_host_impl->BeginMainFrameAborted(did_handle);
942 impl().scheduler->BeginMainFrameAborted(did_handle);
[all...]
H A Dlayer_tree_host_impl.cc318 void LayerTreeHostImpl::BeginMainFrameAborted(bool did_handle) { argument
322 if (did_handle) {

Completed in 99 milliseconds