/external/chromium/chrome/common/extensions/ |
extension_resource.h | 30 const FilePath& GetFilePath() const; 36 static FilePath GetFilePath(const FilePath& extension_root,
|
extension_resource.cc | 24 const FilePath& ExtensionResource::GetFilePath() const { 35 GetFilePath(extension_root_, relative_path_); 40 FilePath ExtensionResource::GetFilePath( 84 GetFilePath();
|
extension_resource_unittest.cc | 22 EXPECT_TRUE(resource.GetFilePath().empty()); 43 EXPECT_TRUE(resource.GetFilePath().empty()); 76 FilePath resolved_path = resource.GetFilePath();
|
extension_file_util.cc | 147 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();
|
extension.cc | [all...] |
/external/chromium/chrome/browser/extensions/ |
file_reader.cc | 29 bool success = file_util::ReadFileToString(resource_.GetFilePath(), &data);
|
extension_protocols.cc | 174 resource_file_path = resource.GetFilePath(); 193 return new net::URLRequestFileJob(request, resource.GetFilePath());
|
convert_web_app_unittest.cc | 141 EXPECT_TRUE(file_util::PathExists(resource.GetFilePath()));
|
image_loading_tracker.cc | 57 FilePath path = resource.GetFilePath();
|
user_script_master.cc | 162 const FilePath& path = ExtensionResource::GetFilePath(
|
/external/clang/include/clang/Driver/ |
ToolChain.h | 99 std::string GetFilePath(const char *Name) const;
|
Driver.h | 286 /// GetFilePath - Lookup \arg Name in the list of file search paths. 292 std::string GetFilePath(const char *Name, const ToolChain &TC) const;
|
/external/clang/lib/Driver/ |
Tools.cpp | [all...] |
ToolChain.cpp | 35 std::string ToolChain::GetFilePath(const char *Name) const { 36 return Host.getDriver().GetFilePath(Name, *this);
|
Driver.cpp | 483 llvm::outs() << GetFilePath(A->getValue(C.getArgs()), TC) << "\n"; 493 llvm::outs() << GetFilePath("libgcc.a", TC) << "\n"; [all...] |
/external/chromium/chrome/browser/download/ |
download_prefs.cc | 71 FilePath current_download_dir = prefs->GetFilePath(
|
save_package.cc | [all...] |
/external/chromium/chrome/browser/prefs/ |
pref_service.h | 204 FilePath GetFilePath(const char* path) const;
|
pref_service.cc | 389 FilePath PrefService::GetFilePath(const char* path) const {
|
/external/chromium/chrome/browser/ |
plugin_updater.cc | 133 profile->GetPrefs()->GetFilePath(prefs::kPluginsLastInternalDirectory);
|
/external/chromium/chrome/browser/ui/webui/options/ |
advanced_options_handler.cc | 343 pref_service->GetFilePath(prefs::kDownloadDefaultDirectory),
|
extension_settings_handler.cc | 236 !file_util::ReadFileToString(icons->at(i).GetFilePath(), [all...] |
/external/chromium/chrome/browser/themes/ |
theme_service.cc | 567 FilePath path = prefs->GetFilePath(prefs::kCurrentThemePackFilename);
|
/external/chromium/chrome/browser/profiles/ |
profile_impl.cc | 570 return GetPrefs()->GetFilePath(prefs::kSelectFileLastDirectory); [all...] |