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

  /external/chromium_org/win8/viewer/
metro_viewer_process_host.h 47 // Launches the viewer process associated with the given |app_user_model_id|
50 // reached. NOTE: this assumes that the app referred to by |app_user_model_id|
53 const base::string16& app_user_model_id);
metro_viewer_process_host.cc 55 const base::string16& app_user_model_id) {
70 app_user_model_id.c_str(), kMetroViewerConnectVerb, AO_NONE, &pid);
  /external/chromium_org/win8/metro_driver/
toast_notification_handler.cc 212 mswrw::HString app_user_model_id; local
213 app_user_model_id.Attach(MakeHString(appid));
215 hr = toast_manager->CreateToastNotifierWithId(app_user_model_id.Get(),

Completed in 136 milliseconds