OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAppId
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/apps/app_shim/
app_shim_handler_mac.h
35
virtual std::string
GetAppId
() const = 0;
app_shim_host_mac.h
74
virtual std::string
GetAppId
() const OVERRIDE;
app_shim_host_mac_unittest.cc
131
implicit_cast<apps::AppShimHandler::Host*>(host())->
GetAppId
());
160
implicit_cast<apps::AppShimHandler::Host*>(host())->
GetAppId
());
extension_app_shim_handler_mac.cc
299
const std::string& app_id = host->
GetAppId
();
339
const std::string& app_id = host->
GetAppId
();
418
delegate_->GetWindows(profile, host->
GetAppId
());
427
delegate_->GetAppExtension(profile, host->
GetAppId
());
441
SetAppHidden(profile, host->
GetAppId
(), hidden);
448
const std::string& app_id = host->
GetAppId
();
app_shim_host_mac.cc
39
std::string AppShimHost::
GetAppId
() const {
extension_app_shim_handler_mac_unittest.cc
128
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
228
base::string16 display_source = UTF8ToUTF16(
GetAppId
());
342
GetAppId
() == other.
GetAppId
() &&
466
std::string SyncedNotification::
GetAppId
() const {
480
origin_url +=
GetAppId
();
synced_notification_unittest.cc
174
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/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 81 milliseconds