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

  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
AutoFillHostAndroid.h 38 class WebAutofill;
43 AutoFillHostAndroid(WebAutofill* autofill);
50 WebAutofill* mAutofill;
WebAutofill.cpp 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(
    [all...]
WebAutofill.h 69 class WebAutofill
71 WTF_MAKE_NONCOPYABLE(WebAutofill);
73 WebAutofill();
74 virtual ~WebAutofill();
125 DISABLE_RUNNABLE_METHOD_REFCOUNT(android::WebAutofill);
AutoFillHostAndroid.cpp 29 #include "autofill/WebAutofill.h"
33 AutoFillHostAndroid::AutoFillHostAndroid(WebAutofill* autofill)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.h 35 #include "autofill/WebAutofill.h"
127 WebAutofill* getAutofill();
134 OwnPtr<WebAutofill> m_autoFill;
EditorClientAndroid.cpp 287 WebAutofill* EditorClientAndroid::getAutofill()
290 m_autoFill.set(new WebAutofill());
FrameLoaderClientAndroid.cpp 78 #include "autofill/WebAutofill.h"
304 WebAutofill* autoFill = editorC->getAutofill();
    [all...]
  /external/webkit/Source/WebKit/
Android.mk 122 android/WebCoreSupport/autofill/WebAutofill.cpp
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 310 void syncAutoFillProfile(JNIEnv* env, jobject autoFillProfile, WebAutofill* webAutofill)
323 webAutofill->setProfile(fullName, emailAddress, companyName, addressLine1, addressLine2, city, state, zipCode, country, phoneNumber);
601 WebAutofill* webAutofill = editorC->getAutofill();
605 syncAutoFillProfile(env, autoFillProfile, webAutofill);
610 webAutofill->clearProfiles();
WebViewCore.cpp 134 #include "autofill/WebAutofill.h"
    [all...]

Completed in 66 milliseconds