Searched refs:isMainSummary (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDetailsMarkerControl.cpp54 return summaryElement()->isMainSummary() && HTMLDivElement::rendererIsNeeded(style);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSummaryElement.cpp69 bool HTMLSummaryElement::isMainSummary() const function in class:blink::HTMLSummaryElement
90 return isMainSummary();
95 if (isMainSummary() && renderer()) {
135 if (isMainSummary() && renderer())
H A DHTMLSummaryElement.h33 bool isMainSummary() const;

Completed in 502 milliseconds