HomeSort by relevance Sort by last modified time
    Searched full:app_user_model_id (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/win8/test/
test_registrar.rgs 4 ForceRemove '%APP_USER_MODEL_ID%' {
30 val AppUserModelId = s '%APP_USER_MODEL_ID%'
37 val AppUserModelId = s '%APP_USER_MODEL_ID%'
72 ForceRemove '%APP_USER_MODEL_ID%' = s '%EXE_NAME%' {
78 val StartMenuInternet = s '%APP_USER_MODEL_ID%'
94 val '%APP_USER_MODEL_ID%' = s 'Software\Clients\StartMenuInternet\%APP_USER_MODEL_ID%\Capabilities'
test_registrar.cc 85 registrar->AddReplacement(L"APP_USER_MODEL_ID",
  /external/chromium_org/win8/metro_driver/
toast_notification_handler.cc 213 mswrw::HString app_user_model_id; local
214 app_user_model_id.Attach(MakeHString(appid));
216 hr = toast_manager->CreateToastNotifierWithId(app_user_model_id.Get(),
  /external/chromium_org/win8/viewer/
metro_viewer_process_host.h 65 // Launches the viewer process associated with the given |app_user_model_id|
68 // reached. NOTE: this assumes that the app referred to by |app_user_model_id|
71 const base::string16& app_user_model_id);
metro_viewer_process_host.cc 93 const base::string16& app_user_model_id) {
108 app_user_model_id.c_str(), kMetroViewerConnectVerb, AO_NONE, &pid);
  /external/chromium_org/chrome/browser/
jumplist_updater_win.cc 102 JumpListUpdater::JumpListUpdater(const std::wstring& app_user_model_id)
103 : app_user_model_id_(app_user_model_id),
jumplist_updater_win.h 95 explicit JumpListUpdater(const std::wstring& app_user_model_id);

Completed in 108 milliseconds