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

  /external/chromium_org/cc/layers/
layer.h 285 void SetHaveScrollEventHandlers(bool have_scroll_event_handlers);
286 bool have_scroll_event_handlers() const { function in class:cc::Layer
layer_impl.h 427 void SetHaveScrollEventHandlers(bool have_scroll_event_handlers) {
428 have_scroll_event_handlers_ = have_scroll_event_handlers;
430 bool have_scroll_event_handlers() const { function in class:cc::LayerImpl

Completed in 53 milliseconds