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

  /external/chromium_org/chrome/browser/apps/drive/
drive_app_mapping.h 28 // Adds a mapping from |drive_app_id| to |chrome_app_id|. |generated|
31 const std::string& chrome_app_id,
36 std::string GetDriveApp(const std::string& chrome_app_id) const;
37 bool IsChromeAppGenerated(const std::string& chrome_app_id) const;
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,
drive_app_provider.h 61 const std::string chrome_app_id);

Completed in 726 milliseconds