/external/chromium/chrome/browser/profiles/ |
D | profile.cc | 214 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()
|
D | profile_impl.cc | 371 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 …]
|
D | profile_manager.cc | 265 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/ |
D | login_browsertest.cc | 84 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/ |
D | bookmark_node_data.cc | 264 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()
|
D | bookmark_storage.cc | 135 writer_(profile->GetPath().Append(chrome::kBookmarksFileName), in BookmarkStorage() 138 profile->GetPath().Append(chrome::kHistoryBookmarksFileName)) { in BookmarkStorage()
|
/external/v8/src/ |
D | liveobjectlist.h | 111 static Object* GetPath(int obj_id1, 306 inline static Object* GetPath(int obj_id1,
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_drag_source.mm | 32 profile_->GetPath().value());
|
/external/llvm/lib/Analysis/ |
D | ProfileInfo.cpp | 238 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()
|
D | ProfileEstimatorPass.cpp | 239 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/ |
D | testcfg.py | 97 full_path = current_path + [test.GetPath()[-1]]
|
/external/v8/samples/ |
D | process.cc | 104 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/ |
D | profile_policy_connector.cc | 44 FilePath policy_cache_dir(profile_->GetPath()); in ProfilePolicyConnector()
|
/external/webkit/Source/WebCore/platform/wx/ |
D | FileSystemWx.cpp | 110 return wxFileName(path).GetPath(); in directoryName()
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCtrls.py | 264 …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()
|
D | JetCreator.py | 867 …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/ |
D | extension_popup_controller_unittest.mm | 23 return GetPath().AppendASCII(ExtensionService::kInstallDirectoryName);
|
/external/chromium/chrome/browser/ |
D | browsing_data_local_storage_helper_browsertest.cc | 55 FilePath storage_path(testing_profile_.GetPath()); in GetLocalStoragePathForTestingProfile()
|
D | jumplist_win.cc | 603 app_id_ = ShellIntegration::GetChromiumAppId(profile->GetPath()); 604 icon_dir_ = profile->GetPath().Append(chrome::kJumpListIconDirname);
|
/external/chromium/chrome/browser/ui/web_applications/ |
D | web_app_ui.cc | 94 profile_path_(tab_contents->profile()->GetPath()) { in UpdateShortcutWorker()
|
/external/chromium/chrome/browser/history/ |
D | thumbnail_database_unittest.cc | 93 history_db_name_ = profile_->GetPath().Append(chrome::kHistoryFilename); in SetUp() 99 profile_->GetPath().Append(chrome::kThumbnailsFilename); in SetUp()
|
D | top_sites_unittest.cc | 340 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/ |
D | shortest-path.h | 427 GetPath(); in ShortestPath() 464 void GetPath(); 685 void PdtShortestPath<Arc, Queue>::GetPath() { in GetPath() function
|
/external/chromium/chrome/browser/sessions/ |
D | base_session_service.cc | 76 profile_ ? profile_->GetPath() : path_); in BaseSessionService()
|
/external/llvm/include/llvm/Analysis/ |
D | ProfileInfo.h | 152 const BType *GetPath(const BType *Src, const BType *Dest,
|