HomeSort by relevance Sort by last modified time
    Searched defs:PendingInfoBarRequest (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/content_settings/
permission_queue_controller.cc 36 class PermissionQueueController::PendingInfoBarRequest {
38 PendingInfoBarRequest(ContentSettingsType type,
43 ~PendingInfoBarRequest();
68 PermissionQueueController::PendingInfoBarRequest::PendingInfoBarRequest(
82 PermissionQueueController::PendingInfoBarRequest::~PendingInfoBarRequest() {
85 bool PermissionQueueController::PendingInfoBarRequest::IsForPair(
91 void PermissionQueueController::PendingInfoBarRequest::RunCallback(
96 void PermissionQueueController::PendingInfoBarRequest::CreateInfoBar
    [all...]
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 89 struct PendingInfoBarRequest;
92 typedef std::vector<PendingInfoBarRequest> PendingInfoBarRequests;
232 // GeolocationInfoBarQueueController::PendingInfoBarRequest -------------------
234 struct GeolocationInfoBarQueueController::PendingInfoBarRequest {
236 PendingInfoBarRequest(int render_process_id,
257 GeolocationInfoBarQueueController::PendingInfoBarRequest::PendingInfoBarRequest(
271 bool GeolocationInfoBarQueueController::PendingInfoBarRequest::IsForTab(
278 bool GeolocationInfoBarQueueController::PendingInfoBarRequest::IsForPair(
284 bool GeolocationInfoBarQueueController::PendingInfoBarRequest::Equals
    [all...]

Completed in 79 milliseconds