Searched refs:OnClear (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_message_filter.h61 void OnClear(int connection_id, const GURL& page_url);
H A Ddom_storage_message_filter.cc85 IPC_MESSAGE_HANDLER(DOMStorageHostMsg_Clear, OnClear)
150 void DOMStorageMessageFilter::OnClear( function in class:content::DOMStorageMessageFilter
/external/chromium_org/content/browser/renderer_host/
H A Dclipboard_message_filter.h41 void OnClear(ui::ClipboardType type);
H A Dclipboard_message_filter.cc87 IPC_MESSAGE_HANDLER(ClipboardHostMsg_Clear, OnClear)
213 void ClipboardMessageFilter::OnClear(ui::ClipboardType type) { function in class:content::ClipboardMessageFilter
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.h180 void OnClear(int32 ipc_thread_id,
H A Dindexed_db_dispatcher_host.cc491 IPC_MESSAGE_HANDLER(IndexedDBHostMsg_DatabaseClear, OnClear)
788 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnClear( function in class:content::IndexedDBDispatcherHost::DatabaseDispatcherHost
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Edit.h103 virtual void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
H A DPWL_EditCtrl.h47 virtual void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} function in class:IPWL_Edit_Notify
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfx_edit.h98 virtual void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0;
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp1129 void CPWL_Edit::OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) function in class:CPWL_Edit
1138 m_pEditNotify->OnClear(place, oldplace);
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp3275 m_pOprNotify->OnClear(m_wpCaret, m_wpOldCaret);

Completed in 4718 milliseconds