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

/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_permission_context_unittest.cc92 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("abou
159 CheckTabContentsState( const GURL& requesting_frame, ContentSetting expected_content_setting) argument
327 process_id(), render_id(), bridge_id(), requesting_frame); local
[all...]
H A Dgeolocation_permission_context.cc59 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,
257 PendingInfoBarRequest( int render_process_id, int render_view_id, int bridge_id, const GURL& requesting_frame, const GURL& embedder) argument
336 CreateInfoBarRequest( int render_process_id, int render_view_id, int bridge_id, const GURL& requesting_frame, const GURL& embedder) argument
383 OnPermissionSet( int render_process_id, int render_view_id, int bridge_id, const GURL& requesting_frame, const GURL& embedder, bool allowed) argument
505 RequestGeolocationPermission( int render_process_id, int render_view_id, int bridge_id, const GURL& requesting_frame) argument
570 CancelGeolocationPermissionRequest( int render_process_id, int render_view_id, int bridge_id, const GURL& requesting_frame) argument
578 NotifyPermissionSet( int render_process_id, int render_view_id, int bridge_id, const GURL& requesting_frame, bool allowed) argument
610 NotifyArbitratorPermissionGranted( const GURL& requesting_frame) argument
[all...]

Completed in 40 milliseconds