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

  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
TestObject.cpp 36 static bool testGetProperty(NPObject*, NPIdentifier name, NPVariant*);
50 testGetProperty,
135 static bool testGetProperty(NPObject* npobj, NPIdentifier name, NPVariant* result)
PluginObject.cpp 193 "testGetProperty",
534 static bool testGetProperty(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* result)
774 return testGetProperty(plugin, args, argCount, result);
    [all...]

Completed in 215 milliseconds