HomeSort by relevance Sort by last modified time
    Searched refs:isHTMLElement (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/
LabelableElement.h 59 return element.isHTMLElement() && toHTMLElement(element).isLabelable();
HTMLUnknownElement.h 56 return element.isHTMLElement() && toHTMLElement(element).isHTMLUnknownElement();
HTMLLabelElement.cpp 42 if (!element.isHTMLElement())
127 if (node->isHTMLElement() && toHTMLElement(node)->isInteractiveContent())
HTMLElement.h 130 DEFINE_ELEMENT_TYPE_CASTS(HTMLElement, isHTMLElement());
132 template <> inline bool isElementOfType<const HTMLElement>(const Node& node) { return node.isHTMLElement(); }
HTMLPlugInElement.h 155 return element.isHTMLElement() && toHTMLElement(element).isPluginElement();
HTMLCollection.cpp 220 if (!element.isHTMLElement())
458 if (!element->isHTMLElement())
486 if (!element->isHTMLElement())
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TagCollection.h 83 const AtomicString& localName = testElement.isHTMLElement() ? m_loweredLocalName : m_localName;
ChildFrameDisconnector.cpp 43 if (root.isHTMLElement() && root.isFrameOwnerElement())
StyleSheetCandidate.cpp 106 if (node.isHTMLElement()) {
VisitedLinkState.cpp 43 if (element.isHTMLElement())
PresentationAttributeStyle.cpp 122 if (!element.isHTMLElement())
StyleElement.cpp 42 return type.isEmpty() || (element->isHTMLElement() ? equalIgnoringCase(type, "text/css") : (type == "text/css"));
Node.h 226 bool isHTMLElement() const { return getFlag(IsHTMLFlag); }
263 bool isStyledElement() const { return isHTMLElement() || isSVGElement(); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SliderThumbElement.h 82 DEFINE_ELEMENT_TYPE_CASTS(SliderThumbElement, isHTMLElement());
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementRegistrationContext.cpp 132 if (!element->isHTMLElement() && !element->isSVGElement())
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseChooserOnlyDateAndTimeInputType.cpp 72 if (!node || !node->isHTMLElement())
  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
InputMethodContext.cpp 94 return element && element->isHTMLElement() && m_element == toHTMLElement(element);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 65 if (!node || !node->isHTMLElement())
278 ASSERT(!block || block->isHTMLElement());
279 if (block && block->isHTMLElement()) {
391 if (node->isHTMLElement()) {
485 && highestAncestorWithUnicodeBidi->isHTMLElement()
545 if (n->isHTMLElement() && getIdentifierValue(CSSComputedStyleDeclaration::create(n).get(), CSSPropertyUnicodeBidi) == CSSValueEmbed)
786 if (!node->rendererIsRichlyEditable() && node->isHTMLElement()) {
    [all...]
MarkupAccumulator.cpp 417 if (element.isHTMLElement())
536 if (node.isHTMLElement() && !elementCannotHaveEndTag(node))
543 if (!node.isHTMLElement())
  /external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp 173 if (element && element->isHTMLElement())
188 if (element && element->isHTMLElement())
WebPageSerializerImpl.cpp 381 if (!element->isHTMLElement() || !toHTMLElement(element)->ieForbidsInsertHTML()) {
479 if (!element->isHTMLElement())
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8NodeCustom.cpp 129 if (impl->isHTMLElement())
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.cpp 85 if (node->isHTMLElement()) {
344 if (!element->isHTMLElement() || !toHTMLElement(element)->isLabelable())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8LazyEventListener.cpp 180 if (m_node && m_node->isHTMLElement())
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.cpp 245 if (candidate.isHTMLElement() && toHTMLElement(candidate).hasDirectionAuto())

Completed in 304 milliseconds

1 2