OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qualifiedname
(Results
101 - 125
of
605
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/doclava/src/com/google/doclava/
ContainerInfo.java
20
public String
qualifiedName
();
ClassInfo.java
44
return a.
qualifiedName
().compareTo(b.
qualifiedName
());
51
public ClassInfo(String
qualifiedName
) {
53
mQualifiedName =
qualifiedName
;
54
if (
qualifiedName
.lastIndexOf('.') != -1) {
55
mName =
qualifiedName
.substring(
qualifiedName
.lastIndexOf('.') + 1);
57
mName =
qualifiedName
;
65
boolean isIncluded, String name, String
qualifiedName
, String qualifiedTypeName,
76
mQualifiedName =
qualifiedName
;
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMImplementationImpl.java
42
public Document createDocument(String namespaceURI, String
qualifiedName
,
44
return new DocumentImpl(this, namespaceURI,
qualifiedName
, doctype, null);
47
public DocumentType createDocumentType(String
qualifiedName
,
49
return new DocumentTypeImpl(null,
qualifiedName
, publicId, systemId);
/libcore/luni/src/test/java/tests/org/w3c/dom/
CreateDocumentType.java
35
* The "createDocumentType(
qualifiedName
,publicId,systemId)" method for a
36
* DOMImplementation should raise NAMESPACE_ERR DOMException if
qualifiedName
is
40
* createDocumentType(
qualifiedName
,publicId,systemId) on the retrieved
41
* DOMImplementation with
qualifiedName
being the literal string
106
String
qualifiedName
;
141
qualifiedName
= (String) illegalQNames.get(indexN1009A);
147
domImpl.createDocumentType(
qualifiedName
, publicId,
158
String
qualifiedName
= "prefix:myDoc";
169
newType = domImpl.createDocumentType(
qualifiedName
, publicId, systemId);
/external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.idl
31
[RaisesException] DocumentType createDocumentType(DOMString
qualifiedName
,
35
[TreatNullAs=NullString] DOMString
qualifiedName
,
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBRElement.h
40
virtual bool isPresentationAttribute(const
QualifiedName
&) const OVERRIDE;
41
virtual void collectStyleForPresentationAttribute(const
QualifiedName
&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLDivElement.h
38
virtual bool isPresentationAttribute(const
QualifiedName
&) const OVERRIDE;
39
virtual void collectStyleForPresentationAttribute(const
QualifiedName
&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLFontElement.h
40
virtual bool isPresentationAttribute(const
QualifiedName
&) const OVERRIDE;
41
virtual void collectStyleForPresentationAttribute(const
QualifiedName
&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLHRElement.h
39
virtual bool isPresentationAttribute(const
QualifiedName
&) const OVERRIDE;
40
virtual void collectStyleForPresentationAttribute(const
QualifiedName
&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLHeadingElement.cpp
28
inline HTMLHeadingElement::HTMLHeadingElement(const
QualifiedName
& tagName, Document& document)
34
PassRefPtr<HTMLHeadingElement> HTMLHeadingElement::create(const
QualifiedName
& tagName, Document& document)
HTMLHeadingElement.h
32
static PassRefPtr<HTMLHeadingElement> create(const
QualifiedName
&, Document&);
35
HTMLHeadingElement(const
QualifiedName
&, Document&);
HTMLModElement.cpp
32
inline HTMLModElement::HTMLModElement(const
QualifiedName
& tagName, Document& document)
38
PassRefPtr<HTMLModElement> HTMLModElement::create(const
QualifiedName
& tagName, Document& document)
HTMLModElement.h
33
static PassRefPtr<HTMLModElement> create(const
QualifiedName
&, Document&);
36
HTMLModElement(const
QualifiedName
&, Document&);
HTMLParagraphElement.h
37
virtual bool isPresentationAttribute(const
QualifiedName
&) const OVERRIDE;
38
virtual void collectStyleForPresentationAttribute(const
QualifiedName
&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLQuoteElement.h
34
static PassRefPtr<HTMLQuoteElement> create(const
QualifiedName
&, Document&);
37
HTMLQuoteElement(const
QualifiedName
&, Document&);
HTMLTableCaptionElement.h
40
virtual bool isPresentationAttribute(const
QualifiedName
&) const OVERRIDE;
41
virtual void collectStyleForPresentationAttribute(const
QualifiedName
&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLUListElement.h
37
virtual bool isPresentationAttribute(const
QualifiedName
&) const OVERRIDE;
38
virtual void collectStyleForPresentationAttribute(const
QualifiedName
&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateTransformElement.h
44
bool isSupportedAttribute(const
QualifiedName
&);
45
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
SVGFEComponentTransferElement.h
37
bool isSupportedAttribute(const
QualifiedName
&);
38
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
SVGComponentTransferFunctionElement.cpp
52
SVGComponentTransferFunctionElement::SVGComponentTransferFunctionElement(const
QualifiedName
& tagName, Document& document)
63
bool SVGComponentTransferFunctionElement::isSupportedAttribute(const
QualifiedName
& attrName)
65
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
78
void SVGComponentTransferFunctionElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
128
void SVGComponentTransferFunctionElement::svgAttributeChanged(const
QualifiedName
& attrName)
SVGFEBlendElement.cpp
57
bool SVGFEBlendElement::isSupportedAttribute(const
QualifiedName
& attrName)
59
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
68
void SVGFEBlendElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
95
bool SVGFEBlendElement::setFilterEffectAttribute(FilterEffect* effect, const
QualifiedName
& attrName)
105
void SVGFEBlendElement::svgAttributeChanged(const
QualifiedName
& attrName)
SVGFEColorMatrixElement.cpp
57
bool SVGFEColorMatrixElement::isSupportedAttribute(const
QualifiedName
& attrName)
59
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
68
void SVGFEColorMatrixElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
98
bool SVGFEColorMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const
QualifiedName
& attrName)
110
void SVGFEColorMatrixElement::svgAttributeChanged(const
QualifiedName
& attrName)
SVGFEDisplacementMapElement.cpp
61
bool SVGFEDisplacementMapElement::isSupportedAttribute(const
QualifiedName
& attrName)
63
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
74
void SVGFEDisplacementMapElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
113
bool SVGFEDisplacementMapElement::setFilterEffectAttribute(FilterEffect* effect, const
QualifiedName
& attrName)
127
void SVGFEDisplacementMapElement::svgAttributeChanged(const
QualifiedName
& attrName)
/libcore/dom/src/test/java/org/w3c/domts/
JTidyDOMImplementation.java
57
* @param
qualifiedName
The qualified name of the document type to be
66
* <br>NAMESPACE_ERR: Raised if the <code>
qualifiedName
</code> is
76
public DocumentType createDocumentType(String
qualifiedName
,
87
* @param
qualifiedName
The qualified name of the document element to be
97
* <br>NAMESPACE_ERR: Raised if the <code>
qualifiedName
</code> is
98
* malformed, if the <code>
qualifiedName
</code> has a prefix and the
100
* <code>
qualifiedName
</code> has a prefix that is "xml" and the
118
String
qualifiedName
,
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.h
25
#include "core/dom/
QualifiedName
.h"
39
explicit CSSSelector(const
QualifiedName
&, bool tagIsForNamespaceRule = false);
204
const
QualifiedName
& tagQName() const;
207
// WARNING: Use of
QualifiedName
by attribute() is a lie.
208
// attribute() will return a
QualifiedName
with prefix and namespaceURI
210
// how you use the returned
QualifiedName
.
212
const
QualifiedName
& attribute() const;
217
void setAttribute(const
QualifiedName
&);
281
QualifiedName
m_attribute; // used for attribute selector
293
QualifiedName
::QualifiedNameImpl* m_tagQName
[
all
...]
Completed in 1779 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>