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

  /external/webkit/Source/WebCore/html/
HTMLSummaryElement.h 33 bool isMainSummary() const;
HTMLSummaryElement.cpp 67 bool HTMLSummaryElement::isMainSummary() const
77 if (!isMainSummary() || !renderer() || !renderer()->isSummary() || !event->isMouseEvent() || event->type() != eventNames().clickEvent || event->defaultHandled())
  /external/webkit/Source/WebCore/html/shadow/
DetailsMarkerControl.cpp 54 return summaryElement()->isMainSummary() && HTMLDivElement::rendererIsNeeded(style);

Completed in 59 milliseconds