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

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObject.cpp 211 static NPIdentifier pluginMethodIdentifiers[NUM_METHOD_IDENTIFIERS];
264 browser->getstringidentifiers(pluginMethodIdentifierNames, NUM_METHOD_IDENTIFIERS, pluginMethodIdentifiers);
278 if (name == pluginMethodIdentifiers[i])
    [all...]
  /development/samples/BrowserPlugin/jni/
PluginObject.cpp 123 static NPIdentifier pluginMethodIdentifiers[NUM_METHOD_IDENTIFIERS];
131 browser->getstringidentifiers(pluginMethodIdentifierNames, NUM_METHOD_IDENTIFIERS, pluginMethodIdentifiers);
147 if (name == pluginMethodIdentifiers[i])
170 if (name == pluginMethodIdentifiers[ID_GETTESTFILE_METHOD]) {
  /frameworks/base/tests/BrowserTestPlugin/jni/
PluginObject.cpp 110 static NPIdentifier pluginMethodIdentifiers[NUM_METHOD_IDENTIFIERS];
118 browser->getstringidentifiers(pluginMethodIdentifierNames, NUM_METHOD_IDENTIFIERS, pluginMethodIdentifiers);
134 if (name == pluginMethodIdentifiers[i])
157 if (name == pluginMethodIdentifiers[ID_GETTESTFILE_METHOD]) {

Completed in 9222 milliseconds