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

  /external/chromium_org/win8/delegate_execute/
chrome_util.h 20 string16 GetAppId(const base::FilePath& chrome_exe);
chrome_util.cc 259 string16 GetAppId(const base::FilePath& chrome_exe) {
command_execute_impl.cc 325 string16 app_id = delegate_execute::GetAppId(chrome_exe_);
  /external/chromium_org/apps/app_shim/
app_shim_handler_mac.h 30 virtual std::string GetAppId() const = 0;
app_shim_host_mac.h 69 virtual std::string GetAppId() const OVERRIDE;
extension_app_shim_handler_mac.cc 176 const std::string& app_id = host->GetAppId();
214 const std::string& app_id = host->GetAppId();
261 delegate_->GetWindows(profile, host->GetAppId());
274 delegate_->GetAppExtension(profile, host->GetAppId());
290 delegate_->GetWindows(profile, host->GetAppId());
304 const std::string& app_id = host->GetAppId();
app_shim_host_mac_unittest.cc 126 implicit_cast<apps::AppShimHandler::Host*>(host())->GetAppId());
154 implicit_cast<apps::AppShimHandler::Host*>(host())->GetAppId());
app_shim_host_mac.cc 39 std::string AppShimHost::GetAppId() const {
extension_app_shim_handler_mac_unittest.cc 108 virtual std::string GetAppId() const OVERRIDE { return app_id_; }
  /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_org/chrome/browser/notifications/sync_notifier/
synced_notification.h 56 std::string GetAppId() const;
synced_notification.cc 206 string16 display_source = UTF8ToUTF16(GetAppId());
329 GetAppId() == other.GetAppId() &&
453 std::string SyncedNotification::GetAppId() const {
467 origin_url += GetAppId();
synced_notification_unittest.cc 167 std::string found_app_id = notification1_->GetAppId();
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 240 std::wstring app_id = ShellIntegration::GetAppId(
  /external/chromium_org/win8/metro_driver/
toast_notification_handler.cc 204 string16 appid = delegate_execute::GetAppId(chrome_path);
  /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 260 milliseconds