HomeSort by relevance Sort by last modified time
    Searched full:requesting_frame (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/geolocation/
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...]
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...]
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.h 119 virtual void OnGeolocationPermissionSet(const GURL& requesting_frame,

Completed in 50 milliseconds