HomeSort by relevance Sort by last modified time
    Searched refs:bookmark_drag_data_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/tab_contents/
web_drag_dest_gtk.cc 87 tab_contents_->GetBookmarkDragDelegate()->OnDragLeave(bookmark_drag_data_);
98 bookmark_drag_data_.Clear();
131 tab_contents_->GetBookmarkDragDelegate()->OnDragOver(bookmark_drag_data_);
214 bookmark_drag_data_.ReadFromVector(
219 bookmark_drag_data_.SetOriginatingProfile(tab_contents_->profile());
221 bookmark_drag_data_.ReadFromTuple(drop_data_->url,
239 bookmark_drag_data_);
274 tab_contents_->GetBookmarkDragDelegate()->OnDrop(bookmark_drag_data_);
web_drag_dest_gtk.h 87 BookmarkNodeData bookmark_drag_data_; member in class:WebDragDestGtk
  /external/chromium/chrome/browser/extensions/
extension_bookmark_manager_api.h 48 BookmarkNodeData bookmark_drag_data_; member in class:ExtensionBookmarkManagerEventRouter
extension_bookmark_manager_api.cc 199 bookmark_drag_data_ = data;
204 if (bookmark_drag_data_.is_valid())
205 return &bookmark_drag_data_;
210 bookmark_drag_data_.Clear();

Completed in 74 milliseconds