/external/chromium_org/extensions/common/ |
H A D | extension_resource.cc | 31 const base::FilePath& ExtensionResource::GetFilePath() const { function in class:extensions::ExtensionResource 41 full_resource_path_ = GetFilePath( 49 base::FilePath ExtensionResource::GetFilePath( function in class:extensions::ExtensionResource 119 GetFilePath();
|
/external/chromium_org/chrome/browser/net/ |
H A D | net_log_temp_file.cc | 143 bool NetLogTempFile::GetFilePath(base::FilePath* path) { function in class:NetLogTempFile
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/ |
H A D | video_source.cc | 172 VideoSource::GetFilePath() const function in class:VideoSource
|
/external/clang/lib/Driver/ |
H A D | ToolChain.cpp | 142 std::string ToolChain::GetFilePath(const char *Name) const { function in class:ToolChain 143 return D.GetFilePath(Name, *this); 414 std::string Path = GetFilePath("crtfastmath.o");
|
H A D | Driver.cpp | 747 llvm::outs() << GetFilePath(A->getValue(), TC) << "\n"; 757 llvm::outs() << GetFilePath("libgcc.a", TC) << "\n"; 1758 std::string Driver::GetFilePath(const char *Name, const ToolChain &TC) const { function in class:Driver
|
/external/pdfium/core/src/fpdfdoc/ |
H A D | doc_action.cpp | 51 CFX_WideString CPDF_Action::GetFilePath() const
function in class:CPDF_Action
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
H A D | resource_metadata.cc | 424 error = GetFilePath(children[i], &path); 447 FileError ResourceMetadata::GetFilePath(const std::string& id, function in class:drive::internal::ResourceMetadata 458 error = GetFilePath(entry.parent_local_id(), &path);
|
/external/chromium_org/content/browser/indexed_db/ |
H A D | indexed_db_context_impl.cc | 152 base::FilePath idb_directory = GetFilePath(origin_url); 185 info->SetString("path", GetFilePath(origin_url).value()); 304 base::FilePath idb_directory = GetFilePath(origin_url); 317 base::FilePath idb_directory = GetFilePath(origin_url); 365 base::FilePath IndexedDBContextImpl::GetFilePath(const GURL& origin_url) const { function in class:content::IndexedDBContextImpl 480 base::FilePath file_path = GetFilePath(origin_url);
|
/external/chromium_org/base/prefs/ |
H A D | pref_service.cc | 149 base::FilePath PrefService::GetFilePath(const char* path) const { function in class:PrefService
|
/external/chromium_org/components/nacl/browser/ |
H A D | nacl_browser.cc | 421 bool NaClBrowser::GetFilePath(uint64 file_token_lo, uint64 file_token_hi, function in class:nacl::NaClBrowser
|
/external/lldb/source/Plugins/Process/POSIX/ |
H A D | ProcessPOSIX.cpp | 179 ProcessPOSIX::GetFilePath( function in class:ProcessPOSIX 228 stdin_path = GetFilePath(file_action, stdin_path); 231 stdout_path = GetFilePath(file_action, stdout_path); 234 stderr_path = GetFilePath(file_action, stderr_path);
|
/external/chromium_org/chrome/browser/android/thumbnail/ |
H A D | thumbnail_store.cc | 312 base::FilePath file_path = GetFilePath(tab_id); 325 base::FilePath file_path = GetFilePath(tab_id); 368 GetFilePath(tab_id), 413 base::FilePath file_path = GetFilePath(tab_id); 486 base::FilePath ThumbnailStore::GetFilePath(TabId tab_id) const { function in class:ThumbnailStore
|