OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
FormManagerAndroid.h
139
struct
FormElement
;
141
// Type for cache of
FormElement
objects.
142
typedef ScopedVector<
FormElement
> FormElementList;
147
// Finds the cached
FormElement
that contains |node|.
148
bool FindCachedFormElementWithNode(Node* node,
FormElement
** form_element);
150
// Uses the data in |form| to find the cached
FormElement
.
151
bool FindCachedFormElement(const webkit_glue::FormData& form,
FormElement
** form_element);
158
void ForEachMatchingFormField(
FormElement
* form, Node* node, RequirementsMask requirements, const webkit_glue::FormData& data, Callback* callback);
170
// The cached
FormElement
objects.
FormManagerAndroid.cpp
353
struct FormManager::
FormElement
{
569
FormElement
* form_element = new
FormElement
;
604
FormElement
* form_element = *form_iter;
638
const
FormElement
* form_element = *iter;
655
FormElement
* form_element = NULL;
666
FormElement
* form_element = NULL;
677
FormElement
* form_element = NULL;
712
FormElement
* form_element = NULL;
773
FormElement
* form_element = NULL
[
all
...]
Completed in 7750 milliseconds