Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
Dgenerate_devtools_html.py37 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/
Dchrome_component_extension_resource_manager.cc67 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()
Dchrome_component_extension_resource_manager.h27 const base::FilePath& resource_path,
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
Dresource_manager.cc20 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/
Doutputs.py13 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/
Dnot_strict_test.py67 resource_path = os.path.join(_RESOURCE_PREFIX, test_file)
68 self.addTest(filetestcase.AnnotatedFileTestCase(resource_path,
Dfull_test.py110 resource_path = os.path.join(_RESOURCE_PREFIX, test_file)
113 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/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/extensions/browser/
Durl_request_util.cc34 std::string resource_path = request->url().path(); in AllowCrossRendererResourceLoad() local
36 extension, partition_id, resource_path)) { in AllowCrossRendererResourceLoad()
Dcomponent_extension_resource_manager.h26 const base::FilePath& resource_path,
Dextension_protocols.cc436 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/
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.cc167 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/
Dvoe_cmd_test.cc238 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/
Dfile_util_unittest.cc450 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/
Dwin_tool.py223 manifest_path, resource_path, resource_name = args
224 with open(resource_path, 'wb') as output:
/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/chromium_org/components/crash/app/
Dbreakpad_mac.mm191 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/
Dunit_test.cc65 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/
DWinTestDlg.cc1124 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()