HomeSort by relevance Sort by last modified time
    Searched refs:Local (Results 251 - 275 of 551) sorted by null

<<11121314151617181920>>

  /external/pdfium/fpdfsdk/src/javascript/
JS_Object.cpp 99 v8::Local<v8::Object> obj = data.GetValue();
105 v8::Local<v8::Context> context = pObject->CreationContext();
  /external/skia/platform_tools/android/examples/hello_skia_app/jni/
Android.mk 12 # Local filename of the skia shared object
  /external/chromium_org/chrome/renderer/extensions/
file_browser_handler_custom_bindings.cc 38 v8::Local<v8::Object> file_def = args[0]->ToObject();
  /external/chromium_org/components/nacl/renderer/
progress_event.cc 62 v8::Local<v8::Context> context(
  /external/chromium_org/extensions/renderer/
binding_generating_native_handler.cc 35 v8::Local<v8::Object> object = v8::Object::New(isolate);
runtime_custom_bindings.cc 162 v8::Local<v8::Array> v8_views = v8::Array::New(args.GetIsolate());
165 v8::Local<v8::Context> context =
168 v8::Local<v8::Value> window = context->Global();
script_context.cc 73 v8::Local<v8::Value> ScriptContext::CallFunction(
83 v8::Local<v8::Primitive>(v8::Undefined(isolate())));
90 v8::Local<v8::Value>(web_frame_->callFunctionEvenIfScriptDisabled(
user_script_scheduler.cc 219 v8::Local<v8::Value> script_value;
226 blink::WebVector<v8::Local<v8::Value> > results;
245 v8::Local<v8::Context> context = child_frame->mainWorldScriptContext();
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceConstructor.cpp 174 v8::Local<v8::Signature> defaultSignature;
175 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceConstructor", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceConstructor::internalFieldCount,
182 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
183 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceConstructor2.cpp 197 v8::Local<v8::Signature> defaultSignature;
198 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceConstructor2", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceConstructor2::internalFieldCount,
205 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
206 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
V8TestInterfaceDocument.cpp 54 v8::Local<v8::Signature> defaultSignature;
60 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate();
61 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.h 105 static bool extractTransferables(v8::Local<v8::Value>, int, MessagePortArray&, ArrayBufferArray&, ExceptionState&, v8::Isolate*);
DOMDataStore.h 67 static bool setReturnValueFromWrapperFast(v8::ReturnValue<v8::Value> returnValue, T* object, v8::Local<v8::Object> holder, Wrappable* wrappable)
193 static bool holderContainsWrapper(v8::Local<v8::Object>, void*)
198 static bool holderContainsWrapper(v8::Local<v8::Object> holder, ScriptWrappable* wrappable)
WorkerScriptController.cpp 141 v8::Local<v8::Object> jsWorkerGlobalScope = V8ObjectConstructor::newInstance(m_isolate, workerGlobalScopeConstructor);
173 v8::Local<v8::Value> result = V8ScriptRunner::runCompiledScript(compiledScript, &m_workerGlobalScope, m_isolate);
181 v8::Local<v8::Message> message = block.Message();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8SQLResultSetRowListCustom.cpp 66 v8::Local<v8::Object> item = v8::Object::New(info.GetIsolate());
  /external/chromium_org/v8/test/cctest/
test-mementos.cc 106 v8::Local<v8::Value> res = CompileRun(test_buf.start());
test-alloc.cc 110 v8::Local<v8::String> name,
119 v8::Local<v8::String> name,
120 v8::Local<v8::Value> value,
test-global-handles.cc 339 v8::Local<v8::Object> object = v8::Object::New(v8_isolate);
355 v8::Local<v8::Value> local; local
358 local = v8::Utils::ToLocal(eternal_handles->Get(indices[i]));
361 local = eternals[i].Get(v8_isolate);
363 v8::Local<v8::Object> object = v8::Handle<v8::Object>::Cast(local);
364 v8::Local<v8::Value> value = object->Get(i);
375 v8::Local<v8::Object> object = v8::Object::New(v8_isolate);
  /external/chromium_org/v8/test/mjsunit/compiler/
variables.js 47 // Context-allocated locals. Local function forces x into f3's context.
54 // Local function reads x from an outer context.
  /frameworks/compile/mclinker/lib/MC/
SymbolCategory.cpp 24 if (ResolveInfo::Local == pInfo.binding())
25 return Category::Local;
39 m_pLocal = new Category(Category::Local);
100 return add(pSymbol, Category::Local);
  /external/chromium_org/content/renderer/java/
gin_java_bridge_object.cc 83 v8::Local<v8::Value> GinJavaBridgeObject::GetNamedProperty(
90 return v8::Local<v8::Value>();
101 return v8::Local<v8::Value>();
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 58 template <class T> class Local;
97 // Frames may be rendered in process ('local') or out of process ('remote').
98 // A remote frame is always cross-site; a local frame may be either same-site or
101 // contains methods that are valid on both local and remote frames, such as
312 int extensionGroup, WebVector<v8::Local<v8::Value> >* results) = 0;
327 virtual v8::Local<v8::Context> mainWorldScriptContext() const = 0;
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
Global.cpp 138 // Create a local context from our global context.
139 Local<Context> context = gGlobal->getContext();
154 Local<Function> onTimeout =
155 Local<Function>::New(gGlobal->getIsolate(), gGlobal->fTimeouts[id]);
  /external/skia/experimental/SkV8Example/
Global.cpp 138 // Create a local context from our global context.
139 Local<Context> context = gGlobal->getContext();
154 Local<Function> onTimeout =
155 Local<Function>::New(gGlobal->getIsolate(), gGlobal->fTimeouts[id]);
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 114 if (pBinding == Local || pBinding == Absolute)
230 return ResolveInfo::Local;
255 // forced local symbol matches all rules:
258 // 3. The symbol should be global or weak. Otherwise, local symbol is local.
307 g_NullResolveInfo->setBinding(Local);

Completed in 1376 milliseconds

<<11121314151617181920>>