Searched defs:context_ (Results 226 - 250 of 312) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/service_worker/
H A Dembedded_worker_instance.h178 base::WeakPtr<ServiceWorkerContextCore> context_; member in class:content::EmbeddedWorkerInstance
H A Dservice_worker_storage.h374 base::WeakPtr<ServiceWorkerContextCore> context_; member in class:content::ServiceWorkerStorage
/external/chromium_org/content/renderer/pepper/
H A Dv8_var_converter_unittest.cc179 context_.Reset(isolate_, v8::Context::New(isolate_, NULL, global));
182 context_.Reset();
205 v8::Local<v8::Context>::New(isolate_, context_);
230 v8::Persistent<v8::Context> context_; member in class:content::__anon7818::V8VarConverterTest
331 v8::Local<v8::Context>::New(isolate_, context_);
400 v8::Local<v8::Context>::New(isolate_, context_);
422 object, v8::Local<v8::Context>::New(isolate_, context_), &actual));
/external/chromium_org/content/renderer/
H A Dv8_value_converter_impl_unittest.cc57 context_.Reset(isolate_, v8::Context::New(isolate_, NULL, global));
61 context_.Reset();
146 v8::Local<v8::Context>::New(isolate_, context_);
195 v8::Persistent<v8::Context> context_; member in class:content::V8ValueConverterImplTest
222 v8::Local<v8::Context>::New(isolate_, context_);
272 v8::Local<v8::Context>::New(isolate_, context_);
286 v8::Local<v8::Context>::New(isolate_, context_);
328 v8::Local<v8::Context>::New(isolate_, context_);
368 v8::Local<v8::Context>::New(isolate_, context_);
404 v8::Local<v8::Context>::New(isolate_, context_);
[all...]
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.h149 blink::WebGraphicsContext3D* context_; member in class:content::TestPlugin
/external/chromium_org/gpu/command_buffer/service/
H A Din_process_command_buffer.h233 scoped_refptr<gfx::GLContext> context_; member in class:gpu::InProcessCommandBuffer
H A Dmailbox_manager_unittest.cc206 context_ = new gfx::GLContextStub();
208 context_->MakeCurrent(surface_.get());
268 context_->ReleaseCurrent(NULL);
273 scoped_refptr<gfx::GLContext> context_; member in class:gpu::gles2::MailboxManagerSyncTest
/external/chromium_org/media/cast/receiver/
H A Dvideo_decoder.cc105 if (vpx_codec_dec_init(&context_,
119 CHECK_EQ(VPX_CODEC_OK, vpx_codec_destroy(&context_));
123 if (len <= 0 || vpx_codec_decode(&context_,
132 vpx_image_t* const image = vpx_codec_get_frame(&context_, &iter);
139 DCHECK(vpx_codec_get_frame(&context_, &iter) == NULL)
166 vpx_codec_ctx_t context_; member in class:media::cast::VideoDecoder::Vp8Impl
/external/chromium_org/mojo/shell/
H A Ddynamic_application_loader.cc41 context_(context),
63 runner_ = runner_factory_->Create(context_);
74 Context* context_; member in class:mojo::shell::DynamicApplicationLoader::Loader
170 context_->task_runners()->blocking_pool(),
184 : context_(context),
209 resolved_url = context_->mojo_url_resolver()->Resolve(url);
216 context_,
224 context_->application_manager()->ConnectToService(
230 context_,
/external/chromium_org/native_client_sdk/src/examples/api/graphics_2d/
H A Dgraphics_2d.cc118 context_ = pp::Graphics2D(this, new_size, kIsAlwaysOpaque);
121 context_.SetScale(1.0f / device_scale_);
122 if (!BindGraphics(context_)) {
124 context_ = pp::Graphics2D();
241 context_.ReplaceContents(&image_data);
245 if (context_.is_null()) {
249 flush_context_ = context_;
256 // the callback is called, even if context_ changes before the flush
258 flush_context_ = context_;
259 context_
264 pp::Graphics2D context_; member in class:Graphics2DInstance
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Dfile_win.cc21 return &context_.overlapped;
24 base::MessageLoopForIO::IOContext context_; member in struct:__anon9153::MyOverlapped
29 COMPILE_ASSERT(!offsetof(MyOverlapped, context_), starts_with_overlapped);
62 context_.handler = g_completion_handler.Pointer();
63 context_.overlapped.Offset = static_cast<DWORD>(offset);
/external/chromium_org/net/url_request/
H A Durl_request_file_job_unittest.cc163 TestURLRequestContext context_; member in class:net::__anon9794::URLRequestFileJobEventsTest
176 context_.set_job_factory(&factory);
178 scoped_ptr<URLRequest> request(context_.CreateRequest(
H A Durl_request_ftp_job_unittest.cc129 req_(context_.CreateRequest(GURL("ftp://ftp.example.com"),
133 context_.set_proxy_service(&proxy_service_);
134 context_.set_http_transaction_factory(&network_layer_);
141 TestURLRequestContext context_; member in class:net::__anon9797::URLRequestFtpJobPriorityTest
/external/chromium_org/ppapi/examples/compositor/
H A Dcompositor.cc44 // Assert |context_| isn't holding any GL Errors. Done as a macro instead of a
83 pp::Graphics3D* context_; member in class:__anon10054::DemoInstance
107 context_(NULL),
119 delete context_;
153 delete context_;
154 context_ = NULL;
162 if (context_)
177 context_ = new pp::Graphics3D(this, context_attributes);
178 assert(!context_->is_null());
181 glSetCurrentContextPPAPI(context_
[all...]
/external/chromium_org/sync/internal_api/public/
H A Dhttp_bridge.h104 scoped_ptr<RequestContext> context_; member in class:syncer::HttpBridge::RequestContextGetter
/external/chromium_org/third_party/re2/re2/
H A Dbitstate.cc51 StringPiece context_; // greater context of text being searched member in class:re2::BitState
246 if (ip->empty() & ~Prog::EmptyFlags(context_, p))
298 context_ = context;
299 if (context_.begin() == NULL)
300 context_ = text;
301 if (prog_->anchor_start() && context_.begin() != text.begin())
303 if (prog_->anchor_end() && context_.end() != text.end())
/external/chromium_org/third_party/webrtc/base/
H A Ddbus.cc133 context_(context),
139 ASSERT(context_);
176 g_source_attach(idle_source_, context_);
233 g_main_context_push_thread_default(context_);
238 context_, NULL);
279 g_main_context_unref(context_);
280 context_ = NULL;
296 GMainContext *context_; member in class:rtc::DBusMonitor::DBusMonitoringThread
H A Dhttpclient.h182 scoped_ptr<HttpAuthContext> context_; member in class:rtc::HttpClient
H A Dsocketadapters.h138 HttpAuthContext * context_; member in class:rtc::AsyncHttpsProxySocket
/external/chromium_org/v8/test/cctest/
H A Dtest-lockers.cc64 context_(isolate, context) {}
73 v8::Local<v8::Context>::New(isolate_, context_);
84 v8::Local<v8::Context>::New(isolate_, context_);
95 Persistent<v8::Context> context_; member in class:KangarooThread
351 context_(isolate, context) {
359 v8::Local<v8::Context>::New(isolate_, context_);
365 Persistent<v8::Context> context_; member in class:LockIsolateAndCalculateFibSharedContextThread
541 context_(isolate, context) {
552 v8::Local<v8::Context>::New(isolate_, context_);
567 v8::Local<v8::Context>::New(isolate_, context_);
576 v8::Persistent<v8::Context> context_; member in class:LockUnlockLockThread
634 v8::Persistent<v8::Context> context_; member in class:LockUnlockLockDefaultIsolateThread
[all...]
/external/chromium_org/win8/test/
H A Dui_automation_client.cc128 base::WeakPtr<UIAutomationClient::Context> context_; member in class:win8::internal::UIAutomationClient::Context::EventHandler
141 context_ = context;
151 base::Bind(&UIAutomationClient::Context::HandleAutomationEvent, context_,
596 // context_ is still valid when the caller destroys the instance before the
602 context_));
610 DCHECK_EQ(context_.get(), static_cast<Context*>(NULL));
613 context_ = Context::Create();
619 context_,
/external/compiler-rt/lib/asan/
H A Dasan_thread.h70 u32 tid() { return context_->tid; }
71 AsanThreadContext *context() { return context_; }
72 void set_context(AsanThreadContext *context) { context_ = context; }
116 AsanThreadContext *context_; member in class:__asan::AsanThread
/external/regex-re2/re2/
H A Dbitstate.cc51 StringPiece context_; // greater context of text being searched member in class:re2::BitState
246 if (ip->empty() & ~Prog::EmptyFlags(context_, p))
298 context_ = context;
299 if (context_.begin() == NULL)
300 context_ = text;
301 if (prog_->anchor_start() && context_.begin() != text.begin())
303 if (prog_->anchor_end() && context_.end() != text.end())
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dad_injection_browsertest.cc101 content::BrowserContext* context_; member in class:extensions::__anon3622::ActivityLogObserver
115 context_(context),
119 ActivityLog::GetInstance(context_)->AddObserver(this);
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_protocol_unittest.cc96 context_.reset(new TestURLRequestContext(true));
102 context_->set_client_socket_factory(&mock_socket_factory_);
103 context_->set_proxy_service(proxy_service_.get());
104 context_->set_network_delegate(network_delegate_.get());
107 context_->set_http_user_agent_settings(&http_user_agent_settings_);
109 context_->Init();
190 scoped_ptr<URLRequest> r(context_->CreateRequest(
271 scoped_ptr<TestURLRequestContext> context_; member in class:data_reduction_proxy::DataReductionProxyProtocolTest
791 scoped_ptr<URLRequest> r(context_->CreateRequest(

Completed in 3442 milliseconds

1234567891011>>