Searched defs:GetExtensions (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/chrome/browser/profile_resetter/
H A Dbrandcoded_default_settings.cc63 bool BrandcodedDefaultSettings::GetExtensions( function in class:BrandcodedDefaultSettings
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
H A Dfile_metadata_handler.cc37 base::Bind(&FileMetadataHandler::GetExtensions,
65 void FileMetadataHandler::GetExtensions(const base::ListValue* args) { function in class:syncfs_internals::FileMetadataHandler
/external/chromium_org/ui/gl/
H A Dgl_context_stub.cc38 std::string GLContextStub::GetExtensions() { function in class:gfx::GLContextStub
H A Dgl_context_wgl.cc26 std::string GLContextWGL::GetExtensions() { function in class:gfx::GLContextWGL
34 return GLContext::GetExtensions() + " " + extensions;
36 return GLContext::GetExtensions();
H A Dgl_context_android.cc37 virtual std::string GetExtensions() OVERRIDE;
63 std::string GLNonOwnedContext::GetExtensions() { function in class:gfx::__anon15287::GLNonOwnedContext
66 return GLContext::GetExtensions();
68 return GLContext::GetExtensions() + " " + extensions;
H A Dgl_context_egl.cc182 std::string GLContextEGL::GetExtensions() { function in class:gfx::GLContextEGL
186 return GLContext::GetExtensions();
188 return GLContext::GetExtensions() + " " + extensions;
H A Dgl_context.cc55 std::string GLContext::GetExtensions() { function in class:gfx::GLContext
62 std::string extensions = GetExtensions();
H A Dgl_context_glx.cc200 std::string GLContextGLX::GetExtensions() { function in class:gfx::GLContextGLX
204 return GLContext::GetExtensions() + " " + extensions;
207 return GLContext::GetExtensions();
H A Dgl_surface_win.cc36 virtual std::string GetExtensions() OVERRIDE;
174 std::string NativeViewGLSurfaceOSMesa::GetExtensions() { function in class:gfx::NativeViewGLSurfaceOSMesa
175 std::string extensions = gfx::GLSurfaceOSMesa::GetExtensions();
H A Dgl_surface_x11.cc39 virtual std::string GetExtensions() OVERRIDE;
218 std::string NativeViewGLSurfaceOSMesa::GetExtensions() { function in class:gfx::NativeViewGLSurfaceOSMesa
219 std::string extensions = gfx::GLSurfaceOSMesa::GetExtensions();
H A Dgl_surface.cc96 std::string GLSurface::GetExtensions() { function in class:gfx::GLSurface
101 std::string extensions = GetExtensions();
213 std::string GLSurfaceAdapter::GetExtensions() { function in class:gfx::GLSurfaceAdapter
214 return surface_->GetExtensions();
/external/chromium_org/gpu/command_buffer/service/
H A Dgl_context_virtual.cc89 std::string GLContextVirtual::GetExtensions() { function in class:gpu::GLContextVirtual
90 return shared_context_->GetExtensions();
/external/chromium_org/ppapi/cpp/
H A Dwebsocket.cc118 Var WebSocket::GetExtensions() { function in class:pp::WebSocket
123 get_interface<PPB_WebSocket_1_0>()->GetExtensions(pp_resource()));
/external/chromium_org/ppapi/thunk/
H A Dppb_websocket_thunk.cc113 struct PP_Var GetExtensions(PP_Resource web_socket) { function in namespace:ppapi::thunk::__anon10372
114 VLOG(4) << "PPB_WebSocket::GetExtensions()";
118 return enter.object()->GetExtensions();
156 &GetExtensions,
/external/chromium_org/chrome/browser/extensions/
H A Ddev_mode_bubble_controller.cc127 std::vector<string16> DevModeBubbleController::GetExtensions() { function in class:extensions::DevModeBubbleController
H A Dsuspicious_extension_bubble_controller.cc139 SuspiciousExtensionBubbleController::GetExtensions() { function in class:extensions::SuspiciousExtensionBubbleController
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_android.cc45 virtual std::string GetExtensions() OVERRIDE;
108 std::string ImageTransportSurfaceAndroid::GetExtensions() { function in class:content::__anon8346::ImageTransportSurfaceAndroid
109 std::string extensions = gfx::GLSurface::GetExtensions();
H A Dimage_transport_surface_win.cc41 virtual std::string GetExtensions() OVERRIDE;
189 std::string PbufferImageTransportSurface::GetExtensions() { function in class:content::__anon8348::PbufferImageTransportSurface
190 std::string extensions = gfx::GLSurface::GetExtensions();
H A Dtexture_image_transport_surface.cc274 std::string TextureImageTransportSurface::GetExtensions() { function in class:content::TextureImageTransportSurface
275 std::string extensions = gfx::GLSurface::GetExtensions();
/external/chromium_org/ppapi/utility/websocket/
H A Dwebsocket_api.cc131 Var WebSocketAPI::GetExtensions() { function in class:pp::WebSocketAPI
132 return impl_->GetExtensions();
/external/chromium_org/net/websockets/
H A Dwebsocket_basic_stream.cc181 std::string WebSocketBasicStream::GetExtensions() const { return extensions_; } function in class:net::WebSocketBasicStream
H A Dwebsocket_deflate_stream.cc85 std::string WebSocketDeflateStream::GetExtensions() const { function in class:net::WebSocketDeflateStream
86 return stream_->GetExtensions();
/external/chromium_org/ppapi/c/
H A Dppb_websocket.h388 * GetExtensions() returns the extensions selected by the server for the
398 struct PP_Var (*GetExtensions)(PP_Resource web_socket); member in struct:PPB_WebSocket_1_0
/external/chromium_org/ppapi/proxy/
H A Dwebsocket_resource.cc311 PP_Var WebSocketResource::GetExtensions() { function in class:ppapi::proxy::WebSocketResource
/external/chromium/chrome/common/net/
H A Dx509_certificate_model_openssl.cc188 void GetExtensions( function in namespace:x509_certificate_model

Completed in 3835 milliseconds

12