/external/chromium_org/components/policy/core/common/cloud/ |
user_policy_request_context.cc | 31 if (!context_.get()) { 33 context_.reset(new net::URLRequestContext()); 39 context_->CopyFrom(user_context); 48 // context_->set_host_resolver(system_context->host_resolver()); 49 // context_->set_proxy_service(system_context->proxy_service()); 52 context_->set_http_user_agent_settings(&http_user_agent_settings_); 54 return context_.get();
|
/external/chromium_org/content/browser/dom_storage/ |
dom_storage_session.cc | 38 : context_(context), 45 context_, namespace_id_, persistent_namespace_id_)); 50 : context_(context), 57 context_, namespace_id_, persistent_namespace_id_)); 62 : context_(master_dom_storage_session->context_), 63 namespace_id_(master_dom_storage_session->context_->AllocateSessionId()), 67 context_->task_runner()->PostTask( 70 context_, 85 return context_.get() == context [all...] |
/external/chromium_org/ppapi/examples/gles2_spinning_cube/ |
gles2_spinning_cube.cc | 51 pp::Graphics3D* context_; member in class:__anon14051::DemoInstance 60 context_(NULL) {} 64 delete context_; 85 delete context_; 86 context_ = NULL; 95 if (context_) { 96 context_->ResizeBuffers(plugin_size_.width(), plugin_size_.height()); 112 context_ = new pp::Graphics3D(this, context_attributes); 113 assert(!context_->is_null()); 114 assert(BindGraphics(*context_)); [all...] |
/external/chromium_org/ui/gl/ |
gl_context_egl.cc | 29 context_(NULL), 38 DCHECK(!context_); 65 context_ = eglCreateContext( 71 if (!context_) { 81 if (context_) { 82 if (!eglDestroyContext(display_, context_)) { 87 context_ = NULL; 92 DCHECK(context_); 98 "context", context_, 109 context_)) { [all...] |
gl_context_glx.cc | 24 context_(NULL), 48 context_ = glXCreateContextAttribsARB( 54 if (!context_) { 61 context_ = glXCreateNewContext( 67 if (!context_) { 72 DCHECK(context_); 81 static_cast<GLXContext>(context_)) 89 if (context_) { 91 static_cast<GLXContext>(context_)); 92 context_ = NULL [all...] |
/external/chromium_org/components/usb_service/ |
usb_context.cc | 29 libusb_context* context_; member in class:usb_service::UsbContext::UsbEventHandler 37 context_(context), 49 libusb_interrupt_handle_event(context_); 60 const int rv = libusb_handle_events(context_); 68 UsbContext::UsbContext(PlatformUsbContext context) : context_(context) { 70 event_handler_ = new UsbEventHandler(context_); 78 libusb_exit(context_);
|
usb_context.h | 27 PlatformUsbContext context() const { return context_; } 38 PlatformUsbContext context_; member in class:usb_service::UsbContext
|
/external/chromium_org/ppapi/examples/gles2/ |
gles2.cc | 30 // Assert |context_| isn't holding any GL Errors. Done as a macro instead of a 33 assert(!gles2_if_->GetError(context_->pp_resource())); 49 // TODO(jamesr): What's the state of context_? Should we delete the old one 52 delete context_; 53 context_ = NULL; 81 pp::Graphics3D* context_; member in class:__anon14050::GLES2DemoInstance 89 context_(NULL), 97 delete context_; 125 if (context_) { 126 context_->ResizeBuffers(plugin_size_.width(), plugin_size_.height()) [all...] |
/external/chromium_org/content/public/test/ |
mock_blob_url_request_context.cc | 34 context_(request_context.blob_storage_context()) { 35 DCHECK(context_); 40 handle_ = context_->AddFinishedBlob(blob_data); 47 return context_->GetBlobDataFromUUID(blob_id_);
|
/external/chromium_org/gin/test/ |
v8_test.cc | 25 context_.Reset(instance_->isolate(), Context::New(instance_->isolate())); 26 Local<Context>::New(instance_->isolate(), context_)->Enter(); 32 Local<Context>::New(instance_->isolate(), context_)->Exit(); 33 context_.Reset();
|
/external/chromium_org/gpu/command_buffer/service/ |
gpu_service_test.cc | 33 context_ = new gfx::GLContextStubWithExtensions; 34 context_->AddExtensionsString(gl_extensions); 35 context_->SetGLVersionString(gl_version); 36 gfx::GLSurface::InitializeDynamicMockBindingsForTests(context_);
|
/external/chromium_org/mojo/services/network/ |
network_service_impl.h | 24 NetworkContext* context_; member in class:mojo::NetworkServiceImpl
|
/external/chromium_org/ui/gfx/ |
scoped_ui_graphics_push_context_ios.h | 20 CGContextRef context_; member in class:gfx::ScopedUIGraphicsPushContext
|
/external/chromium_org/chrome/renderer/extensions/ |
utils_unittest.cc | 44 context_->module_system()); 119 context_->module_system()->Require("test");
|
/external/chromium_org/content/child/service_worker/ |
service_worker_network_provider.h | 43 ServiceWorkerProviderContext* context() { return context_.get(); } 52 scoped_refptr<ServiceWorkerProviderContext> context_; member in class:content::ServiceWorkerNetworkProvider
|
web_service_worker_provider_impl.cc | 27 context_(context), 50 if (context_->waiting_handle_id() != kInvalidServiceWorkerHandleId) { 52 GetDispatcher()->GetServiceWorker(context_->waiting()->info(), false)); 55 if (context_->current_handle_id() != kInvalidServiceWorkerHandleId) { 57 GetDispatcher()->GetServiceWorker(context_->current()->info(), false));
|
/external/chromium_org/printing/ |
pdf_metafile_cg_mac.cc | 73 DCHECK(!context_.get()); 88 context_.reset(CGPDFContextCreate(pdf_consumer, NULL, NULL)); 89 if (!context_.get()) { 99 DCHECK(!context_.get()); 123 DCHECK(context_.get()); 130 CGContextBeginPage(context_, &bounds); 132 CGContextSaveGState(context_); 135 CGContextTranslateCTM(context_, content_area.x(), -content_area.y()); 138 CGContextTranslateCTM(context_, 0, height); 139 CGContextScaleCTM(context_, scale_factor, -scale_factor) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/xmllite/ |
xmlparser.cc | 81 context_.Reset(); 96 if (context_.RaisedError() != XML_ERROR_NONE) 99 context_.StartElement(); 103 context_.StartNamespace("", *(att + 1)); 108 context_.RaiseError(XML_ERROR_SYNTAX); 111 context_.StartNamespace((*att) + 6, *(att + 1)); 115 context_.SetPosition(XML_GetCurrentLineNumber(expat_), 118 pxph_->StartElement(&context_, name, atts); 123 if (context_.RaisedError() != XML_ERROR_NONE) 125 context_.EndElement() [all...] |
/external/chromium_org/content/browser/service_worker/ |
service_worker_provider_host_unittest.cc | 26 context_.reset( 37 scope_, script_url_, 1L, context_->AsWeakPtr()); 40 1L, context_->AsWeakPtr()); 45 context_->AsWeakPtr(), NULL)); 48 context_->AsWeakPtr(), NULL)); 51 context_->AsWeakPtr(), NULL)); 55 context_->AddProviderHost(make_scoped_ptr(host1.release())); 56 context_->AddProviderHost(make_scoped_ptr(host2.release())); 57 context_->AddProviderHost(make_scoped_ptr(host3.release())); 63 context_.reset() 67 scoped_ptr<ServiceWorkerContextCore> context_; member in class:content::ServiceWorkerProviderHostTest 191 scoped_ptr<ServiceWorkerContextCore> context_; member in class:content::ServiceWorkerProviderHostWaitingVersionTest [all...] |
service_worker_registration.cc | 22 context_(context) { 24 DCHECK(context_); 25 context_->AddLiveRegistration(this); 30 if (context_) 31 context_->RemoveLiveRegistration(registration_id_);
|
/external/chromium_org/content/common/gpu/client/ |
gl_helper_benchmark.cc | 62 context_ = webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl:: 64 context_->makeContextCurrent(); 67 new content::GLHelper(context_->GetGLInterface(), 68 context_->GetContextSupport())); 70 context_->GetGLInterface(), 77 context_.reset(NULL); 111 context_; member in class:content::GLHelperTest 136 WebGLId src_texture = context_->createTexture(); 137 WebGLId dst_texture = context_->createTexture(); 138 WebGLId framebuffer = context_->createFramebuffer() [all...] |
/external/chromium_org/components/cronet/android/ |
url_request_peer.cc | 33 context_ = context; 61 VLOG(context_->logging_level()) << "AppendChunk, len: " << bytes_len 64 context_->GetNetworkTaskRunner()->PostTask( 83 context_->GetNetworkTaskRunner()->PostTask( 103 VLOG(context_->logging_level()) 107 url_, net::DEFAULT_PRIORITY, this, context_->GetURLRequestContext()); 117 user_agent = context_->GetUserAgent(url_); 121 user_agent.insert(pos, context_->version()); 127 VLOG(context_->logging_level()) << "User agent: " << user_agent; 147 context_->GetNetworkTaskRunner()->PostTask [all...] |
/external/chromium_org/ppapi/examples/video_decode/ |
video_decode_dev.cc | 36 // Assert |context_| isn't holding any GL Errors. Done as a macro instead of a 39 assert(!gles2_if_->GetError(context_->pp_resource())); 70 // particular need to delete context_ and re-create textures. 186 pp::Graphics3D* context_; member in class:__anon14062::VideoDecodeDemoInstance 229 context_(NULL) { 240 gles2_if_->DeleteProgram(context_->pp_resource(), shader_2d_.program); 243 context_->pp_resource(), shader_rectangle_arb_.program); 251 delete context_; 274 this, *context_, PP_VIDEODECODER_H264PROFILE_MAIN)); 431 gles2_if_->UseProgram(context_->pp_resource(), shader_2d_.program) [all...] |
/external/chromium_org/content/browser/renderer_host/ |
image_transport_factory_android.cc | 47 scoped_ptr<WebGraphicsContext3DCommandBufferImpl> context_; member in class:content::__anon11613::CmdBufferImageTransportFactory 77 context_.reset( 85 context_->setContextLostCallback(context_lost_listener_.get()); 86 if (context_->makeContextCurrent()) 87 context_->pushGroupMarkerEXT( 89 context_.get()).c_str()); 93 context_->setContextLostCallback(NULL); 98 gl_helper_.reset(new GLHelper(context_->GetImplementation(), 99 context_->GetContextSupport()));
|
/external/chromium_org/mojo/system/ |
waiter_test_utils.cc | 14 context_(context) { 17 *context_ = 23489023; // "Random". 25 *result_ = waiter_.Wait(MOJO_DEADLINE_INDEFINITE, context_); 39 context_(context), 55 *result_out_ = dispatcher_->AddWaiter(&waiter_, handle_signals_, context_);
|