Searched refs:GetFilePath (Results 1 - 25 of 78) sorted by relevance

1234

/external/chromium/chrome/common/extensions/
H A Dextension_resource.cc24 const FilePath& ExtensionResource::GetFilePath() const { function in class:ExtensionResource
35 GetFilePath(extension_root_, relative_path_);
40 FilePath ExtensionResource::GetFilePath( function in class:ExtensionResource
84 GetFilePath();
H A Dextension_resource.h30 const FilePath& GetFilePath() const;
36 static FilePath GetFilePath(const FilePath& extension_root,
H A Dextension_resource_unittest.cc22 EXPECT_TRUE(resource.GetFilePath().empty());
43 EXPECT_TRUE(resource.GetFilePath().empty());
76 FilePath resolved_path = resource.GetFilePath();
H A Dextension_file_util.cc147 const FilePath path = extension->GetResource(iter->second).GetFilePath();
186 const FilePath& path = ExtensionResource::GetFilePath(
195 const FilePath& path = ExtensionResource::GetFilePath(
223 if (!file_util::PathExists(extension->GetResource(*iter).GetFilePath())) {
239 !file_util::PathExists(extension->GetResource(path).GetFilePath())) {
254 const FilePath path = extension->GetResource(page_path).GetFilePath();
269 const FilePath path = extension->GetResource(options_path).GetFilePath();
284 const FilePath path = extension->GetResource(page_path).GetFilePath();
/external/chromium_org/extensions/common/
H A Dextension_resource.h43 const base::FilePath& GetFilePath() const;
53 static base::FilePath GetFilePath(const base::FilePath& extension_root,
H A Dextension_resource_unittest.cc24 EXPECT_TRUE(resource.GetFilePath().empty());
45 EXPECT_TRUE(resource.GetFilePath().empty());
73 EXPECT_FALSE(r1.GetFilePath().empty());
78 EXPECT_TRUE(r2.GetFilePath().empty());
85 EXPECT_FALSE(r3.GetFilePath().empty());
91 EXPECT_TRUE(r4.GetFilePath().empty());
101 EXPECT_TRUE(r4a.GetFilePath().empty());
108 EXPECT_TRUE(r5.GetFilePath().empty());
114 EXPECT_FALSE(r6.GetFilePath().empty());
149 base::FilePath resolved_path = resource.GetFilePath();
[all...]
H A Dextension_resource.cc31 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/extensions/browser/
H A Dfile_reader.cc30 bool success = base::ReadFileToString(resource_.GetFilePath(), &data);
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service_browsertest.cc55 profile->GetPrefs()->GetFilePath(prefs::kCurrentThemePackFilename));
64 profile->GetPrefs()->GetFilePath(prefs::kCurrentThemePackFilename));
/external/chromium/chrome/browser/extensions/
H A Dfile_reader.cc29 bool success = file_util::ReadFileToString(resource_.GetFilePath(), &data);
H A Dextension_protocols.cc174 resource_file_path = resource.GetFilePath();
193 return new net::URLRequestFileJob(request, resource.GetFilePath());
/external/chromium_org/chrome/browser/net/
H A Dnet_log_temp_file_unittest.cc103 // Verify state and GetFilePath return correct values if EnsureInit() fails.
110 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path));
113 // When we lie in NetExportLogExists, make sure state and GetFilePath return
120 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path));
129 // Check GetFilePath returns false, if we are still writing to file.
131 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path));
143 EXPECT_TRUE(net_log_temp_file_->GetFilePath(&net_export_file_path));
192 EXPECT_TRUE(net_log_temp_file_->GetFilePath(&net_export_file_path));
196 // GetFilePath should return false if NetExportLogExists() fails.
198 EXPECT_FALSE(net_log_temp_file_->GetFilePath(
[all...]
H A Dnet_log_temp_file.h57 bool GetFilePath(base::FilePath* path);
H A Dnet_log_temp_file.cc119 bool NetLogTempFile::GetFilePath(base::FilePath* path) { function in class:NetLogTempFile
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dentry_revert_performer.cc42 const base::FilePath original_path = metadata->GetFilePath(local_id);
62 changed_directories->insert(metadata->GetFilePath(entry.parent_local_id()));
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dpreferences_helper.cc188 reference_value = GetVerifierPrefs()->GetFilePath(pref_name);
190 reference_value = GetPrefs(0)->GetFilePath(pref_name);
193 if (reference_value != GetPrefs(i)->GetFilePath(pref_name)) {
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_context_impl.cc150 base::FilePath idb_directory = GetFilePath(origin_url);
182 info->SetString("path", GetFilePath(origin_url).value());
298 base::FilePath idb_directory = GetFilePath(origin_url);
311 base::FilePath idb_directory = GetFilePath(origin_url);
366 base::FilePath IndexedDBContextImpl::GetFilePath(const GURL& origin_url) const { function in class:content::IndexedDBContextImpl
485 base::FilePath file_path = GetFilePath(origin_url);
/external/clang/lib/Driver/
H A DToolChain.cpp133 std::string ToolChain::GetFilePath(const char *Name) const { function in class:ToolChain
134 return D.GetFilePath(Name, *this);
410 std::string Path = GetFilePath("crtfastmath.o");
H A DTools.cpp4826 Args.MakeArgString(getToolChain().GetFilePath("crt3.o"));
5167 getToolChain().GetFilePath("crt1.o")));
5169 getToolChain().GetFilePath("crti.o")));
5171 getToolChain().GetFilePath("crtbegin.o")));
5174 getToolChain().GetFilePath("crti.o")));
5177 getToolChain().GetFilePath("crtn.o")));
5207 getToolChain().GetFilePath("crtend.o")));
5293 getToolChain().GetFilePath("gcrt0.o")));
5296 getToolChain().GetFilePath("crt0.o")));
5298 getToolChain().GetFilePath("crtbegi
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dremove_operation.cc48 *changed_directory_path = metadata->GetFilePath(*local_id).DirName();
H A Dupdate_operation.cc49 local_state->drive_file_path = metadata->GetFilePath(local_state->local_id);
94 *drive_file_path = metadata->GetFilePath(local_id);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata.h117 base::FilePath GetFilePath(const std::string& id);
H A Dresource_metadata.cc361 sub_directories->insert(GetFilePath(children[i]));
379 base::FilePath ResourceMetadata::GetFilePath(const std::string& id) { function in class:drive::internal::ResourceMetadata
386 path = GetFilePath(entry.parent_local_id());
/external/chromium_org/components/nacl/browser/
H A Dnacl_browser.h101 bool GetFilePath(uint64 file_token_lo, uint64 file_token_hi,
/external/chromium_org/extensions/common/manifest_handlers/
H A Dbackground_info.cc274 extension->GetResource(background_scripts[i]).GetFilePath())) {
289 const base::FilePath path = extension->GetResource(page_path).GetFilePath();

Completed in 553 milliseconds

1234