Searched refs:UnloadApp (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/athena/extensions/test/
H A Dtest_extensions_delegate.cc27 virtual bool UnloadApp(const std::string& app_id) OVERRIDE { return false; }
/external/chromium_org/athena/extensions/public/
H A Dextensions_delegate.h58 virtual bool UnloadApp(const std::string& app_id) = 0;
/external/chromium_org/athena/extensions/shell/
H A Dextensions_delegate_impl.cc42 virtual bool UnloadApp(const std::string& app_id) OVERRIDE { return false; }
/external/chromium_org/athena/extensions/chrome/
H A Dextensions_delegate_impl.cc87 virtual bool UnloadApp(const std::string& app_id) OVERRIDE {
/external/chromium_org/athena/content/
H A Dapp_activity_registry.cc113 if (!ExtensionsDelegate::Get(browser_context_)->UnloadApp(app_id_)) {
H A Dapp_activity_unittest.cc116 virtual bool UnloadApp(const std::string& app_id) OVERRIDE {
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service.h196 void UnloadApp();
H A Deasy_unlock_service_signin_chromeos.cc306 UnloadApp();
H A Deasy_unlock_service.cc482 void EasyUnlockService::UnloadApp() { function in class:EasyUnlockService

Completed in 319 milliseconds