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

  /external/chromium_org/content/renderer/input/
input_handler_proxy.cc 196 return DID_HANDLE;
227 return did_scroll ? DID_HANDLE : DROP_EVENT;
262 return DID_HANDLE;
286 return did_scroll ? DID_HANDLE : DROP_EVENT;
298 return DID_HANDLE;
303 return DID_HANDLE;
308 return DID_HANDLE;
316 return DID_HANDLE;
323 return DID_HANDLE;
409 return DID_HANDLE;
    [all...]
input_handler_proxy_unittest.cc 196 : expected_disposition_(InputHandlerProxy::DID_HANDLE) {
218 expected_disposition_ = InputHandlerProxy::DID_HANDLE;
282 expected_disposition_ = InputHandlerProxy::DID_HANDLE;
305 expected_disposition_ = InputHandlerProxy::DID_HANDLE;
373 expected_disposition_ = InputHandlerProxy::DID_HANDLE;
424 expected_disposition_ = InputHandlerProxy::DID_HANDLE;
480 expected_disposition_ = InputHandlerProxy::DID_HANDLE;
549 expected_disposition_ = InputHandlerProxy::DID_HANDLE;
656 expected_disposition_ = InputHandlerProxy::DID_HANDLE;
776 expected_disposition_ = InputHandlerProxy::DID_HANDLE;
    [all...]
input_handler_manager.cc 24 case InputHandlerProxy::DID_HANDLE:
input_handler_proxy.h 35 DID_HANDLE,
  /external/chromium_org/cc/trees/
thread_proxy.cc 739 bool did_handle = false; local
744 did_handle));
751 bool did_handle = false; local
756 did_handle));
830 bool did_handle = true; local
835 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...]
thread_proxy.h 255 void BeginMainFrameAbortedOnImplThread(bool did_handle);
layer_tree_host_impl.h 178 virtual void BeginMainFrameAborted(bool did_handle);
layer_tree_host_impl.cc 307 void LayerTreeHostImpl::BeginMainFrameAborted(bool did_handle) {
311 if (did_handle) {
    [all...]
layer_tree_host_unittest.cc     [all...]
  /external/chromium_org/cc/scheduler/
scheduler_state_machine.h 195 // If did_handle is false, then another commit will be retried soon.
196 void BeginMainFrameAborted(bool did_handle);
scheduler.h 92 void BeginMainFrameAborted(bool did_handle);
scheduler.cc 223 void Scheduler::BeginMainFrameAborted(bool did_handle) {
225 state_machine_.BeginMainFrameAborted(did_handle);
scheduler_state_machine.cc     [all...]
  /external/chromium_org/cc/test/
layer_tree_test.cc 150 virtual void BeginMainFrameAborted(bool did_handle) OVERRIDE {
151 LayerTreeHostImpl::BeginMainFrameAborted(did_handle);
152 test_hooks_->BeginMainFrameAbortedOnThread(this, did_handle);
layer_tree_test.h 40 bool did_handle) {}

Completed in 6248 milliseconds