Home | History | Annotate | Download | only in bookmarks

Lines Matching refs:details_

73       details_(details),
100 if (details_.GetNodeType() != BookmarkNode::FOLDER)
119 return l10n_util::GetStringUTF16(details_.GetWindowTitleId());
124 if (details_.GetNodeType() != BookmarkNode::FOLDER) {
263 if (details_.type == EditDetails::EXISTING_NODE) {
264 title = details_.existing_node->GetTitle();
265 url = details_.existing_node->url();
266 } else if (details_.type == EditDetails::NEW_FOLDER) {
268 } else if (details_.type == EditDetails::NEW_URL) {
269 url = details_.url;
270 title = details_.title;
327 if (details_.GetNodeType() != BookmarkNode::FOLDER) {
375 if ((details_.type == EditDetails::EXISTING_NODE &&
376 details_.existing_node->HasAncestor(node)) ||
420 if (details_.GetNodeType() == BookmarkNode::FOLDER)
426 if (details_.GetNodeType() != BookmarkNode::FOLDER) {
469 if (details_.type == EditDetails::EXISTING_NODE)
470 to_select = details_.existing_node->parent();
546 bb_model_, parent_, details_, new_title, new_url);
556 bb_model_, new_parent, details_, new_title, new_url);