Home | Sort by relevance Sort by last modified time |
/external/chromium/chrome/browser/geolocation/ | |
geolocation_browsertest.cc | 108 : wait_for_infobar_(wait_for_infobar), 139 if (wait_for_infobar_) { 170 if (wait_for_infobar_ && infobar_) 177 bool wait_for_infobar_; member in class:__anon1899::GeolocationNotificationObserver |
/external/chromium_org/chrome/browser/geolocation/ | |
geolocation_browsertest.cc | 148 bool wait_for_infobar_; member in class:__anon5021::GeolocationNotificationObserver 159 : wait_for_infobar_(wait_for_infobar), 203 if ((wait_for_infobar_ && infobar_) || 221 EXPECT_TRUE(wait_for_infobar_ ? (infobar_ != NULL) : navigation_completed_); |