HomeSort by relevance Sort by last modified time
    Searched refs:StartTest (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_browsertest.cc 539 virtual void StartTest();
608 void FileManagerBrowserTestBase::StartTest() {
751 StartTest();
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_data_provider_browsertest.cc 101 // Start the test. The data provider is refreshed before calling StartTest
103 virtual void StartTest(bool parse_success) = 0;
129 data_provider()->RefreshData(base::Bind(&IPhotoDataProviderTest::StartTest,
271 virtual void StartTest(bool parse_success) OVERRIDE {
384 virtual void StartTest(bool parse_success) OVERRIDE {
446 virtual void StartTest(bool parse_success) OVERRIDE {
itunes_data_provider_browsertest.cc 144 // Start the test. The data provider is refreshed before calling StartTest
146 virtual void StartTest(bool parse_success) = 0;
167 data_provider()->RefreshData(base::Bind(&ITunesDataProviderTest::StartTest,
227 virtual void StartTest(bool parse_success) OVERRIDE {
295 virtual void StartTest(bool parse_success) OVERRIDE {
345 virtual void StartTest(bool parse_success) OVERRIDE {
381 virtual void StartTest(bool parse_success) OVERRIDE {
424 virtual void StartTest(bool parse_success) OVERRIDE {
  /external/chromium_org/chrome/browser/devtools/device/adb/
adb_client_socket_browsertest.cc 30 void StartTest() {
130 StartTest();
  /external/chromium_org/tools/telemetry/telemetry/unittest/
gtest_progress_reporter_unittest.py 84 self._formatter.StartTest(test)
96 self._formatter.StartTest(test)
progress_reporter.py 15 def StartTest(self, test):
83 def startTest(self, test):
84 super(TestResult, self).startTest(test)
86 progress_reporter.StartTest(test)
gtest_progress_reporter.py 31 def StartTest(self, test):
  /external/chromium_org/mojo/apps/js/test/
js_to_cpp_unittest.cc 223 virtual void StartTest() OVERRIDE {
264 virtual void StartTest() OVERRIDE {
292 virtual void StartTest() OVERRIDE {
332 virtual void StartTest() OVERRIDE {
361 virtual void StartTest() OVERRIDE {
  /external/chromium_org/tools/
nocompile_driver.py 188 def StartTest(sourcefile_path, cflags, config):
247 """Logs the result of a test started by StartTest(), or a disabled test
252 test: An instance of the dictionary returned by StartTest(), a
267 """Logs the result of a test started by StartTest()
271 test: An instance of the dictionary returned by StartTest()
311 """Interprets and logs the result of a test started by StartTest()
315 test: The dictionary from StartTest() to process.
374 test dict return from StartTest().
451 test = StartTest(sourcefile_path, cflags, config)
  /external/chromium_org/media/base/
audio_renderer_mixer_unittest.cc 156 void StartTest(int inputs) {
304 StartTest(1);
309 StartTest(kMixerInputs);
  /external/chromium_org/chrome/browser/bitmap_fetcher/
bitmap_fetcher_browsertest.cc 92 IN_PROC_BROWSER_TEST_F(BitmapFetcherBrowserTest, StartTest) {
  /external/chromium_org/chrome/browser/
browser_keyevents_browsertest.cc 57 "window.domAutomationController.send(startTest(%d));";
246 void StartTest(int tab_index, int result_length) {
262 ASSERT_NO_FATAL_FAILURE(StartTest(tab_index, test.result_length));
    [all...]

Completed in 528 milliseconds