HomeSort by relevance Sort by last modified time
    Searched refs:tagName (Results 251 - 275 of 559) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/html/
HTMLFrameSetElement.cpp 45 HTMLFrameSetElement::HTMLFrameSetElement(const QualifiedName& tagName, Document* document)
46 : HTMLElement(tagName, document)
59 PassRefPtr<HTMLFrameSetElement> HTMLFrameSetElement::create(const QualifiedName& tagName, Document* document)
61 return adoptRef(new HTMLFrameSetElement(tagName, document));
HTMLMeterElement.cpp 41 HTMLMeterElement::HTMLMeterElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
42 : HTMLFormControlElement(tagName, document, form)
51 PassRefPtr<HTMLMeterElement> HTMLMeterElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
53 RefPtr<HTMLMeterElement> meter = adoptRef(new HTMLMeterElement(tagName, document, form));
HTMLOptionElement.cpp 45 HTMLOptionElement::HTMLOptionElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
46 : HTMLFormControlElement(tagName, document, form)
56 PassRefPtr<HTMLOptionElement> HTMLOptionElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
58 return adoptRef(new HTMLOptionElement(tagName, document, form));
HTMLFormControlElement.cpp 58 HTMLFormControlElement::HTMLFormControlElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
59 : HTMLElement(tagName, document)
507 HTMLFormControlElementWithState::HTMLFormControlElementWithState(const QualifiedName& tagName, Document* doc, HTMLFormElement* f)
508 : HTMLFormControlElement(tagName, doc, f)
571 HTMLTextFormControlElement::HTMLTextFormControlElement(const QualifiedName& tagName, Document* doc, HTMLFormElement* form)
572 : HTMLFormControlElementWithState(tagName, doc, form)
  /external/webkit/Source/WebCore/svg/
SVGAnimateMotionElement.cpp 44 inline SVGAnimateMotionElement::SVGAnimateMotionElement(const QualifiedName& tagName, Document* document)
45 : SVGAnimationElement(tagName, document)
51 PassRefPtr<SVGAnimateMotionElement> SVGAnimateMotionElement::create(const QualifiedName& tagName, Document* document)
53 return adoptRef(new SVGAnimateMotionElement(tagName, document));
SVGAnimateTransformElement.cpp 50 inline SVGAnimateTransformElement::SVGAnimateTransformElement(const QualifiedName& tagName, Document* document)
51 : SVGAnimationElement(tagName, document)
57 PassRefPtr<SVGAnimateTransformElement> SVGAnimateTransformElement::create(const QualifiedName& tagName, Document* document)
59 return adoptRef(new SVGAnimateTransformElement(tagName, document));
SVGFECompositeElement.cpp 42 inline SVGFECompositeElement::SVGFECompositeElement(const QualifiedName& tagName, Document* document)
43 : SVGFilterPrimitiveStandardAttributes(tagName, document)
48 PassRefPtr<SVGFECompositeElement> SVGFECompositeElement::create(const QualifiedName& tagName, Document* document)
50 return adoptRef(new SVGFECompositeElement(tagName, document));
SVGFEDiffuseLightingElement.cpp 44 inline SVGFEDiffuseLightingElement::SVGFEDiffuseLightingElement(const QualifiedName& tagName, Document* document)
45 : SVGFilterPrimitiveStandardAttributes(tagName, document)
51 PassRefPtr<SVGFEDiffuseLightingElement> SVGFEDiffuseLightingElement::create(const QualifiedName& tagName, Document* document)
53 return adoptRef(new SVGFEDiffuseLightingElement(tagName, document));
SVGFESpecularLightingElement.cpp 46 inline SVGFESpecularLightingElement::SVGFESpecularLightingElement(const QualifiedName& tagName, Document* document)
47 : SVGFilterPrimitiveStandardAttributes(tagName, document)
54 PassRefPtr<SVGFESpecularLightingElement> SVGFESpecularLightingElement::create(const QualifiedName& tagName, Document* document)
56 return adoptRef(new SVGFESpecularLightingElement(tagName, document));
SVGFilterElement.cpp 51 inline SVGFilterElement::SVGFilterElement(const QualifiedName& tagName, Document* document)
52 : SVGStyledElement(tagName, document)
67 PassRefPtr<SVGFilterElement> SVGFilterElement::create(const QualifiedName& tagName, Document* document)
69 return adoptRef(new SVGFilterElement(tagName, document));
SVGFontFaceElement.cpp 49 inline SVGFontFaceElement::SVGFontFaceElement(const QualifiedName& tagName, Document* document)
50 : SVGElement(tagName, document)
59 PassRefPtr<SVGFontFaceElement> SVGFontFaceElement::create(const QualifiedName& tagName, Document* document)
61 return adoptRef(new SVGFontFaceElement(tagName, document));
SVGImageElement.cpp 47 inline SVGImageElement::SVGImageElement(const QualifiedName& tagName, Document* document)
48 : SVGStyledTransformableElement(tagName, document)
57 PassRefPtr<SVGImageElement> SVGImageElement::create(const QualifiedName& tagName, Document* document)
59 return adoptRef(new SVGImageElement(tagName, document));
SVGLinearGradientElement.cpp 48 inline SVGLinearGradientElement::SVGLinearGradientElement(const QualifiedName& tagName, Document* document)
49 : SVGGradientElement(tagName, document)
58 PassRefPtr<SVGLinearGradientElement> SVGLinearGradientElement::create(const QualifiedName& tagName, Document* document)
60 return adoptRef(new SVGLinearGradientElement(tagName, document));
SVGMarkerElement.cpp 47 inline SVGMarkerElement::SVGMarkerElement(const QualifiedName& tagName, Document* document)
48 : SVGStyledElement(tagName, document)
59 PassRefPtr<SVGMarkerElement> SVGMarkerElement::create(const QualifiedName& tagName, Document* document)
61 return adoptRef(new SVGMarkerElement(tagName, document));
SVGMaskElement.cpp 47 inline SVGMaskElement::SVGMaskElement(const QualifiedName& tagName, Document* document)
48 : SVGStyledLocatableElement(tagName, document)
60 PassRefPtr<SVGMaskElement> SVGMaskElement::create(const QualifiedName& tagName, Document* document)
62 return adoptRef(new SVGMaskElement(tagName, document));
SVGRadialGradientElement.cpp 49 inline SVGRadialGradientElement::SVGRadialGradientElement(const QualifiedName& tagName, Document* document)
50 : SVGGradientElement(tagName, document)
60 PassRefPtr<SVGRadialGradientElement> SVGRadialGradientElement::create(const QualifiedName& tagName, Document* document)
62 return adoptRef(new SVGRadialGradientElement(tagName, document));
SVGRectElement.cpp 43 inline SVGRectElement::SVGRectElement(const QualifiedName& tagName, Document* document)
44 : SVGStyledTransformableElement(tagName, document)
54 PassRefPtr<SVGRectElement> SVGRectElement::create(const QualifiedName& tagName, Document* document)
56 return adoptRef(new SVGRectElement(tagName, document));
  /external/webkit/Source/WebCore/wml/
WMLCardElement.cpp 47 WMLCardElement::WMLCardElement(const QualifiedName& tagName, Document* doc)
48 : WMLElement(tagName, doc)
58 PassRefPtr<WMLCardElement> WMLCardElement::create(const QualifiedName& tagName, Document* document)
60 return adoptRef(new WMLCardElement(tagName, document));
WMLGoElement.cpp 48 WMLGoElement::WMLGoElement(const QualifiedName& tagName, Document* doc)
49 : WMLTaskElement(tagName, doc)
53 PassRefPtr<WMLGoElement> WMLGoElement::create(const QualifiedName& tagName, Document* document)
55 return adoptRef(new WMLGoElement(tagName, document));
  /frameworks/base/services/java/com/android/server/
PreferredComponent.java 48 public boolean onReadTag(String tagName, XmlPullParser parser)
115 String tagName = parser.getName();
117 // + parser.getDepth() + " tag=" + tagName);
118 if (tagName.equals("set")) {
145 } else if (!mCallbacks.onReadTag(tagName, parser)) {
  /libcore/luni/src/main/java/org/w3c/dom/
Document.java 71 * @param tagName The name of the element type to instantiate. For XML,
77 * <code>nodeName</code> attribute set to <code>tagName</code>, and
85 public Element createElement(String tagName)
192 * @param tagname The name of the tag to match on. The special value "*"
193 * matches all tags. For XML, the <code>tagname</code> parameter is
199 public NodeList getElementsByTagName(String tagname);
353 * <td valign='top' rowspan='1' colspan='1'><code>Element.tagName</code></td>
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 207 String tagName;
210 tagName = parser.getName();
211 if (eventType == XmlPullParser.START_TAG && "tech".equals(tagName)) {
213 } else if (eventType == XmlPullParser.END_TAG && "tech-list".equals(tagName)) {
  /external/chromium/net/tools/testserver/
xmppserver.py 264 if stanza.tagName != name:
270 stanza.firstChild.tagName != name):
420 elif stanza.tagName == 'iq' and stanza.getAttribute('type') == 'result':
437 if stanza.tagName == 'iq' and stanza.firstChild.tagName == 'subscribe':
440 elif stanza.tagName == 'message' and stanza.firstChild.tagName == 'push':
  /libcore/luni/src/main/java/java/util/prefs/
XMLParser.java 236 private static void flushEndTag(String tagName, BufferedWriter out)
240 out.write(tagName);
245 private static void flushEmptyElement(String tagName, BufferedWriter out)
249 out.write(tagName);
255 private static void flushEmptyElement(String tagName, String[] attrKeys,
259 out.write(tagName);
284 private static void flushStartTag(String tagName, String[] attrKeys,
288 out.write(tagName);
294 private static void flushStartTag(String tagName, BufferedWriter out)
298 out.write(tagName);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]

Completed in 704 milliseconds

<<11121314151617181920>>