/external/chromium_org/chrome/browser/chromeos/file_manager/ |
app_id.h | 12 // Note that file_manager::kFileManagerAppId is a bit redundant but a shorter 14 const char kFileManagerAppId[] = "hhaomjibdihmijegdhdafkllkbggdgoj";
|
filesystem_api_util.cc | 116 profile, path, kFileManagerAppId, &url)) { 121 GetFileSystemContextForExtensionId(profile, kFileManagerAppId) 199 profile, path, kFileManagerAppId, &url)) { 209 GetFileSystemContextForExtensionId(profile, kFileManagerAppId), 223 profile, path, kFileManagerAppId, &url)) { 233 GetFileSystemContextForExtensionId(profile, kFileManagerAppId); 238 context->external_backend()->GrantFullAccessToExtension(kFileManagerAppId);
|
open_util.cc | 58 GetFileSystemContextForExtensionId(profile, kFileManagerAppId); 84 file_tasks::TaskDescriptor task(kFileManagerAppId, 192 profile, *path, kFileManagerAppId, url)) { 222 GetFileSystemContextForExtensionId(profile, kFileManagerAppId),
|
snapshot_manager.cc | 130 util::GetFileSystemContextForExtensionId(profile_, kFileManagerAppId)); 135 profile_, absolute_file_path, kFileManagerAppId, &url)) { 153 util::GetFileSystemContextForExtensionId(profile_, kFileManagerAppId));
|
url_util.cc | 18 return GURL(std::string("chrome-extension://") + kFileManagerAppId + path);
|
file_tasks.cc | 101 if ((*tasks)[i].task_descriptor().app_id == kFileManagerAppId) 115 kFileManagerAppId,
|
fileapi_util.cc | 357 backend->GrantFullAccessToExtension(kFileManagerAppId);
|
file_tasks_unittest.cc | 329 TaskDescriptor files_app_task(kFileManagerAppId, 758 // The ID "kFileManagerAppId" used here is precisely the one that identifies 773 files_app.SetID(kFileManagerAppId) [all...] |
file_browser_handlers.cc | 436 return (extension_id == kFileManagerAppId &&
|
file_manager_browsertest.cc | [all...] |
/external/chromium_org/chrome/browser/ui/ash/ |
chrome_new_window_delegate_chromeos.cc | 26 using file_manager::kFileManagerAppId; 31 !extensions::util::IsAppLaunchableWithoutEnabling(kFileManagerAppId, 37 service->GetInstalledExtension(kFileManagerAppId);
|
/external/chromium_org/chrome/browser/chromeos/fileapi/ |
external_file_url_util.cc | 62 file_manager::kFileManagerAppId, 69 profile, file_manager::kFileManagerAppId)
|
/external/chromium_org/chrome/browser/translate/ |
translate_service_unittest.cc | 31 std::string(file_manager::kFileManagerAppId);
|
translate_service.cc | 125 url.DomainIs(file_manager::kFileManagerAppId)) &&
|
/external/chromium_org/chrome/browser/ui/views/ |
select_file_dialog_extension.cc | 373 file_manager::kFileManagerAppId, 382 file_manager::kFileManagerAppId, 393 file_manager::kFileManagerAppId, 399 file_manager::kFileManagerAppId,
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
event_router.cc | 280 process_manager->GetBackgroundHostForExtension(kFileManagerAppId); 697 kFileManagerAppId, 748 profile_, drive_path, kFileManagerAppId).spec(); [all...] |
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_syncable_service.cc | 114 if (id == file_manager::kFileManagerAppId || id == genius_app::kGeniusAppId) [all...] |