HomeSort by relevance Sort by last modified time
    Searched refs:set_app_id (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/chrome/browser/
shell_integration_win_unittest.cc 109 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(L"Dumbo")
    [all...]
shell_integration_win.cc 502 updated_properties.set_app_id(expected_app_id);
506 updated_properties.set_app_id(expected_app_id);
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_update_service.h 41 void set_app_id(const std::string& app_id) { app_id_ = app_id; } function in class:chromeos::KioskAppUpdateService
kiosk_app_update_service_browsertest.cc 69 update_service_->set_app_id(app_->id());
app_session_lifetime.cc 140 update_service->set_app_id(app_id);
  /external/chromium_org/base/win/
shortcut.h 83 void set_app_id(const string16& app_id_in) { function in struct:base::win::ShortcutProperties
shortcut_unittest.cc 44 link_properties_.set_app_id(L"Chrome");
61 link_properties_2_.set_app_id(L"Chrome.UserLevelCrazySuffix");
293 expected_properties.set_app_id(string16());
shortcut.cc 256 properties->set_app_id(L"");
259 properties->set_app_id(pv_app_id.get().pwszVal);
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database_index_unittest.cc 61 tracker->set_app_id(parent_tracker->app_id());
80 tracker->set_app_id(parent_tracker->app_id());
102 app_root_tracker->set_app_id("app_id");
metadata_database_unittest.cc 337 tracker.set_app_id(parent_tracker.app_id());
356 app_root.tracker.set_app_id(app_id);
647 app_root.tracker.set_app_id(app_root.metadata.details().title());
671 app_root.tracker.set_app_id(app_root.metadata.details().title());
685 folder.tracker.set_app_id("foo");
706 folder.tracker.set_app_id(std::string());
713 app_root.tracker.set_app_id(std::string());
730 app_root_tracker.set_app_id(app_root.details().title());
781 app_root_tracker.set_app_id(app_root.details().title());
    [all...]
register_app_task_unittest.cc 158 tracker.set_app_id(app_id);
  /external/chromium_org/chrome/installer/util/
chrome_app_host_operations.cc 120 properties->set_app_id(ShellUtil::BuildAppModelId(components));
chrome_browser_operations.cc 133 properties->set_app_id(
shell_util.h 134 void set_app_id(const base::string16& app_id_in) { function in struct:ShellUtil::ShortcutProperties
shell_util_unittest.cc 90 test_properties_.set_app_id(L"Polar.Bear");
168 expected_properties.set_app_id(properties.app_id);
171 expected_properties.set_app_id(ShellUtil::GetBrowserModelId(dist, true));
    [all...]
  /external/chromium_org/chrome/installer/setup/
install_unittest.cc 86 expected_properties_.set_app_id(chrome_properties.app_id);
325 dummy_properties.set_app_id(L"El.Dummiest");
355 dummy_properties.set_app_id(L"El.Dummiest");
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.cc 110 coalesced_notification->set_app_id(app_id);
  /external/chromium_org/chrome/browser/web_applications/
update_shortcut_worker_win.cc 214 shortcut_properties.set_app_id(app_id);
web_app_win.cc 244 shortcut_properties.set_app_id(app_id);
  /external/chromium_org/google_apis/drive/
drive_api_requests.h 111 void set_app_id(const std::string& app_id) { app_id_ = app_id; } function in class:google_apis::drive::FilesAuthorizeRequest
569 void set_app_id(const std::string& app_id) { app_id_ = app_id; } function in class:google_apis::drive::AppsDeleteRequest
gdata_wapi_parser.h 93 void set_app_id(const std::string& app_id) { app_id_ = app_id; } function in class:google_apis::Link
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 195 shortcut_properties.set_app_id(app_model_id);
  /external/chromium_org/chrome/browser/drive/
drive_api_service.cc 668 request->set_app_id(app_id);
691 request->set_app_id(app_id);
  /external/chromium_org/chrome/browser/chromeos/login/
kiosk_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.cc 265 account->mutable_kiosk_app()->set_app_id(kiosk_app_id);
    [all...]

Completed in 855 milliseconds

1 2