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

  /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 97 profile, path, kFileManagerAppId, &url)) {
103 kFileManagerAppId)->CrackURL(url);
159 profile, path, kFileManagerAppId, &url)) {
169 GetFileSystemContextForExtensionId(profile, kFileManagerAppId),
183 profile, path, kFileManagerAppId, &url)) {
193 GetFileSystemContextForExtensionId(profile, kFileManagerAppId);
198 context->external_backend()->GrantFullAccessToExtension(kFileManagerAppId);
open_util.cc 58 GetFileSystemContextForExtensionId(profile, kFileManagerAppId);
84 file_tasks::TaskDescriptor task(kFileManagerAppId,
160 profile, *path, kFileManagerAppId, url)) {
190 GetFileSystemContextForExtensionId(profile, kFileManagerAppId),
snapshot_manager.cc 55 util::GetFileSystemContextForExtensionId(profile_, kFileManagerAppId);
60 profile_, absolute_file_path, kFileManagerAppId, &url)) {
url_util.cc 18 return GURL(std::string("chrome-extension://") + kFileManagerAppId + path);
file_tasks_unittest.cc 332 TaskDescriptor files_app_task(kFileManagerAppId,
698 // The ID "kFileManagerAppId" used here is precisely the one that identifies
713 files_app.SetID(kFileManagerAppId);
734 EXPECT_EQ(kFileManagerAppId, tasks[0].task_descriptor().app_id);
file_browser_handlers.cc 433 return (extension_id == kFileManagerAppId &&
488 (task.app_id == kFileManagerAppId ||
file_tasks.cc 105 if ((*tasks)[i].task_descriptor().app_id == kFileManagerAppId)
123 if (it->task_descriptor().app_id == kFileManagerAppId &&
fileapi_util.cc 356 backend->GrantFullAccessToExtension(kFileManagerAppId);
file_manager_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/ash/
chrome_new_window_delegate_chromeos.cc 28 using file_manager::kFileManagerAppId;
33 !extensions::util::IsAppLaunchableWithoutEnabling(kFileManagerAppId,
39 service->GetInstalledExtension(kFileManagerAppId);
  /external/chromium_org/chrome/browser/translate/
translate_service.cc 125 url.DomainIs(file_manager::kFileManagerAppId)) &&
translate_service_unittest.cc 31 std::string(file_manager::kFileManagerAppId);
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension.cc 365 file_manager::kFileManagerAppId,
374 file_manager::kFileManagerAppId,
385 file_manager::kFileManagerAppId,
391 file_manager::kFileManagerAppId,
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.cc 308 process_manager->GetBackgroundHostForExtension(kFileManagerAppId);
643 kFileManagerAppId,
677 profile_, drive_path, kFileManagerAppId).spec();
    [all...]
  /external/chromium_org/chrome/renderer/translate/
translate_helper.cc 133 url.DomainIs(file_manager::kFileManagerAppId))
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service.cc 112 if (id == file_manager::kFileManagerAppId || id == genius_app::kGeniusAppId)
    [all...]

Completed in 558 milliseconds