Searched defs:GetConfig (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/remoting/host/setup/
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_linux.cc149 scoped_ptr<base::DictionaryValue> DaemonControllerDelegateLinux::GetConfig() { function in class:remoting::DaemonControllerDelegateLinux
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 Dme2me_native_messaging_host_unittest.cc142 virtual scoped_ptr<base::DictionaryValue> GetConfig() OVERRIDE;
167 scoped_ptr<base::DictionaryValue> MockDaemonControllerDelegate::GetConfig() { function in class:remoting::MockDaemonControllerDelegate
/external/chromium_org/content/common/gpu/
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/net/dns/
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.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.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_surface_glx.cc624 void* NativeViewGLSurfaceGLX::GetConfig() { function in class:gfx::NativeViewGLSurfaceGLX
792 void* PbufferGLSurfaceGLX::GetConfig() { function in class:gfx::PbufferGLSurfaceGLX
/external/chromium_org/remoting/host/win/
H A Delevated_controller.cc61 // The configuration keys whose values may be read by GetConfig().
310 STDMETHODIMP ElevatedController::GetConfig(BSTR* config_out) { function in class:remoting::ElevatedController
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
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 Dglxapi.h70 int (*GetConfig)(Display *dpy, XVisualInfo *visinfo, int attrib, int *value); member in struct:_glxapi_table

Completed in 186 milliseconds