Searched defs:AddListener (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/ppapi/cpp/extensions/dev/
H A Devents_dev.cc24 uint32_t Events_Dev::AddListener(PP_Instance instance, function in class:pp::ext::events::Events_Dev
28 return get_interface<PPB_Ext_Events_Dev_0_1>()->AddListener(instance,
/external/chromium_org/ppapi/c/extensions/dev/
H A Dppb_ext_events_dev.h59 * one on which <code>AddListener()</code> is called.
85 uint32_t (*AddListener)(PP_Instance instance, member in struct:PPB_Ext_Events_Dev_0_1
92 * @param[in] listener_id The ID returned by <code>AddListener()</code>.
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dstub_devtools_client.cc38 void StubDevToolsClient::AddListener(DevToolsEventListener* listener) { function in class:StubDevToolsClient
H A Ddevtools_client_impl.cc155 void DevToolsClientImpl::AddListener(DevToolsEventListener* listener) { function in class:DevToolsClientImpl
/external/chromium_org/remoting/client/plugin/
H A Dpepper_signal_strategy.cc56 void PepperSignalStrategy::AddListener(Listener* listener) { function in class:remoting::PepperSignalStrategy
/external/chromium_org/remoting/host/
H A Dhost_change_notification_listener_unittest.cc34 ACTION_P(AddListener, list) {
52 EXPECT_CALL(signal_strategy_, AddListener(NotNull()))
53 .WillRepeatedly(AddListener(&signal_strategy_listeners_)); variable
H A Dheartbeat_sender_unittest.cc56 ACTION_P(AddListener, list) {
73 EXPECT_CALL(signal_strategy_, AddListener(NotNull()))
74 .WillRepeatedly(AddListener(&signal_strategy_listeners_)); variable
/external/chromium_org/remoting/jingle_glue/
H A Dfake_signal_strategy.cc66 void FakeSignalStrategy::AddListener(Listener* listener) { function in class:remoting::FakeSignalStrategy
H A Dxmpp_signal_strategy.cc133 void XmppSignalStrategy::AddListener(Listener* listener) { function in class:remoting::XmppSignalStrategy
/external/chromium_org/ui/gfx/
H A Dsys_color_change_listener.cc55 void AddListener(SysColorChangeListener* listener);
85 void SysColorChangeObserver::AddListener(SysColorChangeListener* listener) { function in class:gfx::SysColorChangeObserver
109 SysColorChangeObserver::GetInstance()->AddListener(listener_);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventHub.cs59 public virtual void AddListener(IDebugEventListener listener) { method in class:Antlr.Runtime.Debug.DebugEventHub
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugEventHub.cs63 public virtual void AddListener( IDebugEventListener listener ) method in class:Antlr.Runtime.Debug.DebugEventHub
/external/chromium/chrome/common/deprecated/
H A Devent_sys-inl.h52 // by calling the AddListener() method. The owner of the channel calls the
133 void AddListener(Listener* listener) { function in class:EventChannel
237 channel->AddListener(this);
/external/chromium_org/chrome/browser/extensions/
H A Devent_listener_map.cc54 bool EventListenerMap::AddListener(scoped_ptr<EventListener> listener) { function in class:extensions::EventListenerMap
162 AddListener(scoped_ptr<EventListener>(new EventListener(
179 AddListener(scoped_ptr<EventListener>(new EventListener(
/external/chromium_org/content/browser/geolocation/
H A Ddevice_data_provider.h113 void AddListener(ListenerInterface* listener) { function in class:content::DeviceDataProviderImplBase
212 instance_->AddListener(listener);
264 void AddListener(ListenerInterface* listener) { function in class:content::DeviceDataProvider
265 impl_->AddListener(listener);
/external/chromium/chrome/browser/sync/engine/net/
H A Dserver_connection_manager.cc333 void ServerConnectionManager::AddListener( function in class:browser_sync::ServerConnectionManager
/external/chromium_org/sync/engine/net/
H A Dserver_connection_manager.cc334 void ServerConnectionManager::AddListener( function in class:syncer::ServerConnectionManager
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dimageburner_ui.cc486 ImageBurnDownloader::GetInstance()->AddListener(this,
674 downloader->AddListener(this, config_file_url_);
794 void ImageBurnDownloader::AddListener(Listener* listener, const GURL& url) { function in class:ImageBurnDownloader
/external/chromium_org/net/dns/
H A Dmdns_client_impl.cc354 void MDnsClientImpl::Core::AddListener( function in class:net::MDnsClientImpl::Core
493 client_->core()->AddListener(this);
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_adb_bridge.cc818 void DevToolsAdbBridge::AddListener(Listener* listener) { function in class:DevToolsAdbBridge
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc2456 void AddListener(UnitTestEventListenerInterface *listener);
2484 void UnitTestEventsRepeater::AddListener( function in class:testing::UnitTestEventsRepeater
3308 repeater->AddListener(new XmlUnitTestResultPrinter(
3315 repeater->AddListener(new PrettyUnitTestResultPrinter);

Completed in 398 milliseconds