HomeSort by relevance Sort by last modified time
    Searched defs:NodeSet (Results 1 - 7 of 7) 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;
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_index.h 33 // Index) maps from a lower case string to the set (type NodeSet) of
53 typedef std::set<const BookmarkNode*> NodeSet;
54 typedef std::map<base::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/chromium_org/third_party/WebKit/Source/core/xml/
XPathNodeSet.h 38 class NodeSet {
41 NodeSet() : m_isSorted(true), m_subtreesAreDisjoint(false) { }
48 void swap(NodeSet& other) { std::swap(m_isSorted, other.m_isSorted); std::swap(m_subtreesAreDisjoint, other.m_subtreesAreDisjoint); m_nodes.swap(other.m_nodes); }
50 // NodeSet itself does not verify that nodes in it are unique.
53 void append(const NodeSet& nodeSet) { m_nodes.append(nodeSet.m_nodes); }
61 // NodeSet itself doesn't check if it contains nodes in document order - the caller should tell it if it does not.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.h 50 typedef ListHashSet<RefPtr<Node> > NodeSet;
122 // If m_rectBasedTestResult is 0 then set it to a new NodeSet. Return *m_rectBasedTestResult. Lazy allocation makes
123 // sense because the NodeSet is seldom necessary, and it's somewhat expensive to allocate and initialize. This method does
125 const NodeSet& rectBasedTestResult() const;
130 NodeSet& mutableRectBasedTestResult(); // See above.
146 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 775 milliseconds