Searched refs:did_handle (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/cc/scheduler/
H A Dscheduler.h94 void BeginMainFrameAborted(bool did_handle);
H A Dscheduler_state_machine.h203 // If did_handle is false, then another commit will be retried soon.
204 void BeginMainFrameAborted(bool did_handle);
H A Dscheduler.cc101 void Scheduler::BeginMainFrameAborted(bool did_handle) { argument
103 state_machine_.BeginMainFrameAborted(did_handle);
H A Dscheduler_state_machine.cc1070 void SchedulerStateMachine::BeginMainFrameAborted(bool did_handle) { argument
1072 if (did_handle) {
/external/chromium_org/cc/trees/
H A Dthread_proxy.cc814 bool did_handle = false; local
819 did_handle));
885 bool did_handle = true; local
890 did_handle));
1013 void ThreadProxy::BeginMainFrameAbortedOnImplThread(bool did_handle) { argument
1020 if (did_handle)
1022 layer_tree_host_impl_->BeginMainFrameAborted(did_handle);
1023 scheduler_on_impl_thread_->BeginMainFrameAborted(did_handle);
H A Dthread_proxy.h166 void BeginMainFrameAbortedOnImplThread(bool did_handle);
H A Dlayer_tree_host_impl.h165 virtual void BeginMainFrameAborted(bool did_handle);
H A Dlayer_tree_host_impl.cc306 void LayerTreeHostImpl::BeginMainFrameAborted(bool did_handle) { argument
310 if (did_handle) {
H A Dlayer_tree_host_unittest.cc2668 LayerTreeHostImpl *host_impl, bool did_handle) OVERRIDE {
/external/chromium_org/cc/test/
H A Dlayer_tree_test.cc87 virtual void BeginMainFrameAborted(bool did_handle) OVERRIDE {
88 LayerTreeHostImpl::BeginMainFrameAborted(did_handle);
89 test_hooks_->BeginMainFrameAbortedOnThread(this, did_handle);
H A Dlayer_tree_test.h39 bool did_handle) {}
38 BeginMainFrameAbortedOnThread(LayerTreeHostImpl* host_impl, bool did_handle) argument

Completed in 362 milliseconds