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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/svg/
SVGGradientElement.cpp 48 SVGGradientElement::SVGGradientElement(const QualifiedName& tagName, Document* document)
49 : SVGStyledElement(tagName, document)
SVGTextPositioningElement.cpp 42 SVGTextPositioningElement::SVGTextPositioningElement(const QualifiedName& tagName, Document* document)
43 : SVGTextContentElement(tagName, document)
SVGElement.cpp 57 SVGElement::SVGElement(const QualifiedName& tagName, Document* document)
58 : StyledElement(tagName, document, CreateSVGElement)
62 PassRefPtr<SVGElement> SVGElement::create(const QualifiedName& tagName, Document* document)
64 return adoptRef(new SVGElement(tagName, document));
SVGFEConvolveMatrixElement.cpp 50 inline SVGFEConvolveMatrixElement::SVGFEConvolveMatrixElement(const QualifiedName& tagName, Document* document)
51 : SVGFilterPrimitiveStandardAttributes(tagName, document)
56 PassRefPtr<SVGFEConvolveMatrixElement> SVGFEConvolveMatrixElement::create(const QualifiedName& tagName, Document* document)
58 return adoptRef(new SVGFEConvolveMatrixElement(tagName, document));
SVGPathElement.cpp 52 inline SVGPathElement::SVGPathElement(const QualifiedName& tagName, Document* document)
53 : SVGStyledTransformableElement(tagName, document)
59 PassRefPtr<SVGPathElement> SVGPathElement::create(const QualifiedName& tagName, Document* document)
61 return adoptRef(new SVGPathElement(tagName, document));
SVGPatternElement.cpp 58 inline SVGPatternElement::SVGPatternElement(const QualifiedName& tagName, Document* document)
59 : SVGStyledElement(tagName, document)
69 PassRefPtr<SVGPatternElement> SVGPatternElement::create(const QualifiedName& tagName, Document* document)
71 return adoptRef(new SVGPatternElement(tagName, document));
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilParElementImpl.java 97 SmilParElementImpl(SmilDocumentImpl owner, String tagName)
99 super(owner, tagName.toUpperCase());
  /external/webkit/Source/WebCore/editing/
ApplyBlockElementCommand.cpp 42 ApplyBlockElementCommand::ApplyBlockElementCommand(Document* document, const QualifiedName& tagName, const AtomicString& className, const AtomicString& inlineStyle)
44 , m_tagName(tagName)
50 ApplyBlockElementCommand::ApplyBlockElementCommand(Document* document, const QualifiedName& tagName)
52 , m_tagName(tagName)
  /external/webkit/Source/WebCore/html/
HTMLDocument.h 94 virtual PassRefPtr<Element> createElement(const AtomicString& tagName, ExceptionCode&);
HTMLImageElement.cpp 44 HTMLImageElement::HTMLImageElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
45 : HTMLElement(tagName, document)
61 PassRefPtr<HTMLImageElement> HTMLImageElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
63 return adoptRef(new HTMLImageElement(tagName, document, form));
HTMLTextAreaElement.cpp 71 HTMLTextAreaElement::HTMLTextAreaElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
72 : HTMLTextFormControlElement(tagName, document, form)
84 PassRefPtr<HTMLTextAreaElement> HTMLTextAreaElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
86 return adoptRef(new HTMLTextAreaElement(tagName, document, form));
HTMLSelectElement.cpp 49 HTMLSelectElement::HTMLSelectElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
50 : HTMLFormControlElementWithState(tagName, document, form)
55 PassRefPtr<HTMLSelectElement> HTMLSelectElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
57 ASSERT(tagName.matches(selectTag));
58 return adoptRef(new HTMLSelectElement(tagName, document, form));
HTMLViewSourceDocument.cpp 140 AtomicString tagName(token.name().data(), token.name().size());
158 if (tagName == baseTag && name == hrefAttr)
164 index = addRange(source, index, iter->m_valueRange.m_end - token.startIndex(), "webkit-html-attribute-value", isLink, tagName == aTag);
  /external/webkit/Source/WebCore/wml/
WMLInputElement.h 36 WMLInputElement(const QualifiedName& tagName, Document*);
  /external/jhead/
gpsinfo.c 107 int GpsTagNameToValue(const char* tagName)
111 if (strcmp(GpsTags[i].Desc, tagName) == 0) {
116 printf("GPS tag %s NOT FOUND", tagName);
  /external/webkit/Source/WebCore/dom/
Element.h 189 String tagName() const { return nodeName(); }
190 bool hasTagName(const QualifiedName& tagName) const { return m_tagName.matches(tagName); }
355 Element(const QualifiedName& tagName, Document* document, ConstructionType type)
357 , m_tagName(tagName)
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java 250 private int lookupTag(String tagName) {
254 int res = mTagMap.get(tagName);
307 String tagName = line.substring(2, end).trim();
308 if (!tagName.equals(mStack[--mDepth])) {
315 String tagName = line.substring(1, end).trim();
316 mStack[mDepth++] = tagName;
317 tag = lookupTag(tagName);
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js 981 if ( elem.tagName ) {
    [all...]
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentgetelementsbytagnametotallength.js 79 "getElementsByTagName(tagName)" method with tagName
194 thisTag = thisElement.tagName;
documentinvalidcharacterexceptioncreateentref.js 79 The "createEntityReference(tagName)" method raises an
81 tagName contains an invalid character.
hc_elementretrievetagname.js 79 of all descendant elements with a given tagName.
107 strong = testEmployee.tagName;
109 assertEqualsAutoCase("element", "tagname","code",strong);
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentgetelementsbytagnametotallength.js 79 "getElementsByTagName(tagName)" method with tagName
194 thisTag = thisElement.tagName;
documentinvalidcharacterexceptioncreateentref.js 79 The "createEntityReference(tagName)" method raises an
81 tagName contains an invalid character.
  /system/core/liblog/
logprint.c 271 char *tagName;
276 tagName = strndup(filterExpression, tagNameLength);
279 tagName = strdup(filterExpression);
280 tagName[tagNameLength] = '\0';
283 FilterInfo *p_fi = filterinfo_new(tagName, pri);
284 free(tagName);
  /external/chromium/chrome/browser/resources/net_internals/
util.js 48 * Adds a node to |parentNode|, of type |tagName|.
50 function addNode(parentNode, tagName) {
51 var elem = parentNode.ownerDocument.createElement(tagName);
66 * Adds a node to |parentNode|, of type |tagName|. Then adds
69 function addNodeWithText(parentNode, tagName, text) {
70 var elem = parentNode.ownerDocument.createElement(tagName);

Completed in 366 milliseconds

<<11121314151617181920>>