OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:existing_node
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/bookmarks/
bookmark_editor.h
33
// is editing is set in |
existing_node
|.
34
EXISTING_NODE
,
37
// |
existing_node
| is null in this case.
42
// |
existing_node
| is null in this case.
53
// If type ==
EXISTING_NODE
this gives the existing node.
54
const BookmarkNode*
existing_node
;
member in struct:BookmarkEditor::EditDetails
66
// |parent| is only used if |details.
existing_node
| is null.
/external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_editor.h
57
// is editing is set in |
existing_node
|.
58
EXISTING_NODE
,
61
// |
existing_node
| is null in this case.
66
// |
existing_node
| is null in this case.
75
// If type ==
EXISTING_NODE
this gives the existing node.
76
const BookmarkNode*
existing_node
;
member in class:BookmarkEditor::EditDetails
100
// |details.parent_node| is only used if |details.
existing_node
| is null.
Completed in 27 milliseconds