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

  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.h 24 class WebDataServiceWrapper : public KeyedService {
26 explicit WebDataServiceWrapper(Profile* profile);
29 WebDataServiceWrapper();
31 virtual ~WebDataServiceWrapper();
49 DISALLOW_COPY_AND_ASSIGN(WebDataServiceWrapper);
56 // Returns the WebDataServiceWrapper associated with the |profile|.
57 static WebDataServiceWrapper* GetForProfile(
61 static WebDataServiceWrapper* GetForProfileIfExists(
web_data_service_factory.cc 68 WebDataServiceWrapper::WebDataServiceWrapper() {}
70 WebDataServiceWrapper::WebDataServiceWrapper(Profile* profile) {
125 WebDataServiceWrapper::~WebDataServiceWrapper() {
128 void WebDataServiceWrapper::Shutdown() {
136 WebDataServiceWrapper::GetAutofillWebData() {
140 scoped_refptr<WebDataService> WebDataServiceWrapper::GetWebData() {
144 scoped_refptr<TokenWebData> WebDataServiceWrapper::GetTokenWebData()
    [all...]
  /external/chromium_org/components/webdata/common/
web_data_service_test_util.h 16 class MockWebDataServiceWrapperBase : public WebDataServiceWrapper {
  /external/chromium_org/chrome/test/base/
testing_profile.cc 550 return new WebDataServiceWrapper(static_cast<Profile*>(profile));
    [all...]

Completed in 406 milliseconds