OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanWindowReceiveEvents
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ash/wm/
system_modal_container_event_filter_delegate.h
19
virtual bool
CanWindowReceiveEvents
(aura::Window* window) = 0;
system_modal_container_event_filter.cc
23
if (!delegate_->
CanWindowReceiveEvents
(target))
30
if (!delegate_->
CanWindowReceiveEvents
(target))
system_modal_container_layout_manager.h
61
bool
CanWindowReceiveEvents
(aura::Window* window);
system_modal_container_layout_manager.cc
130
bool SystemModalContainerLayoutManager::
CanWindowReceiveEvents
(
/external/chromium_org/ash/
shell.h
603
virtual bool
CanWindowReceiveEvents
(aura::Window* window) OVERRIDE;
shell.cc
[
all
...]
Completed in 86 milliseconds