Searched defs:GetPath (Results 1 - 25 of 39) sorted by path

12

/external/chromium_org/android_webview/browser/
H A Daw_browser_context.cc139 new AwURLRequestContextGetter(GetPath(),
233 base::FilePath AwBrowserContext::GetPath() const { function in class:android_webview::AwBrowserContext
/external/chromium_org/android_webview/buildbot/
H A Ddeps_whitelist.py95 def GetPath(): member in class:DepsWhitelist._read_deps_file.FileImplStub
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dmount_manager.cc33 base::FilePath MountManager::GetPath(const std::string& user_id) { function in class:chromeos::MountManager
/external/chromium_org/chrome/browser/printing/
H A Dpdf_to_emf_converter.cc40 const base::FilePath& GetPath() const { return temp_dir_.path(); } function in class:printing::__anon4479::RefCountedTempDir
208 if (!base::CreateTemporaryFileInDir((*temp_dir)->GetPath(), &path))
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.cc239 base::FilePath OffTheRecordProfileImpl::GetPath() const { function in class:OffTheRecordProfileImpl
240 return profile_->GetPath();
H A Dprofile_impl.cc591 base::FilePath cookie_path = GetPath();
593 base::FilePath channel_id_path = GetPath();
605 base::FilePath extensions_cookie_path = GetPath();
609 base::FilePath infinite_cache_path = GetPath();
680 extensions_cookie_path, GetPath(), infinite_cache_path,
702 base::Bind(&EnsureReadmeFile, GetPath()),
859 base::FilePath ProfileImpl::GetPath() const { function in class:ProfileImpl
865 GetPath(), BrowserThread::GetBlockingPool());
1154 this, GetPath().Append(chrome::kTopSitesFilename));
1338 size_t index = cache.GetIndexOfProfileWithPath(GetPath());
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dpreferences_helper.cc229 const char* GetPath() const;
245 return base::StringPrintf("Waiting for pref '%s' to match", GetPath());
264 const char* PrefMatchChecker::GetPath() const { function in class:preferences_helper::__anon4820::PrefMatchChecker
295 return ListPrefMatches(GetPath());
316 return BooleanPrefMatches(GetPath());
337 return IntegerPrefMatches(GetPath());
358 return StringPrefMatches(GetPath());
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc24 base::FilePath FakeProfile::GetPath() const { function in class:FakeProfile
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc480 base::FilePath path = GetPath();
489 if (!history_service->Init(this->GetPath(), no_db)) {
524 this, GetPath().Append(chrome::kTopSitesFilename));
547 profile->GetPath(),
569 base::FilePath path = GetPath().Append(bookmarks::kBookmarksFileName);
622 base::FilePath TestingProfile::GetPath() const { function in class:TestingProfile
/external/chromium_org/chrome/test/chromedriver/test/
H A Dwebserver.py48 def GetPath(self): member in class:Request
130 path = request.GetPath().split('?')[0]
/external/chromium_org/chromecast/shell/browser/
H A Dcast_browser_context.cc80 base::FilePath CastBrowserContext::GetPath() const { function in class:chromecast::shell::CastBrowserContext
/external/chromium_org/components/search_engines/
H A Dtemplate_url.cc418 const std::string& TemplateURLRef::GetPath( function in class:TemplateURLRef
/external/chromium_org/content/browser/
H A Dstorage_partition_impl.cc478 base::FilePath StoragePartitionImpl::GetPath() { function in class:content::StoragePartitionImpl
536 GetPath(),
/external/chromium_org/content/public/test/
H A Dtest_browser_context.cc60 base::FilePath TestBrowserContext::GetPath() const { function in class:content::TestBrowserContext
/external/chromium_org/content/shell/browser/
H A Dshell_browser_context.cc108 base::FilePath ShellBrowserContext::GetPath() const { function in class:content::ShellBrowserContext
142 GetPath(),
/external/chromium_org/dbus/
H A Dmessage.cc260 AppendStringHeader("path", GetPath().value(), &headers);
311 ObjectPath Message::GetPath() { function in class:dbus::Message
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dvalidation_unittest.cc134 std::string GetPath(const std::string& root, const std::string& suffix) { function in namespace:mojo::test::__anon8787
145 if (!ReadAndParseDataFile(GetPath(test, ".data"), &data, &num_handles) ||
146 !ReadResultFile(GetPath(test, ".expected"), expected)) {
161 EnumerateSourceRootRelativeDirectory(GetPath("", ""));
/external/chromium_org/native_client_sdk/src/doc/doxygen/
H A Drst_index.py147 def GetPath(filepath): function
/external/chromium_org/ppapi/c/
H A Dppb_file_ref.h108 * file. Use GetPath() to get the full file path.
112 * GetPath() returns the absolute path of the file.
121 struct PP_Var (*GetPath)(PP_Resource file_ref); member in struct:PPB_FileRef_1_2
243 struct PP_Var (*GetPath)(PP_Resource file_ref); member in struct:PPB_FileRef_1_0
264 struct PP_Var (*GetPath)(PP_Resource file_ref); member in struct:PPB_FileRef_1_1
/external/chromium_org/ppapi/cpp/
H A Dfile_ref.cc82 Var FileRef::GetPath() const { function in class:pp::FileRef
85 get_interface<PPB_FileRef_1_2>()->GetPath(pp_resource()));
89 get_interface<PPB_FileRef_1_1>()->GetPath(pp_resource()));
93 get_interface<PPB_FileRef_1_0>()->GetPath(pp_resource()));
/external/chromium_org/ppapi/proxy/
H A Dfile_ref_resource.cc105 PP_Var FileRefResource::GetPath() const { function in class:ppapi::proxy::FileRefResource
/external/chromium_org/ppapi/thunk/
H A Dppb_file_ref_thunk.cc67 PP_Var GetPath(PP_Resource file_ref) { function in namespace:ppapi::thunk::__anon10261
68 VLOG(4) << "PPB_FileRef::GetPath()";
72 return enter.object()->GetPath();
173 &GetPath,
186 &GetPath,
201 &GetPath,
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_system_mock.cpp68 const char* GetPath() const { return path_.c_str(); } function in class:__anon11495::MockFileEntry
114 if (entry->GetPath() && !strcmp(path, entry->GetPath()))
/external/chromium_org/third_party/closure_compiler/build/
H A Doutputs.py11 def GetPath(resource): function
18 print GetPath(sys.argv[1])
/external/chromium_org/tools/gen_keyboard_overlay_data/
H A Dgen_keyboard_overlay_data.py403 def GetPath(path_from_src): function
422 original_path = GetPath(os.path.join(original_dir, original_filename))
453 outpath = GetPath(os.path.join(outdir, JS_FILENAME))

Completed in 2176 milliseconds

12