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

  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.h 69 class WebAutofill
71 WTF_MAKE_NONCOPYABLE(WebAutofill);
73 WebAutofill();
74 virtual ~WebAutofill();
125 DISABLE_RUNNABLE_METHOD_REFCOUNT(android::WebAutofill);
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...]

Completed in 28 milliseconds