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 273 WebAutofill* EditorClientAndroid::getAutofill()
276 m_autoFill.set(new WebAutofill());
FrameLoaderClientAndroid.cpp 79 #include "autofill/WebAutofill.h"
306 WebAutofill* autoFill = editorC->getAutofill();
    [all...]
  /external/webkit/Source/WebKit/
Android.mk 135 android/WebCoreSupport/autofill/WebAutofill.cpp
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 296 void syncAutoFillProfile(JNIEnv* env, jobject autoFillProfile, WebAutofill* webAutofill)
309 webAutofill->setProfile(fullName, emailAddress, companyName, addressLine1, addressLine2, city, state, zipCode, country, phoneNumber);
557 WebAutofill* webAutofill = editorC->getAutofill();
561 syncAutoFillProfile(env, autoFillProfile, webAutofill);
566 webAutofill->clearProfiles();
WebViewCore.cpp 121 #include "autofill/WebAutofill.h"
    [all...]

Completed in 96 milliseconds