Searched refs:TestSetIsLoading (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/public/test/
H A Dweb_contents_tester.h70 virtual void TestSetIsLoading(bool value) = 0;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_unittest.cc45 WebContentsTester::For(contents1)->TestSetIsLoading(false);
53 WebContentsTester::For(contents2)->TestSetIsLoading(false);
/external/chromium_org/content/test/
H A Dtest_web_contents.h34 virtual void TestSetIsLoading(bool value) OVERRIDE;
H A Dtest_web_contents.cc123 void TestWebContents::TestSetIsLoading(bool value) { function in class:content::TestWebContents

Completed in 122 milliseconds