Searched refs:GetPath (Results 126 - 150 of 303) sorted by relevance

1234567891011>>

/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())))
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_local_storage_helper_browsertest.cc70 return browser()->profile()->GetPath().AppendASCII("Local Storage");
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log_policy.cc54 base::FilePath profile_base_path = profile->GetPath();
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.h89 virtual base::FilePath GetPath() const OVERRIDE;
H A Doff_the_record_profile_impl.cc239 base::FilePath OffTheRecordProfileImpl::GetPath() const { function in class:OffTheRecordProfileImpl
240 return profile_->GetPath();
/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_profile_service.cc173 profile_->GetPath().Append(chrome::kGCMStoreDirname),
/external/chromium_org/chrome/browser/signin/
H A Dlocal_auth.cc102 return info.GetIndexOfProfileWithPath(profile->GetPath());
/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Dwebservice_cache.cc34 context->GetPath().AppendASCII(kStoreDataFileName);
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc24 base::FilePath FakeProfile::GetPath() const { function in class:FakeProfile
H A Dfake_profile.h35 virtual base::FilePath GetPath() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Duser_manager_view.cc156 guest_profile->GetPath()),
/external/chromium_org/chrome/browser/ui/webui/media/
H A Dwebrtc_logs_ui.cc115 WebRtcLogList::GetWebRtcLogDirectoryForProfile(profile->GetPath())),
/external/chromium_org/chrome/browser/ui/webui/
H A Dversion_handler.cc80 base::Bind(&GetFilePaths, Profile::FromWebUI(web_ui())->GetPath(),
/external/chromium_org/components/keyed_service/content/
H A Dbrowser_context_dependency_manager.cc184 context->GetPath().AppendASCII("browser-context-dependencies.dot");
/external/chromium_org/content/browser/
H A Dstorage_partition_impl.h36 virtual base::FilePath GetPath() OVERRIDE;
/external/chromium_org/extensions/browser/api/storage/
H A Dstorage_frontend.cc95 new LocalValueStoreCache(factory, browser_context_->GetPath());
/external/chromium_org/extensions/shell/browser/
H A Dshell_nacl_browser_delegate.cc110 base::FilePath path = browser_context_->GetPath();
/external/chromium_org/ppapi/proxy/
H A Dfile_chooser_resource_unittest.cc122 PP_Var path_var(file_ref_iface->GetPath(dest[0]));
/external/lldb/source/API/
H A DSBDeclaration.cpp191 m_opaque_ap->GetFile().GetPath (file_path, sizeof (file_path));
/external/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp238 s->Printf ("file = '%s', line = %u", m_file_spec.GetPath().c_str(), m_line_number);
/external/lldb/source/Symbol/
H A DObjectFile.cpp44 module_sp->GetFileSpec().GetPath().c_str(),
86 module_sp->GetFileSpec().GetPath(path_with_object, sizeof(path_with_object));
165 module_sp->GetFileSpec().GetPath().c_str(),
271 m_file.GetPath().c_str(),
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_data_type_controller_unittest.cc81 profile->GetPath(),
204 profile_.GetPath(),
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_internals_ui.cc70 partition->GetPath()));
116 if (storage_partition->GetPath() == partition_path) {
H A Dindexed_db_quota_client_unittest.cc48 browser_context_->GetPath(),
54 new IndexedDBContextImpl(browser_context_->GetPath(),
/external/lldb/source/Core/
H A DModule.cpp164 m_file.GetPath().c_str(),
214 m_file.GetPath().c_str(),
239 m_file.GetPath().c_str(),
524 file_spec.GetPath().c_str(),
886 std::string spec(GetFileSpec().GetPath());
916 if (m_file.GetPath(path, sizeof(path)))
1060 m_file.GetPath().c_str(),
1366 scripting_fspec.GetPath().c_str());

Completed in 402 milliseconds

1234567891011>>