base_path          32 base/files/scoped_temp_dir.cc bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) {
base_path          37 base/files/scoped_temp_dir.cc   if (!base::CreateDirectory(base_path))
base_path          41 base/files/scoped_temp_dir.cc   if (!base::CreateTemporaryDirInDir(base_path,
base_path          66 base/files/scoped_temp_dir_unittest.cc   FilePath base_path;
base_path          68 base/files/scoped_temp_dir_unittest.cc                                            &base_path));
base_path          73 base/files/scoped_temp_dir_unittest.cc     EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path));
base_path          76 base/files/scoped_temp_dir_unittest.cc     EXPECT_TRUE(base_path.IsParent(test_path));
base_path          77 base/files/scoped_temp_dir_unittest.cc     EXPECT_TRUE(test_path.value().find(base_path.value()) != std::string::npos);
base_path          80 base/files/scoped_temp_dir_unittest.cc   base::DeleteFile(base_path, true);
base_path          42 chrome/browser/chromeos/display/overscan_calibrator.cc   SkPath base_path;
base_path          43 chrome/browser/chromeos/display/overscan_calibrator.cc   base_path.moveTo(0, SkIntToScalar(-kCalibrationArrowHeight));
base_path          44 chrome/browser/chromeos/display/overscan_calibrator.cc   base_path.lineTo(SkIntToScalar(-kCalibrationArrowHeight), 0);
base_path          45 chrome/browser/chromeos/display/overscan_calibrator.cc   base_path.lineTo(SkIntToScalar(kCalibrationArrowHeight), 0);
base_path          46 chrome/browser/chromeos/display/overscan_calibrator.cc   base_path.close();
base_path          54 chrome/browser/chromeos/display/overscan_calibrator.cc   base_path.transform(rotate_transform.matrix(), &path);
base_path          41 chrome/browser/chromeos/login/managed/managed_user_creation_controller_new.cc                            const base::FilePath& base_path) {
base_path          44 chrome/browser/chromeos/login/managed/managed_user_creation_controller_new.cc     base::CreateDirectory(base_path);
base_path          46 chrome/browser/chromeos/login/managed/managed_user_creation_controller_new.cc   base::FilePath token_file = base_path.Append(kManagedUserTokenFilename);
base_path          39 chrome/browser/chromeos/login/managed/managed_user_creation_controller_old.cc                            const base::FilePath& base_path) {
base_path          42 chrome/browser/chromeos/login/managed/managed_user_creation_controller_old.cc     base::CreateDirectory(base_path);
base_path          44 chrome/browser/chromeos/login/managed/managed_user_creation_controller_old.cc   base::FilePath token_file = base_path.Append(kManagedUserTokenFilename);
base_path          82 chrome/browser/chromeos/login/saml/saml_browsertest.cc   void SetUp(const std::string& base_path, const GURL& gaia_url);
base_path         112 chrome/browser/chromeos/login/saml/saml_browsertest.cc void FakeSamlIdp::SetUp(const std::string& base_path, const GURL& gaia_url) {
base_path         117 chrome/browser/chromeos/login/saml/saml_browsertest.cc   login_path_= base_path;
base_path         118 chrome/browser/chromeos/login/saml/saml_browsertest.cc   login_auth_path_ = base_path + "Auth";
base_path         107 chrome/browser/chromeos/login/wallpaper_manager.cc   base::FilePath base_path = GetCustomWallpaperDir(sub_dir);
base_path         108 chrome/browser/chromeos/login/wallpaper_manager.cc   base::FilePath to_path = base_path.Append(user_id_hash);
base_path         109 chrome/browser/chromeos/login/wallpaper_manager.cc   base::FilePath from_path = base_path.Append(user_id);
base_path          82 chrome/browser/component_updater/pnacl/pnacl_component_installer.cc base::FilePath GetPlatformDir(const base::FilePath& base_path) {
base_path          84 chrome/browser/component_updater/pnacl/pnacl_component_installer.cc   return base_path.AppendASCII("_platform_specific").AppendASCII(arch);
base_path          88 chrome/browser/component_updater/pnacl/pnacl_component_installer.cc void OverrideDirPnaclComponent(const base::FilePath& base_path) {
base_path          90 chrome/browser/component_updater/pnacl/pnacl_component_installer.cc                         GetPlatformDir(base_path));
base_path         106 chrome/browser/component_updater/widevine_cdm_component_installer.cc base::FilePath GetPlatformDirectory(const base::FilePath& base_path) {
base_path         110 chrome/browser/component_updater/widevine_cdm_component_installer.cc   return base_path.AppendASCII("_platform_specific").AppendASCII(platform_arch);
base_path          21 chrome/browser/extensions/api/messaging/native_process_launcher_posix.cc   base::FilePath base_path;
base_path          22 chrome/browser/extensions/api/messaging/native_process_launcher_posix.cc   if (PathService::Get(dir_key, &base_path)) {
base_path          23 chrome/browser/extensions/api/messaging/native_process_launcher_posix.cc     base::FilePath path = base_path.Append(host_name + ".json");
base_path         171 chrome/browser/extensions/api/storage/settings_sync_unittest.cc   virtual ValueStore* Create(const base::FilePath& base_path,
base_path         182 chrome/browser/extensions/api/storage/settings_sync_unittest.cc       const base::FilePath& base_path,
base_path          35 chrome/browser/extensions/api/storage/sync_storage_backend.cc     const base::FilePath& base_path,
base_path          41 chrome/browser/extensions/api/storage/sync_storage_backend.cc       base_path_(base_path),
base_path          42 chrome/browser/extensions/api/storage/sync_storage_backend.h       const base::FilePath& base_path,
base_path        4929 chrome/browser/extensions/extension_service_unittest.cc   base::FilePath base_path(FILE_PATH_LITERAL("//base/path"));
base_path        4930 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base_path.IsAbsolute());
base_path        4931 chrome/browser/extensions/extension_service_unittest.cc   MockProviderVisitor visitor(base_path);
base_path        5070 chrome/browser/extensions/extension_service_unittest.cc       base_path, Extension::FROM_BOOKMARK);
base_path        5083 chrome/browser/extensions/extension_service_unittest.cc       base_path, Extension::FROM_WEBSTORE);
base_path         244 chrome/browser/extensions/external_provider_impl.cc         base::FilePath base_path = loader_->GetBaseCrxFilePath();
base_path         245 chrome/browser/extensions/external_provider_impl.cc         if (base_path.empty()) {
base_path         250 chrome/browser/extensions/external_provider_impl.cc         path = base_path.Append(external_crx);
base_path         126 chrome/browser/extensions/page_action_browsertest.cc   base::FilePath base_path = test_data_dir_.AppendASCII("browsertest")
base_path         129 chrome/browser/extensions/page_action_browsertest.cc   const Extension* extensionA = LoadExtension(base_path.AppendASCII("ExtA"));
base_path         139 chrome/browser/extensions/page_action_browsertest.cc   const Extension* extensionB = LoadExtension(base_path.AppendASCII("ExtB"));
base_path         331 chrome/browser/media_galleries/media_galleries_preferences.cc   base::FilePath base_path = MediaStorageUtil::FindDevicePathById(device_id);
base_path         333 chrome/browser/media_galleries/media_galleries_preferences.cc   return base_path.empty() ? base_path : base_path.Append(path);
base_path         217 chrome/browser/policy/policy_browsertest.cc   base::FilePath base_path;
base_path         218 chrome/browser/policy/policy_browsertest.cc   PathService::Get(chrome::DIR_TEST_DATA, &base_path);
base_path         223 chrome/browser/policy/policy_browsertest.cc         URLRequestMockHTTPJob::CreateProtocolHandler(base_path));
base_path        2005 chrome/browser/policy/policy_browsertest.cc   const std::string base_path = "file://" + test_path.AsUTF8Unsafe() +"/";
base_path        2006 chrome/browser/policy/policy_browsertest.cc   const std::string folder_path = base_path + "apptest/";
base_path        2007 chrome/browser/policy/policy_browsertest.cc   const std::string file_path1 = base_path + "title1.html";
base_path        2050 chrome/browser/policy/policy_browsertest.cc   whitelist.Append(base::Value::CreateStringValue(base_path));
base_path         122 chrome/browser/printing/printing_layout_browsertest.cc     base::FilePath base_path(ui_test_utils::GetTestFilePath(
base_path         124 chrome/browser/printing/printing_layout_browsertest.cc     base::FilePath emf(base_path.Append(verification_name + L".emf"));
base_path         125 chrome/browser/printing/printing_layout_browsertest.cc     base::FilePath png(base_path.Append(verification_name + L".png"));
base_path         128 chrome/browser/printing/printing_layout_browsertest.cc         base_path.Append(verification_name + L"_cleartype.png"));
base_path         153 chrome/browser/printing/printing_layout_browsertest.cc             base_path.Append(verification_name + L"_failed.emf"));
base_path         166 chrome/browser/printing/printing_layout_browsertest.cc             base_path.Append(verification_name + L"_rendering.png"));
base_path          25 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate_browsertest.cc     const base::FilePath base_path(FILE_PATH_LITERAL("scroll"));
base_path          27 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate_browsertest.cc         base_path, base::FilePath(FILE_PATH_LITERAL("text.html")));
base_path          29 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate_browsertest.cc         base_path, base::FilePath(FILE_PATH_LITERAL("blank.html")));
base_path          42 chrome/browser/sync_file_system/local/local_file_change_tracker.cc   TrackerDB(const base::FilePath& base_path,
base_path          76 chrome/browser/sync_file_system/local/local_file_change_tracker.cc     const base::FilePath& base_path,
base_path          81 chrome/browser/sync_file_system/local/local_file_change_tracker.cc       tracker_db_(new TrackerDB(base_path, env_override)),
base_path         431 chrome/browser/sync_file_system/local/local_file_change_tracker.cc LocalFileChangeTracker::TrackerDB::TrackerDB(const base::FilePath& base_path,
base_path         433 chrome/browser/sync_file_system/local/local_file_change_tracker.cc   : base_path_(base_path),
base_path          48 chrome/browser/sync_file_system/local/local_file_change_tracker.h   LocalFileChangeTracker(const base::FilePath& base_path,
base_path          49 chrome/browser/sync_file_system/local/local_file_sync_context.cc     const base::FilePath& base_path,
base_path          53 chrome/browser/sync_file_system/local/local_file_sync_context.cc     : local_base_path_(base_path.Append(FILE_PATH_LITERAL("local"))),
base_path          78 chrome/browser/sync_file_system/local/local_file_sync_context.h   LocalFileSyncContext(const base::FilePath& base_path,
base_path          59 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc     return model_->GetMostRecentlyAddedNodeForURL(GURL(base_path() + name));
base_path          81 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc     std::string test_base = base_path();
base_path         175 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc   ASSERT_TRUE(GURL(base_path() + "a") == bb_node->GetChild(0)->url());
base_path         185 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc                      GURL(base_path() + "new_a").spec().c_str());
base_path         195 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc   ASSERT_TRUE(GURL(base_path() + "new_a") == bb_node->GetChild(0)->url());
base_path         213 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc   ASSERT_TRUE(GURL(base_path() + "a") == other_node->GetChild(2)->url());
base_path         225 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc                      GURL(base_path() + "new_a").spec().c_str());
base_path         235 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc   ASSERT_TRUE(GURL(base_path() + "new_a") == other_node->GetChild(2)->url());
base_path         295 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc                      GURL(base_path() + "a").spec().c_str());
base_path         308 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc   EXPECT_TRUE(GURL(base_path() + "a") == new_node->url());
base_path         319 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc                      GURL(base_path() + "a").spec().c_str());
base_path         330 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc   EXPECT_TRUE(GURL(base_path() + "a") == new_node->url());
base_path          54 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc     return model_->GetMostRecentlyAddedNodeForURL(GURL(base_path() + name));
base_path         133 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc     std::string test_base = base_path();
base_path         196 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc   ASSERT_TRUE(GURL(base_path() + "a") == bb_node->GetChild(0)->url());
base_path         207 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc   SetURLText(base::UTF8ToWide(GURL(base_path() + "new_a").spec()));
base_path         215 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc   ASSERT_TRUE(GURL(base_path() + "new_a") == bb_node->GetChild(0)->url());
base_path         230 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc   ASSERT_TRUE(GURL(base_path() + "a") == other_node->GetChild(2)->url());
base_path         241 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc   SetURLText(base::UTF8ToWide(GURL(base_path() + "new_a").spec()));
base_path         248 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc   ASSERT_TRUE(GURL(base_path() + "new_a") == other_node->GetChild(2)->url());
base_path         296 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc   SetURLText(base::UTF8ToWide(GURL(base_path() + "a").spec()));
base_path         306 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc   EXPECT_TRUE(GURL(base_path() + "a") == new_node->url());
base_path         316 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc   SetURLText(base::UTF8ToWide(GURL(base_path() + "a").spec()));
base_path         328 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc   EXPECT_TRUE(GURL(base_path() + "a") == new_node->url());
base_path         356 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc   details.urls.push_back(std::make_pair(GURL(base_path() + "x"),
base_path         385 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc   details.urls.push_back(std::make_pair(GURL(base_path() + "x"),
base_path         422 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc   SetURLText(base::UTF8ToWide(GURL(base_path() + "a").spec()));
base_path          86 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate_unittest.cc     std::string test_base = base_path();
base_path          71 chrome/browser/ui/webui/profiler_ui.cc     base::FilePath base_path;
base_path          72 chrome/browser/ui/webui/profiler_ui.cc     PathService::Get(base::DIR_SOURCE_ROOT, &base_path);
base_path          73 chrome/browser/ui/webui/profiler_ui.cc     base_path = base_path.AppendASCII("chrome");
base_path          74 chrome/browser/ui/webui/profiler_ui.cc     base_path = base_path.AppendASCII("browser");
base_path          75 chrome/browser/ui/webui/profiler_ui.cc     base_path = base_path.AppendASCII("resources");
base_path          76 chrome/browser/ui/webui/profiler_ui.cc     base_path = base_path.AppendASCII("profiler");
base_path          82 chrome/browser/ui/webui/profiler_ui.cc     file_path = base_path.AppendASCII(filename);
base_path         135 chrome/browser/web_applications/web_app_win.cc     base::FilePath base_path = shortcut_path.
base_path         141 chrome/browser/web_applications/web_app_win.cc       base::FilePath shortcut_file = base_path;
base_path         435 chrome/common/logging_chrome.cc base::FilePath GenerateTimestampedName(const base::FilePath& base_path,
base_path         446 chrome/common/logging_chrome.cc   return base_path.InsertBeforeExtensionASCII(suffix);
base_path          69 chrome/common/logging_chrome.h base::FilePath GenerateTimestampedName(const base::FilePath& base_path,
base_path          59 chrome/installer/gcapi/gcapi_last_run_test.cc     const wchar_t* base_path = google_update::kRegPathClientState;
base_path          60 chrome/installer/gcapi/gcapi_last_run_test.cc     std::wstring path(base_path);
base_path          46 chrome/installer/gcapi/gcapi_reactivation_test.cc     const wchar_t* base_path =
base_path          50 chrome/installer/gcapi/gcapi_reactivation_test.cc     std::wstring path(base_path);
base_path          74 chrome/installer/gcapi/gcapi_reactivation_test.cc     const wchar_t* base_path =
base_path          78 chrome/installer/gcapi/gcapi_reactivation_test.cc     std::wstring path(base_path);
base_path          43 chrome/installer/mini_installer/mini_installer.cc   const wchar_t* base_path;
base_path         348 chrome/installer/mini_installer/mini_installer.cc   if (!full_path.assign(ctx->base_path) ||
base_path         378 chrome/installer/mini_installer/mini_installer.cc                            const wchar_t* base_path, PathString* archive_path,
base_path         382 chrome/installer/mini_installer/mini_installer.cc   if (!setup_dest_path.assign(base_path) ||
base_path         389 chrome/installer/mini_installer/mini_installer.cc     base_path,
base_path         520 chrome/installer/mini_installer/mini_installer.cc void DeleteExtractedFiles(const wchar_t* base_path,
base_path         526 chrome/installer/mini_installer/mini_installer.cc   ::RemoveDirectory(base_path);
base_path         539 chrome/installer/mini_installer/mini_installer.cc bool CreateWorkDir(const wchar_t* base_path, PathString* work_dir) {
base_path         540 chrome/installer/mini_installer/mini_installer.cc   if (!work_dir->assign(base_path) || !work_dir->append(kTempPrefix))
base_path         588 chrome/installer/mini_installer/mini_installer.cc   PathString base_path;
base_path         589 chrome/installer/mini_installer/mini_installer.cc   DWORD len = ::GetTempPath(base_path.capacity(), base_path.get());
base_path         590 chrome/installer/mini_installer/mini_installer.cc   if (!len || len >= base_path.capacity() ||
base_path         591 chrome/installer/mini_installer/mini_installer.cc       !CreateWorkDir(base_path.get(), work_dir)) {
base_path         594 chrome/installer/mini_installer/mini_installer.cc     len = ::GetModuleFileName(module, base_path.get(), base_path.capacity());
base_path         595 chrome/installer/mini_installer/mini_installer.cc     if (len >= base_path.capacity() || !len)
base_path         598 chrome/installer/mini_installer/mini_installer.cc     wchar_t* name = GetNameFromPathExt(base_path.get(), len);
base_path         604 chrome/installer/mini_installer/mini_installer.cc     return CreateWorkDir(base_path.get(), work_dir);
base_path         784 chrome/installer/mini_installer/mini_installer.cc   PathString base_path;
base_path         785 chrome/installer/mini_installer/mini_installer.cc   if (!GetWorkDir(module, &base_path))
base_path         798 chrome/installer/mini_installer/mini_installer.cc   if (!UnpackBinaryResources(configuration, module, base_path.get(),
base_path         813 chrome/installer/mini_installer/mini_installer.cc     DeleteExtractedFiles(base_path.get(), archive_path.get(), setup_path.get());
base_path          26 chrome/installer/util/copy_reg_key_work_item_unittest.cc     destination_path_.assign(test_data_.base_path()).append(L"\\Destination");
base_path          37 chrome/installer/util/copy_reg_key_work_item_unittest.cc     std::wstring(test_data_.base_path() + L"\\NoKeyHere"),
base_path          38 chrome/installer/util/copy_reg_key_work_item_unittest.cc     std::wstring(test_data_.base_path() + L"\\NoKeyHere\\OrHere")
base_path          34 chrome/installer/util/delete_reg_key_work_item_unittest.cc     std::wstring(test_data_.base_path() + L"\\NoKeyHere"),
base_path          35 chrome/installer/util/delete_reg_key_work_item_unittest.cc     std::wstring(test_data_.base_path() + L"\\NoKeyHere\\OrHere")
base_path          88 chrome/installer/util/delete_reg_key_work_item_unittest.cc   std::wstring key_name(test_data_.base_path() + L"\\UndeletableKey");
base_path          25 chrome/installer/util/registry_key_backup_unittest.cc     destination_path_.assign(test_data_.base_path()).append(L"\\Destination");
base_path          44 chrome/installer/util/registry_key_backup_unittest.cc   std::wstring non_existent_key_path(test_data_.base_path() + L"\\NoKeyHere");
base_path          47 chrome/installer/util/registry_test_data.cc bool RegistryTestData::Initialize(HKEY root_key, const wchar_t* base_path) {
base_path          53 chrome/installer/util/registry_test_data.cc   if (DeleteKey(root_key, base_path)) {
base_path          56 chrome/installer/util/registry_test_data.cc     base_path_.assign(base_path);
base_path          29 chrome/installer/util/registry_test_data.h   bool Initialize(HKEY root_key, const wchar_t* base_path);
base_path          39 chrome/installer/util/registry_test_data.h   const std::wstring& base_path() const { return base_path_; }
base_path          70 content/browser/fileapi/plugin_private_file_system_backend_unittest.cc   const base::FilePath& base_path() const { return backend()->base_path(); }
base_path         108 content/browser/fileapi/plugin_private_file_system_backend_unittest.cc   EXPECT_TRUE(base_path().AppendASCII("000").AppendASCII(kPlugin1).IsParent(
base_path         179 content/browser/indexed_db/indexed_db_factory_unittest.cc   const base::FilePath base_path = temp_directory.path();
base_path         181 content/browser/indexed_db/indexed_db_factory_unittest.cc   int limit = base::GetMaximumPathComponentLength(base_path);
base_path         187 content/browser/indexed_db/indexed_db_factory_unittest.cc       factory()->TestOpenBackingStore(too_long_origin, base_path);
base_path         192 content/browser/indexed_db/indexed_db_factory_unittest.cc       factory()->TestOpenBackingStore(ok_origin, base_path);
base_path          38 content/public/test/test_file_system_backend.cc   explicit TestFileUtil(const base::FilePath& base_path)
base_path          39 content/public/test/test_file_system_backend.cc       : base_path_(base_path) {}
base_path         163 content/public/test/test_file_system_backend.cc     const base::FilePath& base_path)
base_path         164 content/public/test/test_file_system_backend.cc     : base_path_(base_path),
base_path         166 content/public/test/test_file_system_backend.cc           new fileapi::AsyncFileUtilAdapter(new TestFileUtil(base_path))),
base_path          33 content/public/test/test_file_system_backend.h       const base::FilePath& base_path);
base_path          19 content/public/test/test_file_system_context.cc     const base::FilePath& base_path) {
base_path          22 content/public/test/test_file_system_context.cc       base::MessageLoopProxy::current().get(), base_path));
base_path          24 content/public/test/test_file_system_context.cc       quota_manager_proxy, additional_providers.Pass(), base_path);
base_path          31 content/public/test/test_file_system_context.cc     const base::FilePath& base_path) {
base_path          40 content/public/test/test_file_system_context.cc       base_path,
base_path          49 content/public/test/test_file_system_context.cc     const base::FilePath& base_path) {
base_path          58 content/public/test/test_file_system_context.cc       base_path,
base_path          64 content/public/test/test_file_system_context.cc     const base::FilePath& base_path) {
base_path          74 content/public/test/test_file_system_context.cc       base_path,
base_path          25 content/public/test/test_file_system_context.h     const base::FilePath& base_path);
base_path          33 content/public/test/test_file_system_context.h     const base::FilePath& base_path);
base_path          40 content/public/test/test_file_system_context.h     const base::FilePath& base_path);
base_path          44 content/public/test/test_file_system_context.h     const base::FilePath& base_path);
base_path          81 content/shell/app/webkit_test_platform_support_linux.cc   base::FilePath base_path;
base_path          82 content/shell/app/webkit_test_platform_support_linux.cc   PathService::Get(base::DIR_MODULE, &base_path);
base_path          83 content/shell/app/webkit_test_platform_support_linux.cc   base::FilePath fonts_conf = base_path.Append(FILE_PATH_LITERAL("fonts.conf"));
base_path         122 content/shell/app/webkit_test_platform_support_linux.cc   base::FilePath ahem_font = base_path.Append("AHEM____.TTF");
base_path          32 content/shell/app/webkit_test_platform_support_win.cc   base::FilePath base_path;
base_path          33 content/shell/app/webkit_test_platform_support_win.cc   PathService::Get(base::DIR_MODULE, &base_path);
base_path          35 content/shell/app/webkit_test_platform_support_win.cc       base_path.Append(FILE_PATH_LITERAL("/AHEM____.TTF"));
base_path          63 content/shell/browser/shell_url_request_context_getter.cc     const base::FilePath& base_path,
base_path          70 content/shell/browser/shell_url_request_context_getter.cc       base_path_(base_path),
base_path          35 content/shell/browser/shell_url_request_context_getter.h       const base::FilePath& base_path,
base_path         116 content/shell/common/webkit_test_helpers.cc   base::FilePath base_path;
base_path         117 content/shell/common/webkit_test_helpers.cc   PathService::Get(base::DIR_SOURCE_ROOT, &base_path);
base_path         118 content/shell/common/webkit_test_helpers.cc   return base_path.Append(FILE_PATH_LITERAL("third_party/WebKit"));
base_path          33 content/test/net/url_request_mock_http_job.cc   explicit ProtocolHandler(const base::FilePath& base_path,
base_path          35 content/test/net/url_request_mock_http_job.cc       : base_path_(base_path),
base_path          69 content/test/net/url_request_mock_http_job.cc void URLRequestMockHTTPJob::AddUrlHandler(const base::FilePath& base_path) {
base_path          73 content/test/net/url_request_mock_http_job.cc       CreateProtocolHandler(base_path));
base_path         106 content/test/net/url_request_mock_http_job.cc URLRequestMockHTTPJob::CreateProtocolHandler(const base::FilePath& base_path) {
base_path         108 content/test/net/url_request_mock_http_job.cc       new ProtocolHandler(base_path, false));
base_path          35 content/test/net/url_request_mock_http_job.h   static void AddUrlHandler(const base::FilePath& base_path);
base_path          55 content/test/net/url_request_mock_http_job.h   CreateProtocolHandler(const base::FilePath& base_path);
base_path          15 extensions/browser/api/storage/leveldb_settings_storage_factory.cc base::FilePath GetDatabasePath(const base::FilePath& base_path,
base_path          17 extensions/browser/api/storage/leveldb_settings_storage_factory.cc   return base_path.AppendASCII(extension_id);
base_path          23 extensions/browser/api/storage/leveldb_settings_storage_factory.cc     const base::FilePath& base_path,
base_path          25 extensions/browser/api/storage/leveldb_settings_storage_factory.cc   return new LeveldbValueStore(GetDatabasePath(base_path, extension_id));
base_path          29 extensions/browser/api/storage/leveldb_settings_storage_factory.cc     const base::FilePath& base_path,
base_path          31 extensions/browser/api/storage/leveldb_settings_storage_factory.cc   base::FilePath path = GetDatabasePath(base_path, extension_id);
base_path          15 extensions/browser/api/storage/leveldb_settings_storage_factory.h   virtual ValueStore* Create(const base::FilePath& base_path,
base_path          18 extensions/browser/api/storage/leveldb_settings_storage_factory.h   virtual void DeleteDatabaseIfExists(const base::FilePath& base_path,
base_path          26 extensions/browser/api/storage/settings_storage_factory.h   virtual ValueStore* Create(const base::FilePath& base_path,
base_path          32 extensions/browser/api/storage/settings_storage_factory.h   virtual void DeleteDatabaseIfExists(const base::FilePath& base_path,
base_path         145 extensions/browser/api/storage/settings_test_util.cc     const base::FilePath& base_path,
base_path         148 extensions/browser/api/storage/settings_test_util.cc   return delegate_->Create(base_path, extension_id);
base_path         152 extensions/browser/api/storage/settings_test_util.cc     const base::FilePath& base_path,
base_path         154 extensions/browser/api/storage/settings_test_util.cc   delegate_->DeleteDatabaseIfExists(base_path, extension_id);
base_path          86 extensions/browser/api/storage/settings_test_util.h   virtual ValueStore* Create(const base::FilePath& base_path,
base_path          89 extensions/browser/api/storage/settings_test_util.h       const base::FilePath& base_path,
base_path          53 mojo/shell/loader.cc                base::FilePath base_path)
base_path          56 mojo/shell/loader.cc           base_path,
base_path          59 mojo/shell/loader.h          base::FilePath base_path);
base_path          32 mojo/shell/url_request_context_getter.cc     base::FilePath base_path,
base_path          37 mojo/shell/url_request_context_getter.cc     : base_path_(base_path),
base_path          22 mojo/shell/url_request_context_getter.h       base::FilePath base_path,
base_path          83 net/tools/dump_cache/cache_dumper.cc   std::string base_path = path_.MaybeAsASCII();
base_path          85 net/tools/dump_cache/cache_dumper.cc       net::UrlToFilenameEncoder::Encode(url, base_path, false);
base_path          97 net/tools/dump_cache/url_to_filename_encoder.h   static std::string Encode(const std::string& url, std::string base_path,
base_path         102 net/tools/dump_cache/url_to_filename_encoder.h       EncodeSegment(base_path, url_no_scheme, '/', &filename);
base_path         112 net/tools/dump_cache/url_to_filename_encoder.h       filename.append(base_path);
base_path          92 net/tools/dump_cache/url_to_filename_encoder_unittest.cc   void ValidateUrl(const string& url, const string& base_path,
base_path          95 net/tools/dump_cache/url_to_filename_encoder_unittest.cc         url, base_path, legacy_escape);
base_path         131 webkit/browser/fileapi/plugin_private_file_system_backend.h   const base::FilePath& base_path() const { return base_path_; }
base_path         398 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc   base::FilePath base_path =
base_path         400 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc   if (base_path.empty() || !base::DirectoryExists(base_path))
base_path         403 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc       base_path.Append(FileSystemUsageCache::kUsageFileName);
base_path         589 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc   base::FilePath base_path = sandbox_file_util->GetDirectoryForOriginAndType(
base_path         593 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc   return base_path.Append(FileSystemUsageCache::kUsageFileName);
base_path         394 win8/metro_driver/file_picker.cc   base::FilePath base_path;
base_path         414 win8/metro_driver/file_picker.cc     if (base_path.empty()) {
base_path         416 win8/metro_driver/file_picker.cc       base_path = file_path.DirName();
base_path         420 win8/metro_driver/file_picker.cc       result->append(base_path.value().c_str(), base_path.value().size() + 1);
base_path         423 win8/metro_driver/file_picker.cc     DCHECK(!base_path.empty());
base_path         424 win8/metro_driver/file_picker.cc     DCHECK(base_path == file_path.DirName());
base_path         332 win8/metro_driver/file_picker_ash.cc   base::FilePath base_path;
base_path         352 win8/metro_driver/file_picker_ash.cc     if (base_path.empty()) {
base_path         354 win8/metro_driver/file_picker_ash.cc       base_path = file_path.DirName();
base_path         358 win8/metro_driver/file_picker_ash.cc       result->append(base_path.value().c_str(), base_path.value().size() + 1);
base_path         361 win8/metro_driver/file_picker_ash.cc     DCHECK(!base_path.empty());
base_path         362 win8/metro_driver/file_picker_ash.cc     DCHECK(base_path == file_path.DirName());