Home | History | Annotate | Download | only in geolocation

Lines Matching refs:request

62   // Cancels a specific infobar request.
68 // InfoBar if there's any request pending for this tab.
74 // It'll notify and dismiss any other pending InfoBar request for the same
97 // Cancels an InfoBar request and returns the next iterator position.
301 bool operator()(const PendingInfoBarRequest& request) const;
319 const PendingInfoBarRequest& request) const {
320 return request.Equals(render_process_id_, render_view_id_, bridge_id_);
400 // Cancel this request first, then notify listeners. TODO(pkasting): Why
402 // NOTE: If the pending request had an infobar, TabContents will close it
535 // The tab may have gone away, or the request may not be from a tab at all.