Searched refs:GetPath (Results 176 - 200 of 303) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/webdata/
H A Dweb_data_service_factory.cc74 base::FilePath profile_path = profile->GetPath();
/external/chromium_org/content/browser/
H A Dplugin_data_remover_impl.cc70 browser_context_path_(browser_context->GetPath()),
/external/chromium_org/content/shell/browser/
H A Dshell_download_manager_delegate.cc67 default_download_path_ = download_manager_->GetBrowserContext()->GetPath().
/external/chromium_org/dbus/
H A Dmessage_unittest.cc597 EXPECT_EQ(ObjectPath(std::string()), message->GetPath());
615 EXPECT_EQ(ObjectPath("/org/chromium/path"), message->GetPath());
627 EXPECT_EQ(ObjectPath(std::string()), message->GetPath());
647 EXPECT_EQ(ObjectPath(std::string()), message->GetPath());
/external/chromium_org/extensions/shell/browser/
H A Dshell_content_browser_client.cc88 browser_context->GetPath(),
/external/chromium_org/native_client_sdk/src/doc/doxygen/
H A Drst_index.py147 def GetPath(filepath): function
/external/chromium_org/ppapi/proxy/
H A Dfile_ref_resource.cc105 PP_Var FileRefResource::GetPath() const { function in class:ppapi::proxy::FileRefResource
/external/lldb/source/API/
H A DSBLineEntry.cpp235 m_opaque_ap->file.GetPath (file_path, sizeof (file_path));
/external/lldb/source/Core/
H A DModuleList.cpp724 module_file_spec.GetPath().c_str());
961 file_spec.GetPath(path, sizeof(path));
963 module_file_spec.GetPath(path, sizeof(path));
1032 file_spec.GetPath(path, sizeof(path));
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp66 exe_mod->GetFileSpec().GetPath(m_exe_path, PATH_MAX);
/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py264 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, str(FileJustPath(dlg.GetPath())))
265 val = dlg.GetPath()
331 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, str(FileJustPath(dlg.GetPath())))
332 val = dlg.GetPath()
H A DJetCreator.py867 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.JTC_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
868 self.currentJetConfigFile = FileJustRoot(dialog.GetPath()) + ".jtc"
1001 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.ARCHIVE_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
1005 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.ARCHIVE_FILE_SPEC + "Dir", str(FileJustPath(dlg1.GetPath())))
1006 if YesNo(JetDefs.MAIN_IMPORTTITLE, JetDefs.MAIN_IMPORTMSG % (dialog.GetPath(),dlg1.GetPath()), False):
1007 projectPath = dlg1.GetPath()
1008 zipFile = dialog.GetPath()
1071 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.ARCHIVE_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
1072 ExportJetArchive(FileJustRoot(dialog.GetPath())
[all...]
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_view_delegate.cc274 profile_->GetPath(),
389 web_app::GetWebAppDataDirectory(profile_->GetPath(),
H A Dapp_list_service_impl.cc345 SetProfilePath(initial_profile->GetPath());
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_menu_delegate.cc194 drop_data_.GetFirstNode(GetBookmarkModel(), profile_->GetPath());
333 drag_data.Write(profile_->GetPath(), data);
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler.cc453 base::FilePath profile_file_path = GetProfile()->GetPath();
826 options::helper::DeleteProfileAtPath(GetProfile()->GetPath(), web_ui());
/external/chromium_org/components/visitedlink/browser/
H A Dvisitedlink_master.cc659 if (!browser_context_ || browser_context_->GetPath().empty())
662 base::FilePath profile_dir = browser_context_->GetPath();
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window_geometry_cache_unittest.cc96 browser_context()->GetPath().AppendASCII("Extensions"),
162 browser_context()->GetPath().AppendASCII("Extensions").AppendASCII(name);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp65 m_dwarf2Data->GetObjectFile()->GetFileSpec().GetPath().c_str());
73 m_dwarf2Data->GetObjectFile()->GetFileSpec().GetPath().c_str());
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_util.cc220 chrome::GetUserCacheDirectory(profile->GetPath(), &cache_base_path);
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dmanaged_value_store_cache.cc245 base_path_(profile_->GetPath().AppendASCII(
/external/chromium_org/chrome/browser/history/
H A Dshortcuts_database_unittest.cc99 profile_->GetPath().Append(chrome::kShortcutsDatabaseName));
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmedia_file_system_backend.cc92 profile->GetPath(), storage_domain, kInvalidMediaGalleryPrefId);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_metrics.cc448 base::FilePath profile_path = profile->GetPath();
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_service.cc72 custom_dictionary_.reset(new SpellcheckCustomDictionary(context_->GetPath()));

Completed in 9444 milliseconds

1234567891011>>