OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnDestroyed
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/talk/media/webrtc/
fakewebrtcvcmfactory.h
53
void
OnDestroyed
(webrtc::VideoCaptureModule* module) {
62
factory_->
OnDestroyed
(this);
/external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.h
25
virtual void
OnDestroyed
() = 0;
JS_Object.h
101
void
OnDestroyed
() override;
JS_Object.cpp
157
void CJS_Timer::
OnDestroyed
() {
JS_Runtime.cpp
118
obs->
OnDestroyed
();
/external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.h
58
void
OnDestroyed
(GtkWidget* widget, GdkEvent* event);
main_wnd.cc
33
reinterpret_cast<GtkMainWnd*>(data)->
OnDestroyed
(widget, event);
323
void GtkMainWnd::
OnDestroyed
(GtkWidget* widget, GdkEvent* event) {
/external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.h
160
void
OnDestroyed
();
main_wnd.cc
317
void MainWnd::
OnDestroyed
() {
415
me->
OnDestroyed
();
/external/webrtc/webrtc/p2p/base/
port_unittest.cc
245
conn_->SignalDestroyed.connect(this, &TestChannel::
OnDestroyed
);
261
conn_->SignalDestroyed.connect(this, &TestChannel::
OnDestroyed
);
309
void
OnDestroyed
(Connection* conn) {
742
port->SignalDestroyed.connect(this, &PortTest::
OnDestroyed
);
745
void
OnDestroyed
(PortInterface* port) {
[
all
...]
Completed in 425 milliseconds