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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLEmbedElement.cpp190 bool HTMLEmbedElement::isExposed() const function in class:blink::HTMLEmbedElement
194 if (object->isExposed())
H A DHTMLObjectElement.cpp397 bool HTMLObjectElement::isExposed() const function in class:blink::HTMLObjectElement
401 if (ancestor->isExposed())

Completed in 480 milliseconds