/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 {
|
dns_test_util.cc | 213 const DnsConfig* MockDnsClient::GetConfig() const {
|
/external/chromium_org/ui/gl/ |
gl_surface_glx.h | 41 virtual void* GetConfig() = 0; 64 virtual void* GetConfig() OVERRIDE; 127 virtual void* GetConfig() OVERRIDE;
|
gl_surface_egl.h | 56 virtual EGLConfig GetConfig() OVERRIDE; 94 virtual EGLConfig GetConfig() OVERRIDE; 122 virtual EGLConfig GetConfig() OVERRIDE;
|
gl_surface.h | 91 virtual void* GetConfig(); 147 virtual void* GetConfig() OVERRIDE;
|
gl_surface.cc | 139 void* GLSurface::GetConfig() { 249 void* GLSurfaceAdapter::GetConfig() { 250 return surface_->GetConfig();
|
gl_context_glx.cc | 64 static_cast<GLXFBConfig>(compatible_surface->GetConfig()), 77 static_cast<GLXFBConfig>(compatible_surface->GetConfig()),
|
gl_surface_egl.cc | 278 GetConfig(), 315 EGLConfig NativeViewGLSurfaceEGL::GetConfig() { 523 GetConfig(), 548 EGLConfig PbufferGLSurfaceEGL::GetConfig() { 630 EGLConfig SurfacelessEGL::GetConfig() {
|
gl_context_egl.cc | 52 config_ = compatible_surface->GetConfig();
|
/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; 172 void GetConfig(const GetConfigCallback& done);
|
daemon_controller_delegate_mac.h | 21 virtual scoped_ptr<base::DictionaryValue> GetConfig() OVERRIDE;
|
daemon_controller_delegate_win.h | 26 virtual scoped_ptr<base::DictionaryValue> GetConfig() OVERRIDE;
|
daemon_controller.cc | 40 void DaemonController::GetConfig(const GetConfigCallback& done) { 128 scoped_ptr<base::DictionaryValue> config = delegate_->GetConfig();
|
daemon_controller_delegate_win.cc | 170 scoped_ptr<base::DictionaryValue> DaemonControllerDelegateWin::GetConfig() { 178 hr = control_->GetConfig(host_config.Receive());
|
daemon_controller_delegate_linux.cc | 149 scoped_ptr<base::DictionaryValue> DaemonControllerDelegateLinux::GetConfig() {
|
/external/chromium_org/gpu/command_buffer/service/ |
gl_surface_mock.h | 32 MOCK_METHOD0(GetConfig, void*());
|
/external/chromium_org/remoting/host/win/ |
elevated_controller.h | 43 STDMETHOD(GetConfig)(BSTR* config_out);
|
/external/chromium_org/content/common/gpu/ |
texture_image_transport_surface.h | 47 virtual void* GetConfig() OVERRIDE;
|
texture_image_transport_surface.cc | 163 void* TextureImageTransportSurface::GetConfig() { 164 return surface_.get() ? surface_->GetConfig() : NULL;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
realglx.c | 57 glx.GetConfig = _real_glXGetConfig;
|
glxapi.h | 70 int (*GetConfig)(Display *dpy, XVisualInfo *visinfo, int attrib, int *value);
|
/external/mesa3d/src/mesa/drivers/x11/ |
realglx.c | 57 glx.GetConfig = _real_glXGetConfig;
|
glxapi.h | 70 int (*GetConfig)(Display *dpy, XVisualInfo *visinfo, int attrib, int *value);
|