OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drag
(Results
151 - 175
of
1050
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/ManualTests/
svg-links.svg
10
<tspan x='10' dy='20'>4.
Drag
the link and notice a bubble appear with the correct URL</tspan>
test-iframes-loading-the-same-resource.html
15
To perform this test attempt to
drag
one of the apple images in the left frame while the right frame is doing loads. This test is not entirely deterministic so it should be attempted a number of times. <br />
stale-scrollbar-client-crash.html
10
Drag
the scroll thumb in each of the vertical scrollbars below.
14
Each scrollbar will disappear when clicked, along with the box containing it, but the browser will not crash as you continue to
drag
.
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
README.md
10
*
Drag
and drop
/external/chromium_org/ui/base/dragdrop/
drop_target_event.h
24
// Data associated with the
drag
/drop session.
/external/chromium_org/ui/views/controls/
single_split_view.h
17
//
drag
around to resize the views.
115
// Used to track
drag
info.
117
// The initial coordinate of the mouse when the user started the
drag
.
119
// The initial position of the divider when the user started the
drag
.
/external/chromium_org/ui/views/controls/textfield/
textfield_controller.h
60
// Called after the textfield has written
drag
data to give the controller a
61
// chance to modify the
drag
data.
64
// Called after the textfield has set default
drag
operations to give the
74
// called before regular handling of the drop. If this returns a
drag
/external/chromium_org/ui/views/
view_constants.h
16
// Time in milliseconds to autoscroll by a row. This is used during
drag
and
/external/chromium_org/ui/views/widget/desktop_aura/
x11_move_loop_delegate.h
12
// Receives mouse events while the X11MoveLoop is tracking a
drag
.
/external/chromium_org/ui/views/widget/
drop_helper.h
27
//
drag
and drop. The system class invokes OnDragOver as the mouse moves,
46
// Invoked when a the mouse is dragged over the root view during a
drag
and
53
// Invoked when a the mouse is dragged out of the root view during a
drag
and
57
// Invoked when the user drops data on the root view during a
drag
and drop
/external/lldb/docs/
code-signing.txt
36
-
Drag
the new "lldb_codesign" code signing certificate (not the public or private
42
- In the Keychain Access GUI, click and
drag
"lldb_codesign" in the "System" keychain
43
onto the desktop. The
drag
will create a "~/Desktop/lldb_codesign.cer" file used in
50
-
Drag
the "lldb_codesign" certificate from the "System" keychain back into the
/packages/apps/Launcher2/src/com/android/launcher2/
DragController.java
41
* Class for initiating a
drag
within a view or across multiple views.
46
/** Indicates the
drag
is a move. */
49
/** Indicates the
drag
is a copy. */
123
* Interface to receive notifications when a
drag
starts or stops
128
* A
drag
has begun
130
* @param source An object representing where the
drag
originated
132
* @param dragAction The
drag
action: either {@link DragController#DRAG_ACTION_MOVE}
138
* The
drag
has ended
166
* Starts a
drag
.
170
* @param source An object representing where the
drag
originate
[
all
...]
/packages/apps/Launcher3/res/values-sw340dp/
dimens.xml
20
<!--
Drag
padding to add to the bottom of drop targets -->
/packages/apps/Launcher3/src/com/android/launcher3/
DragController.java
41
* Class for initiating a
drag
within a view or across multiple views.
46
/** Indicates the
drag
is a move. */
49
/** Indicates the
drag
is a copy. */
121
* Interface to receive notifications when a
drag
starts or stops
125
* A
drag
has begun
127
* @param source An object representing where the
drag
originated
129
* @param dragAction The
drag
action: either {@link DragController#DRAG_ACTION_MOVE}
135
* The
drag
has ended
162
* Starts a
drag
.
166
* @param source An object representing where the
drag
originate
[
all
...]
/external/chromium_org/ash/wm/
drag_window_resizer.h
19
//
drag
windows across displays.
31
virtual void
Drag
(const gfx::Point& location, int event_flags) OVERRIDE;
/external/chromium_org/chrome/browser/resources/chromeos/first_run/app/
style.css
46
-webkit-app-region:
drag
;
66
-webkit-app-region: no-
drag
;
/external/chromium_org/chrome/browser/ui/aura/tab_contents/
web_drag_bookmark_handler_aura.cc
46
// Read the bookmark
drag
data and save it for use in later events in this
47
//
drag
.
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_view.h
42
// This method is called when the view should cancel any active
drag
(e.g.
45
// no
drag
is in progress.
/external/chromium_org/chrome/browser/ui/webui/extensions/
install_extension_handler.h
31
// Handles a notification from the JavaScript that a
drag
has started. This is
37
// Handles a notification from the JavaScript that a
drag
has stopped.
/external/chromium_org/content/renderer/
render_view_mouse_lock_dispatcher.cc
59
// Mouse Capture is implicitly given for the duration of a
drag
event, and
60
// sends all mouse events to the initial target of the
drag
.
/external/chromium_org/third_party/WebKit/Source/core/css/
DragUpdateTest.cpp
26
document.documentElement()->setInnerHTML("<style>div {width:100px;height:100px} div:-webkit-
drag
{ background-color: green }</style>"
52
document.documentElement()->setInnerHTML("<style>div {width:100px;height:100px} div:-webkit-
drag
span { background-color: green }</style>"
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
drag_selector.js
8
*
Drag
selector used on the file list or the grid table.
9
* TODO(hirono): Support
drag
selection for grid view. crbug.com/224832
14
* Target list of
drag
selection.
21
* Border element of
drag
handle.
94
* Starts
drag
selection by reacting dragstart event.
98
* @param {cr.ui.List} list List where the
drag
selection starts.
106
// Set the target of the
drag
selection
121
this.border_.className = '
drag
-selection-border';
/external/chromium_org/chrome/browser/ui/cocoa/
draggable_button_mixin.h
44
// Called when a
drag
should start. Implement this to do any pasteboard
45
// manipulation and begin the
drag
, usually with
47
// -
drag
* methods of NSView when implementing this method.
75
//
drag
or not. Implement if you want to do something tricky when making the
87
// Implementation of the
drag
and drop logic. NSButton Mixin subclasses should
119
// down, if possible (as long as user still gets chance to
drag
, if
/external/chromium_org/chrome/browser/ui/views/
menu_view_drag_and_drop_test.cc
19
// since these are also disabled on Linux for
drag
and drop.
183
// The special view in the menu, which supports its own
drag
and drop.
186
// Whether or not we have been asked to close on
drag
complete.
206
// Build a menu item that has a nested view that supports its own
drag
and
295
// We're going to
drag
the second menu element.
312
// Start a
drag
.
337
// have had a
drag
and drop. Since the
drag
happened in menu code, the
349
// menu automatically once the
drag
is complete, and does not ask the delegate
405
// Start a
drag
[
all
...]
/external/chromium_org/ui/app_list/views/
apps_grid_view.cc
56
// Distance a
drag
needs to be from the app grid to be considered 'outside', at
57
// which point we rearrange the apps to their pre-
drag
configuration, as a drop
58
// then would be canceled. We have a buffer to make it easier to
drag
apps to
89
// The
drag
and drop proxy should get scaled by this factor.
233
// Interprets
drag
events sent from Windows via the
drag
/drop API and forwards
235
// On Windows, in order to have the OS perform the
drag
properly we need to
237
//
drag
is started. Therefore while waiting for that shortcut to be located we
238
// just do a regular "internal"
drag
and transition into the synchronous
drag
[
all
...]
Completed in 637 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>