Searched refs:FindCachedFormElementWithNode (Results 1 – 2 of 2) sorted by relevance
148 bool FindCachedFormElementWithNode(Node* node, FormElement** form_element);
678 if (!FindCachedFormElementWithNode(node, &form_element)) in ClearFormWithNode()713 if (!FindCachedFormElementWithNode(node, &form_element)) in ClearPreviewedFormWithNode()774 if (!FindCachedFormElementWithNode(node, &form_element)) in FormWithNodeIsAutofilled()790 bool FormManager::FindCachedFormElementWithNode(Node* node, FormElement** form_element) { in FindCachedFormElementWithNode() function in android::FormManager