Home
last modified time | relevance | path

Searched refs:dest_node (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_bar_gtk.cc1276 const BookmarkNode* dest_node = model_->GetBookmarkBarNode(); in OnDragReceived() local
1282 dest_node = model_->GetBookmarkBarNode(); in OnDragReceived()
1287 dest_node = GetNodeForToolButton(widget); in OnDragReceived()
1288 index = dest_node->child_count(); in OnDragReceived()
1303 model_->Move(*it, dest_node, index); in OnDragReceived()
1304 index = dest_node->GetIndexOf(*it) + 1; in OnDragReceived()
1311 selection_data, model_, dest_node, index); in OnDragReceived()
1317 selection_data, model_, dest_node, index); in OnDragReceived()
1323 selection_data, model_, dest_node, index); in OnDragReceived()
1338 model_->AddURL(dest_node, index, title, url); in OnDragReceived()