Searched defs:OnDelete (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Ddelayed_callback_runner_unittest.cc63 void OnDelete(const std::string& name) { function in class:DelayedCallbackRunnerTest
68 // Returns a callback argument that calls the test fixture's OnDelete method
72 &DelayedCallbackRunnerTest::OnDelete, base::Unretained(this), name)));
75 // Returns a closure that calls |OnRun| when run and |OnDelete| when deleted
/external/chromium_org/chrome/browser/media/
H A Dcast_transport_host_filter.cc31 IPC_MESSAGE_HANDLER(CastHostMsg_Delete, OnDelete)
108 void CastTransportHostFilter::OnDelete(int32 channel_id) { function in class:cast::CastTransportHostFilter
/external/chromium_org/chromeos/dbus/
H A Dmodem_messaging_client_unittest.cc97 void OnDelete(dbus::MethodCall* method_call, function in class:chromeos::ModemMessagingClientTest
197 .WillOnce(Invoke(this, &ModemMessagingClientTest::OnDelete));
H A Dgsm_sms_client.cc67 base::Bind(&SMSProxy::OnDelete,
118 void OnDelete(const DeleteCallback& callback, dbus::Response* response) { function in class:chromeos::__anon6123::SMSProxy
H A Dgsm_sms_client_unittest.cc111 void OnDelete(dbus::MethodCall* method_call, function in class:chromeos::GsmSMSClientTest
227 .WillOnce(Invoke(this, &GsmSMSClientTest::OnDelete));
H A Dmodem_messaging_client.cc67 base::Bind(&ModemMessagingProxy::OnDelete,
99 void OnDelete(const DeleteCallback& callback, dbus::Response* response) { function in class:chromeos::__anon6129::ModemMessagingProxy
/external/chromium_org/remoting/host/
H A Ddisconnect_window_linux.cc33 CHROMEG_CALLBACK_1(DisconnectWindowGtk, gboolean, OnDelete,
179 gboolean DisconnectWindowGtk::OnDelete(GtkWidget* window, function in class:remoting::__anon10412::DisconnectWindowGtk
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_ref_host.cc163 PPAPI_DISPATCH_HOST_RESOURCE_CALL_0(PpapiHostMsg_FileRef_Delete, OnDelete)
196 int32_t PepperFileRefHost::OnDelete(ppapi::host::HostMessageContext* context) { function in class:content::PepperFileRefHost
/external/pdfium/fpdfsdk/include/
H A Dfsdk_annothandler.h54 virtual void OnDelete(CPDFSDK_Annot* pAnnot) = 0;
123 virtual void OnDelete(CPDFSDK_Annot* pAnnot) {} function in class:CPDFSDK_BFAnnotHandler
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_EditCtrl.h46 virtual void OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} function in class:IPWL_Edit_Notify
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_FormFiller.cpp133 void CFFL_FormFiller::OnDelete(CPDFSDK_Annot* pAnnot) function in class:CFFL_FormFiller
H A DFFL_IFormFiller.cpp156 void CFFL_IFormFiller::OnDelete(CPDFSDK_Annot* pAnnot) function in class:CFFL_IFormFiller
160 pFormFiller->OnDelete(pAnnot);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp1116 void CPWL_Edit::OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) function in class:CPWL_Edit
1125 m_pEditNotify->OnDelete(place, oldplace);
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc772 IPC_MESSAGE_HANDLER(InputMsg_Delete, OnDelete)
1191 void RenderFrameImpl::OnDelete() { function in class:content::RenderFrameImpl

Completed in 622 milliseconds