/external/chromium_org/extensions/common/ |
D | extension_resource_unittest.cc | 24 EXPECT_TRUE(resource.GetFilePath().empty()); in TEST() 45 EXPECT_TRUE(resource.GetFilePath().empty()); in TEST() 73 EXPECT_FALSE(r1.GetFilePath().empty()); in TEST() 78 EXPECT_TRUE(r2.GetFilePath().empty()); in TEST() 85 EXPECT_FALSE(r3.GetFilePath().empty()); in TEST() 91 EXPECT_TRUE(r4.GetFilePath().empty()); in TEST() 101 EXPECT_TRUE(r4a.GetFilePath().empty()); in TEST() 108 EXPECT_TRUE(r5.GetFilePath().empty()); in TEST() 114 EXPECT_FALSE(r6.GetFilePath().empty()); in TEST() 149 base::FilePath resolved_path = resource.GetFilePath(); in TEST()
|
D | extension_resource.cc | 31 const base::FilePath& ExtensionResource::GetFilePath() const { in GetFilePath() function in extensions::ExtensionResource 41 full_resource_path_ = GetFilePath( in GetFilePath() 49 base::FilePath ExtensionResource::GetFilePath( in GetFilePath() function in extensions::ExtensionResource 119 GetFilePath(); in ComparePathWithDefault()
|
D | extension_resource.h | 43 const base::FilePath& GetFilePath() const; 53 static base::FilePath GetFilePath(const base::FilePath& extension_root,
|
/external/chromium/chrome/common/extensions/ |
D | extension_resource.cc | 24 const FilePath& ExtensionResource::GetFilePath() const { in GetFilePath() function in ExtensionResource 35 GetFilePath(extension_root_, relative_path_); in GetFilePath() 40 FilePath ExtensionResource::GetFilePath( in GetFilePath() function in ExtensionResource 84 GetFilePath(); in ComparePathWithDefault()
|
D | extension_resource.h | 30 const FilePath& GetFilePath() const; 36 static FilePath GetFilePath(const FilePath& extension_root,
|
D | extension_resource_unittest.cc | 22 EXPECT_TRUE(resource.GetFilePath().empty()); in TEST() 43 EXPECT_TRUE(resource.GetFilePath().empty()); in TEST() 76 FilePath resolved_path = resource.GetFilePath(); in TEST()
|
D | extension_file_util.cc | 147 const FilePath path = extension->GetResource(iter->second).GetFilePath(); in ValidateExtension() 186 const FilePath& path = ExtensionResource::GetFilePath( in ValidateExtension() 195 const FilePath& path = ExtensionResource::GetFilePath( in ValidateExtension() 223 if (!file_util::PathExists(extension->GetResource(*iter).GetFilePath())) { in ValidateExtension() 239 !file_util::PathExists(extension->GetResource(path).GetFilePath())) { in ValidateExtension() 254 const FilePath path = extension->GetResource(page_path).GetFilePath(); in ValidateExtension() 269 const FilePath path = extension->GetResource(options_path).GetFilePath(); in ValidateExtension() 284 const FilePath path = extension->GetResource(page_path).GetFilePath(); in ValidateExtension()
|
/external/chromium_org/chrome/browser/net/ |
D | net_log_temp_file_unittest.cc | 110 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path)); in VerifyFilePathAndStateAfterEnsureInitFailure() 120 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path)); in VerifyFilePathAndStateAfterEnsureInit() 131 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path)); in VerifyFileAndStateAfterDoStart() 143 EXPECT_TRUE(net_log_temp_file_->GetFilePath(&net_export_file_path)); in VerifyFileAndStateAfterDoStop() 192 EXPECT_TRUE(net_log_temp_file_->GetFilePath(&net_export_file_path)); in TEST_F() 198 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path)); in TEST_F()
|
D | net_log_temp_file.h | 57 bool GetFilePath(base::FilePath* path);
|
/external/chromium_org/chrome/browser/themes/ |
D | theme_service_browsertest.cc | 55 profile->GetPrefs()->GetFilePath(prefs::kCurrentThemePackFilename)); in IN_PROC_BROWSER_TEST_F() 64 profile->GetPrefs()->GetFilePath(prefs::kCurrentThemePackFilename)); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
D | preferences_helper.cc | 188 reference_value = GetVerifierPrefs()->GetFilePath(pref_name); in FilePathPrefMatches() 190 reference_value = GetPrefs(0)->GetFilePath(pref_name); in FilePathPrefMatches() 193 if (reference_value != GetPrefs(i)->GetFilePath(pref_name)) { in FilePathPrefMatches()
|
/external/chromium_org/content/browser/indexed_db/ |
D | indexed_db_context_impl.cc | 150 base::FilePath idb_directory = GetFilePath(origin_url); in GetAllOriginsInfo() 182 info->SetString("path", GetFilePath(origin_url).value()); in GetAllOriginsDetails() 298 base::FilePath idb_directory = GetFilePath(origin_url); in GetOriginLastModified() 311 base::FilePath idb_directory = GetFilePath(origin_url); in DeleteForOrigin() 366 base::FilePath IndexedDBContextImpl::GetFilePath(const GURL& origin_url) const { in GetFilePath() function in content::IndexedDBContextImpl 485 base::FilePath file_path = GetFilePath(origin_url); in ReadUsageFromDisk()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_protocols.cc | 174 resource_file_path = resource.GetFilePath(); in CreateExtensionURLRequestJob() 193 return new net::URLRequestFileJob(request, resource.GetFilePath()); in CreateUserScriptURLRequestJob()
|
D | file_reader.cc | 29 bool success = file_util::ReadFileToString(resource_.GetFilePath(), &data); in ReadFileOnBackgroundThread()
|
/external/chromium_org/chrome/browser/chromeos/drive/sync/ |
D | entry_revert_performer.cc | 42 const base::FilePath original_path = metadata->GetFilePath(local_id); in FinishRevert() 62 changed_directories->insert(metadata->GetFilePath(entry.parent_local_id())); in FinishRevert()
|
/external/clang/lib/Driver/ |
D | ToolChain.cpp | 133 std::string ToolChain::GetFilePath(const char *Name) const { in GetFilePath() function in ToolChain 134 return D.GetFilePath(Name, *this); in GetFilePath() 410 std::string Path = GetFilePath("crtfastmath.o"); in AddFastMathRuntimeIfAvailable()
|
D | Tools.cpp | 4826 Args.MakeArgString(getToolChain().GetFilePath("crt3.o")); in ConstructJob() 5167 getToolChain().GetFilePath("crt1.o"))); in ConstructJob() 5169 getToolChain().GetFilePath("crti.o"))); in ConstructJob() 5171 getToolChain().GetFilePath("crtbegin.o"))); in ConstructJob() 5174 getToolChain().GetFilePath("crti.o"))); in ConstructJob() 5177 getToolChain().GetFilePath("crtn.o"))); in ConstructJob() 5207 getToolChain().GetFilePath("crtend.o"))); in ConstructJob() 5293 getToolChain().GetFilePath("gcrt0.o"))); in ConstructJob() 5296 getToolChain().GetFilePath("crt0.o"))); in ConstructJob() 5298 getToolChain().GetFilePath("crtbegin.o"))); in ConstructJob() [all …]
|
/external/chromium_org/extensions/browser/ |
D | file_reader.cc | 30 bool success = base::ReadFileToString(resource_.GetFilePath(), &data); in ReadFileOnBackgroundThread()
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
D | update_operation.cc | 49 local_state->drive_file_path = metadata->GetFilePath(local_state->local_id); in GetFileLocalState() 94 *drive_file_path = metadata->GetFilePath(local_id); in UpdateFileLocalState()
|
D | remove_operation.cc | 48 *changed_directory_path = metadata->GetFilePath(*local_id).DirName(); in UpdateLocalState()
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | resource_metadata_unittest.cc | 343 resource_metadata_->GetFilePath(file_id).AsUTF8Unsafe()); in TEST_F() 359 resource_metadata_->GetFilePath(file_id).AsUTF8Unsafe()); in TEST_F() 397 resource_metadata_->GetFilePath(dir_id).AsUTF8Unsafe()); in TEST_F() 504 resource_metadata_->GetFilePath(local_id).AsUTF8Unsafe()); in TEST_F() 512 resource_metadata_->GetFilePath(local_id).AsUTF8Unsafe()); in TEST_F()
|
D | resource_metadata.cc | 361 sub_directories->insert(GetFilePath(children[i])); in GetSubDirectoriesRecursively() 379 base::FilePath ResourceMetadata::GetFilePath(const std::string& id) { in GetFilePath() function in drive::internal::ResourceMetadata 386 path = GetFilePath(entry.parent_local_id()); in GetFilePath()
|
D | resource_metadata.h | 117 base::FilePath GetFilePath(const std::string& id);
|
/external/chromium_org/extensions/common/manifest_handlers/ |
D | background_info.cc | 274 extension->GetResource(background_scripts[i]).GetFilePath())) { in Validate() 289 const base::FilePath path = extension->GetResource(page_path).GetFilePath(); in Validate()
|
/external/chromium_org/components/nacl/browser/ |
D | nacl_browser.h | 101 bool GetFilePath(uint64 file_token_lo, uint64 file_token_hi,
|