Searched refs:isSelectValid (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLContentElement.h50 bool isSelectValid() const;
75 inline bool HTMLContentElement::isSelectValid() const function in class:blink::HTMLContentElement
86 if (!isSelectValid())
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp371 return isHTMLContentElement(*insertionPoint) && toHTMLContentElement(*insertionPoint).isSelectValid();

Completed in 67 milliseconds