/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
D | generate_devtools_html.py | 36 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/ |
D | file_util_unittest.cc | 68 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/ |
D | image_loader.cc | 108 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()
|
D | extension_protocols.cc | 407 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()
|
D | image_loader.h | 84 const base::FilePath& resource_path,
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
D | not_strict_test.py | 67 resource_path = os.path.join(_RESOURCE_PREFIX, test_file) 68 self.addTest(filetestcase.AnnotatedFileTestCase(resource_path,
|
D | full_test.py | 108 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/ |
D | not_strict_test.py | 67 resource_path = os.path.join(_RESOURCE_PREFIX, test_file) 68 self.addTest(filetestcase.AnnotatedFileTestCase(resource_path,
|
D | full_test.py | 108 resource_path = os.path.join(_RESOURCE_PREFIX, test_file) 109 self.addTest(filetestcase.AnnotatedFileTestCase(resource_path,
|
/external/chromium_org/ui/base/resource/ |
D | resource_bundle_mac.mm | 26 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]);
|
D | resource_bundle_ios.mm | 27 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/ |
D | breakpad_mac.mm | 21 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/ |
D | shared_module_info.cc | 131 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/ |
D | win_tool.py | 213 manifest_path, resource_path, resource_name = args 214 with open(resource_path, 'wb') as output:
|
/external/chromium_org/components/breakpad/app/ |
D | breakpad_mac.mm | 187 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/ |
D | infoplist_strings_util.mm | 63 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/ |
D | unit_test.cc | 65 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()
|