OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AppLifetimeMonitor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/apps/
app_lifetime_monitor.cc
20
AppLifetimeMonitor
::
AppLifetimeMonitor
(Profile* profile)
39
AppLifetimeMonitor
::~
AppLifetimeMonitor
() {}
41
void
AppLifetimeMonitor
::AddObserver(Observer* observer) {
45
void
AppLifetimeMonitor
::RemoveObserver(Observer* observer) {
49
void
AppLifetimeMonitor
::Observe(int type,
80
void
AppLifetimeMonitor
::OnAppWindowRemoved(AppWindow* app_window) {
85
void
AppLifetimeMonitor
::OnAppWindowHidden(AppWindow* app_window) {
90
void
AppLifetimeMonitor
::OnAppWindowShown(AppWindow* app_window)
[
all
...]
app_lifetime_monitor.h
27
class
AppLifetimeMonitor
: public KeyedService,
52
explicit
AppLifetimeMonitor
(Profile* profile);
53
virtual ~
AppLifetimeMonitor
();
84
DISALLOW_COPY_AND_ASSIGN(
AppLifetimeMonitor
);
Completed in 296 milliseconds