/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
D | generate_devtools_html.py | 37 def generate_include_tag(resource_path): argument 38 if (resource_path.endswith('.js')): 39 return ' <script type="text/javascript" src="%s"></script>\n' % resource_path 40 elif (resource_path.endswith('.css')): 41 return ' <link rel="stylesheet" type="text/css" href="%s">\n' % resource_path 43 assert resource_path
|
/external/chromium_org/chrome/browser/extensions/ |
D | chrome_component_extension_resource_manager.cc | 67 const base::FilePath& resource_path, in IsComponentExtensionResource() argument 76 relative_path = relative_path.Append(resource_path); in IsComponentExtensionResource() 91 base::FilePath resource_path = base::FilePath().AppendASCII( in AddComponentResourceEntries() local 93 resource_path = resource_path.NormalizePathSeparators(); in AddComponentResourceEntries() 95 DCHECK(path_to_resource_id_.find(resource_path) == in AddComponentResourceEntries() 97 path_to_resource_id_[resource_path] = entries[i].value; in AddComponentResourceEntries()
|
D | chrome_component_extension_resource_manager.h | 27 const base::FilePath& resource_path,
|
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/ |
D | resource_manager.cc | 20 std::string resource_path = webrtc::test::ProjectRootPath(); in ResourceManager() local 21 if (resource_path == webrtc::test::kCannotFindProjectRootDir) { in ResourceManager() 25 resource_path + "data/voice_engine/" + filename; in ResourceManager()
|
/external/chromium_org/third_party/closure_compiler/build/ |
D | outputs.py | 13 resource_path = os.path.join(os.getcwd(), resource) 14 return os.path.relpath(resource_path, src_root)
|
/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 | 110 resource_path = os.path.join(_RESOURCE_PREFIX, test_file) 113 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/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/extensions/browser/ |
D | url_request_util.cc | 34 std::string resource_path = request->url().path(); in AllowCrossRendererResourceLoad() local 36 extension, partition_id, resource_path)) { in AllowCrossRendererResourceLoad()
|
D | component_extension_resource_manager.h | 26 const base::FilePath& resource_path,
|
D | extension_protocols.cc | 436 std::string resource_path = request->url().path(); in MaybeCreateJob() local 442 resource_path); in MaybeCreateJob() 449 extension, resource_path)) { in MaybeCreateJob()
|
/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 | 167 std::string resource_path; in Parse() local 168 if (!resources_list->GetString(i, &resource_path)) { in Parse() 173 const GURL& resolved_path = extension->url().Resolve(resource_path); in Parse()
|
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 238 std::string resource_path = "/sdcard/"; in RunTest() local 240 std::string resource_path = webrtc::test::ProjectRootPath(); in RunTest() local 241 if (resource_path == webrtc::test::kCannotFindProjectRootDir) { in RunTest() 245 resource_path = "./"; in RunTest() 247 resource_path += "data/voice_engine/"; in RunTest() 250 const std::string audio_filename = resource_path + "audio_long16.pcm"; in RunTest()
|
/external/chromium_org/extensions/common/ |
D | file_util_unittest.cc | 450 base::FilePath resource_path = api_path.Append(FILE_PATH_LITERAL("test.js")); in TEST_F() local 451 ASSERT_TRUE(base::WriteFile(resource_path, data, sizeof(data))); in TEST_F() 452 resource_path = api_path.Append(FILE_PATH_LITERAL("escape spaces.js")); in TEST_F() 453 ASSERT_TRUE(base::WriteFile(resource_path, data, sizeof(data))); in TEST_F()
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
D | win_tool.py | 223 manifest_path, resource_path, resource_name = args 224 with open(resource_path, 'wb') as output:
|
/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/chromium_org/components/crash/app/ |
D | breakpad_mac.mm | 191 NSString* resource_path = [main_bundle resourcePath]; 193 [resource_path stringByAppendingPathComponent:@"crash_inspector"]; 195 [resource_path stringByAppendingPathComponent:@"crash_report_sender.app"];
|
/external/webrtc/src/modules/audio_processing/test/ |
D | unit_test.cc | 65 const std::string resource_path; member in __anonbd7223bc0111::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()
|
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/ |
D | WinTestDlg.cc | 1124 std::string resource_path = webrtc::test::ProjectRootPath(); in CWinTestDlg() local 1125 if (resource_path == webrtc::test::kCannotFindProjectRootDir) { in CWinTestDlg() 1128 _long_audio_file_path = resource_path + "data\\voice_engine\\"; in CWinTestDlg()
|