| /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
| V8SQLTransactionSyncCustom.cpp | 68 v8::Local<v8::Object> sqlArgsObject = info[1]->ToObject(); 69 TONATIVE_VOID(v8::Local<v8::Value>, length, sqlArgsObject->Get(v8AtomicString(info.GetIsolate(), "length"))); 78 TONATIVE_VOID(v8::Local<v8::Value>, value, sqlArgsObject->Get(key));
|
| V8BlobCustomHelpers.cpp | 70 bool ParsedProperties::parseBlobPropertyBag(v8::Local<v8::Value> propertyBag, const char* blobClassName, ExceptionState& exceptionState, v8::Isolate* isolate) 97 v8::Local<v8::Value> lastModified; 109 bool processBlobParts(v8::Local<v8::Object> blobParts, uint32_t blobPartsLength, bool normalizeLineEndingsToNative, BlobData& blobData, v8::Isolate* isolate) 112 v8::Local<v8::Value> item = blobParts->Get(v8::Uint32::New(isolate, i));
|
| /external/chromium_org/third_party/skia/experimental/SkV8Example/ |
| BaseContext.cpp | 161 void BaseContext::GetStyle(Local<String> name, 172 void BaseContext::SetStyle(Local<String> name, Local<Value> value, 175 Local<String> s = value->ToString(); 203 void BaseContext::GetFillStyle(Local<String> name, 209 void BaseContext::GetStrokeStyle(Local<String> name, 215 void BaseContext::SetFillStyle(Local<String> name, Local<Value> value, 221 void BaseContext::SetStrokeStyle(Local<String> name, Local<Value> value [all...] |
| /external/chromium_org/v8/test/mjsunit/harmony/ |
| debug-blockscopes.js | 110 if (scopes[i] == debug.ScopeType.Local || 143 // 'arguments' and might be exposed in the local and closure scope. Just 175 if (scope.scopeType() == debug.ScopeType.Local || 189 // Simple empty block scope in local scope. 190 BeginTest("Local block 1"); 199 CheckScopeChain([debug.ScopeType.Local, 207 // Simple empty block scope in local scope with a parameter. 208 BeginTest("Local 2"); 217 CheckScopeChain([debug.ScopeType.Local, 225 // Local scope with a parameter and a local variable [all...] |
| /external/skia/experimental/SkV8Example/ |
| BaseContext.cpp | 161 void BaseContext::GetStyle(Local<String> name, 172 void BaseContext::SetStyle(Local<String> name, Local<Value> value, 175 Local<String> s = value->ToString(); 203 void BaseContext::GetFillStyle(Local<String> name, 209 void BaseContext::GetStrokeStyle(Local<String> name, 215 void BaseContext::SetFillStyle(Local<String> name, Local<Value> value, 221 void BaseContext::SetStrokeStyle(Local<String> name, Local<Value> value [all...] |
| /external/chromium_org/v8/test/mjsunit/ |
| debug-scopes.js | 132 if (scopes[i] == debug.ScopeType.Local || 163 // 'arguments' and might be exposed in the local and closure scope. Just 195 if (scope.scopeType() == debug.ScopeType.Local || 209 // Simple empty local scope. 210 BeginTest("Local 1"); 217 CheckScopeChain([debug.ScopeType.Local, 225 // Local scope with a parameter. 226 BeginTest("Local 2"); 233 CheckScopeChain([debug.ScopeType.Local, 241 // Local scope with a parameter and a local variable [all...] |
| /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
| V8TestObject.cpp | 98 static void readonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 119 static void readonlyTestInterfaceEmptyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 133 static void readonlyLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 147 static void dateAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 154 static void dateAttributeAttributeSetter(v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 162 static void dateAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 176 static void stringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 183 static void stringAttributeAttributeSetter(v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 191 static void stringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info [all...] |
| V8TestInterfaceNode.cpp | 57 static void stringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 64 static void stringAttributeAttributeSetter(v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 72 static void stringAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 86 static void readonlyTestInterfaceEmptyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 101 static void eventHandlerAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 108 static void eventHandlerAttributeAttributeSetter(v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 115 static void eventHandlerAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 129 static void perWorldBindingsReadonlyTestInterfaceEmptyAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info [all...] |
| V8TestNode.cpp | 53 static void hrefAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 60 static void hrefAttributeSetter(v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 68 static void hrefAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 82 static void hrefThrowsAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 89 static void hrefThrowsAttributeSetter(v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 99 static void hrefThrowsAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 113 static void hrefCallWithAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 120 static void hrefCallWithAttributeSetter(v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info [all...] |
| V8TestInterfaceNamedConstructor.cpp | 46 static void TestInterfaceNamedConstructorConstructorGetter(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 56 static void TestInterfaceNamedConstructorReplaceableAttributeSetter(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 62 static void TestInterfaceNamedConstructorReplaceableAttributeSetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 137 v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(&domTemplateKey); 143 v8::Local<v8::ObjectTemplate> instanceTemplate = result->InstanceTemplate(); 155 v8::Local<v8::Signature> defaultSignature; 156 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceNamedConstructor", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceNamedConstructor::internalFieldCount, 161 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate() [all...] |
| V8SVGTestInterface.cpp | 54 static void typeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 61 static void typeAttributeSetter(v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 70 static void typeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 88 v8::Local<v8::Signature> defaultSignature; 89 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "SVGTestInterface", v8::Local<v8::FunctionTemplate>(), V8SVGTestInterface::internalFieldCount, 94 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); 95 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
|
| /external/chromium_org/extensions/renderer/ |
| set_icon_natives.h | 26 bool ConvertImageDataToBitmapValue(const v8::Local<v8::Object> image_data,
|
| set_icon_natives.cc | 36 const v8::Local<v8::Object> image_data, 39 v8::Local<v8::Object> data = 104 v8::Local<v8::Object> extension_args = args[1]->ToObject(); 105 v8::Local<v8::Object> details = 108 v8::Local<v8::Object> image_data_set = 117 v8::Local<v8::Object> image_data = 136 v8::Local<v8::Object> extension_args = args[1]->ToObject(); 137 v8::Local<v8::Object> details =
|
| /external/chromium_org/gin/ |
| function_template.cc | 21 return v8::Local<v8::External>::New(isolate, v8_ref_);
|
| /external/chromium_org/gin/public/ |
| context_holder.h | 37 return v8::Local<v8::Context>::New(isolate_, context_);
|
| /external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
| ScriptPromise.cpp | 73 v8::Local<v8::Object> promise = m_promise.v8Value().As<v8::Object>(); 74 v8::Local<v8::Function> v8OnFulfilled = ScriptFunction::adoptByGarbageCollector(onFulfilled); 75 v8::Local<v8::Function> v8OnRejected = ScriptFunction::adoptByGarbageCollector(onRejected); 81 v8::Local<v8::Promise> resultPromise = promise.As<v8::Promise>();
|
| V8NPUtils.h | 39 void convertV8ObjectToNPVariant(v8::Local<v8::Value>, NPObject*, NPVariant*, v8::Isolate*);
|
| ScopedPersistent.h | 55 ALWAYS_INLINE v8::Local<T> newLocal(v8::Isolate* isolate) const 57 return v8::Local<T>::New(isolate, m_handle);
|
| ScriptFunctionCall.cpp | 133 v8::Local<v8::Value> value = thisObject->Get(v8String(m_scriptState->isolate(), m_name)); 141 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(value); 148 v8::Local<v8::Value> result = V8ScriptRunner::callFunction(function, m_scriptState->executionContext(), thisObject, m_arguments.size(), info.get(), m_scriptState->isolate()); 170 v8::Local<v8::Value> value = thisObject->Get(v8String(m_scriptState->isolate(), m_name)); 178 v8::Local<v8::Function> constructor = v8::Local<v8::Function>::Cast(value); 183 v8::Local<v8::Object> result = V8ObjectConstructor::newInstance(m_scriptState->isolate(), constructor, m_arguments.size(), info.get());
|
| V8Binding.cpp | 229 TONATIVE_DEFAULT_EXCEPTIONSTATE(v8::Local<v8::Number>, numberObject, value->ToNumber(), exceptionState, 0); 266 TONATIVE_DEFAULT_EXCEPTIONSTATE(v8::Local<v8::Number>, numberObject, value->ToNumber(), exceptionState, 0); 338 TONATIVE_DEFAULT_EXCEPTIONSTATE(v8::Local<v8::Number>, numberObject, value->ToNumber(), exceptionState, 0); 384 TONATIVE_DEFAULT_EXCEPTIONSTATE(v8::Local<v8::Number>, numberObject, value->ToNumber(), exceptionState, 0); 418 TONATIVE_DEFAULT_EXCEPTIONSTATE(v8::Local<v8::Number>, numberObject, value->ToNumber(), exceptionState, 0); 464 TONATIVE_DEFAULT_EXCEPTIONSTATE(v8::Local<v8::Number>, numberObject, value->ToNumber(), exceptionState, 0); 493 TONATIVE_DEFAULT_EXCEPTIONSTATE(v8::Local<v8::Number>, numberObject, value->ToNumber(), exceptionState, 0); 508 TONATIVE_DEFAULT_EXCEPTIONSTATE(v8::Local<v8::String>, stringObject, value->ToString(), exceptionState, String()); 632 TONATIVE_DEFAULT_EXCEPTIONSTATE(v8::Local<v8::String>, stringObject, value->ToString(), exceptionState, String()); 740 v8::Local<v8::Context> toV8Context(ExecutionContext* context, DOMWrapperWorld& world [all...] |
| /external/eigen/demos/opengl/ |
| trackball.h | 21 enum Mode {Around, Local};
|
| /external/dexmaker/src/main/java/com/google/dexmaker/stock/ |
| ProxyBuilder.java | 24 import com.google.dexmaker.Local; 418 Local<G> localThis = code.getThis(generatedType); 419 Local<InvocationHandler> localHandler = code.newLocal(handlerType); 420 Local<Object> invokeResult = code.newLocal(TypeId.OBJECT); 421 Local<Integer> intValue = code.newLocal(TypeId.INT); 422 Local<Object[]> args = code.newLocal(objectArrayType); 423 Local<Integer> argsLength = code.newLocal(TypeId.INT); 424 Local<Object> temp = code.newLocal(TypeId.OBJECT); 425 Local<?> resultHolder = code.newLocal(resultType); 426 Local<Method[]> methodArray = code.newLocal(methodArrayType) [all...] |
| /external/dexmaker/src/test/java/com/google/dexmaker/ |
| DexMakerTest.java | 82 Local<Long> localA = code.getParameter(0, TypeId.LONG); 83 Local<Boolean> localB = code.getParameter(1, TypeId.BOOLEAN); 86 Local<Constructable> localResult = code.newLocal(constructable); 130 Local<Integer> localA = code.getParameter(0, TypeId.INT); 131 Local<Integer> localResult = code.newLocal(TypeId.INT); 149 Local<Method> localMethod = code.newLocal(methodType); 175 Local<DexMakerTest> localInstance = code.getParameter(0, TEST_TYPE); 176 Local<Integer> localA = code.getParameter(1, TypeId.INT); 177 Local<Integer> localResult = code.newLocal(TypeId.INT); 207 Local<Integer> localA = directCode.newLocal(TypeId.INT) [all...] |
| /external/chromium_org/v8/src/ |
| accessors.cc | 29 return Utils::OpenHandle(*v8::Local<v8::Value>(info.This())); 168 v8::Local<v8::String> name, 187 v8::Local<v8::String> name, 188 v8::Local<v8::Value> val, 251 v8::Local<v8::String> name, 271 v8::Local<v8::String> name, 272 v8::Local<v8::Value> value, 294 v8::Local<v8::String> name, 306 v8::Local<v8::String> name, 307 v8::Local<v8::Value> value [all...] |
| /external/chromium_org/gin/test/ |
| gtest.cc | 46 v8::Local<v8::Value> GTest::GetModule(v8::Isolate* isolate) { 48 v8::Local<v8::ObjectTemplate> templ =
|