Searched refs:topLoadingFrame (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.h114 blink::WebFrame* topLoadingFrame() const;
H A Dtest_runner.cc1476 if (controller_->topLoadingFrame())
1514 if (!controller_->wait_until_done_ && !controller_->topLoadingFrame())
1835 WebFrame* TestRunner::topLoadingFrame() const { function in class:content::TestRunner
2928 if (wait_until_done_ && !topLoadingFrame() && work_queue_.is_empty())
H A Dweb_test_proxy.cc972 if (!test_interfaces_->GetTestRunner()->topLoadingFrame())
1286 if (frame != test_interfaces_->GetTestRunner()->topLoadingFrame())

Completed in 960 milliseconds