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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DFormAssociatedElement.h134 // Non-Oilpan: Even if m_formWasSetByParser is true, m_form can be null
137 // Oilpan: If m_formWasSetByParser is true, m_form is always non-null.
138 bool m_formWasSetByParser; member in class:blink::FormAssociatedElement

Completed in 69 milliseconds