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

  /external/chromium_org/chrome/test/remoting/
page_load_notification_observer.cc 13 PageLoadNotificationObserver::PageLoadNotificationObserver(const GURL& target)
16 base::Bind(&PageLoadNotificationObserver::IsTargetLoaded,
21 PageLoadNotificationObserver::~PageLoadNotificationObserver() {}
23 bool PageLoadNotificationObserver::IsTargetLoaded() {
page_load_notification_observer.h 13 // A PageLoadNotificationObserver allows code to wait until a give URL is loaded
19 class PageLoadNotificationObserver
22 explicit PageLoadNotificationObserver(const GURL& target);
24 virtual ~PageLoadNotificationObserver();
29 DISALLOW_COPY_AND_ASSIGN(PageLoadNotificationObserver);

Completed in 520 milliseconds