OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:activationchangeobserverimpl
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/views/controls/menu/
menu_controller_aura.cc
21
//
ActivationChangeObserverImpl
is used to observe activation changes and close
24
class
ActivationChangeObserverImpl
29
ActivationChangeObserverImpl
(MenuController* controller,
38
virtual ~
ActivationChangeObserverImpl
() {
76
DISALLOW_COPY_AND_ASSIGN(
ActivationChangeObserverImpl
);
89
scoped_ptr<
ActivationChangeObserverImpl
> observer;
91
observer.reset(new
ActivationChangeObserverImpl
(this, root));
Completed in 41 milliseconds