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

  /external/chromium_org/content/shell/tools/plugin/
TestObject.cpp 87 #define NUM_METHOD_IDENTIFIERS 1
89 static NPIdentifier testMethodIdentifiers[NUM_METHOD_IDENTIFIERS];
90 static const NPUTF8* testMethodIdentifierNames[NUM_METHOD_IDENTIFIERS] = {
97 testMethodIdentifierNames, NUM_METHOD_IDENTIFIERS, testMethodIdentifiers);
124 for (unsigned i = 0; i < NUM_METHOD_IDENTIFIERS; i++) {
PluginObject.cpp 214 NUM_METHOD_IDENTIFIERS
217 static NPIdentifier pluginMethodIdentifiers[NUM_METHOD_IDENTIFIERS];
218 static const NPUTF8* pluginMethodIdentifierNames[NUM_METHOD_IDENTIFIERS] = {
253 NUM_METHOD_IDENTIFIERS,
303 for (int i = 0; i < NUM_METHOD_IDENTIFIERS; i++)
    [all...]

Completed in 53 milliseconds