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

  /external/chromium_org/chrome/browser/search/suggestions/
suggestions_service.cc 60 // Runs each callback in |requestors| on |suggestions|, then deallocates
61 // |requestors|.
64 std::vector<SuggestionsService::ResponseCallback>* requestors) {
66 for (it = requestors->begin(); it != requestors->end(); ++it) {
69 std::vector<SuggestionsService::ResponseCallback>().swap(*requestors);
174 // requestors.
240 // Compute suggestions, and dispatch then to requestors. On error still
259 // Cancel pending request and timeout closure, then serve existing requestors
  /external/chromium_org/chrome/browser/safe_browsing/
database_manager.cc 740 GetHashRequestors requestors; local
741 requestors.push_back(check);
742 gethash_requests_[prefix] = requestors;
905 GetHashRequestors& requestors = it->second; local
    [all...]

Completed in 86 milliseconds