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

  /external/chromium_org/content/public/test/
web_contents_tester.h 70 virtual void TestSetIsLoading(bool value) = 0;
  /external/chromium_org/chrome/browser/ui/
browser_unittest.cc 42 WebContentsTester::For(contents1)->TestSetIsLoading(false);
50 WebContentsTester::For(contents2)->TestSetIsLoading(false);
  /external/chromium_org/content/test/
test_web_contents.h 34 virtual void TestSetIsLoading(bool value) OVERRIDE;
test_web_contents.cc 125 void TestWebContents::TestSetIsLoading(bool value) {

Completed in 1884 milliseconds