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

  /external/chromium_org/content/shell/tools/plugin/Tests/
NPRuntimeObjectFromDestroyedPlugin.cpp 50 return identifierIs(methodName, "evaluate");
55 if (!identifierIs(methodName, "evaluate"))
66 return identifierIs(propertyName, "testObject");
NPRuntimeRemoveProperty.cpp 53 if (identifierIs(propertyName, "lastRemovedProperty"))
61 assert(identifierIs(propertyName, "lastRemovedProperty"));
103 if (identifierIs(methodName, "testRemoveProperty"))
111 assert(identifierIs(methodName, "testRemoveProperty"));
141 if (identifierIs(propertyName, "testObject"))
149 assert(identifierIs(propertyName, "testObject"));
  /external/chromium_org/content/shell/tools/plugin/
PluginTest.h 219 bool identifierIs(NPIdentifier identifier, const char* value) {

Completed in 496 milliseconds