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

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_data_provider_browsertest.cc 143 void TestDone() {
271 TestDone();
321 TestDone();
353 TestDone();
394 TestDone();
436 TestDone();
  /external/chromium_org/chrome/test/base/
web_ui_browsertest.cc 623 // Calls the testDone() function from test_api.js
624 void TestDone() {
625 RunJavascriptFunction("testDone");
730 this, &WebUIBrowserAsyncTest::TestDone));
745 this, &WebUIBrowserAsyncTest::TestDone));
762 // Test that testDone() with failure first then sync pass still fails.
769 // call testDone() on failure, then return.
774 // Test that calling testDone during RunJavascriptAsyncTest still completes
776 // testDone directly and expect pass result.
778 ASSERT_TRUE(RunJavascriptAsyncTest("testDone"));
    [all...]

Completed in 1132 milliseconds