Searched refs:npObjectInvokeImpl (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8NPObject.cpp69 static void npObjectInvokeImpl(const v8::FunctionCallbackInfo<v8::Value>& args, InvokeFunctionType functionId) function in namespace:WebCore
158 return npObjectInvokeImpl(args, InvokeMethod);
165 npObjectInvokeImpl(args, InvokeConstruct);
169 npObjectInvokeImpl(args, InvokeDefault);

Completed in 181 milliseconds