Searched defs:WebDataService (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/webdata/
H A Dweb_data_service.cc31 // WebDataService implementation.
50 WebDataService::WebDataService() function in class:WebDataService
59 bool WebDataService::Init(const FilePath& profile_path) {
65 void WebDataService::Shutdown() {
69 bool WebDataService::IsRunning() const {
73 void WebDataService::UnloadDatabase() {
74 ScheduleTask(NewRunnableMethod(this, &WebDataService::ShutdownDatabase));
77 void WebDataService::CancelRequest(Handle h) {
87 bool WebDataService
[all...]
H A Dweb_data_service.h54 // WebDataService is a generic data repository for meta data associated with
64 // WebDataService results
174 class WebDataService class in inherits:base::RefCountedThreadSafe
175 : public base::RefCountedThreadSafe<WebDataService
193 WebDataRequest(WebDataService* service,
217 scoped_refptr<WebDataService> service_;
234 GenericRequest(WebDataService* service,
256 GenericRequest2(WebDataService* service,
281 WebDataService();
506 virtual ~WebDataService();
[all...]

Completed in 43 milliseconds