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

  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
NPRuntimeObjectFromDestroyedPlugin.cpp 46 return identifierIs(methodName, "evaluate");
51 if (!identifierIs(methodName, "evaluate"))
62 return identifierIs(propertyName, "testObject");
NPRuntimeRemoveProperty.cpp 49 if (identifierIs(propertyName, "lastRemovedProperty"))
57 assert(identifierIs(propertyName, "lastRemovedProperty"));
99 if (identifierIs(methodName, "testRemoveProperty"))
107 assert(identifierIs(methodName, "testRemoveProperty"));
137 if (identifierIs(propertyName, "testObject"))
145 assert(identifierIs(propertyName, "testObject"));
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.h 183 bool identifierIs(NPIdentifier identifier, const char* value)

Completed in 579 milliseconds