Searched refs:Drop (Results 1 - 25 of 118) sorted by relevance

12345

/external/chromium_org/chrome/browser/sync/glue/
H A Dinvalidation_adapter.cc35 void InvalidationAdapter::Drop() { function in class:browser_sync::InvalidationAdapter
36 invalidation_.Drop();
H A Dinvalidation_adapter.h24 virtual void Drop() OVERRIDE;
/external/chromium_org/sync/test/
H A Dtrackable_mock_invalidation.cc31 void TrackableMockInvalidation::Drop() { function in class:syncer::TrackableMockInvalidation
33 tracker_->Drop(tracking_id_);
H A Dmock_invalidation_tracker.h34 void Drop(int invalidation_id);
H A Dtrackable_mock_invalidation.h17 // sync's use of the Drop() and Acknowledge() methods.
32 virtual void Drop() OVERRIDE;
H A Dmock_invalidation.h29 virtual void Drop() OVERRIDE;
H A Dmock_invalidation.cc45 void MockInvalidation::Drop() { function in class:syncer::MockInvalidation
H A Dmock_invalidation_tracker.cc35 void MockInvalidationTracker::Drop(int invalidation_id) { function in class:syncer::MockInvalidationTracker
/external/chromium_org/components/invalidation/
H A Dack_handler.h34 virtual void Drop(const invalidation::ObjectId& id,
H A Dmock_ack_handler.h31 // that its Acknowledge() and Drop() methods will route back to us.
60 virtual void Drop(
H A Dinvalidation.h91 void Drop();
H A Dunacked_invalidation_set.h56 // are likely to end up back here in calls to Acknowledge() or Drop().
92 void Drop(const AckHandle& handle);
H A Dinvalidation.cc133 void Invalidation::Drop() { function in class:syncer::Invalidation
137 base::Bind(&AckHandler::Drop, ack_handler_, id_, ack_handle_));
/external/chromium_org/sync/internal_api/public/base/
H A Dinvalidation_interface.h50 virtual void Drop() = 0;
/external/chromium_org/sync/api/attachments/
H A Dattachment_store.h82 virtual void Drop(const AttachmentIdList& ids,
H A Dfake_attachment_store.cc27 void Drop(const AttachmentIdList& ids, const DropCallback& callback);
83 void FakeAttachmentStore::Backend::Drop(const AttachmentIdList& ids, function in class:syncer::FakeAttachmentStore::Backend
121 void FakeAttachmentStore::Drop(const AttachmentIdList& ids, function in class:syncer::FakeAttachmentStore
125 base::Bind(&FakeAttachmentStore::Backend::Drop, backend_, ids, callback));
H A Dfake_attachment_store.h44 virtual void Drop(const AttachmentIdList& id,
/external/chromium_org/ui/wm/public/
H A Ddrag_drop_client.h45 virtual void Drop(aura::Window* target,
/external/chromium_org/ui/base/dragdrop/
H A Ddrop_target_win.cc81 HRESULT DropTargetWin::Drop(IDataObject* data_object, function in class:ui::DropTargetWin
88 drop_helper->Drop(current_data_object_,
H A Ddrop_target_win.h42 HRESULT __stdcall Drop(IDataObject* data_object,
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_win.cc57 void DesktopDragDropClientWin::Drop(aura::Window* target, function in class:views::DesktopDragDropClientWin
H A Ddesktop_drag_drop_client_win.h36 virtual void Drop(aura::Window* target,
/external/vixl/examples/
H A Dswap-int32.cc49 __ Drop(8);
H A Dswap4.cc43 __ Drop(16);
/external/chromium_org/third_party/icu/source/data/sprep/
H A Dspreplocal.mk13 # Chromium: Drop all the stringprep files including RFC 3491 for IDNA 2003.

Completed in 447 milliseconds

12345