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

  /external/chromium_org/components/webdata/common/
web_data_request_manager.cc 20 handle_ = manager_->GetNextRequestHandle();
94 int WebDataRequestManager::GetNextRequestHandle() {
  /external/chromium/chrome/browser/webdata/
web_data_service.cc 107 new GenericRequest<TemplateURL>(this, GetNextRequestHandle(), NULL, url);
115 new GenericRequest<TemplateURLID>(this, GetNextRequestHandle(),
127 new GenericRequest<TemplateURL>(this, GetNextRequestHandle(), NULL, url);
136 new WebDataRequest(this, GetNextRequestHandle(), consumer);
148 GetNextRequestHandle(),
159 new GenericRequest<int>(this, GetNextRequestHandle(), NULL, version);
175 new GenericRequest2<GURL, SkBitmap>(this, GetNextRequestHandle(),
185 new GenericRequest2<GURL, bool>(this, GetNextRequestHandle(),
195 new GenericRequest<GURL>(this, GetNextRequestHandle(), NULL, app_url);
205 new GenericRequest<GURL>(this, GetNextRequestHandle(), consumer, app_url)
    [all...]

Completed in 857 milliseconds