OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedShowWindow
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/overview/
window_selector.cc
173
class
ScopedShowWindow
: public aura::WindowObserver {
175
ScopedShowWindow
();
176
virtual ~
ScopedShowWindow
();
199
DISALLOW_COPY_AND_ASSIGN(
ScopedShowWindow
);
202
ScopedShowWindow
::
ScopedShowWindow
()
208
void
ScopedShowWindow
::Show(aura::Window* window) {
218
ScopedShowWindow
::~
ScopedShowWindow
() {
234
void
ScopedShowWindow
::CancelRestore()
[
all
...]
window_selector.h
33
class
ScopedShowWindow
;
115
scoped_ptr<
ScopedShowWindow
> showing_window_;
Completed in 23 milliseconds