Home
last modified time | relevance | path

Searched refs:Namespaces (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/editing/
DMarkupAccumulator.h42 typedef HashMap<StringImpl*, StringImpl*> Namespaces; typedef
81 void appendStartTag(Node*, Namespaces* = 0);
87 virtual void appendCustomAttributes(StringBuilder&, Element*, Namespaces*);
90 bool shouldAddNamespaceAttribute(const Attribute&, Namespaces&);
91 …mespace(StringBuilder&, const AtomicString& prefix, const AtomicString& namespaceURI, Namespaces&);
97 virtual void appendElement(StringBuilder&, Element*, Namespaces*);
98 void appendOpenTag(StringBuilder&, Element*, Namespaces*);
100 void appendAttribute(StringBuilder&, Element*, const Attribute&, Namespaces*);
102 void appendStartMarkup(StringBuilder&, const Node*, Namespaces*);
113 …void serializeNodesWithNamespaces(Node* targetNode, EChildrenOnly, const Namespaces*, Vector<Quali…
DMarkupAccumulator.cpp125 …odesWithNamespaces(Node* targetNode, EChildrenOnly childrenOnly, const Namespaces* namespaces, Vec… in serializeNodesWithNamespaces()
134 Namespaces namespaceHash; in serializeNodesWithNamespaces()
173 void MarkupAccumulator::appendStartTag(Node* node, Namespaces* namespaces) in appendStartTag()
204 void MarkupAccumulator::appendCustomAttributes(StringBuilder&, Element*, Namespaces*) in appendCustomAttributes() argument
263 bool MarkupAccumulator::shouldAddNamespaceAttribute(const Attribute& attribute, Namespaces& namespa… in shouldAddNamespaceAttribute()
280 …lder& result, const AtomicString& prefix, const AtomicString& namespaceURI, Namespaces& namespaces) in appendNamespace()
397 void MarkupAccumulator::appendElement(StringBuilder& result, Element* element, Namespaces* namespac… in appendElement()
413 void MarkupAccumulator::appendOpenTag(StringBuilder& result, Element* element, Namespaces* namespac… in appendOpenTag()
438 …ribute(StringBuilder& result, Element* element, const Attribute& attribute, Namespaces* namespaces) in appendAttribute()
483 void MarkupAccumulator::appendStartMarkup(StringBuilder& result, const Node* node, Namespaces* name… in appendStartMarkup()
Dmarkup.cpp135 …void appendElement(StringBuilder& out, Element* element, Namespaces*) { appendElement(out, element… in appendElement() argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Derrors.c181 &ctx->Debug.ClientIDs.Namespaces[source][type]; in get_message_state()
232 &ctx->Debug.ClientIDs.Namespaces[source][type]; in set_message_state()
631 foreach(node, &ClientIDs->Namespaces[s][t].Severity[sev]) { in control_app_messages_by_group()
765 ClientIDs->Namespaces[s][t].IDs = _mesa_NewHashTable(); in _mesa_init_errors()
766 assert(ClientIDs->Namespaces[s][t].IDs); in _mesa_init_errors()
769 make_empty_list(&ClientIDs->Namespaces[s][t].Severity[sev]); in _mesa_init_errors()
782 _mesa_DeleteHashTable(ClientIDs->Namespaces[s][t].IDs); in _mesa_free_errors_data()
787 foreach_s(node, tmp, &ClientIDs->Namespaces[s][t].Severity[sev]) { in _mesa_free_errors_data()
Dmtypes.h3315 struct gl_client_namespace Namespaces[2][6]; /* source, type */ member
/external/mesa3d/src/mesa/main/
Derrors.c181 &ctx->Debug.ClientIDs.Namespaces[source][type]; in get_message_state()
232 &ctx->Debug.ClientIDs.Namespaces[source][type]; in set_message_state()
631 foreach(node, &ClientIDs->Namespaces[s][t].Severity[sev]) { in control_app_messages_by_group()
765 ClientIDs->Namespaces[s][t].IDs = _mesa_NewHashTable(); in _mesa_init_errors()
766 assert(ClientIDs->Namespaces[s][t].IDs); in _mesa_init_errors()
769 make_empty_list(&ClientIDs->Namespaces[s][t].Severity[sev]); in _mesa_init_errors()
782 _mesa_DeleteHashTable(ClientIDs->Namespaces[s][t].IDs); in _mesa_free_errors_data()
787 foreach_s(node, tmp, &ClientIDs->Namespaces[s][t].Severity[sev]) { in _mesa_free_errors_data()
Dmtypes.h3315 struct gl_client_namespace Namespaces[2][6]; /* source, type */ member
/external/chromium_org/third_party/WebKit/Source/core/page/
DPageSerializer.cpp109 virtual void appendElement(StringBuilder& out, Element*, Namespaces*);
110 virtual void appendCustomAttributes(StringBuilder& out, Element*, Namespaces*);
136 void SerializerMarkupAccumulator::appendElement(StringBuilder& out, Element* element, Namespaces* n… in appendElement()
150 …upAccumulator::appendCustomAttributes(StringBuilder& out, Element* element, Namespaces* namespaces) in appendCustomAttributes()
/external/clang/include/clang/Sema/
DExternalSemaSource.h68 SmallVectorImpl<NamespaceDecl *> &Namespaces);
DMultiplexExternalSemaSource.h216 virtual void ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl*> &Namespaces);
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp192 SmallVectorImpl<NamespaceDecl*> &Namespaces){ in ReadKnownNamespaces() argument
194 Sources[i]->ReadKnownNamespaces(Namespaces); in ReadKnownNamespaces()
DSemaLookup.cpp1856 Sema::AssociatedNamespaceSet &Namespaces, in AssociatedLookup()
1858 : S(S), Namespaces(Namespaces), Classes(Classes), in AssociatedLookup()
1863 Sema::AssociatedNamespaceSet &Namespaces; member
1872 static void CollectEnclosingNamespace(Sema::AssociatedNamespaceSet &Namespaces, in CollectEnclosingNamespace() argument
1887 Namespaces.insert(Ctx->getPrimaryContext()); in CollectEnclosingNamespace()
1920 CollectEnclosingNamespace(Result.Namespaces, Ctx); in addAssociatedClassesAndNamespaces()
1966 CollectEnclosingNamespace(Result.Namespaces, Ctx); in addAssociatedClassesAndNamespaces()
1988 CollectEnclosingNamespace(Result.Namespaces, Ctx); in addAssociatedClassesAndNamespaces()
2029 CollectEnclosingNamespace(Result.Namespaces, BaseCtx); in addAssociatedClassesAndNamespaces()
2114 CollectEnclosingNamespace(Result.Namespaces, Ctx); in addAssociatedClassesAndNamespaces()
[all …]
DSema.cpp1099 SmallVectorImpl<NamespaceDecl *> &Namespaces) { in ReadKnownNamespaces() argument
/external/bison/tests/
Dc++.at105 ## Namespaces. ##
/external/clang/include/clang/Serialization/
DASTReader.h1577 SmallVectorImpl<NamespaceDecl *> &Namespaces);
/external/llvm/docs/
DCodingStandards.rst1193 also because it makes it easier to understand the code. Namespaces are a funny
1263 Anonymous Namespaces
Ddoxygen.cfg.in499 # Namespaces page.
500 # This will remove the Namespaces entry from the Quick Index
/external/eigen/doc/
DDoxyfile.in487 # Namespaces page. This will remove the Namespaces entry from the Quick Index
/external/eigen/unsupported/doc/
DDoxyfile.in479 # Namespaces page. This will remove the Namespaces entry from the Quick Index
/external/qemu/distrib/sdl-1.2.15/Xcode/XcodeDocSet/
DDoxyfile503 # Namespaces page. This will remove the Namespaces entry from the Quick Index
/external/antlr/antlr-3.4/runtime/C/
Ddoxyfile509 # Namespaces page. This will remove the Namespaces entry from the Quick Index
/external/libvpx/libvpx/nestegg/docs/
DDoxyfile.in492 # Namespaces page.
493 # This will remove the Namespaces entry from the Quick Index
/external/clang/lib/Serialization/
DASTReader.cpp6333 SmallVectorImpl<NamespaceDecl *> &Namespaces) { in ReadKnownNamespaces() argument
6334 Namespaces.clear(); in ReadKnownNamespaces()
6339 Namespaces.push_back(Namespace); in ReadKnownNamespaces()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/
DDoxyfile528 # Namespaces page.
529 # This will remove the Namespaces entry from the Quick Index
/external/chromium_org/ppapi/cpp/documentation/
DDoxyfile542 # Namespaces page. This will remove the Namespaces entry from the Quick Index

12