Searched defs:WindowedNotificationObserver (Results 1 - 2 of 2) sorted by path

/external/chromium_org/content/public/test/
H A Dtest_utils.cc94 // Adapter that makes a WindowedNotificationObserver::ConditionTestCallback from
95 // a WindowedNotificationObserver::ConditionTestCallbackWithoutSourceAndDetails
98 const WindowedNotificationObserver::
217 WindowedNotificationObserver::WindowedNotificationObserver( function in class:content::WindowedNotificationObserver
226 WindowedNotificationObserver::WindowedNotificationObserver( function in class:content::WindowedNotificationObserver
236 WindowedNotificationObserver::WindowedNotificationObserver( function in class:content::WindowedNotificationObserver
246 WindowedNotificationObserver
[all...]
H A Dtest_utils.h100 // A WindowedNotificationObserver allows code to wait until a condition is met.
120 // WindowedNotificationObserver signal(...)
123 class WindowedNotificationObserver : public NotificationObserver { class in namespace:content
139 WindowedNotificationObserver(int notification_type,
145 WindowedNotificationObserver(int notification_type,
147 WindowedNotificationObserver(
151 virtual ~WindowedNotificationObserver();
190 DISALLOW_COPY_AND_ASSIGN(WindowedNotificationObserver);

Completed in 275 milliseconds