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

/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_browsertest.cc128 // If |wait_for_infobar| is true, AddWatchAndWaitForNotification will block
131 explicit GeolocationNotificationObserver(bool wait_for_infobar);
157 bool wait_for_infobar)
158 : wait_for_infobar_(wait_for_infobar),
164 if (wait_for_infobar) {
270 // Start watching for geolocation notifications. If |wait_for_infobar| is
273 void AddGeolocationWatch(bool wait_for_infobar);
384 void GeolocationBrowserTest::AddGeolocationWatch(bool wait_for_infobar) { argument
385 GeolocationNotificationObserver notification_observer(wait_for_infobar);
387 if (wait_for_infobar) {
156 GeolocationNotificationObserver( bool wait_for_infobar) argument
[all...]

Completed in 341 milliseconds