OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnAppActivated
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/plugin/
plugin_thread.h
45
void
OnAppActivated
();
/external/chromium_org/apps/
app_lifetime_monitor.h
36
virtual void
OnAppActivated
(Profile* profile,
app_restore_service.h
46
virtual void
OnAppActivated
(Profile* profile,
app_lifetime_monitor.cc
113
FOR_EACH_OBSERVER(Observer, observers_,
OnAppActivated
(profile_, app_id));
app_restore_service.cc
90
void AppRestoreService::
OnAppActivated
(Profile* profile,
/external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac.h
79
virtual void
OnAppActivated
(Profile* profile,
extension_app_shim_handler_mac_unittest.cc
221
handler_->
OnAppActivated
(&profile_a_, kTestAppIdA);
245
handler_->
OnAppActivated
(&profile_a_, kTestAppIdA);
extension_app_shim_handler_mac.cc
380
void ExtensionAppShimHandler::
OnAppActivated
(Profile* profile,
Completed in 2340 milliseconds