HomeSort by relevance Sort by last modified time
    Searched defs:Namespaces (Results 1 - 2 of 2) 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*);
  /external/clang/lib/Sema/
SemaLookup.cpp 210 // Retrieve the set of identifier namespaces that correspond to a
751 // Perform direct name lookup into the namespaces nominated by the
    [all...]

Completed in 910 milliseconds