Searched refs:GetPath (Results 151 - 175 of 303) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc480 base::FilePath path = GetPath();
489 if (!history_service->Init(this->GetPath(), no_db)) {
524 this, GetPath().Append(chrome::kTopSitesFilename));
547 profile->GetPath(),
569 base::FilePath path = GetPath().Append(bookmarks::kBookmarksFileName);
622 base::FilePath TestingProfile::GetPath() const { function in class:TestingProfile
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp69 exe_valid = exe_module->GetFileSpec().GetPath (exe_path, sizeof(exe_path));
237 symfile.GetPath(symfile_path, sizeof(symfile_path));
268 std::string remote_path = remote_file.GetPath();
279 core_file.GetPath(core_path, sizeof(core_path));
738 sc.comp_unit->GetPath().c_str(),
739 sc.module_sp->GetFileSpec().GetPath().c_str());
744 sc.module_sp->GetFileSpec().GetPath().c_str());
750 sc.comp_unit->GetPath().c_str());
871 comp_unit->GetPath().c_str());
911 module_file.GetPath()
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_system_impl.cc115 profile_->GetPath().AppendASCII(extensions::kStateStoreName),
122 profile_->GetPath().AppendASCII(extensions::kRulesStoreName),
324 profile_->GetPath().AppendASCII(extensions::kInstallDirectoryName),
H A Dextension_garbage_collector.cc227 ->GetPath());
/external/chromium_org/v8/samples/
H A Dprocess.cc109 static void GetPath(Local<String> name,
465 void JsHttpRequestProcessor::GetPath(Local<String> name, function in class:JsHttpRequestProcessor
522 GetPath); local
/external/lldb/source/Symbol/
H A DBlock.cpp412 func_decl.GetFile().GetPath().c_str(),
420 module_sp->GetFileSpec().GetPath().c_str());
431 module_sp->GetFileSpec().GetPath().c_str());
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary_unittest.cc161 profile_.GetPath().Append(chrome::kCustomDictionaryFileName);
225 profile_.GetPath().Append(chrome::kCustomDictionaryFileName);
238 profile_.GetPath().Append(chrome::kCustomDictionaryFileName);
254 profile_.GetPath().Append(chrome::kCustomDictionaryFileName);
273 profile_.GetPath().Append(chrome::kCustomDictionaryFileName);
1134 profile_.GetPath().Append(chrome::kCustomDictionaryFileName);
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp499 image_object_file->GetFileSpec().GetPath().c_str());
577 image_object_file->GetFileSpec().GetPath().c_str());
1449 file_spec.GetPath().c_str());
1454 file_spec.GetPath().c_str());
1467 file_spec.GetPath().c_str());
1474 file_spec.GetPath().c_str());
/external/chromium_org/chrome/browser/
H A Djumplist_win.cc203 app_id_ = ShellIntegration::GetChromiumModelIdForProfile(profile_->GetPath());
204 icon_dir_ = profile_->GetPath().Append(chrome::kJumpListIconDirname);
/external/chromium_org/chrome/browser/printing/
H A Dpdf_to_emf_converter.cc40 const base::FilePath& GetPath() const { return temp_dir_.path(); } function in class:printing::__anon4479::RefCountedTempDir
208 if (!base::CreateTemporaryFileInDir((*temp_dir)->GetPath(), &path))
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmanage_profile_handler.cc279 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
407 if (profile_file_path != Profile::FromWebUI(web_ui())->GetPath())
H A Doptions_ui_browsertest.cc226 base::FilePath profile_dir = browser()->profile()->GetPath();
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app.cc184 info->profile_path = profile->GetPath();
201 shortcut_info.profile_path = profile->GetPath();
H A Dupdate_shortcut_worker_win.cc39 web_contents->GetBrowserContext())->GetPath()) {
/external/lldb/source/Core/
H A DValue.cpp491 module->GetFileSpec().GetPath().c_str());
495 module->GetFileSpec().GetPath().c_str());
/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/chromeos/drive/
H A Dfile_system_util_unittest.cc220 base::FilePath profile_path = profile.GetPath();
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dsnapshot_manager.cc80 base::Bind(&GetMetadataOnIOThread, profile->GetPath(), context, url,
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_manager_factory_chromeos.cc166 base::FilePath profile_dir = profile->GetPath();
/external/chromium_org/chrome/browser/policy/cloud/
H A Dcomponent_cloud_policy_browsertest.cc310 base::FilePath cache_path = browser()->profile()->GetPath()
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl.h78 virtual base::FilePath GetPath() const OVERRIDE;
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Ddevice_id_fetcher.cc130 profile->GetPath(),
/external/chromium_org/chrome/browser/sessions/
H A Dbase_session_service.cc88 backend_ = new SessionBackend(type, profile_ ? profile_->GetPath() : path);
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_unittest.cc108 profile_->GetPath().AppendASCII(kStoreDataFileName);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_list.cc145 profile->GetPath());

Completed in 715 milliseconds

1234567891011>>