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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellCheckRequester.cpp 185 enqueueRequest(request);
207 void SpellChecker::enqueueRequest(PassRefPtr<SpellCheckRequest> request)
SpellChecker.cpp 185 enqueueRequest(request);
207 void SpellChecker::enqueueRequest(PassRefPtr<SpellCheckRequest> request)
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogAdapterTest.java 219 protected void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo,
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractPublicApiTest.java 225 protected Download enqueueRequest(DownloadManager.Request request) {
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java 355 protected void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo,
581 enqueueRequest(number, countryIso, cachedContactInfo, true);
587 enqueueRequest(number, countryIso, cachedContactInfo, false);
593 enqueueRequest(number, countryIso, cachedContactInfo, false);
    [all...]

Completed in 114 milliseconds