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

  /external/chromium_org/ash/wm/
ash_activation_controller.cc 45 // Restore minimized window. This needs to be done before CanReceiveEvents()
54 if (window && !window->CanReceiveEvents())
  /external/chromium_org/ash/accelerators/
accelerator_dispatcher.cc 86 if (!ui::IsNoopEvent(event) && !associated_window_->CanReceiveEvents())
  /external/chromium_org/ui/oak/
oak_aura_window_display.cc 143 window_->CanReceiveEvents());
  /external/chromium_org/ui/aura/
root_window.h 279 virtual bool CanReceiveEvents() const OVERRIDE;
window.h 304 virtual bool CanReceiveEvents() const;
window.cc 609 bool Window::CanReceiveEvents() const {
616 return parent_ && IsVisible() && parent_->CanReceiveEvents();
    [all...]
root_window.cc 648 bool RootWindow::CanReceiveEvents() const {
    [all...]

Completed in 162 milliseconds