Home
last modified time | relevance | path

Searched refs:test_js (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/resources/pdf/
Dpdf_extension_test.cc75 std::string test_js; in RunTestsInFile() local
76 ASSERT_TRUE(base::ReadFileToString(test_data_dir, &test_js)); in RunTestsInFile()
77 ASSERT_TRUE(content::ExecuteScript(contents, test_js)); in RunTestsInFile()
/external/chromium_org/chrome/test/base/
Dmodule_system_test.cc183 std::string test_js; in RegisterTestFile() local
184 ASSERT_TRUE(base::ReadFileToString(test_js_file_path, &test_js)); in RegisterTestFile()
185 source_map_->RegisterModule(module_name, test_js); in RegisterTestFile()
Dv8_unit_test.cc89 std::string test_js; in RunJavascriptTestF() local
/external/chromium_org/chrome/browser/task_manager/
Dtask_manager_browsertest.cc698 std::string test_js = base::StringPrintf( in IN_PROC_BROWSER_TEST_F() local
715 browser()->tab_strip_model()->GetActiveWebContents(), test_js, &ok)); in IN_PROC_BROWSER_TEST_F()