Home
last modified time | relevance | path

Searched refs:GetPath (Results 1 – 25 of 49) sorted by relevance

12

/external/chromium/chrome/browser/profiles/
Dprofile.cc214 virtual FilePath GetPath() { return profile_->GetPath(); } in GetPath() function in OffTheRecordProfileImpl
246 ? FilePath() : GetPath().Append(chrome::kAppCacheDirname), in GetAppCacheService()
257 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy()); in GetDatabaseTracker()
316 GetOriginalProfile()->GetPath()); in GetTransportSecurityState()
403 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy()); in GetFileSystemContext()
556 IsOffTheRecord(), GetPath(), GetExtensionSpecialStoragePolicy(), in GetWebKitContext()
Dprofile_impl.cc371 FilePath cookie_path = GetPath(); in DoFinalInit()
383 FilePath extensions_cookie_path = GetPath(); in DoFinalInit()
387 FilePath app_path = GetPath().Append(chrome::kIsolatedAppStateDirname); in DoFinalInit()
435 GetPath().AppendASCII(ExtensionService::kInstallDirectoryName), in InitExtensions()
668 FilePath ProfileImpl::GetPath() { in GetPath() function in ProfileImpl
710 ? FilePath() : GetPath().Append(chrome::kAppCacheDirname), in GetAppCacheService()
721 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy()); in GetDatabaseTracker()
828 GetPath().AppendASCII(ExtensionService::kInstallDirectoryName), in OnPrefsLoaded()
965 user_style_sheet_watcher_ = new UserStyleSheetWatcher(GetPath()); in GetUserStyleSheetWatcher()
987 if (!history->Init(GetPath(), GetBookmarkModel())) in GetHistoryService()
[all …]
Dprofile_manager.cc265 if (GetProfileByPath(profile->GetPath())) { in AddProfile()
267 profile->GetPath().value() << in AddProfile()
281 (profiles_info_.insert(std::make_pair(profile->GetPath(), info))).first; in RegisterProfile()
374 ProfilesInfoMap::iterator iter = profiles_info_.find(profile->GetPath()); in OnProfileCreated()
/external/chromium/chrome/browser/chromeos/login/
Dlogin_browsertest.cc84 EXPECT_EQ("user", profile->GetPath().BaseName().value()); in IN_PROC_BROWSER_TEST_F()
91 EXPECT_EQ("Default", profile->GetPath().BaseName().value()); in IN_PROC_BROWSER_TEST_F()
/external/chromium/chrome/browser/bookmarks/
Dbookmark_node_data.cc264 FilePath path = profile ? profile->GetPath() : FilePath(); in WriteToPickle()
324 profile_path_ = profile->GetPath().value(); in SetOriginatingProfile()
329 return !profile_path_.empty() && profile_path_ == profile->GetPath().value(); in IsFromProfile()
Dbookmark_storage.cc135 writer_(profile->GetPath().Append(chrome::kBookmarksFileName), in BookmarkStorage()
138 profile->GetPath().Append(chrome::kHistoryBookmarksFileName)) { in BookmarkStorage()
/external/v8/src/
Dliveobjectlist.h111 static Object* GetPath(int obj_id1,
306 inline static Object* GetPath(int obj_id1,
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_drag_source.mm32 profile_->GetPath().value());
/external/llvm/lib/Analysis/
DProfileInfo.cpp238 GetPath(const BasicBlock *Src, const BasicBlock *Dest, in GetPath() function in llvm::ProfileInfoT
294 const BasicBlock *BB = GetPath(newedge.second,oldedge.second,P,GetPathToExit | GetPathToDest); in divertFlow()
754 GetPath(*Succ, 0, P, GetPathToExit); in repair()
776 const BasicBlock *Dest = GetPath(BB, 0, P, GetPathToValue); in repair()
897 Dest = GetPath(BB, *NBB, P, GetPathToDest | GetPathWithNewEdges); in repair()
929 const BasicBlock *Dest = GetPath(BB, 0, P, GetPathToExit | GetPathWithNewEdges); in repair()
DProfileEstimatorPass.cpp239 const BasicBlock *Dest = GetPath(BB, (*ei).first, p, GetPathToDest); in recurseBasicBlock()
378 const BasicBlock *Dest = GetPath(BB, *bbi, P, GetPathToDest); in runOnFunction()
/external/v8/test/sputnik/
Dtestcfg.py97 full_path = current_path + [test.GetPath()[-1]]
/external/v8/samples/
Dprocess.cc104 static Handle<Value> GetPath(Local<String> name, const AccessorInfo& info);
437 Handle<Value> JsHttpRequestProcessor::GetPath(Local<String> name, in GetPath() function in JsHttpRequestProcessor
481 result->SetAccessor(String::NewSymbol("path"), GetPath); in MakeRequestTemplate()
/external/chromium/chrome/browser/policy/
Dprofile_policy_connector.cc44 FilePath policy_cache_dir(profile_->GetPath()); in ProfilePolicyConnector()
/external/webkit/Source/WebCore/platform/wx/
DFileSystemWx.cpp110 return wxFileName(path).GetPath(); in directoryName()
/external/sonivox/jet_tools/JetCreator/
DJetCtrls.py264 …Value(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, str(FileJustPath(dlg.GetPath())))
265 val = dlg.GetPath()
331 …Value(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, str(FileJustPath(dlg.GetPath())))
332 val = dlg.GetPath()
DJetCreator.py867 …ETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.JTC_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
868 self.currentJetConfigFile = FileJustRoot(dialog.GetPath()) + ".jtc"
1001 …EATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.ARCHIVE_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
1005 …INI, JetDefs.INI_DEFAULTDIRS, JetDefs.ARCHIVE_FILE_SPEC + "Dir", str(FileJustPath(dlg1.GetPath())))
1006 …YesNo(JetDefs.MAIN_IMPORTTITLE, JetDefs.MAIN_IMPORTMSG % (dialog.GetPath(),dlg1.GetPath()), False):
1007 projectPath = dlg1.GetPath()
1008 zipFile = dialog.GetPath()
1071 …EATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.ARCHIVE_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
1072 …ExportJetArchive(FileJustRoot(dialog.GetPath()) + ".zip", self.currentJetConfigFile, self.jet_file)
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dextension_popup_controller_unittest.mm23 return GetPath().AppendASCII(ExtensionService::kInstallDirectoryName);
/external/chromium/chrome/browser/
Dbrowsing_data_local_storage_helper_browsertest.cc55 FilePath storage_path(testing_profile_.GetPath()); in GetLocalStoragePathForTestingProfile()
Djumplist_win.cc603 app_id_ = ShellIntegration::GetChromiumAppId(profile->GetPath());
604 icon_dir_ = profile->GetPath().Append(chrome::kJumpListIconDirname);
/external/chromium/chrome/browser/ui/web_applications/
Dweb_app_ui.cc94 profile_path_(tab_contents->profile()->GetPath()) { in UpdateShortcutWorker()
/external/chromium/chrome/browser/history/
Dthumbnail_database_unittest.cc93 history_db_name_ = profile_->GetPath().Append(chrome::kHistoryFilename); in SetUp()
99 profile_->GetPath().Append(chrome::kThumbnailsFilename); in SetUp()
Dtop_sites_unittest.cc340 profile()->GetPath().Append(chrome::kHistoryFilename))); in SetUp()
343 profile()->GetPath().Append(chrome::kThumbnailsFilename))); in SetUp()
949 profile()->GetPath().Append(chrome::kThumbnailsFilename))); in TEST_F()
1329 file_util::Delete(profile()->GetPath().Append(chrome::kTopSitesFilename), in TEST_F()
/external/openfst/src/include/fst/extensions/pdt/
Dshortest-path.h427 GetPath(); in ShortestPath()
464 void GetPath();
685 void PdtShortestPath<Arc, Queue>::GetPath() { in GetPath() function
/external/chromium/chrome/browser/sessions/
Dbase_session_service.cc76 profile_ ? profile_->GetPath() : path_); in BaseSessionService()
/external/llvm/include/llvm/Analysis/
DProfileInfo.h152 const BType *GetPath(const BType *Src, const BType *Dest,

12