OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TreeNodeWithValue
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/base/models/
tree_node_model.h
40
//
TreeNodeWithValue
<int>* root = new
TreeNodeWithValue
<int>();
41
// root->Add(new
TreeNodeWithValue
<int>(ASCIIToUTF16("child 1"), 0));
42
// root->Add(new
TreeNodeWithValue
<int>(ASCIIToUTF16("child 2"), 1));
43
// TreeNodeModel<
TreeNodeWithValue
<int> > model(root);
51
// .
TreeNodeWithValue
is a trivial subclass of TreeNode that has one type
56
// want to associate a value with each node, then use
TreeNodeWithValue
.
185
//
TreeNodeWithValue
----------------------------------------------------------
188
class
TreeNodeWithValue
: public TreeNode<
TreeNodeWithValue
<ValueType> >
[
all
...]
tree_node_iterator_unittest.cc
14
typedef
TreeNodeWithValue
<int> TestNode;
tree_node_model_unittest.cc
60
typedef
TreeNodeWithValue
<int> TestNode;
/external/chromium_org/ui/views/examples/
tree_view_example.h
78
typedef ui::
TreeNodeWithValue
<int> NodeType;
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.h
57
typedef ui::
TreeNodeWithValue
<int64> EditorNode;
/external/chromium_org/components/bookmarks/browser/
bookmark_model_unittest.cc
844
typedef ui::
TreeNodeWithValue
<BookmarkNode::Type> TestNode;
[
all
...]
Completed in 170 milliseconds