Searched refs:isHTMLHtmlElement (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLHtmlElement.h44 inline bool isHTMLHtmlElement(const Node* node) function in namespace:WebCore
49 inline bool isHTMLHtmlElement(const Element* element) function in namespace:WebCore
56 ASSERT_WITH_SECURITY_IMPLICATION(!node || isHTMLHtmlElement(node));
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.cpp49 || isHTMLHtmlElement(item->node());
313 ASSERT(isHTMLHtmlElement(item->node()));
343 ASSERT(!isHTMLHtmlElement(item->node()));
355 ASSERT(!isHTMLHtmlElement(item->node()));
570 ASSERT(!isHTMLHtmlElement(topStackItem()->node()));
581 ASSERT(!isHTMLHtmlElement(element));
H A DHTMLTreeBuilder.cpp1638 if (isHTMLHtmlElement(item->node())) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPositionIterator.cpp163 if (!isHTMLHtmlElement(m_anchorNode) && renderer->isBlockFlow()) {
H A DPosition.cpp904 if (isHTMLHtmlElement(m_anchorNode.get()))
H A DDocument.cpp680 return documentElement() && isHTMLHtmlElement(documentElement()) && documentElement()->hasAttribute(manifestAttr);
2350 || (documentElement() && !isHTMLHtmlElement(documentElement()));
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSDefaultStyleSheets.cpp64 return isHTMLHtmlElement(e) || e->hasTagName(headTag) || e->hasTagName(bodyTag) || e->hasTagName(divTag) || e->hasTagName(spanTag) || e->hasTagName(brTag) || isHTMLAnchorElement(e);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DTouchDisambiguation.cpp129 if (node->isDocumentNode() || isHTMLHtmlElement(node) || node->hasTagName(HTMLNames::bodyTag))
H A DFrameView.cpp621 documentOrBodyRenderer = documentRenderer->style()->overflowX() == OVISIBLE && isHTMLHtmlElement(documentElement) ? body->renderer() : documentRenderer;
675 RenderObject* o = rootRenderer->style()->overflowX() == OVISIBLE && isHTMLHtmlElement(document->documentElement()) ? body->renderer() : rootRenderer;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisiblePosition.cpp544 if (node && isHTMLHtmlElement(node) && !node->rendererIsEditable() && node->document()->body() && node->document()->body()->rendererIsEditable())
551 if ((editingRoot && isHTMLHtmlElement(editingRoot)) || position.deprecatedNode()->isDocumentNode())
H A Dmarkup.cpp852 && !isHTMLHtmlElement(block)
1031 if (isHTMLHtmlElement(node.get()) || node->hasTagName(headTag) || node->hasTagName(bodyTag)) {
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleAdjuster.cpp312 if ((style->overflowY() == OPAGEDX || style->overflowY() == OPAGEDY) && !(e && (isHTMLHtmlElement(e) || e->hasTagName(bodyTag))))
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPageSerializerImpl.cpp150 } else if (isHTMLHtmlElement(element)) {
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp996 if (isHTMLHtmlElement(newElement.get()))
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAccessibilityRenderObject.cpp439 if (node && isHTMLHtmlElement(node))
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp208 (isHTMLHtmlElement(node()) || node()->hasTagName(bodyTag))) {
364 if (isHTMLHtmlElement(document()->documentElement())
H A DRenderObject.cpp2374 if (!hasBackground() && node() && isHTMLHtmlElement(node())) {

Completed in 543 milliseconds