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

  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.h 42 typedef HashMap<AtomicStringImpl*, AtomicStringImpl*> Namespaces;
76 void appendStartTag(Node*, Namespaces* = 0);
85 bool shouldAddNamespaceAttribute(const Attribute&, Namespaces&);
86 void appendNamespace(Vector<UChar>& result, const AtomicString& prefix, const AtomicString& namespaceURI, Namespaces&);
92 virtual void appendElement(Vector<UChar>& out, Element*, Namespaces*);
93 void appendOpenTag(Vector<UChar>& out, Element* element, Namespaces*);
95 void appendAttribute(Vector<UChar>& out, Element* element, const Attribute&, Namespaces*);
97 void appendStartMarkup(Vector<UChar>& result, const Node*, Namespaces*);
108 void serializeNodesWithNamespaces(Node*, Node* nodeToSkip, EChildrenOnly, const Namespaces*);
MarkupAccumulator.cpp 96 void MarkupAccumulator::serializeNodesWithNamespaces(Node* node, Node* nodeToSkip, EChildrenOnly childrenOnly, const Namespaces* namespaces)
101 Namespaces namespaceHash;
102 if (namespaces)
103 namespaceHash = *namespaces;
122 void MarkupAccumulator::appendStartTag(Node* node, Namespaces* namespaces)
125 appendStartMarkup(markup, node, namespaces);
213 bool MarkupAccumulator::shouldAddNamespaceAttribute(const Attribute& attribute, Namespaces& namespaces)
    [all...]
markup.cpp 138 void appendElement(Vector<UChar>& out, Element* element, Namespaces*) { appendElement(out, element, false, DoesFullySelectNode); }
    [all...]
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 65 /// \brief Load the set of namespaces that are known to the external source,
68 SmallVectorImpl<NamespaceDecl *> &Namespaces);
MultiplexExternalSemaSource.h 214 /// \brief Load the set of namespaces that are known to the external source,
216 virtual void ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl*> &Namespaces);
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 192 SmallVectorImpl<NamespaceDecl*> &Namespaces){
194 Sources[i]->ReadKnownNamespaces(Namespaces);
SemaLookup.cpp 210 // Retrieve the set of identifier namespaces that correspond to a
750 // Perform direct name lookup into the namespaces nominated by the
    [all...]
Sema.cpp     [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentrenamenode19.js 80 if the qualifiedName is malformed per the Namespaces in XML specification.
  /external/clang/include/clang/Serialization/
ASTReader.h 678 /// \brief A list of the namespaces we've seen.
    [all...]
  /prebuilts/tools/common/m2/internal/xom/xom/1.0/
xom-1.0.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 254 milliseconds