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

  /external/chromium_org/cc/test/
layer_tree_json_parser_unittest.cc 83 child->SetHaveWheelEventHandlers(true);
layer_tree_json_parser.cc 126 new_layer->SetHaveWheelEventHandlers(wheel_handler);
  /external/chromium_org/cc/layers/
layer.h 281 void SetHaveWheelEventHandlers(bool have_wheel_event_handlers);
layer.cc 703 void Layer::SetHaveWheelEventHandlers(bool have_wheel_event_handlers) {
882 layer->SetHaveWheelEventHandlers(have_wheel_event_handlers_);
    [all...]
layer_impl.h 406 void SetHaveWheelEventHandlers(bool have_wheel_event_handlers) {
layer_impl.cc 509 layer->SetHaveWheelEventHandlers(have_wheel_event_handlers_);
    [all...]
layer_unittest.cc 620 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetHaveWheelEventHandlers(true));
    [all...]
  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl.cc 311 void WebLayerImpl::setHaveWheelEventHandlers(bool have_wheel_event_handlers) {
312 layer_->SetHaveWheelEventHandlers(have_wheel_event_handlers);
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 585 root->SetHaveWheelEventHandlers(true);
    [all...]

Completed in 2350 milliseconds