/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoengine2_unittest.cc | 77 webrtc::VideoSendStream::Config FakeVideoSendStream::GetConfig() { in GetConfig() function in cricket::FakeVideoSendStream 133 webrtc::VideoReceiveStream::Config FakeVideoReceiveStream::GetConfig() { in GetConfig() function in cricket::FakeVideoReceiveStream 685 ASSERT_EQ(1u, send_stream->GetConfig().rtp.extensions.size()); in TestSetSendRtpHeaderExtensions() 686 EXPECT_EQ(id, send_stream->GetConfig().rtp.extensions[0].id); in TestSetSendRtpHeaderExtensions() 687 EXPECT_EQ(webrtc_ext, send_stream->GetConfig().rtp.extensions[0].name); in TestSetSendRtpHeaderExtensions() 693 ->GetConfig() in TestSetSendRtpHeaderExtensions() 701 EXPECT_TRUE(send_stream->GetConfig().rtp.extensions.empty()); in TestSetSendRtpHeaderExtensions() 707 ASSERT_EQ(1u, send_stream->GetConfig().rtp.extensions.size()); in TestSetSendRtpHeaderExtensions() 708 EXPECT_EQ(id, send_stream->GetConfig().rtp.extensions[0].id); in TestSetSendRtpHeaderExtensions() 709 EXPECT_EQ(webrtc_ext, send_stream->GetConfig().rtp.extensions[0].name); in TestSetSendRtpHeaderExtensions() [all …]
|
D | webrtcvideoengine2_unittest.h | 43 webrtc::VideoSendStream::Config GetConfig(); 72 webrtc::VideoReceiveStream::Config GetConfig();
|
/external/chromium_org/ppapi/thunk/ |
D | ppb_image_capture_private_thunk.cc | 59 int32_t GetConfig(PP_Resource image_capture, in GetConfig() function 66 return enter.SetResult(enter.object()->GetConfig(config, enter.callback())); in GetConfig() 102 &GetConfig,
|
/external/chromium_org/ui/gl/ |
D | gl_surface_glx.h | 42 virtual void* GetConfig() = 0; 66 virtual void* GetConfig() OVERRIDE; 107 virtual void* GetConfig() OVERRIDE;
|
D | gl_surface_egl.h | 63 virtual EGLConfig GetConfig() OVERRIDE; 102 virtual EGLConfig GetConfig() OVERRIDE; 130 virtual EGLConfig GetConfig() OVERRIDE;
|
D | gl_surface_egl.cc | 334 GetDisplay(), GetConfig(), window_, &egl_window_attributes[0]); in Initialize() 367 EGLConfig NativeViewGLSurfaceEGL::GetConfig() { in GetConfig() function in gfx::NativeViewGLSurfaceEGL 570 GetConfig(), in Initialize() 595 EGLConfig PbufferGLSurfaceEGL::GetConfig() { in GetConfig() function in gfx::PbufferGLSurfaceEGL 677 EGLConfig SurfacelessEGL::GetConfig() { in GetConfig() function in gfx::SurfacelessEGL
|
D | gl_surface.cc | 215 void* GLSurface::GetConfig() { in GetConfig() function in gfx::GLSurface 338 void* GLSurfaceAdapter::GetConfig() { in GetConfig() function in gfx::GLSurfaceAdapter 339 return surface_->GetConfig(); in GetConfig()
|
D | gl_context_glx.cc | 49 static_cast<GLXFBConfig>(compatible_surface->GetConfig()), in Initialize() 62 static_cast<GLXFBConfig>(compatible_surface->GetConfig()), in Initialize()
|
D | gl_surface.h | 100 virtual void* GetConfig(); 178 virtual void* GetConfig() OVERRIDE;
|
D | gl_context_egl.cc | 52 config_ = compatible_surface->GetConfig(); in Initialize()
|
/external/chromium_org/remoting/host/setup/ |
D | daemon_controller.h | 122 virtual scoped_ptr<base::DictionaryValue> GetConfig() = 0; 176 void GetConfig(const GetConfigCallback& done);
|
D | daemon_controller_delegate_linux.h | 20 virtual scoped_ptr<base::DictionaryValue> GetConfig() OVERRIDE;
|
D | daemon_controller_delegate_mac.h | 21 virtual scoped_ptr<base::DictionaryValue> GetConfig() OVERRIDE;
|
D | daemon_controller_delegate_win.h | 27 virtual scoped_ptr<base::DictionaryValue> GetConfig() OVERRIDE;
|
D | daemon_controller.cc | 40 void DaemonController::GetConfig(const GetConfigCallback& done) { in GetConfig() function in remoting::DaemonController 138 scoped_ptr<base::DictionaryValue> config = delegate_->GetConfig(); in DoGetConfig()
|
D | daemon_controller_delegate_win.cc | 172 scoped_ptr<base::DictionaryValue> DaemonControllerDelegateWin::GetConfig() { in GetConfig() function in remoting::DaemonControllerDelegateWin 180 hr = control_->GetConfig(host_config.Receive()); in GetConfig()
|
/external/chromium_org/net/dns/ |
D | dns_client.h | 30 virtual const DnsConfig* GetConfig() const = 0;
|
D | dns_client.cc | 43 virtual const DnsConfig* GetConfig() const OVERRIDE { in GetConfig() function in net::__anoned2241630111::DnsClientImpl
|
D | dns_test_util.h | 215 virtual const DnsConfig* GetConfig() const OVERRIDE;
|
/external/chromium_org/ppapi/cpp/private/ |
D | image_capture_private.h | 104 int32_t GetConfig(
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gl_surface_mock.h | 32 MOCK_METHOD0(GetConfig, void*());
|
/external/chromium_org/net/quic/crypto/ |
D | quic_crypto_server_config_test.cc | 37 scoped_refptr<QuicCryptoServerConfig::Config> GetConfig(string config_id) { in GetConfig() function in net::test::QuicCryptoServerConfigPeer 48 scoped_refptr<QuicCryptoServerConfig::Config> config = GetConfig(config_id); in ConfigHasDefaultSourceAddressTokenBoxer() 59 *GetConfig(config_id), ip, rand, now, NULL); in NewSourceAddressToken() 67 *GetConfig(config_id), srct, ip, now); in ValidateSourceAddressToken()
|
/external/chromium_org/ppapi/c/private/ |
D | ppb_image_capture_private.h | 200 int32_t (*GetConfig)(PP_Resource image_capture, member
|
/external/chromium_org/remoting/host/win/ |
D | elevated_controller.h | 43 STDMETHOD(GetConfig)(BSTR* config_out);
|
/external/chromium_org/content/common/gpu/ |
D | texture_image_transport_surface.h | 47 virtual void* GetConfig() OVERRIDE;
|