Home
last modified time | relevance | path

Searched refs:NUM_METHOD_IDENTIFIERS (Results 1 – 1 of 1) sorted by relevance

/development/samples/BrowserPlugin/jni/
DPluginObject.cpp121 #define NUM_METHOD_IDENTIFIERS 1 macro
123 static NPIdentifier pluginMethodIdentifiers[NUM_METHOD_IDENTIFIERS];
124 static const NPUTF8 *pluginMethodIdentifierNames[NUM_METHOD_IDENTIFIERS] = {
131 …browser->getstringidentifiers(pluginMethodIdentifierNames, NUM_METHOD_IDENTIFIERS, pluginMethodIde… in initializeIdentifiers()
146 for (i = 0; i < NUM_METHOD_IDENTIFIERS; i++) in pluginHasMethod()