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

1 2 3 4 5

  /external/chromium_org/sync/notifier/
ack_handler.h 34 // Record the drop of an invalidation identified by |handle|.
35 virtual void Drop(
mock_ack_handler.h 32 // that its Acknowledge() and Drop() methods will route back to us.
61 virtual void Drop(
unacked_invalidation_set.h 55 // are likely to end up back here in calls to Acknowledge() or Drop().
89 void Drop(const AckHandle& handle);
mock_ack_handler.cc 103 void MockAckHandler::Drop(
  /external/chromium_org/sync/api/attachments/
attachment_store.h 78 // |callback| will be invoked when finished. Attempting to drop an attachment
83 virtual void Drop(const AttachmentIdList& ids,
  /external/chromium_org/sync/internal_api/public/attachments/
fake_attachment_store.h 46 virtual void Drop(const AttachmentIdList& id,
  /external/chromium_org/sync/internal_api/attachments/
fake_attachment_store.cc 27 void Drop(const AttachmentIdList& ids, const DropCallback& callback);
83 void FakeAttachmentStore::Backend::Drop(const AttachmentIdList& ids,
121 void FakeAttachmentStore::Drop(const AttachmentIdList& ids,
125 base::Bind(&FakeAttachmentStore::Backend::Drop, backend_, ids, callback));
fake_attachment_store_unittest.cc 175 // Try to drop two attachments when only one exists. Verify that no error occurs
188 // Drop attachment1 only.
191 store.Drop(ids, drop_callback);
203 // Drop both attachment1 and attachment2.
207 store.Drop(ids, drop_callback);
222 // Verify that attempting to drop an attachment that does not exist is not an
232 // Drop the attachment.
235 store.Drop(ids, drop_callback);
247 // Drop again, see that no error occurs.
250 store.Drop(ids, drop_callback)
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_win.h 36 virtual void Drop(aura::Window* target,
desktop_drag_drop_client_win.cc 57 void DesktopDragDropClientWin::Drop(aura::Window* target,
  /external/chromium_org/ui/wm/public/
drag_drop_client.h 25 // An interface implemented by an object that controls a drag and drop session.
30 // Initiates a drag and drop session. Returns the drag operation that was
31 // applied at the end of the drag drop session. |root_location| is in the
40 // Called when mouse is dragged during a drag and drop.
44 // Called when mouse is released during a drag and drop.
45 virtual void Drop(aura::Window* target,
48 // Called when a drag and drop session is cancelled.
51 // Returns true if a drag and drop session is in progress.
  /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/sync/internal_api/public/base/
invalidation.h 84 // invalidations in order to allow the ack tracker to drop the invalidation,
87 // The drop record will be tracked by the specified
89 // will need to use it when it recovers from this drop event, or if it needs
90 // to record another drop event for the same ObjectID. Refer to the
92 void Drop(DroppedInvalidationTracker* tracker) const;
invalidation.cc 131 void Invalidation::Drop(DroppedInvalidationTracker* tracker) const {
136 &AckHandler::Drop,
  /external/vixl/examples/
swap-int32.cc 49 __ Drop(8);
swap4.cc 43 __ Drop(16);
  /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/chromium_org/v8/test/cctest/
test-code-stubs-arm64.cc 100 __ Drop(1, kDoubleSize);
112 __ Drop(1, kDoubleSize);
  /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 55 virtual void Drop(aura::Window* target,
115 // Indicates whether the caller should be blocked on a drag/drop session.
  /external/chromium_org/sync/internal_api/public/
write_node.h 107 void Drop();
  /external/chromium_org/v8/src/
hydrogen-osr.cc 56 environment->Drop(length - first_expression_index);

Completed in 436 milliseconds

1 2 3 4 5