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

  /external/chromium_org/chrome/browser/content_settings/
permission_queue_controller.h 87 PendingInfoBarRequests pending_infobar_requests_; member in class:PermissionQueueController
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 105 PendingInfoBarRequests pending_infobar_requests_; member in class:GeolocationInfoBarQueueController
345 DCHECK(std::find_if(pending_infobar_requests_.begin(),
346 pending_infobar_requests_.end(),
348 pending_infobar_requests_.end());
350 pending_infobar_requests_.push_back(PendingInfoBarRequest(render_process_id,
362 pending_infobar_requests_.begin(), pending_infobar_requests_.end(),
365 if (i != pending_infobar_requests_.end())
375 pending_infobar_requests_.begin(), pending_infobar_requests_.end()
    [all...]

Completed in 69 milliseconds