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

  /external/chromium_org/athena/input/
input_manager_impl.cc 40 return window && !window->ignore_events();
  /external/chromium_org/ui/aura/
window.h 228 void set_ignore_events(bool ignore_events) { ignore_events_ = ignore_events; }
229 bool ignore_events() const { return ignore_events_; } function in class:aura::Window
window_targeter.cc 65 if (window->ignore_events())
window_event_dispatcher.cc 635 if (window->IsVisible() && !window->ignore_events()) {
    [all...]
  /external/chromium_org/v8/src/
debug.cc     [all...]
debug.h 505 inline bool ignore_events() const { return is_suppressed_ || !is_active_; } function in class:v8::internal::Debug

Completed in 94 milliseconds