Searched defs:PageLoadNotificationObserver (Results 1 - 2 of 2) sorted by relevance

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

Completed in 197 milliseconds