OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsShelfWindow
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/shelf/
shelf_layout_manager.h
315
bool
IsShelfWindow
(aura::Window* window);
shelf_layout_manager.cc
135
// This also checks
IsShelfWindow
() to make sure we don't attempt to hide the
140
!shelf_->
IsShelfWindow
(static_cast<aura::Window*>(event->target()));
148
if (shelf_->
IsShelfWindow
(static_cast<aura::Window*>(event->target()))) {
[
all
...]
Completed in 96 milliseconds