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

12

/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_browsertest.cc84 EXPECT_EQ("user", profile->GetPath().BaseName().value());
91 EXPECT_EQ("Default", profile->GetPath().BaseName().value());
/external/chromium/chrome/browser/profiles/
H A Dprofile.cc214 virtual FilePath GetPath() { return profile_->GetPath(); } function in class:OffTheRecordProfileImpl
246 ? FilePath() : GetPath().Append(chrome::kAppCacheDirname),
257 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy());
316 GetOriginalProfile()->GetPath());
403 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy());
556 IsOffTheRecord(), GetPath(), GetExtensionSpecialStoragePolicy(),
H A Dprofile_impl.cc371 FilePath cookie_path = GetPath();
383 FilePath extensions_cookie_path = GetPath();
387 FilePath app_path = GetPath().Append(chrome::kIsolatedAppStateDirname);
435 GetPath().AppendASCII(ExtensionService::kInstallDirectoryName),
668 FilePath ProfileImpl::GetPath() { function in class:ProfileImpl
710 ? FilePath() : GetPath().Append(chrome::kAppCacheDirname),
721 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy());
828 GetPath().AppendASCII(ExtensionService::kInstallDirectoryName),
965 user_style_sheet_watcher_ = new UserStyleSheetWatcher(GetPath());
987 if (!history->Init(GetPath(), GetBookmarkMode
[all...]
H A Dprofile_manager.cc265 if (GetProfileByPath(profile->GetPath())) {
267 profile->GetPath().value() <<
281 (profiles_info_.insert(std::make_pair(profile->GetPath(), info))).first;
374 ProfilesInfoMap::iterator iter = profiles_info_.find(profile->GetPath());
H A Dprofile.h195 virtual FilePath GetPath() = 0;
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_node_data.cc264 FilePath path = profile ? profile->GetPath() : FilePath();
324 profile_path_ = profile->GetPath().value();
329 return !profile_path_.empty() && profile_path_ == profile->GetPath().value();
H A Dbookmark_storage.cc135 writer_(profile->GetPath().Append(chrome::kBookmarksFileName),
138 profile->GetPath().Append(chrome::kHistoryBookmarksFileName)) {
/external/chromium/chrome/browser/policy/
H A Dprofile_policy_connector.cc44 FilePath policy_cache_dir(profile_->GetPath());
/external/v8/test/sputnik/
H A Dtestcfg.py97 full_path = current_path + [test.GetPath()[-1]]
/external/v8/src/
H A Dliveobjectlist.h111 static Object* GetPath(int obj_id1,
306 inline static Object* GetPath(int obj_id1,
/external/chromium/chrome/browser/
H A Dbrowsing_data_local_storage_helper_browsertest.cc55 FilePath storage_path(testing_profile_.GetPath());
H A Djumplist_win.cc603 app_id_ = ShellIntegration::GetChromiumAppId(profile->GetPath());
604 icon_dir_ = profile->GetPath().Append(chrome::kJumpListIconDirname);
/external/webkit/Source/WebCore/platform/wx/
H A DFileSystemWx.cpp110 return wxFileName(path).GetPath();
/external/v8/samples/
H A Dprocess.cc104 static Handle<Value> GetPath(Local<String> name, const AccessorInfo& info);
437 Handle<Value> JsHttpRequestProcessor::GetPath(Local<String> name, function in class:JsHttpRequestProcessor
481 result->SetAccessor(String::NewSymbol("path"), GetPath);
/external/llvm/lib/Analysis/
H A DProfileInfo.cpp238 GetPath(const BasicBlock *Src, const BasicBlock *Dest, function in class:llvm::ProfileInfoT
294 const BasicBlock *BB = GetPath(newedge.second,oldedge.second,P,GetPathToExit | GetPathToDest);
754 GetPath(*Succ, 0, P, GetPathToExit);
776 const BasicBlock *Dest = GetPath(BB, 0, P, GetPathToValue);
897 Dest = GetPath(BB, *NBB, P, GetPathToDest | GetPathWithNewEdges);
929 const BasicBlock *Dest = GetPath(BB, 0, P, GetPathToExit | GetPathWithNewEdges);
H A DProfileEstimatorPass.cpp239 const BasicBlock *Dest = GetPath(BB, (*ei).first, p, GetPathToDest);
378 const BasicBlock *Dest = GetPath(BB, *bbi, P, GetPathToDest);
/external/chromium/chrome/browser/sessions/
H A Dbase_session_service.cc76 profile_ ? profile_->GetPath() : path_);
/external/chromium/chrome/browser/ui/web_applications/
H A Dweb_app_ui.cc94 profile_path_(tab_contents->profile()->GetPath()) {
/external/llvm/include/llvm/Analysis/
H A DProfileInfo.h152 const BType *GetPath(const BType *Src, const BType *Dest,
/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/chrome/browser/history/
H A Dthumbnail_database_unittest.cc93 history_db_name_ = profile_->GetPath().Append(chrome::kHistoryFilename);
99 profile_->GetPath().Append(chrome::kThumbnailsFilename);
H A Dtop_sites_unittest.cc340 profile()->GetPath().Append(chrome::kHistoryFilename)));
343 profile()->GetPath().Append(chrome::kThumbnailsFilename)));
949 profile()->GetPath().Append(chrome::kThumbnailsFilename)));
1329 file_util::Delete(profile()->GetPath().Append(chrome::kTopSitesFilename),
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_master.cc658 if (!profile_ || profile_->GetPath().empty())
661 FilePath profile_dir = profile_->GetPath();
/external/chromium/android/autofill/
H A Dprofile_android.h135 virtual FilePath GetPath() { return path_; } function in class:ProfileImplAndroid

Completed in 1778 milliseconds

12