HomeSort by relevance Sort by last modified time
    Searched defs:have_wheel_event_handlers (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/layers/
layer.h 281 void SetHaveWheelEventHandlers(bool have_wheel_event_handlers);
282 bool have_wheel_event_handlers() const { return have_wheel_event_handlers_; } function in class:cc::Layer
layer_impl.h 406 void SetHaveWheelEventHandlers(bool have_wheel_event_handlers) {
407 have_wheel_event_handlers_ = have_wheel_event_handlers;
409 bool have_wheel_event_handlers() const { return have_wheel_event_handlers_; } function in class:cc::LayerImpl

Completed in 128 milliseconds