HomeSort by relevance Sort by last modified time
    Searched refs:GetConfig (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/chromium_org/net/dns/
dns_client.h 30 virtual const DnsConfig* GetConfig() const = 0;
dns_client.cc 43 virtual const DnsConfig* GetConfig() const OVERRIDE {
  /external/chromium_org/ui/gl/
gl_surface_glx.h 42 virtual void* GetConfig() = 0;
66 virtual void* GetConfig() OVERRIDE;
107 virtual void* GetConfig() OVERRIDE;
gl_surface_egl.h 63 virtual EGLConfig GetConfig() OVERRIDE;
102 virtual EGLConfig GetConfig() OVERRIDE;
130 virtual EGLConfig GetConfig() OVERRIDE;
gl_surface.h 100 virtual void* GetConfig();
178 virtual void* GetConfig() OVERRIDE;
gl_context_glx.cc 49 static_cast<GLXFBConfig>(compatible_surface->GetConfig()),
62 static_cast<GLXFBConfig>(compatible_surface->GetConfig()),
gl_surface.cc 215 void* GLSurface::GetConfig() {
338 void* GLSurfaceAdapter::GetConfig() {
339 return surface_->GetConfig();
gl_surface_egl.cc 334 GetDisplay(), GetConfig(), window_, &egl_window_attributes[0]);
367 EGLConfig NativeViewGLSurfaceEGL::GetConfig() {
570 GetConfig(),
595 EGLConfig PbufferGLSurfaceEGL::GetConfig() {
677 EGLConfig SurfacelessEGL::GetConfig() {
gl_context_egl.cc 52 config_ = compatible_surface->GetConfig();
  /external/chromium_org/ppapi/cpp/private/
image_capture_private.h 104 int32_t GetConfig(
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2_unittest.cc 77 webrtc::VideoSendStream::Config FakeVideoSendStream::GetConfig() {
133 webrtc::VideoReceiveStream::Config FakeVideoReceiveStream::GetConfig() {
685 ASSERT_EQ(1u, send_stream->GetConfig().rtp.extensions.size());
686 EXPECT_EQ(id, send_stream->GetConfig().rtp.extensions[0].id);
687 EXPECT_EQ(webrtc_ext, send_stream->GetConfig().rtp.extensions[0].name);
693 ->GetConfig()
701 EXPECT_TRUE(send_stream->GetConfig().rtp.extensions.empty());
707 ASSERT_EQ(1u, send_stream->GetConfig().rtp.extensions.size());
708 EXPECT_EQ(id, send_stream->GetConfig().rtp.extensions[0].id);
709 EXPECT_EQ(webrtc_ext, send_stream->GetConfig().rtp.extensions[0].name)
    [all...]
webrtcvideoengine2_unittest.h 43 webrtc::VideoSendStream::Config GetConfig();
72 webrtc::VideoReceiveStream::Config GetConfig();
  /external/chromium_org/ppapi/thunk/
ppb_image_capture_private_thunk.cc 59 int32_t GetConfig(PP_Resource image_capture,
62 VLOG(4) << "PPB_ImageCapture_Private::GetConfig()";
66 return enter.SetResult(enter.object()->GetConfig(config, enter.callback()));
102 &GetConfig,
  /external/chromium_org/gpu/command_buffer/service/
gl_surface_mock.h 32 MOCK_METHOD0(GetConfig, void*());
  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_linux.h 20 virtual scoped_ptr<base::DictionaryValue> GetConfig() OVERRIDE;
daemon_controller.h 74 // Callback type for GetConfig(). If the host is configured then a dictionary
122 virtual scoped_ptr<base::DictionaryValue> GetConfig() = 0;
176 void GetConfig(const GetConfigCallback& done);
daemon_controller_delegate_mac.h 21 virtual scoped_ptr<base::DictionaryValue> GetConfig() OVERRIDE;
daemon_controller_delegate_win.h 27 virtual scoped_ptr<base::DictionaryValue> GetConfig() OVERRIDE;
daemon_controller.cc 40 void DaemonController::GetConfig(const GetConfigCallback& done) {
138 scoped_ptr<base::DictionaryValue> config = delegate_->GetConfig();
  /external/chromium_org/ppapi/c/private/
ppb_image_capture_private.h 196 * completion of <code>GetConfig()</code>.
200 int32_t (*GetConfig)(PP_Resource image_capture,
  /external/chromium_org/remoting/host/win/
elevated_controller.h 43 STDMETHOD(GetConfig)(BSTR* config_out);
  /external/chromium_org/ppapi/api/private/
ppb_image_capture_private.idl 179 * completion of <code>GetConfig()</code>.
183 int32_t GetConfig([in] PP_Resource image_capture,
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.h 47 virtual void* GetConfig() OVERRIDE;
  /external/pdfium/core/include/fpdfapi/
fpdf_module.h 200 virtual CPDF_RenderConfig* GetConfig()
  /external/chromium_org/net/quic/crypto/
quic_crypto_server_config_test.cc 37 scoped_refptr<QuicCryptoServerConfig::Config> GetConfig(string config_id) {
48 scoped_refptr<QuicCryptoServerConfig::Config> config = GetConfig(config_id);
59 *GetConfig(config_id), ip, rand, now, NULL);
67 *GetConfig(config_id), srct, ip, now);

Completed in 569 milliseconds

1 2 3 4 5