Home
last modified time | relevance | path

Searched refs:resource_path (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
Dgenerate_devtools_html.py36 def generate_include_tag(resource_path): argument
37 (dir_name, file_name) = os.path.split(resource_path)
43 assert resource_path
/external/chromium_org/extensions/common/
Dfile_util_unittest.cc68 base::FilePath resource_path = api_path.Append(FILE_PATH_LITERAL("test.js")); in TEST_F() local
69 ASSERT_TRUE(file_util::WriteFile(resource_path, data, sizeof(data))); in TEST_F()
70 resource_path = api_path.Append(FILE_PATH_LITERAL("escape spaces.js")); in TEST_F()
71 ASSERT_TRUE(file_util::WriteFile(resource_path, data, sizeof(data))); in TEST_F()
/external/chromium_org/chrome/browser/extensions/
Dimage_loader.cc108 base::FilePath resource_path = base::FilePath().AppendASCII( in AddComponentResourceEntries() local
110 resource_path = resource_path.NormalizePathSeparators(); in AddComponentResourceEntries()
112 DCHECK(path_to_resource_id->find(resource_path) == in AddComponentResourceEntries()
114 (*path_to_resource_id)[resource_path] = entries[i].value; in AddComponentResourceEntries()
226 const base::FilePath& resource_path, in IsComponentExtensionResource() argument
268 relative_path = relative_path.Append(resource_path); in IsComponentExtensionResource()
Dextension_protocols.cc407 std::string resource_path = request->url().path(); in AllowExtensionResourceLoad() local
410 extension, webview_info.partition_id, resource_path)) { in AllowExtensionResourceLoad()
529 std::string resource_path = request->url().path(); in MaybeCreateJob() local
532 resource_path); in MaybeCreateJob()
537 extension, resource_path)) in MaybeCreateJob()
Dimage_loader.h84 const base::FilePath& resource_path,
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Dnot_strict_test.py67 resource_path = os.path.join(_RESOURCE_PREFIX, test_file)
68 self.addTest(filetestcase.AnnotatedFileTestCase(resource_path,
Dfull_test.py108 resource_path = os.path.join(_RESOURCE_PREFIX, test_file)
109 self.addTest(filetestcase.AnnotatedFileTestCase(resource_path,
/external/chromium_org/third_party/closure_linter/closure_linter/
Dnot_strict_test.py67 resource_path = os.path.join(_RESOURCE_PREFIX, test_file)
68 self.addTest(filetestcase.AnnotatedFileTestCase(resource_path,
Dfull_test.py108 resource_path = os.path.join(_RESOURCE_PREFIX, test_file)
109 self.addTest(filetestcase.AnnotatedFileTestCase(resource_path,
/external/chromium_org/ui/base/resource/
Dresource_bundle_mac.mm26 NSString *resource_path;
32 resource_path = [base::mac::FrameworkBundle() pathForResource:name
37 resource_path = [base::mac::FrameworkBundle() pathForResource:name
41 if (!resource_path) {
46 return base::FilePath([resource_path fileSystemRepresentation]);
Dresource_bundle_ios.mm27 NSString *resource_path;
29 resource_path = [base::mac::FrameworkBundle() pathForResource:name
34 resource_path = [base::mac::FrameworkBundle() pathForResource:name
37 if (!resource_path) {
41 return base::FilePath([resource_path fileSystemRepresentation]);
/external/chromium_org/remoting/base/
Dbreakpad_mac.mm21 NSString* resource_path = [main_bundle resourcePath];
23 [resource_path stringByAppendingPathComponent:@"crash_inspector"];
25 [resource_path stringByAppendingPathComponent:@"crash_report_sender.app"];
/external/chromium_org/extensions/common/manifest_handlers/
Dshared_module_info.cc131 std::string resource_path; in Parse() local
132 if (!resources_list->GetString(i, &resource_path)) { in Parse()
137 const GURL& resolved_path = extension->url().Resolve(resource_path); in Parse()
/external/chromium_org/tools/gyp/pylib/gyp/
Dwin_tool.py213 manifest_path, resource_path, resource_name = args
214 with open(resource_path, 'wb') as output:
/external/chromium_org/components/breakpad/app/
Dbreakpad_mac.mm187 NSString* resource_path = [main_bundle resourcePath];
189 [resource_path stringByAppendingPathComponent:@"crash_inspector"];
191 [resource_path stringByAppendingPathComponent:@"crash_report_sender.app"];
/external/chromium_org/chrome/tools/mac_helpers/
Dinfoplist_strings_util.mm63 NSString* resource_path = [NSString stringWithFormat:@"%s/%s_%s.pak",
65 if (resource_path) {
66 base::FilePath resources_pak_path([resource_path fileSystemRepresentation]);
/external/webrtc/src/modules/audio_processing/test/
Dunit_test.cc65 const std::string resource_path; member in __anon8059306f0111::ApmTest
75 : resource_path(webrtc::test::ProjectRootPath() + in ApmTest()
78 output_filename(resource_path + "output_data_fixed.pb"), in ApmTest()
80 output_filename(resource_path + "output_data_float.pb"), in ApmTest()
106 std::string input_filename = resource_path + "aec_far.pcm"; in SetUp()
110 input_filename = resource_path + "aec_near.pcm"; in SetUp()