geolocation_permission_context_unittest.cc | 78 return extra_tabs_[tab]->render_view_host()->process()->id(); 82 return extra_tabs_[tab]->render_view_host()->routing_id(); 97 ScopedVector<TestTabContentsWithPendingInfoBar> extra_tabs_; member in class:GeolocationPermissionContextTests 131 extra_tabs_[tab]->render_view_host()->process()), bridge_id, allowed); 155 SendNavigate(extra_tabs_.size() + 1, url); 156 extra_tabs_.push_back(new_tab); 346 EXPECT_EQ(1U, extra_tabs_[0]->infobar_count()); 350 EXPECT_EQ(1U, extra_tabs_[1]->infobar_count()); 353 extra_tabs_[1]->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate(); 366 EXPECT_EQ(0U, extra_tabs_[1]->infobar_count()) [all...] |