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

  /external/chromium_org/content/browser/dom_storage/
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.cc 87 IPC_MESSAGE_HANDLER(ClipboardHostMsg_Clear, OnClear)
213 void ClipboardMessageFilter::OnClear(ui::ClipboardType type) {
  /external/pdfium/fpdfsdk/include/pdfwindow/
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.cc 491 IPC_MESSAGE_HANDLER(IndexedDBHostMsg_DatabaseClear, OnClear)
788 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnClear(
    [all...]
  /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);

Completed in 3407 milliseconds