HomeSort by relevance Sort by last modified time
    Searched refs:Cast (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/webkit/WebCore/bindings/v8/
DateExtension.cpp 82 v8::Handle<v8::Object> dateObject = v8::Handle<v8::Object>::Cast(result);
92 v8::Handle<v8::Function>::Cast(sleepFunctionHandle)->Call(v8::Object::New(), 1, argv);
110 v8::Handle<v8::Object> dateObject = v8::Handle<v8::Object>::Cast(args[0]);
111 v8::Handle<v8::Function> enableSleepDetectionFunction = v8::Handle<v8::Function>::Cast(args[1]);
V8Collection.cpp 55 HTMLOptionElement* element = V8HTMLOptionElement::toNative(v8::Handle<v8::Object>::Cast(value));
DOMDataStore.cpp 149 DOMData::handleWeakObject(DOMDataStore::DOMObjectMap, v8::Persistent<v8::Object>::Cast(v8Object), domObject);
156 DOMData::handleWeakObject(DOMDataStore::ActiveDOMObjectMap, v8::Persistent<v8::Object>::Cast(v8Object), domObject);
197 DOMData::handleWeakObject(DOMDataStore::DOMSVGElementInstanceMap, v8::Persistent<v8::Object>::Cast(v8Object), static_cast<SVGElementInstance*>(domObject));
204 DOMData::handleWeakObject(DOMDataStore::DOMSVGObjectWithContextMap, v8::Persistent<v8::Object>::Cast(v8Object), domObject);
V8IsolatedContext.h 100 return v8::Handle<v8::Object>::Cast(context->Global()->GetPrototype());
ScriptState.cpp 64 global = v8::Local<v8::Object>::Cast(global->GetPrototype());
69 return static_cast<ScriptState*>(v8::External::Cast(*val)->Value());
V8EventListenerList.h 53 return doFindWrapper(v8::Local<v8::Object>::Cast(value), wrapperProperty);
89 v8::Local<v8::Object> object = v8::Local<v8::Object>::Cast(value);
V8NodeFilterCondition.cpp 71 v8::Handle<v8::Function> callback = v8::Handle<v8::Function>::Cast(m_filter);
ScriptFunctionCall.cpp 135 v8::Local<v8::Function> function(v8::Function::Cast(*value));
168 v8::Local<v8::Function> constructor(v8::Function::Cast(*value));
  /external/webkit/WebCore/bindings/v8/custom/
V8StyleSheetCustom.cpp 49 v8::Handle<v8::Object> owner = v8::Handle<v8::Object>::Cast(toV8(ownerNode));
V8CustomEventListener.cpp 53 return v8::Local<v8::Function>::Cast(listener);
58 return v8::Local<v8::Function>::Cast(property);
V8InjectedScriptHostCustom.cpp 114 v8::Local<v8::Value> injectedScriptValue = v8::Function::Cast(*v)->Call(windowGlobal, 3, args);
115 v8::Local<v8::Object> injectedScript(v8::Object::Cast(*injectedScriptValue));
145 Node* node = V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0]));
175 Database* database = V8Database::toNative(v8::Handle<v8::Object>::Cast(args[0]));
191 Storage* storage = V8Storage::toNative(v8::Handle<v8::Object>::Cast(args[0]));
221 global = v8::Local<v8::Object>::Cast(global->GetPrototype());
226 return InjectedScript(ScriptObject(inspectedScriptState, v8::Local<v8::Object>::Cast(val)));
V8MessagePortCustom.cpp 103 v8::Local<v8::Object> ports = v8::Local<v8::Object>::Cast(value);
106 v8::Local<v8::Array> array = v8::Local<v8::Array>::Cast(value);
131 portArray[i] = V8MessagePort::toNative(v8::Handle<v8::Object>::Cast(port));
V8XSLTProcessorCustom.cpp 64 Node* node = V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0]));
78 Node* source = V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0]));
79 Document* owner = V8Document::toNative(v8::Handle<v8::Object>::Cast(args[1]));
94 Node* source = V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0]));
V8CustomVoidCallback.cpp 73 callbackFunction = v8::Local<v8::Function>::New(v8::Persistent<v8::Function>::Cast(callback));
77 callbackFunction = v8::Local<v8::Function>::Cast(handleEventFunction);
V8CustomXPathNSResolver.cpp 73 lookupNamespaceURIFunc = v8::Handle<v8::Function>::Cast(lookupNamespaceURI);
88 v8::Handle<v8::Function> function = lookupNamespaceURIFunc.IsEmpty() ? v8::Handle<v8::Function>::Cast(m_resolver) : lookupNamespaceURIFunc;
V8NodeCustom.cpp 100 Node* newChild = V8Node::HasInstance(args[0]) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
101 Node* refChild = V8Node::HasInstance(args[1]) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[1])) : 0;
119 Node* newChild = V8Node::HasInstance(args[0]) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
120 Node* oldChild = V8Node::HasInstance(args[1]) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[1])) : 0;
137 Node* oldChild = V8Node::HasInstance(args[0]) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
155 Node* newChild = V8Node::HasInstance(args[0]) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
V8ElementCustom.cpp 75 Attr* newAttr = V8Attr::toNative(v8::Handle<v8::Object>::Cast(args[0]));
108 Attr* newAttr = V8Attr::toNative(v8::Handle<v8::Object>::Cast(args[0]));
V8CanvasRenderingContext2DCustom.cpp 69 return CanvasStyle::create(V8CanvasGradient::toNative(v8::Handle<v8::Object>::Cast(value)));
72 return CanvasStyle::create(V8CanvasPattern::toNative(v8::Handle<v8::Object>::Cast(value)));
222 HTMLImageElement* imageElement = V8HTMLImageElement::toNative(v8::Handle<v8::Object>::Cast(arg));
253 HTMLCanvasElement* canvasElement = V8HTMLCanvasElement::toNative(v8::Handle<v8::Object>::Cast(arg));
285 HTMLVideoElement* videoElement = V8HTMLVideoElement::toNative(v8::Handle<v8::Object>::Cast(arg));
327 HTMLImageElement* imageElement = V8HTMLImageElement::toNative(v8::Handle<v8::Object>::Cast(arg));
343 HTMLImageElement* imageElement = V8HTMLImageElement::toNative(v8::Handle<v8::Object>::Cast(arg));
354 HTMLCanvasElement* canvasElement = V8HTMLCanvasElement::toNative(v8::Handle<v8::Object>::Cast(arg));
442 imageData = V8ImageData::toNative(v8::Handle<v8::Object>::Cast(args[0]));
V8WebGLRenderingContextCustom.cpp 363 WebGLProgram* program = V8WebGLProgram::HasInstance(args[0]) ? V8WebGLProgram::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
395 WebGLShader* shader = V8WebGLShader::HasInstance(args[0]) ? V8WebGLShader::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
427 WebGLProgram* program = V8WebGLProgram::HasInstance(args[0]) ? V8WebGLProgram::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
501 HTMLImageElement* element = V8HTMLImageElement::toNative(v8::Handle<v8::Object>::Cast(arg));
504 HTMLCanvasElement* element = V8HTMLCanvasElement::toNative(v8::Handle<v8::Object>::Cast(arg));
507 ImageData* imageElement = V8ImageData::toNative(v8::Handle<v8::Object>::Cast(arg));
510 HTMLVideoElement* element = V8HTMLVideoElement::toNative(v8::Handle<v8::Object>::Cast(arg));
653 HTMLImageElement* element = V8HTMLImageElement::toNative(v8::Handle<v8::Object>::Cast(arg));
656 HTMLCanvasElement* element = V8HTMLCanvasElement::toNative(v8::Handle<v8::Object>::Cast(arg));
659 ImageData* imageElement = V8ImageData::toNative(v8::Handle<v8::Object>::Cast(arg))
    [all...]
  /external/v8/src/
d8-debug.cc 54 Function::Cast(*event_data->Get(to_json_fun_name));
63 Shell::DebugMessageDetails(Handle<String>::Cast(event_json));
77 Local<Function> fun = Function::Cast(*exec_state->Get(fun_name));
79 Object::Cast(*fun->Call(exec_state, 0, NULL));
122 fun = Handle<Function>::Cast(cmd_processor->Get(fun_name));
129 Handle<String> response = Handle<String>::Cast(response_val);
265 Shell::DebugMessageDetails(Handle<String>::Cast(String::New(message)));
303 i::DebuggerAgentUtil::SendMessage(conn_, Handle<String>::Cast(request));
  /external/webkit/WebKit/chromium/src/
WebDevToolsFrontendImpl.cpp 195 v8::Handle<v8::Function> function = v8::Handle<v8::Function>::Cast(dispatchFunction);
211 v8::Handle<v8::Object> webInspectorObj = v8::Handle<v8::Object>::Cast(webInspector);
215 v8::Handle<v8::Function> methodFunc = v8::Handle<v8::Function>::Cast(method);
240 WebDevToolsFrontendImpl* frontend = static_cast<WebDevToolsFrontendImpl*>(v8::External::Cast(*args.Data())->Value());
285 WebDevToolsFrontendImpl* frontend = static_cast<WebDevToolsFrontendImpl*>(v8::External::Cast(*args.Data())->Value());
292 WebDevToolsFrontendImpl* frontend = static_cast<WebDevToolsFrontendImpl*>(v8::External::Cast(*args.Data())->Value());
299 WebDevToolsFrontendImpl* frontend = static_cast<WebDevToolsFrontendImpl*>(v8::External::Cast(*args.Data())->Value());
306 WebDevToolsFrontendImpl* frontend = static_cast<WebDevToolsFrontendImpl*>(v8::External::Cast(*args.Data())->Value());
323 WebDevToolsFrontendImpl* frontend = static_cast<WebDevToolsFrontendImpl*>(v8::External::Cast(*args.Data())->Value());
341 WebDevToolsFrontendImpl* frontend = static_cast<WebDevToolsFrontendImpl*>(v8::External::Cast(*args.Data())->Value())
    [all...]
  /frameworks/base/tools/aidl/
AST.h 132 Type* cast; member in struct:Assignment
135 Assignment(Variable* lvalue, Expression* rvalue, Type* cast);
203 struct Cast : public Expression
208 Cast();
209 Cast(Type* type, Expression* expression);
210 virtual ~Cast();
217 Type* cast; member in struct:VariableDeclaration
221 VariableDeclaration(Variable* lvalue, Expression* rvalue, Type* cast = NULL);
  /hardware/ril/mock-ril/src/cpp/
node_object_wrap.h 53 return static_cast<T*>(v8::Handle<v8::External>::Cast(
protobuf_v8.cpp 129 return Handle<Function>::Cast(handle_->GetInternalField(2));
167 Handle<Function> constructor = Handle<Function>::Cast(
171 Handle<Function> bind = Handle<Function>::Cast(
320 Handle<Object>::Cast(value));
405 Handle<Function> to_array = Handle<Function>::Cast(handle_->GetInternalField(3));
406 Handle<Array> properties = Handle<Array>::Cast(to_array->Call(src, 0, NULL));
420 Handle<Array> array = Handle<Array>::Cast(value);
444 if (type->ToProto(message, Handle<Object>::Cast(args[0]))) {
477 Handle<Array> types = Handle<Array>::Cast(handle_->GetInternalField(1));
  /external/chromium/net/proxy/
proxy_resolver_v8.cc 134 v8::Local<v8::Value> ret = v8::Function::Cast(*function)->Call(
275 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
294 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
315 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
333 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
359 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());

Completed in 1447 milliseconds

1 2 3 4