HomeSort by relevance Sort by last modified time
    Searched full:qualifiedname (Results 126 - 150 of 704) sorted by null

1 2 3 4 56 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
createAttributeNS04.java 34 * The "createAttributeNS(namespaceURI,qualifiedName)" method for a
36 * if qualifiedName has the "xml" prefix and namespaceURI is different
39 * Invoke method createAttributeNS(namespaceURI,qualifiedName) on this document
40 * with qualifiedName being "xml:attr1 and namespaceURI equals
73 String qualifiedName = "xml:attr1";
81 newAttr = doc.createAttributeNS(namespaceURI, qualifiedName);
createDocument02.java 34 * The "createDocument(namespaceURI,qualifiedName,doctype)" method for a
36 * if qualifiedName has a prefix and namespaceURI is null.
38 * Invoke method createDocument(namespaceURI,qualifiedName,doctype) on
39 * this domimplementation with namespaceURI being null and qualifiedName
71 String qualifiedName = "k:local";
83 aNewDoc = domImpl.createDocument(namespaceURI, qualifiedName, docType);
createDocumentType03.java 34 * The "createDocumentType(qualifiedName,publicId,systemId)" method for a
36 * given that qualifiedName is valid and correctly formed.
38 * Invoke method createDocumentType(qualifiedName,publicId,systemId) on
39 * this domimplementation with qualifiedName "prefix:myDoc".
68 String qualifiedName = "prefix:myDoc";
79 newType = domImpl.createDocumentType(qualifiedName, publicId, systemId);
createElementNS02.java 34 * The "createElementNS(namespaceURI,qualifiedName)" method for a
36 * qualifiedName has a prefix and namespaceURI is null.
38 * Invoke method createElementNS(namespaceURI,qualifiedName) on this document
39 * with namespaceURI being null and qualifiedName being "elem:attr1".
71 String qualifiedName = "prefix:local";
79 newElement = doc.createElementNS(namespaceURI, qualifiedName);
createElementNS04.java 34 * The "createElementNS(namespaceURI,qualifiedName") method for
36 * qualifiedName has an "xml" prefix and the namespaceURI is different
39 * Invoke method createElementNS(namespaceURI,qualifiedName) on this document
40 * with qualifiedName being "xml:element1" and namespaceURI equals the string
73 String qualifiedName = "xml:element1";
81 newElement = doc.createElementNS(namespaceURI, qualifiedName);
createElementNS05.java 34 * The "createElementNS(namespaceURI,qualifiedName)" method for a
38 * Invoke method createElementNS(namespaceURI,qualifiedName on this document
39 * with namespaceURI as "http://www.nist.gov" and qualifiedName as "gov:faculty".
68 String qualifiedName = "gov:faculty";
73 newElement = doc.createElementNS(namespaceURI, qualifiedName);
75 assertEquals("throw_Equals", qualifiedName, elementName);
elementsetattributensurinull.java 47 * The "setAttributeNS(namespaceURI,qualifiedName,value)" method raises a
49 * qualifiedName has a prefix and the namespaceURI is null.
52 * An exception should be raised since the "qualifiedName" has a
83 String qualifiedName = "emp:qualifiedName";
94 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptEventListener.h 45 class QualifiedName;
47 PassRefPtr<V8LazyEventListener> createAttributeEventListener(Node*, const QualifiedName&, const AtomicString& value);
48 PassRefPtr<V8LazyEventListener> createAttributeEventListener(Frame*, const QualifiedName&, const AtomicString& value);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FormatBlockCommand.h 29 #include "core/dom/QualifiedName.h"
43 static PassRefPtr<FormatBlockCommand> create(Document* document, const QualifiedName& tagName)
54 FormatBlockCommand(Document*, const QualifiedName& tagName);
InsertListCommand.h 55 bool selectionHasListOfType(const VisibleSelection& selection, const QualifiedName&);
57 void doApplyForSingleParagraph(bool forceCreateList, const QualifiedName&, Range* currentSelection);
59 PassRefPtr<HTMLElement> listifyParagraph(const VisiblePosition& originalStart, const QualifiedName& listTag);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDetailsElement.h 30 static PassRefPtr<HTMLDetailsElement> create(const QualifiedName& tagName, Document* document);
36 HTMLDetailsElement(const QualifiedName&, Document*);
40 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
HTMLFrameElement.h 33 static PassRefPtr<HTMLFrameElement> create(const QualifiedName&, Document*);
40 HTMLFrameElement(const QualifiedName&, Document*);
47 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
HTMLKeygenElement.h 35 static PassRefPtr<HTMLKeygenElement> create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
43 HTMLKeygenElement(const QualifiedName&, Document*, HTMLFormElement*);
49 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
HTMLMapElement.h 36 static PassRefPtr<HTMLMapElement> create(const QualifiedName&, Document*);
47 HTMLMapElement(const QualifiedName&, Document*);
49 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
HTMLMeterElement.h 34 static PassRefPtr<HTMLMeterElement> create(const QualifiedName&, Document*);
66 HTMLMeterElement(const QualifiedName&, Document*);
76 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
HTMLProgressElement.h 37 static PassRefPtr<HTMLProgressElement> create(const QualifiedName&, Document*);
50 HTMLProgressElement(const QualifiedName&, Document*);
60 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
HTMLBRElement.cpp 35 HTMLBRElement::HTMLBRElement(const QualifiedName& tagName, Document* document)
47 PassRefPtr<HTMLBRElement> HTMLBRElement::create(const QualifiedName& tagName, Document* document)
52 bool HTMLBRElement::isPresentationAttribute(const QualifiedName& name) const
59 void HTMLBRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLButtonElement.h 33 static PassRefPtr<HTMLButtonElement> create(const QualifiedName&, Document*, HTMLFormElement*);
42 HTMLButtonElement(const QualifiedName& tagName, Document*, HTMLFormElement*);
53 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
54 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceUriElement.h 34 static PassRefPtr<SVGFontFaceUriElement> create(const QualifiedName&, Document*);
41 SVGFontFaceUriElement(const QualifiedName&, Document*);
43 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
SVGGlyphElement.h 35 static PassRefPtr<SVGGlyphElement> create(const QualifiedName&, Document*);
47 SVGGlyphElement(const QualifiedName&, Document*);
50 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
SVGURIReference.h 35 bool parseAttribute(const QualifiedName&, const AtomicString&);
36 bool isKnownAttribute(const QualifiedName&);
37 void addSupportedAttributes(HashSet<QualifiedName>&);
SVGAnimationElement.h 79 static bool isTargetAttributeCSSProperty(SVGElement*, const QualifiedName&);
92 ShouldApplyAnimation shouldApplyAnimation(SVGElement* targetElement, const QualifiedName& attributeName);
165 SVGAnimationElement(const QualifiedName&, Document*);
170 bool isSupportedAttribute(const QualifiedName&);
171 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
172 virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
195 virtual void setAttributeName(const QualifiedName&) OVERRIDE;
222 void applyAnimatedValue(ShouldApplyAnimation, SVGElement* targetElement, const QualifiedName& attributeName, SVGAnimatedType*);
223 void adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String&);
SVGComponentTransferFunctionElement.h 77 SVGComponentTransferFunctionElement(const QualifiedName&, Document*);
79 bool isSupportedAttribute(const QualifiedName&);
80 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
81 virtual void svgAttributeChanged(const QualifiedName&);
SVGFitToViewBox.h 25 #include "core/dom/QualifiedName.h"
39 static bool isKnownAttribute(const QualifiedName&);
40 static void addSupportedAttributes(HashSet<QualifiedName>&);
43 static bool parseAttribute(SVGElementTarget* target, const QualifiedName& name, const AtomicString& value)
  /external/mockito/src/org/mockito/internal/reporting/
PrintSettings.java 48 String qualifiedName = new MockUtil().getMockName(invocation.getMock()) + "." + invocation.getMethod().getName();
49 String invocationString = qualifiedName + matchersPrinter.getArgumentsLine(matchers, this);
51 return qualifiedName + matchersPrinter.getArgumentsBlock(matchers, this);

Completed in 186 milliseconds

1 2 3 4 56 7 8 91011>>