Searched refs:GetConfig (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/net/dns/
H A Ddns_client.h30 virtual const DnsConfig* GetConfig() const = 0;
H A Ddns_client.cc43 virtual const DnsConfig* GetConfig() const OVERRIDE {
H A Ddns_test_util.cc213 const DnsConfig* MockDnsClient::GetConfig() const { function in class:net::MockDnsClient
/external/chromium_org/ui/gl/
H A Dgl_surface_glx.h41 virtual void* GetConfig() = 0;
64 virtual void* GetConfig() OVERRIDE;
127 virtual void* GetConfig() OVERRIDE;
H A Dgl_surface.cc139 void* GLSurface::GetConfig() { function in class:gfx::GLSurface
249 void* GLSurfaceAdapter::GetConfig() { function in class:gfx::GLSurfaceAdapter
250 return surface_->GetConfig();
H A Dgl_surface_egl.h56 virtual EGLConfig GetConfig() OVERRIDE;
94 virtual EGLConfig GetConfig() OVERRIDE;
122 virtual EGLConfig GetConfig() OVERRIDE;
H A Dgl_surface.h91 virtual void* GetConfig();
147 virtual void* GetConfig() OVERRIDE;
H A Dgl_context_glx.cc64 static_cast<GLXFBConfig>(compatible_surface->GetConfig()),
77 static_cast<GLXFBConfig>(compatible_surface->GetConfig()),
H A Dgl_surface_egl.cc278 GetConfig(),
315 EGLConfig NativeViewGLSurfaceEGL::GetConfig() { function in class:gfx::NativeViewGLSurfaceEGL
523 GetConfig(),
548 EGLConfig PbufferGLSurfaceEGL::GetConfig() { function in class:gfx::PbufferGLSurfaceEGL
630 EGLConfig SurfacelessEGL::GetConfig() { function in class:gfx::SurfacelessEGL
H A Dgl_context_egl.cc52 config_ = compatible_surface->GetConfig();
/external/chromium_org/gpu/command_buffer/service/
H A Dgl_surface_mock.h32 MOCK_METHOD0(GetConfig, void*());
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller_delegate_linux.h20 virtual scoped_ptr<base::DictionaryValue> GetConfig() OVERRIDE;
H A Ddaemon_controller_delegate_mac.h21 virtual scoped_ptr<base::DictionaryValue> GetConfig() OVERRIDE;
H A Ddaemon_controller_delegate_win.h26 virtual scoped_ptr<base::DictionaryValue> GetConfig() OVERRIDE;
H A Ddaemon_controller.h74 // Callback type for GetConfig(). If the host is configured then a dictionary
122 virtual scoped_ptr<base::DictionaryValue> GetConfig() = 0;
172 void GetConfig(const GetConfigCallback& done);
H A Ddaemon_controller.cc40 void DaemonController::GetConfig(const GetConfigCallback& done) { function in class:remoting::DaemonController
128 scoped_ptr<base::DictionaryValue> config = delegate_->GetConfig();
H A Ddaemon_controller_delegate_win.cc170 scoped_ptr<base::DictionaryValue> DaemonControllerDelegateWin::GetConfig() { function in class:remoting::DaemonControllerDelegateWin
178 hr = control_->GetConfig(host_config.Receive());
H A Ddaemon_controller_delegate_linux.cc149 scoped_ptr<base::DictionaryValue> DaemonControllerDelegateLinux::GetConfig() { function in class:remoting::DaemonControllerDelegateLinux
/external/chromium_org/remoting/host/win/
H A Delevated_controller.h43 STDMETHOD(GetConfig)(BSTR* config_out);
/external/chromium_org/content/common/gpu/
H A Dtexture_image_transport_surface.h47 virtual void* GetConfig() OVERRIDE;
H A Dtexture_image_transport_surface.cc163 void* TextureImageTransportSurface::GetConfig() { function in class:content::TextureImageTransportSurface
164 return surface_.get() ? surface_->GetConfig() : NULL;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Drealglx.c57 glx.GetConfig = _real_glXGetConfig;
H A Dglxapi.h70 int (*GetConfig)(Display *dpy, XVisualInfo *visinfo, int attrib, int *value); member in struct:_glxapi_table
/external/mesa3d/src/mesa/drivers/x11/
H A Drealglx.c57 glx.GetConfig = _real_glXGetConfig;
H A Dglxapi.h70 int (*GetConfig)(Display *dpy, XVisualInfo *visinfo, int attrib, int *value); member in struct:_glxapi_table

Completed in 754 milliseconds

12