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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/html/
LabelableElement.h 55 ASSERT_WITH_SECURITY_IMPLICATION(!node || (node->isHTMLElement() && toHTMLElement(node)->isLabelable()));
HTMLElement.h 140 ASSERT_WITH_SECURITY_IMPLICATION(!node || node->isHTMLElement());
146 ASSERT_WITH_SECURITY_IMPLICATION(!node || node->isHTMLElement());
HTMLTemplateElement.cpp 89 ASSERT_WITH_SECURITY_IMPLICATION(!node || (node->isHTMLElement() && node->hasTagName(templateTag)));
BaseChooserOnlyDateAndTimeInputType.cpp 73 if (!node || !node->isHTMLElement())
HTMLLabelElement.cpp 40 if (!element || !element->isHTMLElement())
HTMLCollection.cpp 184 if (!element->isHTMLElement() && !(type == DocAll || type == NodeChildren))
512 if (!element->isHTMLElement())
627 if (!element->isHTMLElement())
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ElementCustom.cpp 44 if (impl->isHTMLElement())
V8NodeCustom.cpp 132 if (impl->isHTMLElement())
  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
InputMethodContext.cpp 81 if (!element || !element->isHTMLElement() || m_element != toHTMLElement(element))
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TagNodeList.h 81 const AtomicString& localName = testNode->isHTMLElement() ? m_loweredLocalName : m_localName;
NamedNodeMap.cpp 40 return e && e->document()->isHTMLDocument() && e->isHTMLElement();
VisitedLinkState.cpp 45 if (element->isHTMLElement())
CustomElementRegistrationContext.cpp 134 if (!element->isHTMLElement() && !element->isSVGElement())
StyleElement.cpp 40 return type.isEmpty() || (element->isHTMLElement() ? equalIgnoringCase(type, "text/css") : (type == "text/css"));
ContainerNodeAlgorithms.h 291 if (root->isHTMLElement() && root->isFrameOwnerElement())
Node.h 238 bool isHTMLElement() const { return getFlag(IsHTMLFlag); }
272 bool isStyledElement() const { return isHTMLElement() || isSVGElement(); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SliderThumbElement.h 94 ASSERT_WITH_SECURITY_IMPLICATION(!node || node->isHTMLElement());
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 62 if (!node || !node->isHTMLElement())
94 if (!node || !node->isHTMLElement() || !node->hasTagName(spanTag))
273 ASSERT(!block || block->isHTMLElement());
274 if (block && block->isHTMLElement()) {
374 if (node->isHTMLElement()) {
469 && highestAncestorWithUnicodeBidi->isHTMLElement()
531 if (n->isHTMLElement() && getIdentifierValue(CSSComputedStyleDeclaration::create(n).get(), CSSPropertyUnicodeBidi) == CSSValueEmbed)
754 if (!node->rendererIsRichlyEditable() && node->isHTMLElement()) {
    [all...]
MarkupAccumulator.cpp 422 if (element->isHTMLElement())
527 if (node->isHTMLElement() && !elementCannotHaveEndTag(node))
534 if (!node->isHTMLElement())
  /external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp 162 if (node && node->isHTMLElement())
177 if (node && node->isHTMLElement())
WebPageSerializerImpl.cpp 385 if (!element->isHTMLElement() || !toHTMLElement(element)->ieForbidsInsertHTML()) {
483 if (!node->isHTMLElement())
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8LazyEventListener.cpp 176 if (m_node && m_node->isHTMLElement())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFileUploadControl.cpp 216 return buttonNode && buttonNode->isHTMLElement() && buttonNode->hasTagName(inputTag) ? toHTMLInputElement(buttonNode) : 0;
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityNodeObject.cpp 81 if (node->isHTMLElement()) {
344 if (!element->isHTMLElement() || !toHTMLElement(element)->isLabelable())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.cpp 210 if (ruleData.hasRightmostSelectorMatchingHTMLBasedOnRuleHash() && m_context.element()->isHTMLElement()) {

Completed in 418 milliseconds

1 2 3