Searched refs:GetPath (Results 101 - 125 of 303) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/predictors/
H A Dpredictor_database.cc70 : db_path_(profile->GetPath().Append(kPredictorDatabaseName)),
/external/chromium_org/chrome/browser/ui/app_list/
H A Dprofile_loader_unittest.cc30 profile->GetPath(),
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view.cc110 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
/external/chromium_org/components/feedback/
H A Dfeedback_data_unittest.cc35 : FeedbackUploader(context ? context->GetPath() : base::FilePath(),
/external/chromium_org/components/precache/content/
H A Dprecache_manager.cc38 base::FilePath db_path(browser_context_->GetPath().Append(
/external/chromium_org/content/public/browser/
H A Dbrowser_context.h113 virtual base::FilePath GetPath() const = 0;
/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/ppapi/proxy/
H A Dfile_ref_resource.h42 virtual PP_Var GetPath() const OVERRIDE;
/external/chromium_org/ppapi/tests/
H A Dtest_file_ref.cc112 RUN_CALLBACK_TEST(TestFileRef, GetPath, filter);
225 ASSERT_EQ(kPersFilePath, file_ref_pers.GetPath().AsString());
228 ASSERT_EQ(kTempFilePath, file_ref_temp.GetPath().AsString());
246 ASSERT_TRUE(file_ref_ext.GetPath().is_undefined());
258 ASSERT_EQ(kParentPath, file_ref_pers.GetParent().GetPath().AsString());
261 ASSERT_EQ(kParentPath, file_ref_temp.GetParent().GetPath().AsString());
265 ASSERT_EQ("/", file_ref_slash.GetParent().GetPath().AsString());
269 ASSERT_EQ("/", file_ref_with_root_parent.GetParent().GetPath().AsString());
743 std::string file_path = file_ref.GetPath().AsString();
/external/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp116 module_sp->GetFileSpec().GetPath().c_str());
/external/lldb/source/Symbol/
H A DUnwindTable.cpp138 s.Printf("UnwindTable for '%s':\n", m_object_file.GetFileSpec().GetPath().c_str());
/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
H A Daw_browser_context.h97 virtual base::FilePath GetPath() const OVERRIDE;
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_factory.cc127 base::FilePath login_db_file_path = profile->GetPath();
233 !ps->Init(sync_start_util::GetFlareForSyncableService(profile->GetPath()),
/external/chromium_org/chrome/browser/profiles/
H A Dprofile.cc201 std::string name = GetPath().BaseName().MaybeAsASCII();
214 return GetPath() == ProfileManager::GetGuestProfilePath();
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dlast_download_finder_unittest.cc44 profile->GetPath().Append(chrome::kHistoryFilename));
54 if (history_service->Init(profile->GetPath()))
/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/lldb/source/Host/common/
H A DHost.cpp822 if (file_spec.GetPath(path, sizeof(path)))
908 if (dylib_info->file_spec.GetPath (dylib_path, sizeof(dylib_path)))
961 lldb_file_spec.GetPath(raw_path, sizeof(raw_path));
993 lldb_file_spec.GetPath(raw_path, sizeof(raw_path));
1025 lldb_file_spec.GetPath(raw_path, sizeof(raw_path));
1071 lldb_file_spec.GetPath(raw_path, sizeof(raw_path));
1087 g_lldb_system_plugin_dir.SetCString(lldb_file_spec.GetPath().c_str());
1147 g_lldb_user_plugin_dir.SetCString(lldb_file_spec.GetPath().c_str());
/external/lzma/CPP/Windows/
H A DFileDir.h138 const CSysString &GetPath() const { return _tempDir; } function in class:NWindows::NFile::NDirectory::CTempDirectory
160 const UString &GetPath() const { return _tempDir; } function in class:NWindows::NFile::NDirectory::CTempDirectoryW
/external/lldb/source/Core/
H A DSearchFilter.cpp432 m_module_spec.GetPath(buffer, 2047);
585 m_module_spec_list.GetFileSpecAtIndex(0).GetPath(buffer, 2047);
601 m_module_spec_list.GetFileSpecAtIndex(i).GetPath(buffer, 2047);
776 m_module_spec_list.GetFileSpecAtIndex(0).GetPath(buffer, 2047);
792 m_module_spec_list.GetFileSpecAtIndex(i).GetPath(buffer, 2047);
/external/chromium_org/chrome/browser/background/
H A Dbackground_mode_manager_unittest.cc465 size_t p1_index = cache->GetIndexOfProfileWithPath(profile_->GetPath());
471 size_t p2_index = cache->GetIndexOfProfileWithPath(profile_->GetPath());
492 profile_->GetPath(),
503 manager.OnProfileAdded(profile2->GetPath());
507 manager.OnProfileWillBeRemoved(profile2->GetPath());
532 profile_->GetPath(),
538 manager.OnProfileWillBeRemoved(profile_->GetPath());
/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))
/external/chromium_org/android_webview/buildbot/
H A Ddeps_whitelist.py95 def GetPath(): member in class:DepsWhitelist._read_deps_file.FileImplStub
/external/chromium_org/base/test/
H A Dtest_shortcut_win.cc83 i_shell_link->GetPath(read_target, MAX_PATH, NULL, SLGP_SHORTPATH)));
/external/chromium_org/chrome/browser/android/
H A Dlogo_service.cc136 profile_->GetPath().Append(kCachedLogoDirectory),

Completed in 507 milliseconds

1234567891011>>