/external/chromium/chrome/browser/ui/views/extensions/ |
browser_action_overflow_menu_controller.cc | 169 size_t drop_index; 170 ViewForId(menu->GetCommand(), &drop_index); 176 --drop_index; 178 owner_->MoveBrowserAction(drop_data.id(), drop_index);
|
/external/chromium/chrome/browser/ui/views/tabs/ |
tab_strip.cc | 378 const int drop_index = drop_info_->drop_index; local 389 controller()->PerformDrop(drop_before, drop_index, url); 730 gfx::Rect TabStrip::GetDropBounds(int drop_index, 733 DCHECK(drop_index != -1); 735 if (drop_index < tab_count()) { 736 Tab* tab = GetTabAtTabDataIndex(drop_index); 742 Tab* last_tab = GetTabAtTabDataIndex(drop_index - 1); 803 if (drop_info_.get() && drop_info_->drop_index == tab_data_index && 815 drop_info_->drop_index = tab_data_index [all...] |
tab_strip.h | 124 // occur between the tab at drop_index - 1 and drop_index. 127 int drop_index; member in struct:TabStrip::DropInfo 194 gfx::Rect GetDropBounds(int drop_index, bool drop_before, bool* is_beneath);
|
/external/chromium/chrome/browser/extensions/ |
extension_bookmark_manager_api.cc | 403 int drop_index; local 405 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(1, &drop_index)); 407 drop_index = drop_parent->child_count(); 424 drop_parent, drop_index); local
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_strip_gtk.h | 207 // occur between the tab at drop_index - 1 and drop_index. 210 int drop_index; member in class:TabStripGtk::DropInfo 359 gfx::Rect GetDropBounds(int drop_index, bool drop_before, bool* is_beneath);
|
tab_strip_gtk.cc | 1627 const int drop_index = drop_info_->drop_index; local [all...] |
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_view.cc | 250 drop_index(-1), 264 int drop_index; member in struct:BookmarkBarView::DropInfo 489 drop_info_->drag_operation != 0 && drop_info_->drop_index != -1 && 491 int index = drop_info_->drop_index; 569 int drop_index; local 575 event, drop_info_->data, &drop_index, &drop_on, &is_over_overflow, 578 if (drop_info_->valid && drop_info_->drop_index == drop_index && 593 drop_info_->drop_index = drop_index; [all...] |