OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FORM_NOT_AUTOFILLABLE
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/webkit/
WebTextView.java
39
static final int
FORM_NOT_AUTOFILLABLE
= -1;
WebViewCore.java
[
all
...]
WebViewClassic.java
171
&& (queryId != WebTextView.
FORM_NOT_AUTOFILLABLE
);
[
all
...]
/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());
Completed in 344 milliseconds