Home
last modified time | relevance | path

Searched refs:detailsContent (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDetailsElement.cpp96 content->setIdAttribute(ShadowElementNames::detailsContent()); in didAddUserAgentShadowRoot()
124 …lement* content = ensureUserAgentShadowRoot().getElementById(ShadowElementNames::detailsContent()); in parseAttribute()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DShadowElementNames.h40 const AtomicString& detailsContent();
DShadowElementNames.cpp38 const AtomicString& detailsContent() in detailsContent() function