HomeSort by relevance Sort by last modified time
    Searched refs:Notifier (Results 26 - 33 of 33) sorted by null

12

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamhandler_unittest.cc 80 class FakeVideoSource : public Notifier<VideoSourceInterface> {
  /external/chromium_org/chrome/browser/notifications/
extension_welcome_notification.cc 92 message_center::Notifier notifier(notifier_id_, base::string16(), true);
98 notifier, false);
  /external/chromium_org/content/browser/devtools/
devtools_protocol.cc 181 void DevToolsProtocol::Handler::SetNotifier(const Notifier& notifier) {
182 notifier_ = notifier;
render_view_devtools_agent_host.cc 118 DevToolsProtocol::Notifier notifier(base::Bind(
121 overrides_handler_->SetNotifier(notifier);
122 tracing_handler_->SetNotifier(notifier);
123 power_handler_->SetNotifier(notifier);
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_browsertest.cc 74 typedef std::vector<message_center::Notifier*> NotifierList;
80 const message_center::Notifier* notifier = *it; local
81 if (notifier->notifier_id == notifier_id)
    [all...]
  /external/lldb/include/lldb/Target/
Target.h 316 public ModuleList::Notifier
674 /// Implementing of ModuleList::Notifier.
    [all...]
  /external/chromium_org/ui/message_center/
message_center_impl.cc 777 Notifier notifier(notifier_id, base::string16(), true);
778 settings_provider_->SetNotifierEnabled(notifier, false);
780 // belonging to the notifier id.
  /external/lldb/source/Core/
ModuleList.cpp 50 ModuleList::ModuleList (ModuleList::Notifier* notifier) :
53 m_notifier(notifier)
    [all...]

Completed in 437 milliseconds

12