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

  /external/chromium/chrome/browser/
shell_integration.h 114 static std::wstring GetAppId(const std::wstring& app_name,
117 // Generates Win7 app id for Chromium by calling GetAppId with
shell_integration_win.cc 38 // Helper function for ShellIntegration::GetAppId to generates profile id
239 expected_app_id->assign(ShellIntegration::GetAppId(app_name, profile_path));
397 std::wstring ShellIntegration::GetAppId(const std::wstring& app_name,
413 return GetAppId(BrowserDistribution::GetDistribution()->GetBrowserAppId(),
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 240 std::wstring app_id = ShellIntegration::GetAppId(
  /external/chromium/chrome/browser/web_applications/
web_app.cc 346 std::wstring app_id = ShellIntegration::GetAppId(
  /external/chromium/chrome/browser/ui/
browser.cc 421 ShellIntegration::GetAppId(UTF8ToWide(app_name_), profile_->GetPath()) :
    [all...]

Completed in 26 milliseconds