OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestDone
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_data_provider_browsertest.cc
105
void
TestDone
() {
335
TestDone
();
434
TestDone
();
459
TestDone
();
itunes_data_provider_browsertest.cc
141
void
TestDone
() {
269
TestDone
();
319
TestDone
();
351
TestDone
();
392
TestDone
();
434
TestDone
();
picasa_data_provider_browsertest.cc
211
void
TestDone
() {
215
// in a posted task rather than directly because
TestDone
is called by
287
TestDone
();
304
TestDone
();
328
TestDone
();
354
TestDone
();
404
TestDone
();
/external/chromium_org/chrome/test/base/
web_ui_browsertest.cc
636
// Calls the
testDone
() function from test_api.js
637
void
TestDone
() {
638
RunJavascriptFunction("
testDone
");
743
this, &WebUIBrowserAsyncTest::
TestDone
));
758
this, &WebUIBrowserAsyncTest::
TestDone
));
775
// Test that
testDone
() with failure first then sync pass still fails.
782
// call
testDone
() on failure, then return.
787
// Test that calling
testDone
during RunJavascriptAsyncTest still completes
789
//
testDone
directly and expect pass result.
791
ASSERT_TRUE(RunJavascriptAsyncTest("
testDone
"));
[
all
...]
Completed in 635 milliseconds