HomeSort by relevance Sort by last modified time
    Searched refs:tagQName (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/WebCore/html/shadow/
ProgressShadowElement.cpp 51 ASSERT(!node || progressTag == toElement(node)->tagQName());
MeterShadowElement.cpp 54 ASSERT(!node || meterTag == toElement(node)->tagQName());
  /external/webkit/Source/WebCore/editing/
RemoveFormatCommand.cpp 75 return elements.contains(element->tagQName());
FormatBlockCommand.cpp 44 return node->isElementNode() && isElementForFormatBlock(static_cast<Element*>(node)->tagQName());
73 if (isElementForFormatBlock(refNode->tagQName()) && start == startOfBlock(start)
IndentOutdentCommand.cpp 78 RefPtr<Element> newList = document()->createElement(listNode->tagQName(), false);
ApplyStyleCommand.cpp 762 return (m_styledInlineElement && element->hasTagName(m_styledInlineElement->tagQName()))
776 || (m_styledInlineElement && !enclosingNodeWithTag(positionBeforeNode(node), m_styledInlineElement->tagQName()))) {
    [all...]
htmlediting.cpp 770 return firstList->hasTagName(secondList->tagQName())// make sure the list types match (ol vs. ul)
    [all...]
markup.cpp 193 if (!shouldAnnotate() || (text->parentElement() && text->parentElement()->tagQName() == textareaTag)) {
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLScriptElement.cpp 221 return adoptRef(new HTMLScriptElement(tagQName(), document(), false, alreadyStarted()));
HTMLObjectElement.cpp 434 if (isRecognizedTagName(element->tagQName()) && !element->hasTagName(paramTag))
HTMLElement.cpp 69 if (document()->isHTMLDocument() && !tagQName().hasPrefix())
70 return tagQName().localNameUpper();
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGScriptElement.cpp 254 return adoptRef(new SVGScriptElement(tagQName(), document(), false, alreadyStarted()));
  /external/webkit/Source/WebCore/bindings/objc/
DOM.mm 291 return WebCore::elementClass(static_cast<WebCore::HTMLElement*>(impl)->tagQName(), [DOMHTMLElement class]);
294 return WebCore::elementClass(static_cast<WebCore::SVGElement*>(impl)->tagQName(), [DOMSVGElement class]);
  /external/webkit/Source/WebCore/html/parser/
HTMLDocumentParser.cpp 57 const QualifiedName& contextTag = contextElement->tagQName();
HTMLConstructionSite.cpp 491 && causesFosterParenting(currentElement()->tagQName());
HTMLTreeBuilder.cpp 610 processFakeEndTag(toElement(node)->tagQName());
    [all...]
  /external/webkit/Source/WebCore/dom/
Element.h 188 const QualifiedName& tagQName() const { return m_tagName; }
Document.cpp 806 RefPtr<Element> newElement = createElementNS(oldElement->namespaceURI(), oldElement->tagQName().toString(), ec);
968 ASSERT((qName.matches(imageTag) && e->tagQName().matches(imgTag) && e->tagQName().prefix() == qName.prefix()) || qName == e->tagQName());
    [all...]
Element.cpp 216 return document()->createElement(tagQName(), false);
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGResources.cpp 205 AtomicStringImpl* tagNameImpl = element->tagQName().localName().impl();
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]

Completed in 1636 milliseconds