HomeSort by relevance Sort by last modified time
    Searched defs:TitleWatcher (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/public/test/
browser_test_utils.h 197 class TitleWatcher : public WebContentsObserver {
202 TitleWatcher(WebContents* web_contents,
204 virtual ~TitleWatcher();
227 DISALLOW_COPY_AND_ASSIGN(TitleWatcher);
browser_test_utils.cc 596 TitleWatcher::TitleWatcher(WebContents* web_contents,
604 void TitleWatcher::AlsoWaitForTitle(const base::string16& expected_title) {
608 TitleWatcher::~TitleWatcher() {
611 const base::string16& TitleWatcher::WaitAndGetTitle() {
617 void TitleWatcher::DidStopLoading(RenderViewHost* render_view_host) {
625 void TitleWatcher::TitleWasSet(NavigationEntry* entry, bool explicit_set) {
629 void TitleWatcher::TestTitle() {

Completed in 98 milliseconds