Home | History | Annotate | Download | only in autofill

Lines Matching full:webautofill

27 #include "WebAutofill.h"
51 WebAutofill::WebAutofill()
61 void WebAutofill::init()
75 WebAutofill::~WebAutofill()
81 void WebAutofill::cleanUpQueryMap()
88 void WebAutofill::searchDocument(WebCore::Frame* frame)
116 thread->message_loop()->PostTask(FROM_HERE, NewRunnableMethod(this, &WebAutofill::formsSeenImpl));
122 void WebAutofill::formsSeenImpl()
130 void WebAutofill::formFieldFocused(WebCore::HTMLFormControlElement* formFieldElement)
182 void WebAutofill::querySuccessful(const string16& value, const string16& label, int uniqueId)
195 void WebAutofill::fillFormFields(int queryId)
216 void WebAutofill::fillFormInPage(int queryId, const webkit_glue::FormData& form)
229 bool WebAutofill::enabled() const
235 void WebAutofill::setProfile(const string16& fullName, const string16& emailAddress, const string16& companyName,
261 bool WebAutofill::updateProfileLabel()
268 void WebAutofill::clearProfiles()
280 void WebAutofill::setEmptyProfile()