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

/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
H A DNPRuntimeCallsWithNullNPP.cpp43 if (!PluginTest::netscapeFuncs()->hasmethod(0, windowObject, alertIdentifier)) {
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnp_entry.cpp176 NPNFuncs.hasmethod = pFuncs->hasmethod;
H A Dnpn_gate.cpp457 bool rv = NPNFuncs.hasmethod(id, object, identifier);
470 bool rv = NPNFuncs.hasmethod(id, object, identifier);
483 bool rv = NPNFuncs.hasmethod(id, object, identifier);
H A Dnpp_gate.cpp159 fakeNPNFuncs.hasmethod = NPN_HasMethod;
/external/chromium_org/content/child/npapi/
H A Dnpobject_util.cc119 host_funcs.hasmethod = NPN_HasMethodPatch;
H A Dplugin_host.cc143 host_funcs_.hasmethod = WebBindings::hasMethod;
189 if (overrides->hasmethod)
190 host_funcs_.hasmethod = overrides->hasmethod;
/external/chromium_org/third_party/npapi/bindings/
H A Dnpfunctions.h194 NPN_HasMethodProcPtr hasmethod; member in struct:_NPNetscapeFuncs
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpupp.h558 NPN_HasMethodUPP hasmethod; member in struct:_NPNetscapeFuncs
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
H A DPluginObject.cpp740 bool retval = browser->hasmethod(obj->npp, NPVARIANT_TO_OBJECT(args[0]), propertyIdentifier);

Completed in 412 milliseconds