/external/chromium/chrome/browser/ui/gtk/infobars/ |
extension_infobar_gtk.cc | 52 if (!icon_resource.relative_path().empty()) {
|
/external/chromium_org/chrome_frame/test/ |
mock_ie_event_sink_test.h | 298 // Returns the url for the test file given. |relative_path| should be 300 std::wstring GetTestUrl(const std::wstring& relative_path); 302 // Returns the absolute FilePath for the test file given. |relative_path| 304 base::FilePath GetTestFilePath(const std::wstring& relative_path);
|
/external/chromium/chrome/common/extensions/ |
extension_file_util.cc | 39 static bool IsScriptValid(const FilePath& path, const FilePath& relative_path, 187 js_script.extension_root(), js_script.relative_path()); 188 if (!IsScriptValid(path, js_script.relative_path(), 196 css_script.extension_root(), css_script.relative_path()); 197 if (!IsScriptValid(path, css_script.relative_path(), 461 const FilePath& relative_path, 469 relative_path.LossyDisplayName()); 476 relative_path.LossyDisplayName());
|
user_script.cc | 51 const FilePath& relative_path, 54 relative_path_(relative_path),
|
extension_l10n_util.cc | 297 FilePath relative_path; local 298 if (!locales_path.AppendRelativePath(locale_path, &relative_path)) { 302 std::string subdir = relative_path.MaybeAsASCII();
|
extension_unpacker.cc | 306 FilePath relative_path; local 308 if (!temp_install_dir_.AppendRelativePath(message_path, &relative_path)) { 313 std::string dir_name = relative_path.DirName().MaybeAsASCII();
|
/external/chromium/testing/gtest/test/ |
gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path);
|
/external/chromium_org/chrome/browser/plugins/ |
plugin_prefs.cc | 396 base::FilePath relative_path; local 399 // |last_internal_dir|. For example, |relative_path| will be 403 // removed and prepended to |relative_path| until we get up to 406 relative_path = plugin_path.BaseName().Append(relative_path); 417 // If |relative_path| is empty, |plugin_path| is not within 419 if (!relative_path.empty()) { 420 plugin_path = cur_internal_dir.Append(relative_path);
|
/external/chromium_org/chrome/test/chromedriver/ |
chrome_launcher_unittest.cc | 32 bool AddExtensionForInstall(const std::string& relative_path, 37 "chrome/test/data/chromedriver/" + relative_path);
|
/external/chromium_org/extensions/common/ |
extension.h | 193 // |relative_path| can be untrusted user input. The returned URL will either 197 const std::string& relative_path); 198 GURL GetResourceURL(const std::string& relative_path) const { 199 return GetResourceURL(url(), relative_path); 206 // Returns an extension resource object. |relative_path| should be UTF8 208 ExtensionResource GetResource(const std::string& relative_path) const; 210 // As above, but with |relative_path| following the file system's encoding. 211 ExtensionResource GetResource(const base::FilePath& relative_path) const;
|
user_script.cc | 60 const base::FilePath& relative_path, 63 relative_path_(relative_path),
|
extension.cc | 163 const std::string& relative_path) { 167 std::string path = relative_path; 172 if (relative_path.size() > 0 && relative_path[0] == '/') 173 path = relative_path.substr(1); 187 const std::string& relative_path) const { 188 std::string new_path = relative_path;
|
/external/chromium_org/extensions/common/manifest_handlers/ |
shared_module_info.cc | 81 const std::string& relative_path) { 83 exported_set_.MatchesURL(extension->url().Resolve(relative_path));
|
/external/chromium_org/testing/gtest/test/ |
gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path);
|
/external/gtest/test/ |
gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path);
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path);
|
/external/chromium_org/apps/ |
launcher.cc | 92 base::FilePath relative_path(command_line->GetArgs()[0]); 93 base::FilePath absolute_path(relative_path); 95 LOG(WARNING) << "Cannot make absolute path from " << relative_path.value();
|
/external/chromium_org/chrome/browser/drive/ |
fake_drive_service.h | 27 bool LoadResourceListForWapi(const std::string& relative_path); 34 bool LoadAccountMetadataForWapi(const std::string& relative_path); 37 bool LoadAppListForDriveApi(const std::string& relative_path);
|
/external/chromium_org/chrome/utility/extensions/ |
unpacker.cc | 305 base::FilePath relative_path; local 307 if (!temp_install_dir_.AppendRelativePath(message_path, &relative_path)) { 312 std::string dir_name = relative_path.DirName().MaybeAsASCII();
|
/external/chromium/testing/gtest/src/ |
gtest-filepath.cc | 189 // Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml". 192 const FilePath& relative_path) { 194 return relative_path; 197 relative_path.c_str()));
|
/external/chromium_org/chrome/browser/chromeos/login/ |
wallpaper_manager_browsertest.cc | 165 std::string relative_path = base::FilePath(kTestUser1Hash).Append(id).value(); local 168 relative_path, 246 std::string relative_path = base::FilePath(kTestUser1Hash).Append(id).value(); local 249 relative_path,
|
/external/chromium_org/chrome/browser/media_galleries/linux/ |
mtp_device_delegate_impl_linux.cc | 32 base::FilePath relative_path; 33 if (!registered_dev_path.AppendRelativePath(file_path, &relative_path)) 35 DCHECK(!relative_path.empty()); 36 return relative_path.value();
|
/external/chromium_org/testing/gtest/src/ |
gtest-filepath.cc | 192 // Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml". 195 const FilePath& relative_path) { 197 return relative_path; 199 return FilePath(dir.string() + kPathSeparator + relative_path.string());
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/ |
perftestsrunner.py | 160 relative_path = filesystem.relpath(path, self._base_path).replace('\\', '/') 161 if self._options.use_skipped_list and self._port.skips_perf_test(relative_path) and filesystem.normpath(relative_path) not in paths: 163 test = PerfTestFactory.create_perf_test(self._port, relative_path, path, test_runner_count=self._options.test_runner_count)
|
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest-filepath.cc | 189 // Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml". 192 const FilePath& relative_path) { 194 return relative_path; 197 relative_path.c_str()));
|