OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qualifiedname
(Results
251 - 275
of
704
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
createAttributeNS03.java
34
* The "createAttributeNS(namespaceURI,
qualifiedName
)" method for a
36
* if
qualifiedName
contains an illegal character.
38
* Invoke method createAttributeNS(namespaceURI,
qualifiedName
) on this document
39
* with
qualifiedName
containing an illegal character from illegalChars[].
70
String
qualifiedName
;
104
qualifiedName
= (String) illegalQNames.get(indexN10090);
109
newAttr = doc.createAttributeNS(namespaceURI,
qualifiedName
);
createDocumentType02.java
34
* The "createDocumentType(
qualifiedName
,publicId,systemId)" method for a
36
*
qualifiedName
contains an illegal character.
38
* Invoke method createDocumentType(
qualifiedName
,publicId,systemId) on
39
* this domimplementation with
qualifiedName
containing an illegal character
71
String
qualifiedName
;
107
qualifiedName
= (String) illegalQNames.get(indexN1009A);
113
docType = domImpl.createDocumentType(
qualifiedName
, publicId, systemId);
createElementNS03.java
34
* The "createElementNS(namespaceURI,
qualifiedName
)" method for a
36
*
qualifiedName
contains an illegal character.
38
* Invoke method createElementNS(namespaceURI,
qualifiedName
) on this document
39
* with
qualifiedName
containing an illegal character from illegalChars[].
70
String
qualifiedName
;
106
qualifiedName
= (String) illegalQNames.get(indexN10098);
111
newElement = doc.createElementNS(namespaceURI,
qualifiedName
);
/libcore/luni/src/test/java/tests/org/w3c/dom/
SetAttributeNodeNS.java
38
* "createAttributeNS(namespaceURI,
qualifiedName
)" and
84
String
qualifiedName
= "emp:newAttr";
97
newAttr = doc.createAttributeNS(namespaceURI,
qualifiedName
);
150
String
qualifiedName
= "emp:newAttr";
160
newAttr = doc.createAttributeNS(namespaceURI,
qualifiedName
);
184
String
qualifiedName
= "emp:newAttr";
193
newAttr = doc2.createAttributeNS(namespaceURI,
qualifiedName
);
/external/jmdns/src/javax/jmdns/impl/
ListenerStatus.java
58
String
qualifiedName
= event.getName() + "." + event.getType();
59
if (null == _addedServices.putIfAbsent(
qualifiedName
, event.getInfo().clone())) {
77
String
qualifiedName
= event.getName() + "." + event.getType();
78
if (_addedServices.remove(
qualifiedName
, _addedServices.get(
qualifiedName
))) {
95
String
qualifiedName
= event.getName() + "." + event.getType();
96
ServiceInfo previousServiceInfo = _addedServices.get(
qualifiedName
);
99
if (null == _addedServices.putIfAbsent(
qualifiedName
, info.clone())) {
103
if (_addedServices.replace(
qualifiedName
, previousServiceInfo, info.clone())) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserverInterestGroup.h
37
#include "core/dom/
QualifiedName
.h"
62
static PassOwnPtr<MutationObserverInterestGroup> createForAttributesMutation(Node* target, const
QualifiedName
& attributeName)
74
static PassOwnPtr<MutationObserverInterestGroup> createIfNeeded(Node* target, MutationObserver::MutationType, MutationRecordDeliveryOptions oldValueFlag, const
QualifiedName
* attributeName = 0);
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAreaElement.h
37
static PassRefPtr<HTMLAreaElement> create(const
QualifiedName
&, Document*);
50
HTMLAreaElement(const
QualifiedName
&, Document*);
52
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
HTMLFrameElement.cpp
35
inline HTMLFrameElement::HTMLFrameElement(const
QualifiedName
& tagName, Document* document)
44
PassRefPtr<HTMLFrameElement> HTMLFrameElement::create(const
QualifiedName
& tagName, Document* document)
84
void HTMLFrameElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
HTMLOptGroupElement.h
35
static PassRefPtr<HTMLOptGroupElement> create(const
QualifiedName
&, Document*);
43
HTMLOptGroupElement(const
QualifiedName
&, Document*);
47
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
HTMLOutputElement.h
41
static PassRefPtr<HTMLOutputElement> create(const
QualifiedName
&, Document*, HTMLFormElement*);
55
HTMLOutputElement(const
QualifiedName
&, Document*, HTMLFormElement*);
57
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
HTMLPlugInElement.h
70
HTMLPlugInElement(const
QualifiedName
& tagName, Document*);
73
virtual bool isPresentationAttribute(const
QualifiedName
&) const OVERRIDE;
74
virtual void collectStyleForPresentationAttribute(const
QualifiedName
&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLScriptElement.h
36
static PassRefPtr<HTMLScriptElement> create(const
QualifiedName
&, Document*, bool wasInsertedByParser, bool alreadyStarted = false);
49
HTMLScriptElement(const
QualifiedName
&, Document*, bool wasInsertedByParser, bool alreadyStarted);
51
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
HTMLStyleElement.h
39
static PassRefPtr<HTMLStyleElement> create(const
QualifiedName
&, Document*, bool createdByParser);
70
HTMLStyleElement(const
QualifiedName
&, Document*, bool createdByParser);
73
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
HTMLTrackElement.h
39
static PassRefPtr<HTMLTrackElement> create(const
QualifiedName
&, Document*);
70
HTMLTrackElement(const
QualifiedName
&, Document*);
73
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
HTMLHRElement.cpp
36
HTMLHRElement::HTMLHRElement(const
QualifiedName
& tagName, Document* document)
48
PassRefPtr<HTMLHRElement> HTMLHRElement::create(const
QualifiedName
& tagName, Document* document)
53
bool HTMLHRElement::isPresentationAttribute(const
QualifiedName
& name) const
60
void HTMLHRElement::collectStyleForPresentationAttribute(const
QualifiedName
& name, const AtomicString& value, MutableStylePropertySet* style)
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
HTMLContentElement.h
41
static PassRefPtr<HTMLContentElement> create(const
QualifiedName
&, Document*);
54
HTMLContentElement(const
QualifiedName
&, Document*);
56
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
HTMLContentElement.cpp
35
#include "core/dom/
QualifiedName
.h"
47
PassRefPtr<HTMLContentElement> HTMLContentElement::create(const
QualifiedName
& tagName, Document* document)
52
HTMLContentElement::HTMLContentElement(const
QualifiedName
& name, Document* document)
79
void HTMLContentElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateElement.h
37
static PassRefPtr<SVGAnimateElement> create(const
QualifiedName
&, Document*);
43
SVGAnimateElement(const
QualifiedName
&, Document*);
57
virtual void setAttributeName(const
QualifiedName
&) OVERRIDE;
SVGFEFloodElement.cpp
31
inline SVGFEFloodElement::SVGFEFloodElement(const
QualifiedName
& tagName, Document* document)
38
PassRefPtr<SVGFEFloodElement> SVGFEFloodElement::create(const
QualifiedName
& tagName, Document* document)
44
bool SVGFEFloodElement::setFilterEffectAttribute(FilterEffect* effect, const
QualifiedName
& attrName)
SVGFontFaceElement.h
36
static PassRefPtr<SVGFontFaceElement> create(const
QualifiedName
&, Document*);
56
SVGFontFaceElement(const
QualifiedName
&, Document*);
58
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
SVGExternalResourcesRequired.cpp
30
bool SVGExternalResourcesRequired::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
40
bool SVGExternalResourcesRequired::isKnownAttribute(const
QualifiedName
& attrName)
45
void SVGExternalResourcesRequired::addSupportedAttributes(HashSet<
QualifiedName
>& supportedAttributes)
50
bool SVGExternalResourcesRequired::handleAttributeChange(SVGElement* targetElement, const
QualifiedName
& attrName)
SVGGlyphRefElement.cpp
40
inline SVGGlyphRefElement::SVGGlyphRefElement(const
QualifiedName
& tagName, Document* document)
52
PassRefPtr<SVGGlyphRefElement> SVGGlyphRefElement::create(const
QualifiedName
& tagName, Document* document)
68
void SVGGlyphRefElement::parseAttributeInternal(const
QualifiedName
& name, const AtomicString& value)
89
void SVGGlyphRefElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.h
35
const
QualifiedName
& attributeName() const { return m_attributeName; }
80
SVGAnimatedProperty(SVGElement*, const
QualifiedName
&, AnimatedPropertyType);
86
const
QualifiedName
& m_attributeName;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLDescriber.java
19
import org.eclipse.core.runtime.
QualifiedName
;
76
public
QualifiedName
[] getSupportedOptions() {
77
return new
QualifiedName
[0];
/external/doclava/src/com/google/doclava/
MethodInfo.java
213
if (annotation.type().
qualifiedName
().equals("java.lang.Deprecated")) {
221
+ mContainingClass.
qualifiedName
() + "." + name()
372
String qn = item.
qualifiedName
();
375
if (ex != null && ex.
qualifiedName
().equals(qn)) {
394
rv.add(new ThrowsTagInfo("@throws", "@throws", cl.
qualifiedName
(), cl, "",
513
String
qualifiedName
= myType.qualifiedTypeName();
514
String realType = myType.isPrimitive() ? "" : myType.asClassInfo().
qualifiedName
();
517
int qnlen =
qualifiedName
.length();
520
if (!matchesType(
qualifiedName
, s) && !matchesType(realType, s)) {
688
public String
qualifiedName
() {
[
all
...]
Completed in 490 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>