Searched refs:RunTest (Results 1 - 19 of 19) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_url_provider_unittest.cc124 void RunTest(const string16 text,
187 void HistoryURLProviderTest::RunTest(const string16 text, function in class:HistoryURLProviderTest
224 RunTest(ASCIIToUTF16("slash"), string16(), true, expected_nonsynth,
232 RunTest(ASCIIToUTF16("kernel"), string16(), true, expected_synth,
236 RunTest(ASCIIToUTF16("fresh"), string16(), true, NULL, 0);
244 ASSERT_NO_FATAL_FAILURE(RunTest(ASCIIToUTF16("news"), string16(), true,
258 RunTest(ASCIIToUTF16("foo"), string16(), true, short_1, arraysize(short_1));
268 RunTest(ASCIIToUTF16("foo.com"), string16(), true, short_2,
270 RunTest(ASCIIToUTF16("foo.com/"), string16(), true, short_2,
282 RunTest(ASCIIToUTF1
[all...]
H A Dkeyword_provider_unittest.cc32 void RunTest(test_data<ResultType>* keyword_cases,
63 void KeywordProviderTest::RunTest( function in class:KeywordProviderTest
125 RunTest<string16>(edit_cases, arraysize(edit_cases),
150 RunTest<GURL>(url_cases, arraysize(url_cases),
179 RunTest<string16>(contents_cases, arraysize(contents_cases),
199 RunTest<string16>(description_cases, arraysize(description_cases),
H A Dhistory_quick_provider_unittest.cc107 void RunTest(const string16 text,
118 ACMatches ac_matches_; // The resulting matches after running RunTest.
177 void HistoryQuickProviderTest::RunTest(const string16 text, function in class:HistoryQuickProviderTest
217 RunTest(text, expected_urls, expected_url);
229 RunTest(text, expected_urls, "http://foo.com/");
238 RunTest(text, expected_urls, "http://xyzabcdefghijklmnopqrstuvw.com/a");
247 RunTest(text, expected_urls, "http://visitedest.com/y/a");
256 RunTest(text, expected_urls, "http://typeredest.com/y/a");
265 RunTest(text, expected_urls, "http://daysagoest.com/y/a");
274 RunTest(tex
[all...]
H A Dextension_app_provider_unittest.cc28 void RunTest(test_data* keyword_cases,
71 void ExtensionAppProviderTest::RunTest( function in class:ExtensionAppProviderTest
105 RunTest(edit_cases, ARRAYSIZE_UNSAFE(edit_cases));
H A Dautocomplete_unittest.cc112 void RunTest();
204 void AutocompleteProviderTest::RunTest() { function in class:__anon1287::AutocompleteProviderTest
243 RunTest();
254 RunTest();
/external/chromium/chrome/browser/history/
H A Dvisit_tracker_unittest.cc39 void RunTest(VisitTracker* tracker, VisitToTest* test, int test_count) { function in namespace:__anon1669
71 RunTest(&tracker, test_simple, arraysize(test_simple));
93 RunTest(&tracker, test_frames, arraysize(test_frames));
115 RunTest(&tracker, test_processes, arraysize(test_processes));
127 RunTest(&tracker, part1, arraysize(part1));
137 RunTest(&tracker, part2, arraysize(part2));
/external/chromium/net/http/
H A Dhttp_chunked_decoder_unittest.cc14 void RunTest(const char* inputs[], size_t num_inputs, function in namespace:__anon2530
61 RunTest(inputs, arraysize(inputs), "hello", true, 0);
68 RunTest(inputs, arraysize(inputs), "hello", false, 0);
78 RunTest(inputs, arraysize(inputs), "hello world", true, 0);
95 RunTest(inputs, arraysize(inputs), "hello", true, 0);
108 RunTest(inputs, arraysize(inputs), "hello world", true, 0);
116 RunTest(inputs, arraysize(inputs), "hello", true, 0);
127 RunTest(inputs, arraysize(inputs), "hello", true, 0);
136 RunTest(inputs, arraysize(inputs), "hello", false, 0);
170 RunTest(input
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Dcryptohome_op_unittest.cc111 void RunTest(CryptohomeOp* op, bool outcome, int code) { function in class:chromeos::CryptohomeOpTest
142 RunTest(op.get(), true, kCryptohomeMountErrorNone);
149 RunTest(op.get(), false, kCryptohomeMountErrorFatal);
156 RunTest(op.get(), false, kCryptohomeMountErrorKeyFailure);
163 RunTest(op.get(), true, kCryptohomeMountErrorRecreated);
170 RunTest(op.get(), true, kCryptohomeMountErrorNone);
177 RunTest(op.get(), false, kCryptohomeMountErrorFatal);
184 RunTest(op.get(), true, kCryptohomeMountErrorNone);
191 RunTest(op.get(), true, kCryptohomeMountErrorNone);
198 RunTest(o
[all...]
H A Dparallel_authenticator_unittest.cc56 virtual void RunTest() { function in class:chromeos::ResolveChecker
/external/v8/test/mjsunit/
H A Dsetter-on-constructor-prototype.js30 function RunTest(ensure_fast_case) { function
110 RunTest(false);
111 RunTest(true);
/external/chromium/chrome/browser/debugger/
H A Ddevtools_sanity_unittest.cc69 void RunTest(const std::string& test_name, const std::string& test_page) { function in class:__anon1503::DevToolsSanityTest
251 RunTest("testHeapProfiler", kHeapProfilerPage);
256 RunTest("testShowScriptsTab", kDebuggerTestPage);
267 RunTest("testScriptsTabIsPopulatedOnInspectedPageRefresh",
276 RunTest("testContentScriptIsPresent", kPageWithContentScript);
282 RunTest("testNoScriptDuplicatesOnPanelSwitch", kDebuggerTestPage);
288 RunTest("testPauseWhenLoadingDevTools", kPauseWhenLoadingDevTools);
294 RunTest("testPauseWhenScriptIsRunning", kPauseWhenScriptIsRunning);
/external/chromium/chrome/browser/diagnostics/
H A Ddiagnostics_model.cc29 // 2- Overriding RunTest() to wrap it with the appropiate fatal exception
53 bool do_next = RunTest(tests_[ix], observer, ix);
67 virtual bool RunTest(DiagnosticTest* test, Observer* observer, size_t index) { function in class:__anon1507::DiagnosticsModelImpl
/external/chromium/net/proxy/
H A Dproxy_resolver_perftest.cc96 RunTest(test_data.pac_name,
103 void RunTest(const std::string& script_name, function in class:PacPerfSuiteRunner
/external/v8/test/cctest/
H A Dlog-eq-of-logging-and-traversal.js79 function RunTest() { function
169 var result = RunTest();
H A Dtest-api.cc11599 void RunTest() { function in class:RegExpInterruptTest
11712 RegExpInterruptTest().RunTest();
11722 void RunTest() { function in class:ApplyInterruptTest
11821 ApplyInterruptTest().RunTest();
12014 void RunTest() { function in class:RegExpStringModificationTest
12134 RegExpStringModificationTest().RunTest();
/external/skia/tests/
H A DWArrayTest.cpp152 REPORTER_ASSERT(reporter, RunTest());
170 bool RunTest() { function in class:TestWData
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_model_unittest.cc49 void RunTest();
289 void TestGenerateSearchURL::RunTest() { function in class:TestGenerateSearchURL
472 test_generate_search_url->RunTest();
487 &TestGenerateSearchURL::RunTest));
/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h573 static void RunTest(TestInfo * test_info) { function in class:testing::internal::TestInfoImpl
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc2094 test_info_list_->ForEach(internal::TestInfoImpl::RunTest);

Completed in 289 milliseconds