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

  /development/samples/BrowserPlugin/jni/
PluginObject.cpp 75 static bool pluginGetProperty(NPObject *obj, NPIdentifier name, NPVariant *variant);
95 pluginGetProperty,
148 static bool pluginGetProperty(NPObject *obj, NPIdentifier name, NPVariant *variant)
  /frameworks/base/tests/BrowserTestPlugin/jni/
PluginObject.cpp 66 static bool pluginGetProperty(NPObject *obj, NPIdentifier name, NPVariant *variant);
86 pluginGetProperty,
139 static bool pluginGetProperty(NPObject *obj, NPIdentifier name, NPVariant *variant)
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
PluginObject.cpp 98 static bool pluginGetProperty(NPObject*, NPIdentifier name, NPVariant*);
116 pluginGetProperty,
242 static bool pluginGetProperty(NPObject* obj, NPIdentifier name, NPVariant* result)
    [all...]

Completed in 152 milliseconds