HomeSort by relevance Sort by last modified time
    Searched full:relative_path (Results 1 - 25 of 201) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc 178 base::FilePath relative_path,
183 expected_galleries_[id].path = relative_path.NormalizePathSeparators();
194 const base::FilePath& relative_path,
197 device_id, display_name, relative_path, user_added,
203 const base::FilePath& relative_path,
206 device_id, display_name, relative_path, user_added,
212 const base::FilePath& relative_path,
215 device_id, display_name, relative_path, user_added,
266 base::FilePath relative_path; local
272 MediaStorageUtil::GetDeviceInfoFromPath(path, &info, &relative_path);
342 base::FilePath relative_path; local
379 base::FilePath relative_path; local
420 base::FilePath relative_path; local
465 base::FilePath relative_path; local
493 base::FilePath relative_path; local
611 base::FilePath relative_path; local
639 base::FilePath relative_path; local
719 base::FilePath relative_path; local
770 base::FilePath relative_path; local
    [all...]
  /external/chromium_org/chrome/common/extensions/
web_accessible_resources_handler.cc 38 const std::string& relative_path) {
48 info->web_accessible_resources_, relative_path);
74 std::string relative_path; local
75 if (!list_value->GetString(i, &relative_path)) {
86 while (relative_path[0] == '/')
87 relative_path = relative_path.substr(1, relative_path.length() - 1);
88 pattern.SetPath(pattern.path() + relative_path);
  /external/chromium/chrome/common/extensions/
extension_sidebar_utils.cc 25 GURL ResolveRelativePath(const std::string& relative_path,
28 GURL url(extension->GetResourceURL(relative_path));
31 relative_path);
extension_resource_unittest.cc 21 EXPECT_TRUE(resource.relative_path().empty());
34 FilePath relative_path; local
35 relative_path = relative_path.AppendASCII("cira.js");
38 ExtensionResource resource(extension_id, root_path, relative_path);
42 EXPECT_EQ(relative_path.value(), resource.relative_path().value());
88 ToLower(resource.relative_path().value()));
extension_sidebar_utils.h 19 // Resolves |relative_path| relative to |extension|'s url.
22 GURL ResolveRelativePath(const std::string& relative_path,
extension_resource.h 23 const FilePath& relative_path);
37 const FilePath& relative_path);
42 const FilePath& relative_path() const { return relative_path_; } function in class:ExtensionResource
extension_resource.cc 16 const FilePath& relative_path)
19 relative_path_(relative_path) {
41 const FilePath& extension_root, const FilePath& relative_path) {
48 FilePath full_path = clean_extension_root.Append(relative_path);
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
sandboxed_page_info.cc 54 const std::string& relative_path) {
55 return extension->ResourceMatches(GetPages(extension), relative_path);
74 std::string relative_path; local
75 if (!list_value->GetString(i, &relative_path)) {
86 while (relative_path[0] == '/')
87 relative_path = relative_path.substr(1, relative_path.length() - 1);
88 pattern.SetPath(pattern.path() + relative_path);
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_browsertest.cc 121 // |relative_path|, but replaces the hostname with kTestUrlHostname so that
124 GURL GetUrl(const std::string& relative_path) {
126 "files/extensions/webstore_private/" + relative_path);
134 const std::string& relative_path,
153 GURL url = GetUrl(relative_path);
165 void RunLoginTest(const std::string& relative_path,
170 relative_path,
175 relative_path,
execute_code_in_tab_function.cc 107 std::string relative_path; local
109 if (!script_info->GetString(keys::kFileKey, &relative_path))
111 resource_ = GetExtension()->GetResource(relative_path);
113 if (resource_.extension_root().empty() || resource_.relative_path().empty()) {
135 resource_.relative_path().value());
138 WideToUTF8(resource_.relative_path().value()));
extension_protocols.cc 143 FilePath relative_path = directory_path.BaseName().Append( local
146 relative_path = relative_path.NormalizeWindowsPathSeparators();
158 if (relative_path == bm_resource_path) {
159 return new URLRequestResourceBundleJob(request, relative_path,
  /external/chromium_org/extensions/common/
extension_resource_unittest.cc 23 EXPECT_TRUE(resource.relative_path().empty());
37 base::FilePath relative_path; local
38 relative_path = relative_path.AppendASCII("cira.js");
40 ExtensionResource resource(extension_id, root_path, relative_path);
44 EXPECT_EQ(relative_path.value(), resource.relative_path().value());
161 ToLower(resource.relative_path().value()));
extension_resource.cc 18 const base::FilePath& relative_path)
21 relative_path_(relative_path),
51 const base::FilePath& relative_path,
60 base::FilePath full_path = clean_extension_root.Append(relative_path);
66 relative_path.GetComponents(&components);
extension_resource.h 31 const base::FilePath& relative_path);
54 const base::FilePath& relative_path,
60 const base::FilePath& relative_path() const { return relative_path_; } function in class:extensions::ExtensionResource
  /external/chromium_org/chrome/test/webdriver/test/
test_paths.py 12 def GetTestDataPath(relative_path):
14 return os.path.join(TEST_DATA_PATH, relative_path)
17 def GetChromeTestDataPath(relative_path):
19 return os.path.join(CHROME_TEST_DATA_PATH, relative_path)
  /external/chromium_org/webkit/browser/fileapi/
file_system_dir_url_request_job.cc 104 base::FilePath relative_path = url_.path(); local
106 relative_path = base::FilePath(FILE_PATH_LITERAL("/") + relative_path.value());
108 const base::string16& title = relative_path.LossyDisplayName();
  /external/chromium_org/chrome/browser/extensions/
image_loader.cc 225 base::FilePath relative_path; local
227 !resources_dir.AppendRelativePath(directory_path, &relative_path)) {
230 relative_path = relative_path.Append(resource_path);
231 relative_path = relative_path.NormalizePathSeparators();
234 path_to_resource_id.Get().find(relative_path);
271 DCHECK(it->resource.relative_path().empty() ||
277 it->resource.relative_path(),
303 if (it->resource.relative_path().empty()
    [all...]
  /external/chromium_org/ui/resources/resource_check/
resource_scale_factors.py 73 relative_path = self.input_api.os_path.relpath(f.LocalPath(),
75 if relative_path not in files:
76 files.append(relative_path)
  /external/chromium/testing/gtest/scripts/
fuse_gtest_files.py 86 def VerifyFileExists(directory, relative_path):
89 relative_path is the file path relative to the given directory.
92 if not os.path.isfile(os.path.join(directory, relative_path)):
93 print 'ERROR: Cannot find %s in directory %s.' % (relative_path,
110 def VerifyOutputFile(output_dir, relative_path):
113 relative_path is relative to the output_dir directory.
117 output_file = os.path.join(output_dir, relative_path)
123 (relative_path, output_dir))
  /external/chromium_org/chrome/browser/storage_monitor/
media_storage_util.h 42 // Given |path|, fill in |device_info|, and |relative_path|
46 base::FilePath* relative_path);
  /external/chromium_org/testing/gtest/scripts/
fuse_gtest_files.py 86 def VerifyFileExists(directory, relative_path):
89 relative_path is the file path relative to the given directory.
92 if not os.path.isfile(os.path.join(directory, relative_path)):
93 print 'ERROR: Cannot find %s in directory %s.' % (relative_path,
110 def VerifyOutputFile(output_dir, relative_path):
113 relative_path is relative to the output_dir directory.
117 output_file = os.path.join(output_dir, relative_path)
123 (relative_path, output_dir))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-inappropriate-files-in-framework 43 def print_inappropriate_file_error framework, relative_path
44 print_error "#{framework}.framework/#{relative_path} should not be present in the framework."
  /external/gtest/scripts/
fuse_gtest_files.py 86 def VerifyFileExists(directory, relative_path):
89 relative_path is the file path relative to the given directory.
92 if not os.path.isfile(os.path.join(directory, relative_path)):
93 print 'ERROR: Cannot find %s in directory %s.' % (relative_path,
110 def VerifyOutputFile(output_dir, relative_path):
113 relative_path is relative to the output_dir directory.
117 output_file = os.path.join(output_dir, relative_path)
123 (relative_path, output_dir))
  /external/protobuf/gtest/scripts/
fuse_gtest_files.py 86 def VerifyFileExists(directory, relative_path):
89 relative_path is the file path relative to the given directory.
92 if not os.path.isfile(os.path.join(directory, relative_path)):
93 print 'ERROR: Cannot find %s in directory %s.' % (relative_path,
110 def VerifyOutputFile(output_dir, relative_path):
113 relative_path is relative to the output_dir directory.
117 output_file = os.path.join(output_dir, relative_path)
123 (relative_path, output_dir))
  /external/chromium_org/chrome/browser/media_galleries/mac/
mtp_device_delegate_impl_mac.mm 277 base::FilePath relative_path;
278 root_path_.AppendRelativePath(device_file_path, &relative_path);
281 ReadFileRequest(relative_path.value(), local_path,
284 camera_interface_->DownloadFile(relative_path.value(), local_path);
330 base::FilePath relative_path(name);
332 relative_path.GetComponents(&components);
378 base::FilePath relative_path;
379 read_path.AppendRelativePath(file_paths_[i], &relative_path);
382 entry.name = relative_path.value();
429 base::FilePath relative_path(name)
    [all...]

Completed in 398 milliseconds

1 2 3 4 5 6 7 8 9