OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:webautofill
(Results
1 - 12
of
12
) sorted by null
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
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
...]
AutoFillHostAndroid.h
38
class
WebAutofill
;
43
AutoFillHostAndroid(
WebAutofill
* autofill);
50
WebAutofill
* mAutofill;
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/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
...]
WebCoreFrameBridge.cpp
112
#include "autofill/
WebAutofill
.h"
[
all
...]
/external/webkit/Source/WebKit/
Android.mk
121
android/WebCoreSupport/autofill/
WebAutofill
.cpp
/external/chromium/chrome/browser/autofill/
autofill_download.cc
205
// through in the
WebAutoFill
::init() method in WebKit.
Completed in 200 milliseconds