OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drag_and_drop_host_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/app_list/views/
apps_grid_view.cc
345
drag_and_drop_host_
(NULL),
487
if (
drag_and_drop_host_
)
529
if (
drag_and_drop_host_
)
530
drag_and_drop_host_
->UpdateDragIconProxy(location_in_screen);
606
drag_and_drop_host_
->EndDrag(cancel);
621
if (
drag_and_drop_host_
) {
624
drag_and_drop_host_
->DestroyDragIconProxy();
667
drag_and_drop_host_
= drag_and_drop_host;
[
all
...]
apps_grid_view.h
145
bool has_drag_and_drop_host_for_test() { return NULL !=
drag_and_drop_host_
; }
241
// Prepares |
drag_and_drop_host_
| for dragging. |grid_location| contains
392
ApplicationDragAndDropHost*
drag_and_drop_host_
;
member in class:app_list::AppsGridView
Completed in 49 milliseconds