HomeSort by relevance Sort by last modified time
    Searched defs:domObject (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
DOMWrapperWorld.cpp 35 void* domObject = context;
36 uncacheWrapper(m_world, domObject, wrapper);
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestInterface.cpp 93 return getStaticValueSlot<JSTestInterfaceConstructor, DOMObject>(exec, &JSTestInterfaceConstructorTable, this, propertyName, slot);
98 return getStaticValueDescriptor<JSTestInterfaceConstructor, DOMObject>(exec, &JSTestInterfaceConstructorTable, this, propertyName, descriptor);
162 JSTestInterface* domObject = static_cast<JSTestInterface*>(asObject(slotBase));
163 return JSTestInterface::getConstructor(exec, domObject->globalObject());
JSTestMediaQueryListListener.cpp 92 return getStaticValueSlot<JSTestMediaQueryListListenerConstructor, DOMObject>(exec, &JSTestMediaQueryListListenerConstructorTable, this, propertyName, slot);
97 return getStaticValueDescriptor<JSTestMediaQueryListListenerConstructor, DOMObject>(exec, &JSTestMediaQueryListListenerConstructorTable, this, propertyName, descriptor);
158 JSTestMediaQueryListListener* domObject = static_cast<JSTestMediaQueryListListener*>(asObject(slotBase));
159 return JSTestMediaQueryListListener::getConstructor(exec, domObject->globalObject());
JSTestSerializedScriptValueInterface.cpp 93 return getStaticValueSlot<JSTestSerializedScriptValueInterfaceConstructor, DOMObject>(exec, &JSTestSerializedScriptValueInterfaceConstructorTable, this, propertyName, slot);
98 return getStaticValueDescriptor<JSTestSerializedScriptValueInterfaceConstructor, DOMObject>(exec, &JSTestSerializedScriptValueInterfaceConstructorTable, this, propertyName, descriptor);
157 JSTestSerializedScriptValueInterface* domObject = static_cast<JSTestSerializedScriptValueInterface*>(asObject(slotBase));
158 return JSTestSerializedScriptValueInterface::getConstructor(exec, domObject->globalObject());
JSTestObj.cpp 171 return getStaticValueSlot<JSTestObjConstructor, DOMObject>(exec, &JSTestObjConstructorTable, this, propertyName, slot);
176 return getStaticValueDescriptor<JSTestObjConstructor, DOMObject>(exec, &JSTestObjConstructorTable, this, propertyName, descriptor);
    [all...]

Completed in 89 milliseconds