Searched refs:app_id_ (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium_org/chrome/browser/chromeos/login/test/
H A Dapp_window_waiter.cc13 : registry_(registry), app_id_(app_id), window_(NULL) {
22 window_ = registry_->GetCurrentAppWindowForApp(app_id_);
35 if (app_window->extension_id() == app_id_) {
H A Dapp_window_waiter.h36 std::string app_id_; member in class:chromeos::AppWindowWaiter
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_uninstaller.cc19 app_id_(extension_id),
29 GetInstalledExtension(app_id_);
44 service->GetInstalledExtension(app_id_);
46 service->UninstallExtension(app_id_,
H A Dapp_context_menu.cc60 app_id_(app_id),
71 if (!controller_->IsExtensionInstalled(profile_, app_id_))
79 if (app_id_ == extension_misc::kChromeAppId) {
106 controller_->IsAppPinned(app_id_) ?
153 extensions::MenuItem::ExtensionKey(app_id_),
185 return controller_->IsAppPinned(app_id_) ?
209 profile_, app_id_)) + USE_LAUNCH_TYPE_COMMAND_START == command_id;
222 return controller_->HasOptionsPage(profile_, app_id_);
224 return controller_->UserMayModifySettings(profile_, app_id_);
251 if (controller_->IsAppPinned(app_id_))
[all...]
H A Dextension_uninstaller.h33 std::string app_id_; member in class:ExtensionUninstaller
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_item_controller.cc19 app_id_(app_id),
30 return app_id_;
35 if (app_id_.empty())
41 app_id_, extensions::ExtensionRegistry::EVERYTHING);
H A Dchrome_launcher_app_menu_item_v2app.cc18 app_id_(app_id),
32 launcher_controller_->ActivateShellApp(app_id_, app_index_);
H A Dchrome_launcher_app_menu_item_v2app.h38 const std::string app_id_; member in class:ChromeLauncherAppMenuItemV2App
/external/chromium_org/components/gcm_driver/
H A Dfake_gcm_app_handler.cc31 app_id_ = app_id;
40 app_id_ = app_id;
50 app_id_ = app_id;
60 app_id_ = app_id;
68 app_id_.clear();
H A Dfake_gcm_app_handler.h31 const std::string& app_id() const { return app_id_; }
57 std::string app_id_; member in class:gcm::FakeGCMAppHandler
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_external_update_validator.cc22 app_id_(app_id),
48 LOG(ERROR) << "Failed to unpack external kiosk crx file: " << app_id_ << " "
56 app_id_));
65 DCHECK(app_id_ == extension->id());
71 LOG(ERROR) << "Can't find minimum browser version for app " << app_id_;
81 app_id_,
H A Dkiosk_app_update_service.cc79 if (extension->id() != app_id_)
84 KioskAppManager::Get()->ClearAppData(app_id_);
86 app_id_, profile_, extension);
90 app_id_,
114 profile_, app_id_, restart_reason);
123 if (app_id != app_id_)
128 app_id_,
H A Dstartup_app_launcher.cc72 app_id_(app_id),
80 DCHECK(crx_file::id_util::IdIsValid(app_id_));
167 ->IsIdPending(app_id_)) {
179 extension_service()->GetInstalledExtension(app_id_);
180 bool crx_cached = KioskAppManager::Get()->HasCachedCrx(app_id_);
249 ->GetInstalledExtension(app_id_);
273 if (extension_id != app_id_)
306 if (app_id != app_id_ || !wait_for_crx_update_)
310 if (KioskAppManager::Get()->HasCachedCrx(app_id_))
323 extension_service()->GetInstalledExtension(app_id_);
[all...]
H A Dkiosk_app_update_service.h43 void set_app_id(const std::string& app_id) { app_id_ = app_id; }
44 std::string get_app_id() const { return app_id_; }
68 std::string app_id_; member in class:chromeos::KioskAppUpdateService
H A Dkiosk_diagnosis_runner.h40 std::string app_id_; member in class:chromeos::KioskDiagnosisRunner
H A Dkiosk_app_data.cc263 app_id_(app_id),
284 std::string app_key = std::string(KioskAppManager::kKeyApps) + '.' + app_id_;
301 ->GetInstalledExtension(app_id_);
304 DCHECK_EQ(app_id_, app->id());
334 delegate_->OnKioskAppDataChanged(app_id_);
337 delegate_->OnKioskAppDataLoadFailure(app_id_);
347 std::string app_key = std::string(KioskAppManager::kKeyApps) + '.' + app_id_;
370 std::string app_key = std::string(KioskAppManager::kKeyApps) + '.' + app_id_;
396 cache_dir.AppendASCII(app_id_).AddExtension(kIconFileExtension);
407 << ", id=" << app_id_;
[all...]
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dapp_shim_host_mac.cc19 apps::AppShimHandler* handler = apps::AppShimHandler::GetForAppMode(app_id_);
40 return app_id_;
77 app_id_ = app_id;
79 apps::AppShimHandler* handler = apps::AppShimHandler::GetForAppMode(app_id_);
89 apps::AppShimHandler* handler = apps::AppShimHandler::GetForAppMode(app_id_);
96 apps::AppShimHandler* handler = apps::AppShimHandler::GetForAppMode(app_id_);
103 apps::AppShimHandler* handler = apps::AppShimHandler::GetForAppMode(app_id_);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Duninstall_app_task.cc28 app_id_(app_id),
44 SyncStatusCode status = metadata_database()->UnregisterApp(app_id_);
53 sync_root_tracker_id, app_id_, &trackers) ||
88 status = metadata_database()->UnregisterApp(app_id_);
H A Dregister_app_task.cc38 app_id_(app_id),
47 metadata_database()->FindAppRootTracker(app_id_, NULL);
64 sync_root, app_id_, &trackers)) {
96 sync_root_tracker.file_id(), app_id_));
172 metadata_database()->RegisterApp(app_id_, tracker.file_id());
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dapp_result.cc36 app_id_(app_id),
39 set_id(extensions::Extension::GetBaseURLFromExtensionId(app_id_).spec());
45 ->GetInstalledExtension(app_id_);
94 ->GetInstalledExtension(app_id_);
99 if (!extensions::util::IsAppLaunchable(app_id_, profile_))
121 new AppResult(profile_, app_id_, controller_));
135 this, profile_, app_id_, controller_));
157 if (extensions::util::IsAppLaunchableWithoutEnabling(app_id_, profile_))
164 profile_, app_id_, this));
174 if (!extensions::util::IsAppLaunchable(app_id_, profile
[all...]
H A Dapp_search_provider.cc31 : app_id_(extension->id()),
36 const std::string& app_id() const { return app_id_; }
41 const std::string app_id_; member in class:app_list::AppSearchProvider::App
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
H A Dwebstore_result.cc72 app_id_(app_id),
81 set_id(extensions::Extension::GetBaseURLFromExtensionId(app_id_).spec());
109 GURL(extension_urls::GetWebstoreItemDetailURLPrefix() + app_id_),
133 app_id_,
149 install_tracker_->GetActiveInstall(app_id_);
164 extensions::util::IsExtensionInstalledPermanently(app_id_, profile_);
219 app_id_,
230 app_id_,
274 if (extension_id != app_id_ || percent_downloaded < 0)
284 if (extension->id() != app_id_)
[all...]
/external/chromium_org/chrome/browser/chromeos/login/
H A Dapp_launch_controller.cc65 app_id_(app_id),
86 if (app_window->extension_id() == app_id_) {
97 std::string app_id_; member in class:chromeos::AppLaunchController::AppWindowWatcher
112 app_id_(app_id),
143 app_launch_splash_screen_actor_->Show(app_id_);
147 CHECK(KioskAppManager::Get()->GetApp(app_id_, &app));
248 new StartupAppLauncher(profile_, app_id_, diagnostic_mode_, this));
368 app_launch_splash_screen_actor_->Show(app_id_);
411 app_window_watcher_.reset(new AppWindowWatcher(this, app_id_));
/external/chromium_org/athena/content/
H A Dapp_activity_registry.h59 const std::string& app_id() const { return app_id_; }
89 std::string app_id_; member in class:athena::AppActivityRegistry
H A Dapp_activity_registry.cc28 app_id_(app_id),
109 ExtensionsDelegate::Get(browser_context_)->LaunchApp(app_id_);
113 if (!ExtensionsDelegate::Get(browser_context_)->UnloadApp(app_id_)) {

Completed in 6735 milliseconds

123