HomeSort by relevance Sort by last modified time
    Searched defs:NodeSet (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/bookmarks/
bookmark_index.h 34 // Index) maps from a lower case string to the set (type NodeSet) of
55 typedef std::set<const BookmarkNode*> NodeSet;
56 typedef std::map<string16, NodeSet> Index;
  /libcore/luni/src/main/java/java/util/prefs/
NodeSet.java 8 class NodeSet implements NodeList {
12 public NodeSet(Iterator<Node> nodes) {
  /external/webkit/Source/WebCore/xml/
XPathNodeSet.h 40 class NodeSet {
43 NodeSet() : m_isSorted(true), m_subtreesAreDisjoint(false) { }
50 void swap(NodeSet& other) { std::swap(m_isSorted, other.m_isSorted); std::swap(m_subtreesAreDisjoint, other.m_subtreesAreDisjoint); m_nodes.swap(other.m_nodes); }
52 // NodeSet itself does not verify that nodes in it are unique.
55 void append(const NodeSet& nodeSet) { m_nodes.append(nodeSet.m_nodes); }
63 // NodeSet itself doesn't check if it contains nodes in document order - the caller should tell it if it does not.
  /external/webkit/Source/WebCore/rendering/
HitTestResult.h 48 typedef ListHashSet<RefPtr<Node> > NodeSet;
120 // If m_rectBasedTestResult is 0 then set it to a new NodeSet. Return *m_rectBasedTestResult. Lazy allocation makes
121 // sense because the NodeSet is seldom necessary, and it's somewhat expensive to allocate and initialize. This method does
123 const NodeSet& rectBasedTestResult() const;
126 NodeSet& mutableRectBasedTestResult(); // See above.
145 mutable OwnPtr<NodeSet> m_rectBasedTestResult;
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSet.java 19 * $Id: NodeSet.java 468655 2006-10-28 07:12:06Z minchau $
36 * <p>The NodeSet class can act as either a NodeVector,
52 * <p>Thought: Should NodeSet really implement NodeList and NodeIterator,
59 public class NodeSet
66 public NodeSet()
77 public NodeSet(int blocksize)
84 * Create a NodeSet, and copy the members of the
89 public NodeSet(NodeList nodelist)
98 * Create a NodeSet, and copy the members of the
99 * given NodeSet into it
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 175 milliseconds