HomeSort by relevance Sort by last modified time
    Searched refs:tagName (Results 426 - 450 of 514) sorted by null

<<11121314151617181920>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisequalnode13.js 113 rootName = docElem.tagName;
nodeisequalnode17.js 111 rootName = docElem.tagName;
nodeisequalnode18.js 109 rootName = docElem.tagName;
nodelookupnamespaceuri02.js 109 rootName = docElem.tagName;
nodelookupnamespaceuri05.js 110 rootName = docElem.tagName;
nodelookupnamespaceuri11.js 111 rootName = docElem.tagName;
nodelookupprefix02.js 109 rootName = docElem.tagName;
nodelookupprefix05.js 110 rootName = docElem.tagName;
nodelookupprefix11.js 112 rootName = docElem.tagName;
noderemovechild02.js 107 rootName = docElem.tagName;
nodereplacechild07.js 104 rootName = docElem.tagName;
nodereplacechild08.js 108 rootName = docElem.tagName;
nodereplacechild13.js 109 docElemName = docElem.tagName;
nodereplacechild15.js 107 rootName = docElem.tagName;
nodereplacechild39.js 102 rootName = docElem.tagName;
nodereplacechild40.js 106 rootName = docElem.tagName;
  /external/webkit/Source/WebCore/svg/
SVGStyledElement.cpp 62 SVGStyledElement::SVGStyledElement(const QualifiedName& tagName, Document* document)
63 : SVGElement(tagName, document)
SVGUseElement.cpp 68 inline SVGUseElement::SVGUseElement(const QualifiedName& tagName, Document* document)
69 : SVGStyledTransformableElement(tagName, document)
80 PassRefPtr<SVGUseElement> SVGUseElement::create(const QualifiedName& tagName, Document* document)
82 return adoptRef(new SVGUseElement(tagName, document));
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebRenderLayer.mm 56 name = [name stringByAppendingFormat:@" %@", (NSString *)static_cast<Element*>(node)->tagName()];
  /external/webkit/Source/WebKit/win/
DOMHTMLClasses.h 315 /* [in] */ BSTR tagName,
316 /* [retval][out] */ IDOMElement **result) { return DOMDocument::createElement(tagName, result); }
347 /* [in] */ BSTR tagName,
348 /* [retval][out] */ IDOMNodeList **result) { return DOMDocument::getElementsByTagName(tagName, result); }
579 virtual HRESULT STDMETHODCALLTYPE tagName(
580 /* [retval][out] */ BSTR *result) { return DOMElement::tagName(result); }
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
DecTestBench.c 37 const char tagName[256] = "$Name: FIRST_ANDROID_COPYRIGHT $";
117 DEBUG(("%s\n", tagName));
TestBenchMultipleInstance.c 18 const char tagName[256] = "$Name: FIRST_ANDROID_COPYRIGHT $";
78 fprintf(stderr, "%s\n", tagName);
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 343 public ElementImpl createElement(String tagName) {
344 return new ElementImpl(this, tagName);
  /external/webkit/Source/WebCore/editing/
htmlediting.cpp 598 Node* enclosingNodeWithTag(const Position& p, const QualifiedName& tagName)
607 if (n->hasTagName(tagName))
868 PassRefPtr<HTMLElement> createHTMLElement(Document* document, const AtomicString& tagName)
870 return createHTMLElement(document, QualifiedName(nullAtom, tagName, xhtmlNamespaceURI));
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorDOMAgent.cpp 615 void InspectorDOMAgent::setNodeName(ErrorString*, int nodeId, const String& tagName, int* newId)
624 RefPtr<Element> newElem = oldNode->document()->createElement(tagName, ec);
665 bool requiresTotalUpdate = htmlElement->tagName() == "HTML" || htmlElement->tagName() == "BODY" || htmlElement->tagName() == "HEAD";
    [all...]

Completed in 249 milliseconds

<<11121314151617181920>>