Home
last modified time | relevance | path

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

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
DTestObject.cpp71 NPObject* testObject; member
113 newInstance->testObject = 0; in testAllocate()
126 TestObject* testObject = reinterpret_cast<TestObject*>(obj); in testDeallocate() local
127 if (testObject->testObject) in testDeallocate()
128 browser->releaseobject(testObject->testObject); in testDeallocate()
177 TestObject* testObject = reinterpret_cast<TestObject*>(npobj); in testGetProperty() local
178 if (!testObject->testObject) in testGetProperty()
179 testObject->testObject = browser->createobject(0, &testClass); in testGetProperty()
180 browser->retainobject(testObject->testObject); in testGetProperty()
181 OBJECT_TO_NPVARIANT(testObject->testObject, *result); in testGetProperty()
DPluginObject.cpp306 NPObject* testObject = plugin->testObject; in pluginGetProperty() local
307 browser->retainobject(testObject); in pluginGetProperty()
308 OBJECT_TO_NPVARIANT(testObject, *result); in pluginGetProperty()
1071 NPObject* testObject = browser->createobject(plugin->npp, getTestClass()); in pluginInvoke() local
1072 assert(testObject->referenceCount == 1); in pluginInvoke()
1073 OBJECT_TO_NPVARIANT(testObject, *result); in pluginInvoke()
1134 plugin->testObject = 0; in pluginInvalidate()
1149 newInstance->testObject = browser->createobject(npp, getTestClass()); in pluginAllocate()
1183 if (plugin->testObject) in pluginDeallocate()
1184 browser->releaseobject(plugin->testObject); in pluginDeallocate()
DPluginObject.h59 NPObject* testObject; member
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
DNPRuntimeObjectFromDestroyedPlugin.cpp54 NPObject* testObject = TestObject::create(pluginTest()); in getProperty() local
55 OBJECT_TO_NPVARIANT(testObject, *result); in getProperty()
DNPDeallocateCalledBeforeNPShutdown.cpp63 NPObject* testObject = TestObject::create(pluginTest()); in getProperty() local
64 OBJECT_TO_NPVARIANT(testObject, *result); in getProperty()
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
Dregress-49286.js46 var obj = new testObject();
81 function testObject() function
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DArrayListTest.java530 Object testObject = new Object(); in test_ensureCapacityI() local
537 al.add(i, testObject); in test_ensureCapacityI()
538 int location = al.indexOf(testObject); in test_ensureCapacityI()
541 location == al.indexOf(testObject)); in test_ensureCapacityI()
545 --location == al.indexOf(testObject)); in test_ensureCapacityI()
548 .indexOf(testObject)); in test_ensureCapacityI()
/external/javassist/src/test/test/javassist/convert/
DArrayAccessReplaceTest.java120 public void testObject() throws Exception { in testObject() method in ArrayAccessReplaceTest
/external/webkit/Tools/
DChangeLog-2009-06-1617773 Implement the testObject property.
DChangeLog-2011-02-1612119 Have the testObject.bar property return the string "bar". This lets