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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMConfiguration.cpp 57 v8::Local<v8::FunctionTemplate> getter;
62 v8::Local<v8::FunctionTemplate> setter;
88 v8::Local<v8::FunctionTemplate> functionTemplate = v8::FunctionTemplate::New(isolate, callback, v8Undefined(), signature, callbacks[i].length);
94 v8::Local<v8::Signature> V8DOMConfiguration::installDOMClassTemplate(v8::Handle<v8::FunctionTemplate> functionDescriptor, const char* interfaceName, v8::Handle<v8::FunctionTemplate> parentClass, size_t fieldCount,
101 v8::Local<v8::ObjectTemplate> instanceTemplate = functionDescriptor->InstanceTemplate();
108 v8::Local<v8::ObjectTemplate> prototype = functionDescriptor->PrototypeTemplate();
112 v8::Local<v8::Signature> defaultSignature = v8::Signature::New(isolate, functionDescriptor);
125 v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(wrapperTypeInfo);
V8WindowShell.h 60 v8::Local<v8::Context> context() const { return m_scriptState ? m_scriptState->context() : v8::Local<v8::Context>(); }
WorkerScriptController.h 98 v8::Local<v8::Context> context() { return m_scriptState ? m_scriptState->context() : v8::Local<v8::Context>(); }
ScriptDebugServer.cpp 68 v8::Local<v8::Value> ScriptDebugServer::callDebuggerMethod(const char* functionName, int argc, v8::Handle<v8::Value> argv[])
71 v8::Handle<v8::Function> function = v8::Local<v8::Function>::Cast(debuggerScript->Get(v8AtomicString(m_isolate, functionName)));
91 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
94 v8::Local<v8::Object> info = v8::Object::New(m_isolate);
101 v8::Handle<v8::Function> setBreakpointFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.newLocal(m_isolate)->Get(v8AtomicString(m_isolate, "setBreakpoint")));
113 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
116 v8::Local<v8::Object> info = v8::Object::New(m_isolate);
119 v8::Handle<v8::Function> removeBreakpointFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.newLocal(m_isolate)->Get(v8AtomicString(m_isolate, "removeBreakpoint")));
127 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
130 v8::Handle<v8::Function> clearBreakpoints = v8::Local<v8::Function>::Cast(m_debuggerScript.newLocal(m_isolate)->Get(v8AtomicString(m_isolate, "clearBrea (…)
    [all...]
V8Binding.h 87 return index >= info.Length() ? v8::Local<v8::Value>() : info[index];
363 struct V8ValueTraits<v8::Local<v8::Value> > {
364 static inline v8::Handle<v8::Value> toV8Value(const v8::Local<v8::Value>& value, v8::Handle<v8::Object>, v8::Isolate*)
373 v8::Local<v8::Array> result = v8::Array::New(isolate, iterator.size());
385 v8::Local<v8::Array> result = v8::Array::New(isolate, iterator.size());
397 v8::Local<v8::Array> result = v8::Array::New(isolate, iterator.size());
408 v8::Local<v8::Array> result = v8::Array::New(isolate, iterator.size());
523 inline float toFloat(v8::Local<v8::Value> value)
606 Vector<RefPtr<T> > toRefPtrNativeArrayUnchecked(v8::Local<v8::Value> v8Value, uint32_t length, v8::Isolate* isolate, bool* success = 0)
610 v8::Local<v8::Object> object = v8::Local<v8::Object>::Cast(v8Value)
    [all...]
ScriptController.cpp 140 v8::Local<v8::Value> ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> info[])
147 v8::Local<v8::Value> ScriptController::callFunction(ExecutionContext* context, v8::Handle<v8::Function> function, v8::Handle<v8::Value> receiver, int argc, v8::Handle<v8::Value> info[], v8::Isolate* isolate)
161 v8::Local<v8::Value> result = V8ScriptRunner::callFunction(function, context, receiver, argc, info, isolate);
167 v8::Local<v8::Value> ScriptController::executeScriptAndReturnValue(v8::Handle<v8::Context> context, const ScriptSourceCode& source, AccessControlStatus corsStatus)
174 v8::Local<v8::Value> result;
279 v8::Local<v8::Context> v8Context = m_windowShell->context();
319 v8::Local<v8::Object> wrapper = createV8ObjectForNPObject(npObject, 0, m_isolate);
447 v8::Local<v8::Context> context = m_windowShell->context();
517 v8::Local<v8::Value> result = evaluateScriptInMainWorld(ScriptSourceCode(decodedURL.substring(javascriptSchemeLength)), NotSharableCrossOrigin, DoNotExecuteScriptWhenScriptsDisabled);
554 v8::Local<v8::Value> ScriptController::executeScriptInMainWorldAndReturnValue(const ScriptSourceCode& source (…)
    [all...]
IDBBindingUtilitiesTest.cpp 105 v8::Local<v8::Object> object = v8::Object::New(isolate);
117 v8::Local<v8::Object> object = v8::Object::New(isolate);
129 v8::Local<v8::Object> object = v8::Object::New(isolate);
130 v8::Local<v8::Object> subProperty = v8::Object::New(isolate);
146 v8::Local<v8::Object> object = v8::Object::New(isolate);
159 v8::Local<v8::Object> object = v8::Object::New(isolate);
160 v8::Local<v8::Object> subProperty = v8::Object::New(isolate);
WorkerScriptDebugServer.cpp 62 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
65 v8::Local<v8::Object> debuggerScript = m_debuggerScript.newLocal(m_isolate);
68 v8::Handle<v8::Function> getScriptsFunction = v8::Local<v8::Function>::Cast(debuggerScript->Get(v8AtomicString(m_isolate, "getWorkerScripts")));
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
Global.h 43 Local<Context> getContext() {
44 return Local<Context>::New(fIsolate, fContext);
  /external/clang/tools/libclang/
CIndexer.h 46 /// \brief Whether we only want to see "local" declarations (that did not
50 void setOnlyLocalDecls(bool Local = true) { OnlyLocalDecls = Local; }
  /external/skia/experimental/SkV8Example/
Global.h 43 Local<Context> getContext() {
44 return Local<Context>::New(fIsolate, fContext);
  /external/chromium_org/v8/test/mjsunit/
arguments-apply.js 49 function Local() {
54 assertEquals(0, Local().length);
55 assertEquals(1, Local(1).length);
56 assertEquals(2, Local(2)[0]);
57 assertEquals(2, Local(3, 4).length);
58 assertEquals(3, Local(3, 4)[0]);
59 assertEquals(4, Local(3, 4)[1]);
  /external/oprofile/events/x86-64/family10/
unit_masks 144 0xa1 Requests Local I/O to Local I/O
145 0xa2 Requests Local I/O to Local Memory
146 0xa3 Requests Local I/O to Local (I/O or Mem)
147 0xa4 Requests Local CPU to Local I/O
148 0xa5 Requests Local (CPU or I/O) to Local I/
    [all...]
  /external/chromium_org/content/renderer/
v8_value_converter_impl_unittest.cc 145 v8::Local<v8::Context> context =
146 v8::Local<v8::Context>::New(isolate_, context_);
221 v8::Local<v8::Context> context =
222 v8::Local<v8::Context>::New(isolate_, context_);
271 v8::Local<v8::Context> context =
272 v8::Local<v8::Context>::New(isolate_, context_);
285 v8::Local<v8::Context> context =
286 v8::Local<v8::Context>::New(isolate_, context_);
327 v8::Local<v8::Context> context =
328 v8::Local<v8::Context>::New(isolate_, context_)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 119 *v8::Local<v8::Function>::Cast(
357 v8::Local<v8::String> name1 = v8::String::NewFromUtf8(env->GetIsolate(), "1");
366 v8::Local<v8::String> name2 = v8::String::NewFromUtf8(env->GetIsolate(), "2");
372 v8::Local<v8::String> name3 = v8::String::NewFromUtf8(env->GetIsolate(), "3");
394 v8::Local<v8::String> profile_name =
407 v8::Local<v8::String> profile_name =
548 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
556 RunProfiler(env.local(), function, args, ARRAY_SIZE(args), 200);
626 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast
    [all...]
  /external/chromium_org/extensions/renderer/
activity_log_converter_strategy.cc 32 v8::Local<v8::Value> SafeGetProperty(v8::Isolate* isolate,
38 v8::Local<v8::String> key_string = v8::String::NewFromUtf8(isolate, key);
39 v8::Local<v8::Value> value = object->Get(key_string);
42 return v8::Local<v8::Value>();
71 v8::Local<v8::Value> child_value =
126 v8::Local<v8::String> name = v8::String::NewFromUtf8(isolate, "[");
130 v8::Local<v8::Value> fname =
module_system.h 87 v8::Local<v8::Value> CallModuleMethod(const std::string& module_name,
89 v8::Local<v8::Value> CallModuleMethod(
93 v8::Local<v8::Value> CallModuleMethod(const std::string& module_name,
150 static void LazyFieldGetter(v8::Local<v8::String> property,
155 v8::Local<v8::String> property,
165 v8::Local<v8::Value> RequireForJsInner(v8::Handle<v8::String> module_name);
172 v8::Local<v8::String> property,
utils_native_handler.cc 32 v8::Local<v8::Object> cls = args[1].As<v8::Object>();
34 v8::Local<v8::Value> superclass = args[2];
75 v8::Local<v8::Value> result;
  /external/chromium_org/gin/
object_template_builder.cc 50 void NamedPropertyGetter(v8::Local<v8::String> property,
62 void NamedPropertySetter(v8::Local<v8::String> property,
63 v8::Local<v8::Value> value,
75 void NamedPropertyQuery(v8::Local<v8::String> property,
110 v8::Local<v8::Value> value,
173 v8::Local<v8::ObjectTemplate> ObjectTemplateBuilder::Build() {
174 v8::Local<v8::ObjectTemplate> result = template_;
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 104 v8::Local<v8::ObjectTemplate> objTemp = v8::Local<v8::ObjectTemplate>::New(isolate, pObjDef->m_objTemplate);
124 v8::Local<v8::ObjectTemplate> objTemp = v8::Local<v8::ObjectTemplate>::New(isolate, pObjDef->m_objTemplate);
141 v8::Local<v8::ObjectTemplate> objTemp = v8::Local<v8::ObjectTemplate>::New(isolate, pObjDef->m_objTemplate);
161 v8::Local<v8::ObjectTemplate> objTemp = v8::Local<v8::ObjectTemplate>::New(isolate, pObjDef->m_objTemplate);
194 v8::Local<v8::FunctionTemplate> funTempl = v8::FunctionTemplate::New(isolate, pMethodCall);
195 v8::Local<v8::ObjectTemplate> objTemp
    [all...]
  /external/chromium_org/v8/src/
api.cc 548 Local<Value> V8::GetEternal(Isolate* v8_isolate, int index) {
685 v8::Local<v8::Value> Context::SlowGetEmbedderData(int index) {
688 if (data.is_null()) return Local<Value>();
831 v8::Local<v8::String> name,
832 v8::Local<FunctionTemplate> getter,
833 v8::Local<FunctionTemplate> setter,
861 Local<ObjectTemplate> FunctionTemplate::PrototypeTemplate() {
882 static Local<FunctionTemplate> FunctionTemplateNew(
915 Local<FunctionTemplate> FunctionTemplate::New(
930 Local<Signature> Signature::New(Isolate* isolate
    [all...]
accessors.h 44 v8::Local<v8::String> name, \
47 v8::Local<v8::String> name, \
48 v8::Local<v8::Value> value, \
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h 71 static void {{attribute.name}}AttributeSetterCustom(v8::Local<v8::Value>, const v8::PropertyCallbackInfo<void>&);
80 static void indexedPropertySetterCustom(uint32_t, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
86 static void namedPropertyGetterCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>&);
89 static void namedPropertySetterCustom(v8::Local<v8::String>, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
93 static void namedPropertyQueryCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Integer>&);
96 static void namedPropertyDeleterCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Boolean>&);
150 static bool namedSecurityCheckCustom(v8::Local<v8::Object> host, v8::Local<v8::Value> key, v8::AccessType, v8::Local<v8::Value> data)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8FileCustom.cpp 58 length = v8::Local<v8::Array>::Cast(info[0])->Length();
88 v8::Local<v8::Object> blobParts = v8::Local<v8::Object>::Cast(info[0]);
V8SQLTransactionCustom.cpp 69 v8::Local<v8::Object> sqlArgsObject = info[1]->ToObject();
70 TONATIVE_VOID(v8::Local<v8::Value>, length, sqlArgsObject->Get(v8AtomicString(info.GetIsolate(), "length")));
79 TONATIVE_VOID(v8::Local<v8::Value>, value, sqlArgsObject->Get(key));

Completed in 913 milliseconds

1 2 3 4 56 7 8 91011>>