OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:have_wheel_event_handlers
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/layers/
layer.h
290
void SetHaveWheelEventHandlers(bool
have_wheel_event_handlers
);
291
bool
have_wheel_event_handlers
() const { return have_wheel_event_handlers_; }
function in class:cc::Layer
layer_impl.h
422
void SetHaveWheelEventHandlers(bool
have_wheel_event_handlers
) {
423
have_wheel_event_handlers_ =
have_wheel_event_handlers
;
425
bool
have_wheel_event_handlers
() const { return have_wheel_event_handlers_; }
function in class:cc::LayerImpl
Completed in 48 milliseconds