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

  /external/chromium_org/third_party/WebKit/Source/core/html/
FormAssociatedElement.cpp 184 HTMLFormElement* nearestForm = element->findFormAncestor();
189 if (m_form && formId.isNull() && m_form.get() == nearestForm)
HTMLImageElement.cpp 199 HTMLFormElement* nearestForm = findFormAncestor();
201 if (nearestForm == m_form.get())
205 if (nearestForm) {
207 m_form = nearestForm;
209 m_form = nearestForm->createWeakPtr();

Completed in 491 milliseconds