/external/chromium_org/chrome/browser/content_settings/ |
permission_queue_controller.cc | 43 const GURL& requesting_frame, 48 bool IsForPair(const GURL& requesting_frame, 52 const GURL& requesting_frame() const { return requesting_frame_; } function in class:PermissionQueueController::PendingInfoBarRequest 74 const GURL& requesting_frame, 79 requesting_frame_(requesting_frame), 89 const GURL& requesting_frame, 91 return (requesting_frame_ == requesting_frame) && (embedder_ == embedder); 146 const GURL& requesting_frame, 158 type_, id, requesting_frame, embedder, callback)); 181 const GURL& requesting_frame, [all...] |
/external/chromium/chrome/browser/geolocation/ |
geolocation_permission_context_unittest.cc | 92 void CheckTabContentsState(const GURL& requesting_frame, 160 const GURL& requesting_frame, 166 EXPECT_EQ(1U, state_map.count(requesting_frame.GetOrigin())); 167 EXPECT_EQ(0U, state_map.count(requesting_frame)); 169 state_map.find(requesting_frame.GetOrigin()); 171 << "geolocation state not found " << requesting_frame; 196 GURL requesting_frame("http://www.example.com/geolocation"); 197 NavigateAndCommit(requesting_frame); 200 process_id(), render_id(), bridge_id(), requesting_frame); local 323 GURL requesting_frame("about:blank") 327 process_id(), render_id(), bridge_id(), requesting_frame); local [all...] |
geolocation_permission_context.cc | 59 const GURL& requesting_frame, 75 // |requesting_frame| and embedder. 79 const GURL& requesting_frame, 239 const GURL& requesting_frame, 252 GURL requesting_frame; member in struct:GeolocationInfoBarQueueController::PendingInfoBarRequest 261 const GURL& requesting_frame, 266 requesting_frame(requesting_frame), 281 return (requesting_frame == p_requesting_frame) && (embedder == p_embedder); 340 const GURL& requesting_frame, [all...] |
/external/chromium_org/chrome/browser/geolocation/ |
chrome_geolocation_permission_context_unittest.cc | 113 const GURL& requesting_frame); 115 const GURL& requesting_frame); 124 void CheckTabContentsState(const GURL& requesting_frame, 156 const GURL& requesting_frame) { 159 requesting_frame, 166 const GURL& requesting_frame) { 169 requesting_frame); 219 const GURL& requesting_frame, 225 EXPECT_EQ(1U, state_map.count(requesting_frame.GetOrigin())); 226 EXPECT_EQ(0U, state_map.count(requesting_frame)); 516 GURL requesting_frame; local [all...] |