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

  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.h 24 class WebDataServiceWrapper : public BrowserContextKeyedService {
26 explicit WebDataServiceWrapper(Profile* profile);
29 WebDataServiceWrapper();
31 virtual ~WebDataServiceWrapper();
49 DISALLOW_COPY_AND_ASSIGN(WebDataServiceWrapper);
56 // Returns the |WebDataServiceWrapper| associated with the |profile|.
59 static WebDataServiceWrapper* GetForProfile(
62 static WebDataServiceWrapper* GetForProfileIfExists(
web_data_service_factory.cc 66 WebDataServiceWrapper::WebDataServiceWrapper() {}
68 WebDataServiceWrapper::WebDataServiceWrapper(Profile* profile) {
118 WebDataServiceWrapper::~WebDataServiceWrapper() {
121 void WebDataServiceWrapper::Shutdown() {
129 WebDataServiceWrapper::GetAutofillWebData() {
133 scoped_refptr<WebDataService> WebDataServiceWrapper::GetWebData() {
137 scoped_refptr<TokenWebData> WebDataServiceWrapper::GetTokenWebData()
    [all...]

Completed in 39 milliseconds