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

1 2 3 4 5 6

  /external/chromium_org/chrome/browser/sync/glue/
invalidation_adapter.cc 35 void InvalidationAdapter::Drop() {
36 invalidation_.Drop();
invalidation_adapter.h 24 virtual void Drop() OVERRIDE;
  /external/chromium_org/sync/test/
trackable_mock_invalidation.cc 31 void TrackableMockInvalidation::Drop() {
33 tracker_->Drop(tracking_id_);
trackable_mock_invalidation.h 17 // sync's use of the Drop() and Acknowledge() methods.
31 // Forwards notice of the drop of this invalidation to the |tracker_|.
32 virtual void Drop() OVERRIDE;
mock_invalidation_tracker.h 33 // Records the drop of the invalidation specified by the given ID.
34 void Drop(int invalidation_id);
57 // both dropped and acknowledged if it represents the recovery from a drop
mock_invalidation.h 29 virtual void Drop() OVERRIDE;
mock_invalidation.cc 45 void MockInvalidation::Drop() {
mock_invalidation_tracker.cc 35 void MockInvalidationTracker::Drop(int invalidation_id) {
  /external/chromium_org/components/invalidation/
ack_handler.h 33 // Record the drop of an invalidation identified by |handle|.
34 virtual void Drop(const invalidation::ObjectId& id,
mock_ack_handler.h 31 // that its Acknowledge() and Drop() methods will route back to us.
60 virtual void Drop(
invalidation.h 86 // invalidations in order to allow the ack tracker to drop the invalidation,
89 // To indicate recovery from a drop event, the client should call
91 void Drop();
unacked_invalidation_set.h 56 // are likely to end up back here in calls to Acknowledge() or Drop().
92 void Drop(const AckHandle& handle);
invalidation.cc 133 void Invalidation::Drop() {
137 base::Bind(&AckHandler::Drop, ack_handler_, id_, ack_handle_));
  /external/chromium_org/sync/internal_api/public/base/
invalidation_interface.h 46 // drop this invalidation.
48 // To indicate recovery from a drop event, the receiver of this invalidation
50 virtual void Drop() = 0;
  /external/chromium_org/sync/api/attachments/
attachment_store.h 77 // |callback| will be invoked when finished. Attempting to drop an attachment
82 virtual void Drop(const AttachmentIdList& ids,
fake_attachment_store.h 44 virtual void Drop(const AttachmentIdList& id,
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));
  /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/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 the stringprep files including RFC 3491 for IDNA 2003.
16 # a separate resource (uts46.nrm) is used. Therefore, we can drop rfc3491 as

Completed in 1277 milliseconds

1 2 3 4 5 6