Searched refs:RemoveClient (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Drenderer_webmidiaccessor_impl.cc20 midi_message_filter()->RemoveClient(client_);
H A Dmidi_message_filter.h35 void RemoveClient(blink::WebMIDIAccessorClient* client);
H A Dvideo_capture_impl.cc139 // that client list and don't have to run the other following RemoveClient().
140 if (!RemoveClient(client_id, &clients_pending_on_filter_)) {
141 if (!RemoveClient(client_id, &clients_pending_on_restart_)) {
142 RemoveClient(client_id, &clients_);
433 bool VideoCaptureImpl::RemoveClient(int client_id, ClientInfoMap* clients) { function in class:content::VideoCaptureImpl
H A Dvideo_capture_impl.h143 bool RemoveClient(int client_id, ClientInfoMap* clients);
H A Dmidi_message_filter.cc93 void MidiMessageFilter::RemoveClient(blink::WebMIDIAccessorClient* client) { function in class:content::MidiMessageFilter
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_controller.h85 // to receive frames from the device until RemoveClient() is called.
96 int RemoveClient(const VideoCaptureControllerID& id,
H A Dvideo_capture_controller_unittest.cc102 base::Bind(base::IgnoreResult(&VideoCaptureController::RemoveClient),
218 controller_->RemoveClient(client_a_route_2, client_a_.get()))
223 controller_->RemoveClient(client_a_route_2, client_a_.get()))
228 controller_->RemoveClient(client_b_route_1, client_b_.get()))
258 controller_->RemoveClient(client_a_route_1, client_a_.get()))
264 controller_->RemoveClient(client_b_route_2, client_b_.get()))
435 controller_->RemoveClient(client_a_route_1, client_a_.get());
H A Dvideo_capture_controller.cc132 // it unregisters itself via RemoveClient(), which may happen asynchronously.
135 // OnEnded() events were processed synchronously (with the RemoveClient() done
251 int VideoCaptureController::RemoveClient( function in class:content::VideoCaptureController
255 DVLOG(1) << "VideoCaptureController::RemoveClient, id " << id.device_id;
H A Dvideo_capture_manager.cc362 controller->RemoveClient(client_id, client_handler);
/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_definition.h27 virtual void RemoveClient(gfx::GLImage* client) = 0;
H A Dtexture_definition.cc67 buffer_->RemoveClient(this);
124 virtual void RemoveClient(gfx::GLImage* client) OVERRIDE;
199 void NativeImageBufferEGL::RemoveClient(gfx::GLImage* client) { function in class:gpu::gles2::__anon8442::NativeImageBufferEGL
241 virtual void RemoveClient(gfx::GLImage* client) OVERRIDE {}
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmanager.h87 void RemoveClient(const std::string& content_type);
H A Dsessionmanager.cc69 void SessionManager::RemoveClient(const std::string& content_type) { function in class:cricket::SessionManager
/external/chromium_org/third_party/webrtc/base/
H A Dnatsocketfactory.h107 void RemoveClient(const SocketAddress& int_ip);
H A Dnatsocketfactory.cc422 RemoveClient(ext_ip);
435 void NATSocketServer::Translator::RemoveClient( function in class:rtc::NATSocketServer::Translator
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.h227 void RemoveClient(size_t i);
231 void RemoveClient(blink::WebURLLoader* loader);
H A Dwebplugin_impl.cc614 RemoveClient(i);
1119 void WebPluginImpl::RemoveClient(size_t i) { function in class:content::WebPluginImpl
1123 void WebPluginImpl::RemoveClient(WebURLLoader* loader) { function in class:content::WebPluginImpl
1126 RemoveClient(i);
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dtunnelsessionclient.cc118 session_manager_->RemoveClient(namespace_);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasessionclient.cc104 session_manager_->RemoveClient(NS_JINGLE_RTP);

Completed in 272 milliseconds