Home | History | Annotate | Download | only in geolocation

Lines Matching refs:infobar

16 #include "chrome/browser/infobars/infobar.h"
130 // until the infobar has been displayed; otherwise it will block until the
144 InfoBarDelegate* infobar() { return infobar_; }
231 // 1. Infobar is displayed when a geolocation is requested from an unauthorized
233 // 2. Denying the infobar triggers the correct error callback.
234 // 3. Allowing the infobar does not trigger an error, and allow a geoposition to
359 infobar_ = notification_observer.infobar();
383 LOG(WARNING) << "will set infobar response";
396 LOG(WARNING) << "infobar response set";
454 // Infobar was displayed, deny access and check for error code.
472 // Checks infobar will not be created a second tab.
493 // Checks infobar will not be created a second tab.
505 // Checks no infobar will be created and there's no error callback.
511 // First, check infobar will be created for regular profile
519 // Go incognito, and checks no infobar will be created.
526 // First, check infobar will be created for incognito profile.
534 // Go to the regular profile, infobar will be created.
555 // create the infobar.
578 // Infobar was displayed, allow access and check there's no error code.
637 // create the infobar.
644 // Change the iframe, and ensure the infobar is gone.