OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
45
WebContentsTester::For(contents1)->
TestSetIsLoading
(false);
53
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
123
void TestWebContents::
TestSetIsLoading
(bool value) {
Completed in 853 milliseconds