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

  /external/chromium_org/chrome/browser/download/
all_download_item_notifier_unittest.cc 61 void SetNotifier() {
88 SetNotifier();
106 SetNotifier();
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler_browsertest.cc 72 handler->SetNotifier(base::Bind(
devtools_browser_target.cc 39 handler->SetNotifier(base::Bind(&DevToolsBrowserTarget::RespondFromUIThread,
42 handler->SetNotifier(base::Bind(&DevToolsBrowserTarget::Respond,
render_view_devtools_agent_host.cc 175 overrides_handler_->SetNotifier(notifier);
176 tracing_handler_->SetNotifier(notifier);
177 power_handler_->SetNotifier(notifier);
devtools_protocol.h 136 void SetNotifier(const Notifier& notifier);
devtools_protocol.cc 178 void DevToolsProtocol::Handler::SetNotifier(const Notifier& notifier) {
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
AudioFilePlayer.h 74 void (*SetNotifier)(struct S_AudioFilePlayer *afp, AudioFilePlayNotifier inNotifier, void *inRefCon);
AudioFilePlayer.c 322 SET_AUDIOFILEPLAYER_METHOD(SetNotifier);
CDPlayer.c 427 /*thePlayer->SetNotifier(thePlayer, FilePlayNotificationHandler, NULL);*/
528 thePlayer->SetNotifier (thePlayer, FilePlayNotificationHandler, cdrom);

Completed in 129 milliseconds