Searched refs:GetPath (Results 1 - 25 of 303) sorted by path

1234567891011>>

/external/chromium_org/android_webview/browser/
H A Daw_browser_context.cc139 new AwURLRequestContextGetter(GetPath(),
233 base::FilePath AwBrowserContext::GetPath() const { function in class:android_webview::AwBrowserContext
H A Daw_browser_context.h97 virtual base::FilePath GetPath() const OVERRIDE;
/external/chromium_org/android_webview/buildbot/
H A Ddeps_whitelist.py95 def GetPath(): member in class:DepsWhitelist._read_deps_file.FileImplStub
/external/chromium_org/base/test/
H A Dtest_shortcut_win.cc83 i_shell_link->GetPath(read_target, MAX_PATH, NULL, SLGP_SHORTPATH)));
/external/chromium_org/base/win/
H A Dshortcut.cc207 if (FAILED(i_shell_link->GetPath(temp, MAX_PATH, NULL, SLGP_UNCPRIORITY)))
/external/chromium_org/chrome/browser/android/
H A Dlogo_service.cc136 profile_->GetPath().Append(kCachedLogoDirectory),
/external/chromium_org/chrome/browser/android/profiles/
H A Dprofile_downloader_android.cc116 const size_t index = info.GetIndexOfProfileWithPath(profile->GetPath());
132 const size_t index = info.GetIndexOfProfileWithPath(profile->GetPath());
/external/chromium_org/chrome/browser/apps/
H A Dapp_launch_for_metro_restart_win.cc58 if (profile_dir.empty() || profile->GetPath().BaseName() != profile_dir)
83 profile->GetPath().BaseName().MaybeAsASCII());
H A Dshortcut_manager.cc148 if (profile_path != profile_->GetPath())
/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_backend.cc82 profile->GetPath().Append(chrome::kShortcutsDatabaseName));
/external/chromium_org/chrome/browser/background/
H A Dbackground_mode_manager.cc296 size_t index = profile_cache_->GetIndexOfProfileWithPath(profile->GetPath());
388 profile->GetPath());
439 if (it->first->GetPath() == profile_path) {
502 profile_background_data->first->GetPath())))
H A Dbackground_mode_manager_unittest.cc465 size_t p1_index = cache->GetIndexOfProfileWithPath(profile_->GetPath());
471 size_t p2_index = cache->GetIndexOfProfileWithPath(profile_->GetPath());
492 profile_->GetPath(),
503 manager.OnProfileAdded(profile2->GetPath());
507 manager.OnProfileWillBeRemoved(profile2->GetPath());
532 profile_->GetPath(),
538 manager.OnProfileWillBeRemoved(profile_->GetPath());
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_model_factory.cc65 profile->GetPath(),
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_local_storage_helper_browsertest.cc70 return browser()->profile()->GetPath().AppendASCII("Local Storage");
H A Dbrowsing_data_remover.cc412 WebRtcLogList::GetWebRtcLogDirectoryForProfile(profile_->GetPath()),
H A Dbrowsing_data_remover_unittest.cc139 virtual base::FilePath GetPath() OVERRIDE { return base::FilePath(); }
550 profile_->GetPath().AppendASCII("Local Storage");
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc1342 profile_->GetPath()));
H A Dchrome_content_browser_client.cc841 profile->GetPath(),
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_util.cc220 chrome::GetUserCacheDirectory(profile->GetPath(), &cache_base_path);
H A Dfile_system_util_unittest.cc220 base::FilePath profile_path = profile.GetPath();
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_manager_browsertest.cc204 const base::FilePath path = profile->GetPath().Append(name_);
H A Dpath_util.cc47 return profile->GetPath().AppendASCII(kDownloadsFolderName);
H A Dsnapshot_manager.cc80 base::Bind(&GetMetadataOnIOThread, profile->GetPath(), context, url,
H A Dvolume_manager.cc756 profile_->GetPath().IsParent(volume_info.source_path);
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dmount_manager.cc33 base::FilePath MountManager::GetPath(const std::string& user_id) { function in class:chromeos::MountManager

Completed in 1327 milliseconds

1234567891011>>