HomeSort by relevance Sort by last modified time
    Searched refs:Drop (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/chromium_org/ui/aura/client/
drag_drop_client.h 26 // An interface implemented by an object that controls a drag and drop session.
31 // Initiates a drag and drop session. Returns the drag operation that was
32 // applied at the end of the drag drop session. |root_location| is in the
41 // Called when mouse is dragged during a drag and drop.
45 // Called when mouse is released during a drag and drop.
46 virtual void Drop(aura::Window* target,
49 // Called when a drag and drop session is cancelled.
52 // Returns true if a drag and drop session is in progress.
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_win.h 38 virtual void Drop(aura::Window* target,
desktop_drag_drop_client_win.cc 57 void DesktopDragDropClientWin::Drop(aura::Window* target,
desktop_drag_drop_client_aurax11.h 49 // Implements drag and drop on X11 for aura. On one side, this class takes raw
90 virtual void Drop(aura::Window* target,
120 // we're most likely to take on drop.
203 // This window will be receiving a drop as soon as we receive an XdndStatus
  /external/chromium_org/ui/base/dragdrop/
drop_target_win.cc 81 HRESULT DropTargetWin::Drop(IDataObject* data_object,
88 drop_helper->Drop(current_data_object_,
drop_target_win.h 42 HRESULT __stdcall Drop(IDataObject* data_object,
57 // This should return a bitmask of the supported drop operations:
66 // This should return a bitmask of the supported drop operations:
78 // Invoked when the drop ends on the window. This should return the operation
86 // Returns the cached drop helper, creating one if necessary. The returned
90 // The data object currently being dragged over this drop target.
  /external/chromium_org/third_party/icu/source/data/sprep/
spreplocal.mk 13 # Chromium: Drop all other stringprep files other than RFC 3491 for IDNA 2003. ICU 4.6
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 81 template<place > class ...Drop>
84 typedef types<typename Drop<_>::type...> drop; typedef in struct:ParameterPackExpansions::takedrop_impl::inner
92 template<unsigned N, typename...Ts> struct drop { struct in namespace:ParameterPackExpansions
94 template inner<wrap<Ts>::template inner...>::drop; // expected-error {{too few template arguments}}
101 using D1 = drop<3, int, char, double, long>::type;
109 using D2 = drop<4, int, char, double, long>::type;
113 using D3 = drop<5, int, char, double, long>::type; // expected-note {{in instantiation of}}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 65 self.tdb.Drop(tabname)
115 self.tdb.Drop(tabname)
144 self.tdb.Drop(tabname)
154 self.tdb.Drop(tabname)
156 print '...after Drop...'
219 self.tdb.Drop(tabname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 65 self.tdb.Drop(tabname)
115 self.tdb.Drop(tabname)
144 self.tdb.Drop(tabname)
154 self.tdb.Drop(tabname)
156 print '...after Drop...'
219 self.tdb.Drop(tabname)
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.h 63 virtual void Drop(aura::Window* target,
123 // Indicates whether the caller should be blocked on a drag/drop session.
drag_drop_controller.cc 173 // We do not support touch drag/drop without a drag image.
301 void DragDropController::Drop(aura::Window* target,
306 // We must guarantee that a target gets a OnDragEntered before Drop. WebKit
307 // depends on not getting a Drop without DragEnter. This behavior is
308 // consistent with drag/drop on other platforms.
371 Drop(translated_target, *translated_event.get());
402 // No one else should handle gesture events when in drag drop. Note that it is
440 Drop(translated_target, *translated_event.get());
446 // drag drop is still in progress. The drag drop ends only when the neste
    [all...]
  /external/chromium_org/sync/internal_api/public/
write_node.h 107 void Drop();
  /external/chromium_org/v8/src/
hydrogen-osr.cc 89 environment->Drop(length - first_expression_index);
full-codegen.cc 528 __ Drop(1);
1020 __ Drop(1);
    [all...]
hydrogen.cc     [all...]
  /development/tools/axl/
axl.py 59 class Drop(BaseProtocol):
67 """Read 1st line of request, then drop connection"""
81 """Drop connection after a header is half-sent"""
112 """Drop connection in body"""
129 """Drop every other connection"""
242 for protocol in Drop, ReadAndDrop, GarbageStatus, BadHeader, PauseHeader, \
  /external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
bookmark_manager_private_api.cc 48 namespace Drop = api::bookmark_manager_private::Drop;
437 scoped_ptr<Drop::Params> params(Drop::Params::Create(*args_));
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 26 ATTRIBUTE MS-Link-Drop-Time-Limit 15 integer Microsoft
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_transfer_controller.js 74 * be drop target.
76 * items could be drop targets. Otherwise any other place of the list
85 list.addEventListener('drop',
91 * @param {DirectoryTree} tree Its sub items will could be drop target.
97 tree.addEventListener('drop', this.onDrop_.bind(this, true));
102 * @param {NavigationList} tree Its sub items will could be drop target.
110 list.addEventListener('drop',
198 * @param {string=} opt_effect Desired drop/paste effect. Could be
247 * Renders a drag-and-drop thumbnail.
297 * @param {cr.ui.List} list Drop target lis
    [all...]
  /external/v8/src/
full-codegen.cc 499 __ Drop(1);
855 __ Drop(1);
870 __ Drop(1);
1012 __ Drop(stack_depth);
1040 __ Drop(stack_depth);
1067 __ Drop(stack_depth);
    [all...]
  /external/chromium_org/v8/src/arm/
stub-cache-arm.cc 839 __ Drop(kFastApiCallArguments);
    [all...]
  /external/v8/test/es5conform/
harness-adapt.js 52 // Drop the before/after stuff, just run the test.
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.h 269 inline void Drop();
  /external/v8/src/x64/
regexp-macro-assembler-x64.h 257 inline void Drop();

Completed in 5514 milliseconds

1 2 3 4 5