Searched refs:PathExists (Results 276 - 300 of 426) sorted by last modified time

<<1112131415161718

/external/chromium_org/chrome/browser/
H A Dshell_integration.cc99 if (!user_data_dir.empty() && base::PathExists(user_data_dir))
H A Dshell_integration_linux.cc658 base::PathExists(desktop_path.Append(shortcut_filename));
687 if (base::PathExists(path)) {
709 if (base::PathExists(base::FilePath(alternative_filepath))) {
H A Dshell_integration_win.cc581 if (base::PathExists(shortcut))
H A Dupload_list.cc57 if (base::PathExists(upload_log_path_)) {
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.cc99 if (!base::PathExists(backup))
H A Dspellcheck_hunspell_dictionary.cc260 if (!base::PathExists(path) && base::PathExists(fallback))
274 base::PathExists(dictionary.path) &&
H A Dspellcheck_service_browsertest.cc87 if (base::PathExists(bdict_path)) {
/external/chromium_org/chrome/browser/ssl/
H A Dssl_blocking_page.cc259 if (base::PathExists(pathname)) {
/external/chromium_org/chrome/browser/supervised_user/experimental/
H A Dsupervised_user_blacklist_downloader.cc41 base::Bind(&base::PathExists, path),
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_impl_unittest.cc739 EXPECT_FALSE(base::PathExists(sync_file));
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsingle_client_backup_rollback_test.cc194 ASSERT_FALSE(base::PathExists(
H A Dsync_extension_helper.cc326 if (!base::PathExists(base_dir) &&
H A Dsync_test.cc294 if (!base::PathExists(path))
/external/chromium_org/chrome/browser/translate/
H A Dcomponent_cld_data_harness.cc88 ASSERT_TRUE(base::PathExists(target_dir));
91 ASSERT_TRUE(base::PathExists(check_path));
H A Dstandalone_cld_data_harness.cc74 ASSERT_TRUE(base::PathExists(target_file));
/external/chromium_org/chrome/browser/ui/ash/
H A Dscreenshot_taker_unittest.cc138 EXPECT_TRUE(base::PathExists(screenshot_path_));
/external/chromium_org/chrome/browser/ui/
H A Dmetro_pin_tab_helper_win.cc126 if (base::PathExists(*logo_path))
/external/chromium_org/chrome/browser/ui/prefs/
H A Dprefs_tab_helper_browsertest.cc38 if (!base::PathExists(pref_file)) {
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_service_win.cc206 if (!base::PathExists(shortcut_file.DirName()) &&
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Davatar_menu_button_browsertest.cc48 if (!base::PathExists(path))
H A Dnew_avatar_menu_button_browsertest.cc68 if (!base::PathExists(path))
/external/chromium_org/chrome/browser/ui/webui/
H A Dnacl_ui.cc346 if (got_path && !pnacl_path.empty() && base::PathExists(pnacl_path)) {
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dadvanced_options_utils_linux.cc85 if (base::PathExists(file.Append(command[0]))) {
/external/chromium_org/chrome/browser/web_applications/
H A Dupdate_shortcut_worker_win.cc166 if (base::PathExists(shortcut_file)) {
186 if (!base::PathExists(web_app_path) &&
H A Dweb_app_win.cc78 if (!base::PathExists(icon_file) ||
79 !base::PathExists(checksum_file))
146 if (base::PathExists(shortcut_file) &&
169 if (!base::PathExists(web_app_path) &&
246 if (!base::PathExists(shortcut_file.DirName()) &&
347 if (!base::PathExists(web_app_path) && !base::CreateDirectory(web_app_path))
391 if (!PathExists(web_app_dir_shortcut)) {

Completed in 367 milliseconds

<<1112131415161718