OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Drag
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/panels/
panel_manager.cc
148
void PanelManager::
Drag
(int delta_x) {
257
Drag
(dragging_panel_original_x_ -
/external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc
31
// How far a
drag
must pull a tab out of the tabstrip in order to detach it.
68
void DraggedTabControllerGtk::
Drag
() {
222
// collected/destroyed while the
drag
is in process, leading to
350
// If this is the first time Attach is called for this
drag
, we're attaching
582
// If we never received a
drag
-motion event, the
drag
will never have
584
// revert or complete the
drag
in that case.
630
// The tab was moved within the tabstrip where the
drag
was initiated.
639
// The tab was detached from the tabstrip where the
drag
began, and has not
/external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc
57
// If non-null there is a
drag
underway.
347
// if the
drag
was completed.
385
void DraggedTabController::
Drag
() {
417
// collected/destroyed while the
drag
is in process, leading to nasty crashes.
497
// When a dialog is about to be shown we revert the
drag
. Otherwise a modal
513
// One of the tabs we're dragging has been destroyed. Cancel the
drag
.
534
// If the user presses ESC during a
drag
, we need to abort and revert things
[
all
...]
Completed in 51 milliseconds