OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drag_data_
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/download/
download_item_drag.h
40
scoped_ptr<DragData>
drag_data_
;
member in class:DownloadItemDrag
/external/chromium_org/chrome/browser/ui/gtk/tabs/
drag_data.h
62
// Returns all the |tab_| fields of the tabs in |
drag_data_
|.
65
// Returns all the |contents_| fields of the tabs in |
drag_data_
|.
68
// Returns the correct add type for the tab in |
drag_data_
[i]|. See
73
// (included) up to position |to| (excluded) within |
drag_data_
| and
79
size_t size() const { return
drag_data_
.size(); }
82
// within |
drag_data_
|.
83
DraggedTabData* get(size_t index) { return &
drag_data_
[index]; }
97
std::vector<DraggedTabData>
drag_data_
;
member in class:DragData
99
// Index of the source tab in |
drag_data_
|.
101
// Number of non mini tabs within |
drag_data_
|
[
all
...]
dragged_tab_controller_gtk.h
227
scoped_ptr<DragData>
drag_data_
;
member in class:DraggedTabControllerGtk
dragged_view_gtk.h
76
// index |to| excluded. The indices are with respect to |
drag_data_
|.
147
DragData*
drag_data_
;
member in class:DraggedViewGtk
/external/chromium_org/ash/drag_drop/
drag_drop_controller.h
103
const ui::OSExchangeData*
drag_data_
;
member in class:ash::internal::DragDropController
/external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h
242
// Reverts the tab at |drag_index| in |
drag_data_
|.
280
return &(
drag_data_
[source_tab_index_]);
369
DragData
drag_data_
;
member in class:DraggedTabController
371
// Index of the source tab in
drag_data_
.
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h
410
// Reverts the tab at |drag_index| in |
drag_data_
|.
445
return &(
drag_data_
[source_tab_index_]);
590
DragData
drag_data_
;
member in class:TabDragController
592
// Index of the source tab in |
drag_data_
|.
Completed in 44 milliseconds