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

  /external/chromium_org/apps/app_shim/
app_shim_host_mac.cc 39 std::string AppShimHost::GetAppId() const {
  /external/chromium_org/win8/delegate_execute/
chrome_util.cc 259 string16 GetAppId(const base::FilePath& chrome_exe) {
  /external/chromium/chrome/browser/
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_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 206 string16 display_source = UTF8ToUTF16(GetAppId());
329 GetAppId() == other.GetAppId() &&
453 std::string SyncedNotification::GetAppId() const {
467 origin_url += GetAppId();

Completed in 689 milliseconds