Searched refs:testObject (Results 1 – 10 of 10) sorted by relevance
71 NPObject* testObject; member113 newInstance->testObject = 0; in testAllocate()126 TestObject* testObject = reinterpret_cast<TestObject*>(obj); in testDeallocate() local127 if (testObject->testObject) in testDeallocate()128 browser->releaseobject(testObject->testObject); in testDeallocate()177 TestObject* testObject = reinterpret_cast<TestObject*>(npobj); in testGetProperty() local178 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()
306 NPObject* testObject = plugin->testObject; in pluginGetProperty() local307 browser->retainobject(testObject); in pluginGetProperty()308 OBJECT_TO_NPVARIANT(testObject, *result); in pluginGetProperty()1071 NPObject* testObject = browser->createobject(plugin->npp, getTestClass()); in pluginInvoke() local1072 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()
59 NPObject* testObject; member
54 NPObject* testObject = TestObject::create(pluginTest()); in getProperty() local55 OBJECT_TO_NPVARIANT(testObject, *result); in getProperty()
63 NPObject* testObject = TestObject::create(pluginTest()); in getProperty() local64 OBJECT_TO_NPVARIANT(testObject, *result); in getProperty()
46 var obj = new testObject();81 function testObject() function
530 Object testObject = new Object(); in test_ensureCapacityI() local537 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()
120 public void testObject() throws Exception { in testObject() method in ArrayAccessReplaceTest
17773 Implement the testObject property.
12119 Have the testObject.bar property return the string "bar". This lets