Lines Matching full:service
193 WebDataRequest(WebDataService* service,
207 // Invoked by the service when this request has been completed.
208 // This will notify the service in whatever thread was used to create this
234 GenericRequest(WebDataService* service,
238 : WebDataRequest(service, handle, consumer),
256 GenericRequest2(WebDataService* service,
261 : WebDataRequest(service, handle, consumer),
283 // Initializes the web data service. Returns false on failure
287 // Shutdown the web data service. The service can no longer be used after this
294 // Unloads the database without actually shutting down the service. This can
356 // Token Service
360 // Set a token to use for a specified service.
361 void SetTokenForService(const std::string& service,
519 // The following methods are only invoked in the web data service thread.
580 // Token Service.
668 // All requests to the web data service are asynchronous. When the request has