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

/external/webkit/Source/WebCore/bindings/v8/
H A DV8NPObject.h57 v8::Handle<v8::Value> npObjectInvokeDefaultHandler(const v8::Arguments&);
H A DV8NPObject.cpp153 v8::Handle<v8::Value> npObjectInvokeDefaultHandler(const v8::Arguments& args) function in namespace:WebCore
384 npObjectDesc->InstanceTemplate()->SetCallAsFunctionHandler(npObjectInvokeDefaultHandler);
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLPlugInElementCustom.cpp116 return npObjectInvokeDefaultHandler(args);
122 return npObjectInvokeDefaultHandler(args);
128 return npObjectInvokeDefaultHandler(args);

Completed in 387 milliseconds