OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FORM_NOT_AUTOFILLABLE
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp
47
#define
FORM_NOT_AUTOFILLABLE
-1
136
mWebViewCore->setWebTextViewAutoFillable(
FORM_NOT_AUTOFILLABLE
, string16());
177
mWebViewCore->setWebTextViewAutoFillable(
FORM_NOT_AUTOFILLABLE
, string16());
/frameworks/base/core/java/android/webkit/
WebTextView.java
136
/* package */ static final int
FORM_NOT_AUTOFILLABLE
= -1;
260
&& (queryId !=
FORM_NOT_AUTOFILLABLE
);
[
all
...]
Completed in 53 milliseconds