OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chrome_app_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/apps/drive/
drive_app_mapping.cc
23
const std::string&
chrome_app_id
,
26
dict->SetStringWithoutPathExpansion(kKeyChromeApp,
chrome_app_id
);
51
const std::string&
chrome_app_id
,
55
drive_app_id, CreateInfoDict(
chrome_app_id
, generated).release());
68
std::string
chrome_app_id
;
local
70
info_dict->GetStringWithoutPathExpansion(kKeyChromeApp, &
chrome_app_id
)) {
71
return
chrome_app_id
;
78
const std::string&
chrome_app_id
) const {
89
value_string ==
chrome_app_id
) {
97
const std::string&
chrome_app_id
) const
[
all
...]
drive_app_provider.cc
95
const std::string
chrome_app_id
) {
97
chrome_app_id
, ExtensionRegistry::EVERYTHING);
183
const std::string
chrome_app_id
= mapping_->GetChromeApp(drive_app_id);
local
184
const bool is_generated = mapping_->IsChromeAppGenerated(
chrome_app_id
);
187
if (
chrome_app_id
.empty() || !is_generated)
192
->GetExtensionById(
chrome_app_id
, ExtensionRegistry::EVERYTHING);
198
->UninstallExtension(
chrome_app_id
,
Completed in 100 milliseconds