HomeSort by relevance Sort by last modified time
    Searched refs:OnClear (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/content/browser/dom_storage/
dom_storage_message_filter.h 61 void OnClear(int connection_id, const GURL& page_url);
dom_storage_message_filter.cc 85 IPC_MESSAGE_HANDLER(DOMStorageHostMsg_Clear, OnClear)
150 void DOMStorageMessageFilter::OnClear(
  /external/chromium_org/content/browser/renderer_host/
clipboard_message_filter.h 41 void OnClear(ui::ClipboardType type);
clipboard_message_filter.cc 87 IPC_MESSAGE_HANDLER(ClipboardHostMsg_Clear, OnClear)
213 void ClipboardMessageFilter::OnClear(ui::ClipboardType type) {
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Edit.h 103 virtual void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
PWL_EditCtrl.h 47 virtual void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){}
  /external/chromium_org/content/browser/indexed_db/
indexed_db_dispatcher_host.h 209 void OnClear(int32 ipc_thread_id,
indexed_db_dispatcher_host.cc 487 IPC_MESSAGE_HANDLER(IndexedDBHostMsg_DatabaseClear, OnClear)
775 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnClear(
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 98 virtual void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 1129 void CPWL_Edit::OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace)
1138 m_pEditNotify->OnClear(place, oldplace);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp     [all...]

Completed in 277 milliseconds