Home
last modified time | relevance | path

Searched refs:isHTMLElement (Results 1 – 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.h123 …bool isHTMLElement() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessary ch…
140 DEFINE_ELEMENT_TYPE_CASTS(HTMLElement, isHTMLElement());
153 return isHTMLElement() && toHTMLElement(*this).hasTagName(name); in hasTagName()
171 …inline bool is##thisType(const Node& node) { return node.isHTMLElement() ? is##thisType(toHTMLElem…
DHTMLTagCollection.h56 … const AtomicString& localName = testElement.isHTMLElement() ? m_loweredLocalName : m_localName; in elementMatches()
DHTMLCollection.cpp275 return element.isHTMLElement() && isMatchingHTMLElement(*this, toHTMLElement(element)); in elementMatches()
439 if (!element->isHTMLElement()) in supportedPropertyNames()
467 if (!element->isHTMLElement()) in updateIdNameCache()
DHTMLLabelElement.cpp122 if (node->isHTMLElement() && toHTMLElement(node)->isInteractiveContent()) in isInInteractiveContent()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp281 if (block && block->isHTMLElement()) { in applyBlockStyle()
393 if (node->isHTMLElement()) { in applyRelativeFontStyleChange()
487 && highestAncestorWithUnicodeBidi->isHTMLElement() in splitAncestorsWithUnicodeBidi()
547 …if (n->isHTMLElement() && getIdentifierValue(CSSComputedStyleDeclaration::create(n).get(), CSSProp… in highestEmbeddingAncestor()
788 if (!node->rendererIsRichlyEditable() && node->isHTMLElement()) { in applyInlineStyleToNodeRange()
891 if (!node->isHTMLElement()) in removeConflictingInlineStyleFromRun()
1008 if (n->isHTMLElement() && shouldRemoveInlineStyleFromElement(style, toHTMLElement(n))) in highestAncestorWithConflictingInlineStyle()
1029 if (node->isHTMLElement() && toHTMLElement(node)->inlineStyle()) { in applyInlineStyleToPushDown()
1036 if ((node->renderer()->isRenderBlockFlow() || node->hasChildren()) && node->isHTMLElement()) { in applyInlineStyleToPushDown()
1071 if (current->isHTMLElement()) in pushDownInlineStyleAroundNode()
[all …]
DMarkupAccumulator.cpp410 if (element.isHTMLElement()) in appendCloseTag()
533 if (element.isHTMLElement() && !elementCannotHaveEndTag(element)) in shouldSelfClose()
540 if (!node.isHTMLElement()) in elementCannotHaveEndTag()
Dhtmlediting.cpp433 if (!n->isHTMLElement()) in isSpecialHTMLElement()
744 if (!firstList || !secondList || !firstList->isHTMLElement() || !secondList->isHTMLElement()) in canMergeLists()
1023 if (!node || !node->isHTMLElement()) in isMailHTMLBlockquoteElement()
1186 if (!node->isHTMLElement()) in isNonTableCellHTMLBlockElement()
DReplaceSelectionCommand.cpp116 …if (!node->isHTMLElement() || toHTMLElement(node)->getAttribute(classAttr) != convertedSpaceSpanCl… in isHTMLInterchangeConvertedSpaceSpan()
437 if (!node || !node->isHTMLElement()) in isMailPasteAsQuotationHTMLBlockQuoteElement()
448 if (!a || !a->isHTMLElement()) in isHTMLHeaderElement()
502 if (element->isHTMLElement()) { in removeRedundantStylesAndKeepStyleSpanInline()
644 if (!node->isHTMLElement()) in makeInsertedContentRoundTrippableWithHTMLTreeBuilder()
889 if (!node->isHTMLElement()) in isInlineHTMLElementWithStyle()
DIndentOutdentCommand.cpp45 if (!node || !node->isHTMLElement()) in isHTMLListOrBlockquoteElement()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DSliderThumbElement.h82 DEFINE_ELEMENT_TYPE_CASTS(SliderThumbElement, isHTMLElement());
/external/chromium_org/third_party/WebKit/Source/core/dom/
DVisitedLinkState.cpp43 if (element.isHTMLElement()) in linkAttribute()
DStyleSheetCandidate.cpp106 if (node.isHTMLElement()) { in typeOf()
DChildFrameDisconnector.cpp43 if (root.isHTMLElement() && root.isFrameOwnerElement()) in collectFrameOwners()
DPresentationAttributeStyle.cpp124 if (!element.isHTMLElement()) in makePresentationAttributeCacheKey()
DStyleElement.cpp42 …return type.isEmpty() || (element->isHTMLElement() ? equalIgnoringCase(type, "text/css") : (type =… in isCSS()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListBox.cpp79 ASSERT(element->isHTMLElement()); in RenderListBox()
/external/chromium_org/third_party/WebKit/Source/web/
DWebDocument.cpp171 if (element && element->isHTMLElement()) in images()
186 if (element && element->isHTMLElement()) in forms()
DWebPageSerializerImpl.cpp378 if (!element->isHTMLElement() || !toHTMLElement(element)->ieForbidsInsertHTML()) { in endTagToString()
476 if (!element->isHTMLElement()) in collectTargetFrames()
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DBaseChooserOnlyDateAndTimeInputType.cpp74 if (!node || !node->isHTMLElement()) in updateView()
/external/chromium_org/third_party/WebKit/Source/core/html/ime/
DInputMethodContext.cpp94 return element && element->isHTMLElement() && m_element == toHTMLElement(element); in hasFocus()
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementRegistrationContext.cpp132 if (!element->isHTMLElement() && !element->isSVGElement()) in setTypeExtension()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXNodeObject.cpp87 if (node->isHTMLElement()) { in accessibleNameForNode()
356 if (!element->isHTMLElement() || !toHTMLElement(element)->isLabelable()) in labelForElement()
825 if (!node->isHTMLElement()) in headingLevel()
1227 if (curr->isHTMLElement()) { in helpText()
1263 if (child->isHTMLElement()) { in elementRect()
/external/chromium_org/third_party/WebKit/Source/core/page/
DContextMenuController.cpp93 if (!node || !node->isHTMLElement()) in populateCustomContextMenu()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8LazyEventListener.cpp180 if (m_node && m_node->isHTMLElement()) in prepareListenerObject()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.cpp246 if (candidate.isHTMLElement() && toHTMLElement(candidate).hasDirectionAuto()) in canShareStyleWithElement()

12