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

  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestInterface.cpp 47 return V8Proxy::constructDOMObjectWithScriptExecutionContext<TestInterface>(args, &info);
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.h 258 static v8::Handle<v8::Value> constructDOMObjectWithScriptExecutionContext(const v8::Arguments&, WrapperTypeInfo*);
360 v8::Handle<v8::Value> V8Proxy::constructDOMObjectWithScriptExecutionContext(const v8::Arguments& args, WrapperTypeInfo* type)

Completed in 233 milliseconds