OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qualifiedname
(Results
376 - 400
of
704
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfiguration.java
31
import org.eclipse.core.runtime.
QualifiedName
;
39
private final static
QualifiedName
CONFIGURATION_NAME = new
QualifiedName
(AdtPlugin.PLUGIN_ID,
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGMarkerElement.cpp
73
inline SVGMarkerElement::SVGMarkerElement(const
QualifiedName
& tagName, Document* document)
88
PassRefPtr<SVGMarkerElement> SVGMarkerElement::create(const
QualifiedName
& tagName, Document* document)
110
bool SVGMarkerElement::isSupportedAttribute(const
QualifiedName
& attrName)
112
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
126
void SVGMarkerElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
159
void SVGMarkerElement::svgAttributeChanged(const
QualifiedName
& attrName)
SVGPatternElement.cpp
65
inline SVGPatternElement::SVGPatternElement(const
QualifiedName
& tagName, Document* document)
79
PassRefPtr<SVGPatternElement> SVGPatternElement::create(const
QualifiedName
& tagName, Document* document)
84
bool SVGPatternElement::isSupportedAttribute(const
QualifiedName
& attrName)
86
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
103
void SVGPatternElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
143
void SVGPatternElement::svgAttributeChanged(const
QualifiedName
& attrName)
SVGTRefElement.cpp
54
PassRefPtr<SVGTRefElement> SVGTRefElement::create(const
QualifiedName
& tagName, Document* document)
134
inline SVGTRefElement::SVGTRefElement(const
QualifiedName
& tagName, Document* document)
175
bool SVGTRefElement::isSupportedAttribute(const
QualifiedName
& attrName)
177
DEFINE_STATIC_LOCAL(HashSet<
QualifiedName
>, supportedAttributes, ());
183
void SVGTRefElement::parseAttribute(const
QualifiedName
& name, const AtomicString& value)
196
void SVGTRefElement::svgAttributeChanged(const
QualifiedName
& attrName)
SVGAltGlyphElement.cpp
46
inline SVGAltGlyphElement::SVGAltGlyphElement(const
QualifiedName
& tagName, Document* document)
54
PassRefPtr<SVGAltGlyphElement> SVGAltGlyphElement::create(const
QualifiedName
& tagName, Document* document)
SVGAltGlyphItemElement.cpp
30
inline SVGAltGlyphItemElement::SVGAltGlyphItemElement(const
QualifiedName
& tagName, Document* document)
37
PassRefPtr<SVGAltGlyphItemElement> SVGAltGlyphItemElement::create(const
QualifiedName
& tagName, Document* document)
SVGFontElement.h
58
static PassRefPtr<SVGFontElement> create(const
QualifiedName
&, Document*);
74
SVGFontElement(const
QualifiedName
&, Document*);
SVGFontFaceSrcElement.cpp
36
inline SVGFontFaceSrcElement::SVGFontFaceSrcElement(const
QualifiedName
& tagName, Document* document)
43
PassRefPtr<SVGFontFaceSrcElement> SVGFontFaceSrcElement::create(const
QualifiedName
& tagName, Document* document)
SVGHKernElement.cpp
32
inline SVGHKernElement::SVGHKernElement(const
QualifiedName
& tagName, Document* document)
39
PassRefPtr<SVGHKernElement> SVGHKernElement::create(const
QualifiedName
& tagName, Document* document)
/external/chromium_org/third_party/WebKit/Source/core/dom/
CustomElementRegistrationContext.h
37
#include "core/dom/
QualifiedName
.h"
60
PassRefPtr<Element> createCustomTagElement(Document*, const
QualifiedName
&);
DOMImplementation.h
52
PassRefPtr<DocumentType> createDocumentType(const String&
qualifiedName
, const String& publicId, const String& systemId, ExceptionState&);
53
PassRefPtr<Document> createDocument(const String& namespaceURI, const String&
qualifiedName
, DocumentType*, ExceptionState&);
MutationObserverInterestGroup.cpp
37
#include "core/dom/
QualifiedName
.h"
41
PassOwnPtr<MutationObserverInterestGroup> MutationObserverInterestGroup::createIfNeeded(Node* target, MutationObserver::MutationType type, MutationRecordDeliveryOptions oldValueFlag, const
QualifiedName
* attributeName)
MutationObserverRegistration.h
41
class
QualifiedName
;
54
bool shouldReceiveMutationFrom(Node*, MutationObserver::MutationType, const
QualifiedName
* attributeName) const;
MutationRecord.h
43
class
QualifiedName
;
48
static PassRefPtr<MutationRecord> createAttributes(PassRefPtr<Node> target, const
QualifiedName
&, const AtomicString& oldValue);
SelectorQuery.h
63
void collectElementsByTagName(Node* rootNode, const
QualifiedName
& tagName, Vector<RefPtr<Node> >&) const;
64
Element* findElementByTagName(Node* rootNode, const
QualifiedName
& tagName) const;
/external/chromium_org/third_party/WebKit/Source/core/editing/
markup.h
44
class
QualifiedName
;
66
String createMarkup(const Node*, EChildrenOnly = IncludeNode, Vector<Node*>* = 0, EAbsoluteURLs = DoNotResolveURLs, Vector<
QualifiedName
>* tagNamesToSkip = 0);
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElementBase.h
48
HTMLFrameElementBase(const
QualifiedName
&, Document*);
54
virtual void parseAttribute(const
QualifiedName
&, const AtomicString&) OVERRIDE;
HTMLHtmlElement.cpp
39
HTMLHtmlElement::HTMLHtmlElement(const
QualifiedName
& tagName, Document* document)
51
PassRefPtr<HTMLHtmlElement> HTMLHtmlElement::create(const
QualifiedName
& tagName, Document* document)
HTMLLegendElement.cpp
38
inline HTMLLegendElement::HTMLLegendElement(const
QualifiedName
& tagName, Document* document)
45
PassRefPtr<HTMLLegendElement> HTMLLegendElement::create(const
QualifiedName
& tagName, Document* document)
HTMLParamElement.cpp
34
inline HTMLParamElement::HTMLParamElement(const
QualifiedName
& tagName, Document* document)
41
PassRefPtr<HTMLParamElement> HTMLParamElement::create(const
QualifiedName
& tagName, Document* document)
HTMLTemplateElement.cpp
42
inline HTMLTemplateElement::HTMLTemplateElement(const
QualifiedName
& tagName, Document* document)
54
PassRefPtr<HTMLTemplateElement> HTMLTemplateElement::create(const
QualifiedName
& tagName, Document* document)
HTMLTemplateElement.h
43
static PassRefPtr<HTMLTemplateElement> create(const
QualifiedName
&, Document*);
52
HTMLTemplateElement(const
QualifiedName
&, Document*);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
CompactHTMLToken.h
37
class
QualifiedName
;
61
const Attribute* getAttributeItem(const
QualifiedName
&) const;
HTMLIdentifier.h
33
class
QualifiedName
;
75
static void addNames(
QualifiedName
** names, unsigned namesCount, unsigned indexOffset);
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
HTMLShadowElement.cpp
41
inline HTMLShadowElement::HTMLShadowElement(const
QualifiedName
& tagName, Document* document)
48
PassRefPtr<HTMLShadowElement> HTMLShadowElement::create(const
QualifiedName
& tagName, Document* document)
Completed in 234 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>