OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:identifieris
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
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"));
NPRuntimeObjectFromDestroyedPlugin.cpp
46
return
identifierIs
(methodName, "evaluate");
51
if (!
identifierIs
(methodName, "evaluate"))
62
return
identifierIs
(propertyName, "testObject");
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.h
183
bool
identifierIs
(NPIdentifier identifier, const char* value)
Completed in 155 milliseconds