OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QualifiedName
(Results
226 - 250
of
440
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFESpecularLightingElement.cpp
79
bool SVGFESpecularLightingElement::isSupportedAttribute(const
QualifiedName
& attrName)
81
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
92
void SVGFESpecularLightingElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
131
bool SVGFESpecularLightingElement::setFilterEffectAttribute(FilterEffect* effect, const
QualifiedName
& attrName)
178
void SVGFESpecularLightingElement::svgAttributeChanged(const
QualifiedName
& attrName)
203
void SVGFESpecularLightingElement::lightElementAttributeChanged(const SVGFELightElement* lightElement, const
QualifiedName
& attrName)
SVGImageElement.cpp
84
bool SVGImageElement::isSupportedAttribute(const
QualifiedName
& attrName)
86
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
99
bool SVGImageElement::isPresentationAttribute(const
QualifiedName
& name) const
106
void SVGImageElement::collectStyleForPresentationAttribute(const
QualifiedName
& name, const AtomicString& value, MutableStylePropertySet* style)
116
void SVGImageElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
142
void SVGImageElement::svgAttributeChanged(const
QualifiedName
& attrName)
SVGFELightElement.cpp
60
SVGFELightElement::SVGFELightElement(const
QualifiedName
& tagName, Document& document)
87
bool SVGFELightElement::isSupportedAttribute(const
QualifiedName
& attrName)
89
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
105
void SVGFELightElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
165
void SVGFELightElement::svgAttributeChanged(const
QualifiedName
& attrName)
SVGGraphicsElement.cpp
43
SVGGraphicsElement::SVGGraphicsElement(const
QualifiedName
& tagName, Document& document, ConstructionType constructionType)
140
bool SVGGraphicsElement::isSupportedAttribute(const
QualifiedName
& attrName)
142
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
150
void SVGGraphicsElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
170
void SVGGraphicsElement::svgAttributeChanged(const
QualifiedName
& attrName)
SVGPathElement.h
106
bool isSupportedAttribute(const
QualifiedName
&);
107
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
108
virtual void svgAttributeChanged(const
QualifiedName
&);
SVGTests.cpp
123
bool SVGTests::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
141
bool SVGTests::isKnownAttribute(const
QualifiedName
& attrName)
148
void SVGTests::addSupportedAttributes(HashSet<
QualifiedName
>& supportedAttributes)
SVGFitToViewBox.cpp
108
bool SVGFitToViewBox::isKnownAttribute(const
QualifiedName
& attrName)
113
void SVGFitToViewBox::addSupportedAttributes(HashSet<
QualifiedName
>& supportedAttributes)
SVGAnimationElement.cpp
50
SVGAnimationElement::SVGAnimationElement(const
QualifiedName
& tagName, Document& document)
151
bool SVGAnimationElement::isSupportedAttribute(const
QualifiedName
& attrName)
153
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
170
void SVGAnimationElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
231
void SVGAnimationElement::svgAttributeChanged(const
QualifiedName
& attrName)
362
bool SVGAnimationElement::isTargetAttributeCSSProperty(SVGElement* targetElement, const
QualifiedName
& attributeName)
369
SVGAnimationElement::ShouldApplyAnimation SVGAnimationElement::shouldApplyAnimation(SVGElement* targetElement, const
QualifiedName
& attributeName)
651
void SVGAnimationElement::adjustForInheritance(SVGElement* targetElement, const
QualifiedName
& attributeName, String& value)
665
static bool inheritsFromProperty(SVGElement* targetElement, const
QualifiedName
& attributeName, const String& value)
680
const
QualifiedName
& attributeName = this->attributeName()
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.h
89
ALWAYS_INLINE void invalidateCache(const
QualifiedName
* attrName) const
99
static bool shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType, const
QualifiedName
&);
164
ALWAYS_INLINE bool LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType type, const
QualifiedName
& attrName)
MutationObserverInterestGroup.cpp
39
PassOwnPtr<MutationObserverInterestGroup> MutationObserverInterestGroup::createIfNeeded(Node& target, MutationObserver::MutationType type, MutationRecordDeliveryOptions oldValueFlag, const
QualifiedName
* attributeName)
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLEmbedElement.cpp
73
bool HTMLEmbedElement::isPresentationAttribute(const
QualifiedName
& name) const
80
void HTMLEmbedElement::collectStyleForPresentationAttribute(const
QualifiedName
& name, const AtomicString& value, MutableStylePropertySet* style)
92
void HTMLEmbedElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
HTMLVideoElement.cpp
85
void HTMLVideoElement::collectStyleForPresentationAttribute(const
QualifiedName
& name, const AtomicString& value, MutableStylePropertySet* style)
95
bool HTMLVideoElement::isPresentationAttribute(const
QualifiedName
& name) const
102
void HTMLVideoElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
HTMLFontElement.cpp
180
bool HTMLFontElement::isPresentationAttribute(const
QualifiedName
& name) const
187
void HTMLFontElement::collectStyleForPresentationAttribute(const
QualifiedName
& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLFormControlElement.h
117
HTMLFormControlElement(const
QualifiedName
& tagName, Document&, HTMLFormElement*);
119
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
HTMLTableSectionElement.cpp
39
inline HTMLTableSectionElement::HTMLTableSectionElement(const
QualifiedName
& tagName, Document& document)
45
PassRefPtr<HTMLTableSectionElement> HTMLTableSectionElement::create(const
QualifiedName
& tagName, Document& document)
HTMLTextFormControlElement.h
92
HTMLTextFormControlElement(const
QualifiedName
&, Document&, HTMLFormElement*);
96
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
HTMLAreaElement.h
52
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
HTMLBaseElement.cpp
47
void HTMLBaseElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
HTMLDocument.cpp
141
const AtomicString& HTMLDocument::bodyAttributeValue(const
QualifiedName
& name) const
148
void HTMLDocument::setBodyAttribute(const
QualifiedName
& name, const AtomicString& value)
257
static void addLocalNameToSet(HashSet<StringImpl*>* set, const
QualifiedName
& qName)
317
bool HTMLDocument::isCaseSensitiveAttribute(const
QualifiedName
& attributeName)
/frameworks/base/tools/aidl/
AST.cpp
87
fprintf(to, "%s %s", this->variable->type->
QualifiedName
().c_str(),
167
fprintf(to, "%s%s %s", this->type->
QualifiedName
().c_str(), dim.c_str(),
202
fprintf(to, "%s", this->clazz->
QualifiedName
().c_str());
283
fprintf(to, "(%s)", this->cast->
QualifiedName
().c_str());
363
fprintf(to, "%s.", this->clazz->
QualifiedName
().c_str());
439
fprintf(to, "new %s[", this->type->
QualifiedName
().c_str());
493
fprintf(to, "((%s)", this->type->
QualifiedName
().c_str());
523
fprintf(to, "(%s)", this->cast->
QualifiedName
().c_str());
746
fprintf(to, "%s%s ", this->returnType->
QualifiedName
().c_str(),
769
fprintf(to, "%s", this->exceptions[i]->
QualifiedName
().c_str())
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RuleLoader.java
29
import org.eclipse.core.runtime.
QualifiedName
;
48
private final static
QualifiedName
RULE_LOADER = new
QualifiedName
(AdtPlugin.PLUGIN_ID,
/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);
RemoveFormatCommand.cpp
50
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, elements, ());
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXMediaControls.h
66
const AtomicString& getAttribute(const
QualifiedName
& attribute) const;
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSParserValues.h
34
class
QualifiedName
;
213
explicit CSSParserSelector(const
QualifiedName
&);
220
void setAttribute(const
QualifiedName
& value) { m_selector->setAttribute(value); }
248
void prependTagSelector(const
QualifiedName
&, bool tagIsForNamespaceRule = false);
Completed in 355 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>