Searched refs:existing_node (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_editor.cc11 existing_node(NULL) {
16 existing_node(node) {
H A Dbookmark_editor.h33 // is editing is set in |existing_node|.
37 // |existing_node| is null in this case.
42 // |existing_node| is null in this case.
54 const BookmarkNode* existing_node; member in struct:BookmarkEditor::EditDetails
66 // |parent| is only used if |details.existing_node| is null.
H A Dbookmark_utils.cc578 const BookmarkNode* node = details.existing_node;
596 const BookmarkNode* node = details.existing_node;
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_editor.cc47 : type(node_type), existing_node(NULL), parent_node(NULL), index(-1) {
54 node_type = existing_node->type();
74 existing_node->type() == BookmarkNode::FOLDER) ?
92 details.existing_node = node;
134 const BookmarkNode* node = details.existing_node;
156 const BookmarkNode* node = details.existing_node;
H A Dbookmark_editor.h57 // is editing is set in |existing_node|.
61 // |existing_node| is null in this case.
66 // |existing_node| is null in this case.
76 const BookmarkNode* existing_node; member in class:BookmarkEditor::EditDetails
100 // |details.parent_node| is only used if |details.existing_node| is null.
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_editor_gtk.cc280 title = UTF16ToUTF8(details_.existing_node->GetTitle());
294 url_spec = details_.existing_node->GetURL().spec();
320 selected_id = details_.existing_node->parent()->id();
405 details_.existing_node->HasAncestor(node)) ||
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.cc273 title = details_.existing_node->GetTitle();
292 url_text = net::FormatUrl(details_.existing_node->GetURL(), languages,
391 details_.existing_node->HasAncestor(node)) ||
474 to_select = details_.existing_node->parent();
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_editor_gtk.cc347 title = UTF16ToUTF8(details_.existing_node->GetTitle());
348 url = details_.existing_node->url();
392 selected_id = details_.existing_node->parent()->id();
490 details_.existing_node->HasAncestor(node)) ||
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.cc264 title = details_.existing_node->GetTitle();
265 url = details_.existing_node->url();
376 details_.existing_node->HasAncestor(node)) ||
470 to_select = details_.existing_node->parent();

Completed in 181 milliseconds