Searched defs:fieldset (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLegendElement.cpp47 // Check if there's a fieldset belonging to this legend.
48 HTMLFieldSetElement* fieldset = Traversal<HTMLFieldSetElement>::firstAncestor(*this); local
49 if (!fieldset)
52 // Find first form element inside the fieldset that is not a legend element.
54 return Traversal<HTMLFormControlElement>::next(*fieldset, fieldset);
75 // According to the specification, If the legend has a fieldset element as
77 // form attribute on that fieldset element. Otherwise, it must return null.
78 ContainerNode* fieldset = parentNode(); local
79 if (!isHTMLFieldSetElement(fieldset))
[all...]

Completed in 269 milliseconds