HomeSort by relevance Sort by last modified time
    Searched refs:Namespaces (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.h 42 typedef HashMap<AtomicString, AtomicString> Namespaces;
80 void appendStartTag(Node&, Namespaces* = 0);
86 virtual void appendCustomAttributes(StringBuilder&, const Element&, Namespaces*);
87 bool shouldAddNamespaceElement(const Element&, Namespaces&);
90 void appendNamespace(StringBuilder&, const AtomicString& prefix, const AtomicString& namespaceURI, Namespaces&);
96 virtual void appendElement(StringBuilder&, Element&, Namespaces*);
97 void appendOpenTag(StringBuilder&, const Element&, Namespaces*);
99 void appendAttribute(StringBuilder&, const Element&, const Attribute&, Namespaces*);
101 void appendStartMarkup(StringBuilder&, Node&, Namespaces*);
112 void serializeNodesWithNamespaces(Node& targetNode, EChildrenOnly, const Namespaces*, Vector<QualifiedName>* tagNamesToSkip)
    [all...]
MarkupAccumulator.cpp 114 Namespaces* namespaces = 0; local
115 Namespaces namespaceHash;
117 // Add pre-bound namespaces for XML fragments.
119 namespaces = &namespaceHash;
122 serializeNodesWithNamespaces(targetNode, childrenOnly, namespaces, tagNamesToSkip);
126 void MarkupAccumulator::serializeNodesWithNamespaces(Node& targetNode, EChildrenOnly childrenOnly, const Namespaces* namespaces, Vector<QualifiedName>* tagNamesToSkip)
135 Namespaces namespaceHash;
136 if (namespaces)
    [all...]
markup.cpp 144 virtual void appendElement(StringBuilder& out, Element& element, Namespaces*) OVERRIDE { appendElement(out, element, false, DoesFullySelectNode); }
    [all...]
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 68 /// \brief Load the set of namespaces that are known to the external source,
71 SmallVectorImpl<NamespaceDecl *> &Namespaces);
MultiplexExternalSemaSource.h 219 /// \brief Load the set of namespaces that are known to the external source,
222 ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl*> &Namespaces) override;
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.cpp 109 virtual void appendElement(StringBuilder& out, Element&, Namespaces*) OVERRIDE;
110 virtual void appendCustomAttributes(StringBuilder& out, const Element&, Namespaces*) OVERRIDE;
136 void SerializerMarkupAccumulator::appendElement(StringBuilder& out, Element& element, Namespaces* namespaces)
139 MarkupAccumulator::appendElement(out, element, namespaces);
150 void SerializerMarkupAccumulator::appendCustomAttributes(StringBuilder& out, const Element& element, Namespaces* namespaces)
167 appendAttribute(out, element, Attribute(frameOwnerURLAttributeName(frameOwner), AtomicString(url.string())), namespaces);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
errors.c 181 &ctx->Debug.ClientIDs.Namespaces[source][type];
232 &ctx->Debug.ClientIDs.Namespaces[source][type];
259 * For implementation-controlled namespaces, we keep an array
631 foreach(node, &ClientIDs->Namespaces[s][t].Severity[sev]) {
639 * Debugging-message namespaces with the source APPLICATION or THIRD_PARTY
765 ClientIDs->Namespaces[s][t].IDs = _mesa_NewHashTable();
766 assert(ClientIDs->Namespaces[s][t].IDs);
769 make_empty_list(&ClientIDs->Namespaces[s][t].Severity[sev]);
782 _mesa_DeleteHashTable(ClientIDs->Namespaces[s][t].IDs);
787 foreach_s(node, tmp, &ClientIDs->Namespaces[s][t].Severity[sev])
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
errors.c 181 &ctx->Debug.ClientIDs.Namespaces[source][type];
232 &ctx->Debug.ClientIDs.Namespaces[source][type];
259 * For implementation-controlled namespaces, we keep an array
631 foreach(node, &ClientIDs->Namespaces[s][t].Severity[sev]) {
639 * Debugging-message namespaces with the source APPLICATION or THIRD_PARTY
765 ClientIDs->Namespaces[s][t].IDs = _mesa_NewHashTable();
766 assert(ClientIDs->Namespaces[s][t].IDs);
769 make_empty_list(&ClientIDs->Namespaces[s][t].Severity[sev]);
782 _mesa_DeleteHashTable(ClientIDs->Namespaces[s][t].IDs);
787 foreach_s(node, tmp, &ClientIDs->Namespaces[s][t].Severity[sev])
    [all...]
mtypes.h     [all...]
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 197 SmallVectorImpl<NamespaceDecl*> &Namespaces){
199 Sources[i]->ReadKnownNamespaces(Namespaces);
SemaLookup.cpp 205 // Retrieve the set of identifier namespaces that correspond to a
767 // Perform direct name lookup into the namespaces nominated by the
    [all...]
Sema.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 396 # If this ever changes, Namespaces.end_element_handler() needs to
718 class Namespaces:
719 """Mix-in class for builders; adds support for namespaces."""
818 class ExpatBuilderNS(Namespaces, ExpatBuilder):
819 """Document builder that supports namespaces."""
826 class FragmentBuilderNS(Namespaces, FragmentBuilder):
827 """Fragment builder that supports namespaces."""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 396 # If this ever changes, Namespaces.end_element_handler() needs to
718 class Namespaces:
719 """Mix-in class for builders; adds support for namespaces."""
818 class ExpatBuilderNS(Namespaces, ExpatBuilder):
819 """Document builder that supports namespaces."""
826 class FragmentBuilderNS(Namespaces, FragmentBuilder):
827 """Fragment builder that supports namespaces."""
    [all...]
  /external/chromium_org/native_client_sdk/src/resources/
common.js 14 // see http://en.wikipedia.org/wiki/Unobtrusive_JavaScript#Namespaces
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /external/clang/include/clang/Serialization/
ASTReader.h 776 /// \brief A list of the namespaces we've seen.
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 233 * objects/namespaces. Provided objects must not be null or undefined.
308 * names that are available only as implicit namespaces.
319 * Namespaces implicitly defined by goog.provide. For example,
321 * 'goog.events' must be namespaces.
411 // User-defined namespaces may need their own deps file. See http://go/js_deps,
    [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 1099 milliseconds