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

  /external/chromium_org/cc/layers/
layer.h 220 void SetHaveWheelEventHandlers(bool have_wheel_event_handlers);
layer_impl.h 344 void SetHaveWheelEventHandlers(bool have_wheel_event_handlers) {
layer.cc 609 void Layer::SetHaveWheelEventHandlers(bool have_wheel_event_handlers) {
759 layer->SetHaveWheelEventHandlers(have_wheel_event_handlers_);
layer_impl.cc 406 layer->SetHaveWheelEventHandlers(have_wheel_event_handlers_);
    [all...]
layer_unittest.cc 558 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetHaveWheelEventHandlers(true));
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 250 void WebLayerImpl::setHaveWheelEventHandlers(bool have_wheel_event_handlers) {
251 layer_->SetHaveWheelEventHandlers(have_wheel_event_handlers);
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 547 root->SetHaveWheelEventHandlers(true);
    [all...]

Completed in 228 milliseconds