HomeSort by relevance Sort by last modified time
    Searched refs:v8_context_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/extensions/renderer/
script_context.h 49 bool is_valid() const { return !v8_context_.IsEmpty(); }
52 return v8_context_.NewHandle(isolate());
154 ScopedPersistent<v8::Context> v8_context_; member in class:extensions::ScriptContext
script_context.cc 64 : v8_context_(v8_context),
98 v8_context_.reset();
246 converter->ToV8Value(&response, v8_context_.NewHandle(isolate())),
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 363 v8_context_.Reset();
373 v8::Local<v8::Context>::New(isolate_, v8_context_);
465 v8_context_.Reset(
469 v8::Local<v8::Context>::New(isolate_, v8_context_);
508 v8::Local<v8::Context>::New(isolate_, v8_context_);
702 v8::Persistent<v8::Context> v8_context_; member in class:net::ProxyResolverV8::Context
  /external/chromium_org/net/proxy/
proxy_resolver_v8.cc 358 v8_context_.Reset();
371 v8::Local<v8::Context>::New(isolate_, v8_context_);
470 v8_context_.Reset(
474 v8::Local<v8::Context>::New(isolate_, v8_context_);
512 v8::Local<v8::Context>::New(isolate_, v8_context_);
706 v8::Persistent<v8::Context> v8_context_; member in class:net::ProxyResolverV8::Context

Completed in 98 milliseconds