OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qualifiedname
(Results
426 - 450
of
704
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEConvolveMatrixElement.cpp
65
inline SVGFEConvolveMatrixElement::SVGFEConvolveMatrixElement(const
QualifiedName
& tagName, Document* document)
74
PassRefPtr<SVGFEConvolveMatrixElement> SVGFEConvolveMatrixElement::create(const
QualifiedName
& tagName, Document* document)
103
bool SVGFEConvolveMatrixElement::isSupportedAttribute(const
QualifiedName
& attrName)
105
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
121
void SVGFEConvolveMatrixElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
217
bool SVGFEConvolveMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const
QualifiedName
& attrName)
253
void SVGFEConvolveMatrixElement::svgAttributeChanged(const
QualifiedName
& attrName)
SVGAnimateMotionElement.cpp
43
inline SVGAnimateMotionElement::SVGAnimateMotionElement(const
QualifiedName
& tagName, Document* document)
52
PassRefPtr<SVGAnimateMotionElement> SVGAnimateMotionElement::create(const
QualifiedName
& tagName, Document* document)
96
bool SVGAnimateMotionElement::isSupportedAttribute(const
QualifiedName
& attrName)
98
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
104
void SVGAnimateMotionElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
SVGElement.cpp
63
void mapAttributeToCSSProperty(HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap, const
QualifiedName
& attrName)
73
SVGElement::SVGElement(const
QualifiedName
& tagName, Document* document, ConstructionType constructionType)
81
PassRefPtr<SVGElement> SVGElement::create(const
QualifiedName
& tagName, Document* document)
211
void SVGElement::reportAttributeParsingError(SVGParsingError error, const
QualifiedName
& name, const AtomicString& value)
283
QualifiedName
attributeName(nullAtom, name, nullAtom);
295
bool SVGElement::isKnownAttribute(const
QualifiedName
& attrName)
361
CSSPropertyID SVGElement::cssPropertyIdForSVGAttributeName(const
QualifiedName
& attrName)
590
void SVGElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
628
typedef HashMap<
QualifiedName
, AnimatedPropertyType> AttributeToPropertyTypeMap;
695
void SVGElement::animatedPropertyTypeForAttribute(const
QualifiedName
& attributeName, Vector<AnimatedPropertyType>& propertyTypes
[
all
...]
SVGAnimateElement.cpp
31
#include "core/dom/
QualifiedName
.h"
38
SVGAnimateElement::SVGAnimateElement(const
QualifiedName
& tagName, Document* document)
46
PassRefPtr<SVGAnimateElement> SVGAnimateElement::create(const
QualifiedName
& tagName, Document* document)
206
const
QualifiedName
& attributeName = this->attributeName();
260
static inline void applyCSSPropertyToTargetAndInstances(SVGElement* targetElement, const
QualifiedName
& attributeName, const String& valueAsString)
280
static inline void removeCSSPropertyFromTargetAndInstances(SVGElement* targetElement, const
QualifiedName
& attributeName)
300
static inline void notifyTargetAboutAnimValChange(SVGElement* targetElement, const
QualifiedName
& attributeName)
306
static inline void notifyTargetAndInstancesAboutAnimValChange(SVGElement* targetElement, const
QualifiedName
& attributeName)
410
void SVGAnimateElement::setAttributeName(const
QualifiedName
& attributeName)
SVGPathElement.cpp
81
inline SVGPathElement::SVGPathElement(const
QualifiedName
& tagName, Document* document)
92
PassRefPtr<SVGPathElement> SVGPathElement::create(const
QualifiedName
& tagName, Document* document)
213
bool SVGPathElement::isSupportedAttribute(const
QualifiedName
& attrName)
215
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
224
void SVGPathElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
250
void SVGPathElement::svgAttributeChanged(const
QualifiedName
& attrName)
/external/doclava/src/com/google/doclava/apicheck/
XmlApiFile.java
99
String
qualifiedName
=
qualifiedName
(mCurrentPackage.name(), name, mCurrentClass);
106
isException, isError, isEnum, isAnnotation, isFinal, isIncluded, name,
qualifiedName
,
112
if (superclass == null && !isInterface && !"java.lang.Object".equals(
qualifiedName
)) {
119
TypeInfo typeInfo = Converter.obtainTypeFromString(
qualifiedName
) ;
234
private String
qualifiedName
(String pkg, String className, ClassInfo parent) {
235
String parentQName = (parent != null) ? (parent.
qualifiedName
() + ".") : "";
/external/chromium_org/third_party/WebKit/Source/core/dom/
NodeRareData.h
28
#include "core/dom/
QualifiedName
.h"
81
typedef HashMap<
QualifiedName
, TagNodeList*> TagNodeListCacheNS;
128
QualifiedName
name(nullAtom, localName, namespaceURI);
156
QualifiedName
name(nullAtom, localName, namespaceURI);
168
void invalidateCaches(const
QualifiedName
* attrName = 0);
Element.cpp
180
static Attr* findAttrNodeInList(AttrNodeList* attrNodeList, const
QualifiedName
& name)
183
if (attrNodeList->at(i)->
qualifiedName
() == name)
189
PassRefPtr<Element> Element::create(const
QualifiedName
& tagName, Document* document)
351
ASSERT(attribute->name() == attr->
qualifiedName
());
356
void Element::removeAttribute(const
QualifiedName
& name)
368
void Element::setBooleanAttribute(const
QualifiedName
& name, bool value)
418
bool Element::hasAttribute(const
QualifiedName
& name) const
437
inline void Element::synchronizeAttribute(const
QualifiedName
& name) const
454
// This version of synchronizeAttribute() is streamlined for the case where you don't have a full
QualifiedName
,
466
static_cast<const SVGElement*>(this)->synchronizeAnimatedSVGAttribute(
QualifiedName
(nullAtom, localName, nullAtom))
[
all
...]
MutationObserverRegistration.cpp
36
#include "core/dom/
QualifiedName
.h"
106
bool MutationObserverRegistration::shouldReceiveMutationFrom(Node* node, MutationObserver::MutationType type, const
QualifiedName
* attributeName) const
PseudoElement.cpp
37
const
QualifiedName
& pseudoElementTagName()
39
DEFINE_STATIC_LOCAL(
QualifiedName
, name, (nullAtom, "<pseudo>", nullAtom));
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameSetElement.cpp
46
HTMLFrameSetElement::HTMLFrameSetElement(const
QualifiedName
& tagName, Document* document)
60
PassRefPtr<HTMLFrameSetElement> HTMLFrameSetElement::create(const
QualifiedName
& tagName, Document* document)
65
bool HTMLFrameSetElement::isPresentationAttribute(const
QualifiedName
& name) const
72
void HTMLFrameSetElement::collectStyleForPresentationAttribute(const
QualifiedName
& name, const AtomicString& value, MutableStylePropertySet* style)
80
void HTMLFrameSetElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
HTMLVideoElement.cpp
46
inline HTMLVideoElement::HTMLVideoElement(const
QualifiedName
& tagName, Document* document, bool createdByParser)
55
PassRefPtr<HTMLVideoElement> HTMLVideoElement::create(const
QualifiedName
& tagName, Document* document, bool createdByParser)
86
void HTMLVideoElement::collectStyleForPresentationAttribute(const
QualifiedName
& name, const AtomicString& value, MutableStylePropertySet* style)
96
bool HTMLVideoElement::isPresentationAttribute(const
QualifiedName
& name) const
103
void HTMLVideoElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
HTMLFieldSetElement.cpp
40
inline HTMLFieldSetElement::HTMLFieldSetElement(const
QualifiedName
& tagName, Document* document, HTMLFormElement* form)
48
PassRefPtr<HTMLFieldSetElement> HTMLFieldSetElement::create(const
QualifiedName
& tagName, Document* document, HTMLFormElement* form)
HTMLKeygenElement.cpp
45
HTMLKeygenElement::HTMLKeygenElement(const
QualifiedName
& tagName, Document* document, HTMLFormElement* form)
72
void HTMLKeygenElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
HTMLSourceElement.cpp
41
inline HTMLSourceElement::HTMLSourceElement(const
QualifiedName
& tagName, Document* document)
50
PassRefPtr<HTMLSourceElement> HTMLSourceElement::create(const
QualifiedName
& tagName, Document* document)
HTMLSummaryElement.cpp
38
PassRefPtr<HTMLSummaryElement> HTMLSummaryElement::create(const
QualifiedName
& tagName, Document* document)
45
HTMLSummaryElement::HTMLSummaryElement(const
QualifiedName
& tagName, Document* document)
HTMLTablePartElement.cpp
42
bool HTMLTablePartElement::isPresentationAttribute(const
QualifiedName
& name) const
49
void HTMLTablePartElement::collectStyleForPresentationAttribute(const
QualifiedName
& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLTableSectionElement.cpp
39
inline HTMLTableSectionElement::HTMLTableSectionElement(const
QualifiedName
& tagName, Document* document)
45
PassRefPtr<HTMLTableSectionElement> HTMLTableSectionElement::create(const
QualifiedName
& tagName, Document* document)
HTMLTitleElement.cpp
38
inline HTMLTitleElement::HTMLTitleElement(const
QualifiedName
& tagName, Document* document)
46
PassRefPtr<HTMLTitleElement> HTMLTitleElement::create(const
QualifiedName
& tagName, Document* document)
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java
77
String
qualifiedName
, DocumentType doctype, String inputEncoding) {
87
if (
qualifiedName
!= null) {
88
appendChild(createElementNS(namespaceURI,
qualifiedName
));
313
public Node renameNode(Node node, String namespaceURI, String
qualifiedName
) {
318
setNameNS((NodeImpl) node, namespaceURI,
qualifiedName
);
327
public AttrImpl createAttributeNS(String namespaceURI, String
qualifiedName
) {
328
return new AttrImpl(this, namespaceURI,
qualifiedName
);
347
public ElementImpl createElementNS(String namespaceURI, String
qualifiedName
) {
348
return new ElementImpl(this, namespaceURI,
qualifiedName
);
NodeImpl.java
226
* @param
qualifiedName
a possibly-prefixed name like "img" or "html:img".
228
static void setNameNS(NodeImpl node, String namespaceURI, String
qualifiedName
) {
229
if (
qualifiedName
== null) {
230
throw new DOMException(DOMException.NAMESPACE_ERR,
qualifiedName
);
234
int p =
qualifiedName
.lastIndexOf(":");
236
prefix = validatePrefix(
qualifiedName
.substring(0, p), true, namespaceURI);
237
qualifiedName
=
qualifiedName
.substring(p + 1);
240
if (!DocumentImpl.isXMLIdentifier(
qualifiedName
)) {
241
throw new DOMException(DOMException.INVALID_CHARACTER_ERR,
qualifiedName
);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/scripts/
make_names.pl
342
print F "static PassRefPtr<$parameters{namespace}Element> ${constructorName}Constructor(const
QualifiedName
& $constructorTagName, Document* document";
434
printConstructorInterior($F, $mappedName, $enabledTags{$mappedName}{interfaceName}, "
QualifiedName
(tagName.prefix(), ${mappedName}Tag.localName(), tagName.namespaceURI())");
580
printHeaderHead($F, "DOM", $parameters{namespace}, "#include \"core/dom/
QualifiedName
.h\"");
588
printMacros($F, "extern const WebCore::
QualifiedName
", "Tag", \%allTags);
593
printMacros($F, "extern const WebCore::
QualifiedName
", "Attr", \%allAttrs);
599
print F "WebCore::
QualifiedName
** get$parameters{namespace}Tags();\n";
604
print F "WebCore::
QualifiedName
** get$parameters{namespace}Attrs();\n";
627
print F "DEFINE_GLOBAL(
QualifiedName
, ", $name, "Tag)\n";
630
print F "\n\nWebCore::
QualifiedName
** get$parameters{namespace}Tags()\n";
631
print F "{\n static WebCore::
QualifiedName
* $parameters{namespace}Tags[] = {\n"
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
InsertionPoint.h
71
InsertionPoint(const
QualifiedName
&, Document*);
76
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.h
73
String serializeNodes(Node* targetNode, EChildrenOnly, Vector<
QualifiedName
>* tagNamesToSkip);
113
void serializeNodesWithNamespaces(Node* targetNode, EChildrenOnly, const Namespaces*, Vector<
QualifiedName
>* tagNamesToSkip);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
CompactHTMLToken.cpp
29
#include "core/dom/
QualifiedName
.h"
84
const CompactHTMLToken::Attribute* CompactHTMLToken::getAttributeItem(const
QualifiedName
& name) const
Completed in 267 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>