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

  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp 57 mTabContents = new TabContents();
69 mAutofillManager = new AutofillManager(mTabContents.get());
71 mTabContents->SetProfileRequestContext(new AndroidURLRequestContextGetter(mWebViewCore->webRequestContext(), WebUrlLoaderClient::ioThread()));
72 mTabContents->SetAutoFillHost(mAutofillHost.get());
258 mTabContents->profile()->GetPersonalDataManager()->SetProfiles(&profiles);
276 mTabContents->profile()->GetPersonalDataManager()->RemoveProfile(profileGuid);
WebAutofill.h 101 OwnPtr<TabContents> mTabContents;

Completed in 101 milliseconds