Searched refs:set_app_id (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/chrome/browser/
H A Dshell_integration_win_unittest.cc109 temp_properties.set_app_id(L"Dumbo");
115 temp_properties.set_app_id(L"Dumbo");
123 temp_properties.set_app_id(chrome_app_id_);
132 temp_properties.set_app_id(chrome_app_id_is_prefix);
140 temp_properties.set_app_id(same_size_as_chrome_app_id);
153 temp_properties.set_app_id(L"Dumbo");
162 temp_properties.set_app_id(L"Dumbo");
171 temp_properties.set_app_id(L"Dumbo");
181 temp_properties.set_app_id(L"Dumbo");
191 temp_properties.set_app_id(
[all...]
H A Dshell_integration_win.cc503 updated_properties.set_app_id(expected_app_id);
507 updated_properties.set_app_id(expected_app_id);
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_update_service.h43 void set_app_id(const std::string& app_id) { app_id_ = app_id; } function in class:chromeos::KioskAppUpdateService
H A Dkiosk_app_update_service_browsertest.cc70 update_service_->set_app_id(app_->id());
H A Dapp_session_lifetime.cc142 update_service->set_app_id(app_id);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_backend_test_util.cc101 tracker->set_app_id(parent_tracker->app_id());
120 tracker->set_app_id(parent_tracker->app_id());
H A Dmetadata_database_unittest.cc337 tracker.set_app_id(parent_tracker.app_id());
356 app_root.tracker.set_app_id(app_id);
641 app_root.tracker.set_app_id(app_root.metadata.details().title());
665 app_root.tracker.set_app_id(app_root.metadata.details().title());
679 folder.tracker.set_app_id("foo");
700 folder.tracker.set_app_id(std::string());
707 app_root.tracker.set_app_id(std::string());
724 app_root_tracker.set_app_id(app_root.details().title());
775 app_root_tracker.set_app_id(app_root.details().title());
936 app_root.tracker.set_app_id(app_roo
[all...]
H A Dmetadata_database_index_on_disk_unittest.cc67 app_root_tracker->set_app_id("app_id");
307 app_root_tracker->set_app_id("app_id_2");
319 app_root_tracker->set_app_id("app_id_3");
331 app_root_tracker->set_app_id("app_id_3");
H A Dmetadata_database_index_unittest.cc41 app_root_tracker->set_app_id("app_id");
H A Dregister_app_task_unittest.cc157 tracker.set_app_id(app_id);
H A Dmetadata_database.cc670 tracker->set_app_id(app_id);
1375 tracker->set_app_id(parent_tracker.app_id());
/external/chromium_org/base/win/
H A Dshortcut.h83 void set_app_id(const string16& app_id_in) { function in struct:base::win::ShortcutProperties
H A Dshortcut_unittest.cc44 link_properties_.set_app_id(L"Chrome");
61 link_properties_2_.set_app_id(L"Chrome.UserLevelCrazySuffix");
293 expected_properties.set_app_id(string16());
H A Dshortcut.cc253 properties->set_app_id(L"");
256 properties->set_app_id(pv_app_id.get().pwszVal);
/external/chromium_org/chrome/installer/util/
H A Dchrome_app_host_operations.cc120 properties->set_app_id(ShellUtil::BuildAppModelId(components));
H A Dchrome_browser_operations.cc133 properties->set_app_id(
H A Dshell_util.h134 void set_app_id(const base::string16& app_id_in) { function in struct:ShellUtil::ShortcutProperties
H A Dshell_util_unittest.cc87 test_properties_.set_app_id(L"Polar.Bear");
163 expected_properties.set_app_id(properties.app_id);
166 expected_properties.set_app_id(ShellUtil::GetBrowserModelId(dist, true));
/external/chromium_org/chrome/installer/setup/
H A Dinstall_unittest.cc86 expected_properties_.set_app_id(chrome_properties.app_id);
317 dummy_properties.set_app_id(L"El.Dummiest");
347 dummy_properties.set_app_id(L"El.Dummiest");
/external/chromium_org/chrome/browser/web_applications/
H A Dupdate_shortcut_worker_win.cc214 shortcut_properties.set_app_id(app_id);
H A Dweb_app_win.cc244 shortcut_properties.set_app_id(app_id);
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_service_win.cc200 shortcut_properties.set_app_id(app_model_id);
/external/chromium_org/google_apis/drive/
H A Dgdata_wapi_parser.h92 void set_app_id(const std::string& app_id) { app_id_ = app_id; } function in class:google_apis::Link
H A Ddrive_api_requests.h181 void set_app_id(const std::string& app_id) { app_id_ = app_id; } function in class:google_apis::drive::FilesAuthorizeRequest
639 void set_app_id(const std::string& app_id) { app_id_ = app_id; } function in class:google_apis::drive::AppsDeleteRequest
/external/chromium_org/chrome/browser/drive/
H A Ddrive_api_service.cc659 request->set_app_id(app_id);
682 request->set_app_id(app_id);

Completed in 276 milliseconds

12