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

  /external/chromium_org/cc/test/
layer_tree_json_parser_unittest.cc 79 child->SetHaveWheelEventHandlers(true);
layer_tree_json_parser.cc 109 new_layer->SetHaveWheelEventHandlers(wheel_handler);
  /external/chromium_org/cc/layers/
layer.h 290 void SetHaveWheelEventHandlers(bool have_wheel_event_handlers);
layer_impl.h 422 void SetHaveWheelEventHandlers(bool have_wheel_event_handlers) {
layer.cc 738 void Layer::SetHaveWheelEventHandlers(bool have_wheel_event_handlers) {
899 layer->SetHaveWheelEventHandlers(have_wheel_event_handlers_);
    [all...]
layer_impl.cc 519 layer->SetHaveWheelEventHandlers(have_wheel_event_handlers_);
    [all...]
layer_unittest.cc 561 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetHaveWheelEventHandlers(true));
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 276 void WebLayerImpl::setHaveWheelEventHandlers(bool have_wheel_event_handlers) {
277 layer_->SetHaveWheelEventHandlers(have_wheel_event_handlers);
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc     [all...]
layer_tree_host_impl_unittest.cc 534 root->SetHaveWheelEventHandlers(true);
    [all...]
layer_tree_host_common_unittest.cc     [all...]

Completed in 582 milliseconds