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

/external/chromium_org/third_party/WebKit/Source/testing/plugin/
H A DTestObject.cpp33 static bool testHasMethod(NPObject*, NPIdentifier name);
46 testHasMethod,
134 static bool testHasMethod(NPObject*, NPIdentifier name) function
H A DPluginObject.cpp219 "testHasMethod",
730 static bool testHasMethod(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* result) function
1075 return testHasMethod(plugin, args, argCount, result);

Completed in 68 milliseconds