Home | History | Annotate | Download | only in ObjC

Lines Matching refs:IMPL

58 #define IMPL reinterpret_cast<WebCore::TestObj*>(_internal)
68 IMPL->deref();
75 IMPL->deref();
82 return IMPL->readOnlyIntAttr();
88 return IMPL->readOnlyStringAttr();
94 return kit(WTF::getPtr(IMPL->readOnlyTestObjAttr()));
100 return IMPL->shortAttr();
106 IMPL->setShortAttr(newShortAttr);
112 return IMPL->unsignedShortAttr();
118 IMPL->setUnsignedShortAttr(newUnsignedShortAttr);
124 return IMPL->intAttr();
130 IMPL->setIntAttr(newIntAttr);
136 return IMPL->longLongAttr();
142 IMPL->setLongLongAttr(newLongLongAttr);
148 return IMPL->unsignedLongLongAttr();
154 IMPL->setUnsignedLongLongAttr(newUnsignedLongLongAttr);
160 return IMPL->stringAttr();
166 IMPL->setStringAttr(newStringAttr);
172 return kit(WTF::getPtr(IMPL->testObjAttr()));
180 IMPL->setTestObjAttr(core(newTestObjAttr));
186 return kit(WTF::getPtr(IMPL->xmlObjAttr()));
194 IMPL->setXMLObjAttr(core(newXMLObjAttr));
200 return IMPL->isCreate();
206 IMPL->setCreate(newCreate);
212 return IMPL->getAttribute(WebCore::HTMLNames::reflectedstringattrAttr);
218 IMPL->setAttribute(WebCore::HTMLNames::reflectedstringattrAttr, newReflectedStringAttr);
224 return IMPL->getIntegralAttribute(WebCore::HTMLNames::reflectedintegralattrAttr);
230 IMPL->setIntegralAttribute(WebCore::HTMLNames::reflectedintegralattrAttr, newReflectedIntegralAttr);
236 return IMPL->getUnsignedIntegralAttribute(WebCore::HTMLNames::reflectedunsignedintegralattrAttr);
242 IMPL->setUnsignedIntegralAttribute(WebCore::HTMLNames::reflectedunsignedintegralattrAttr, newReflectedUnsignedIntegralAttr);
248 return IMPL->hasAttribute(WebCore::HTMLNames::reflectedbooleanattrAttr);
254 IMPL->setBooleanAttribute(WebCore::HTMLNames::reflectedbooleanattrAttr, newReflectedBooleanAttr);
260 return IMPL->getURLAttribute(WebCore::HTMLNames::reflectedurlattrAttr);
266 IMPL->setAttribute(WebCore::HTMLNames::reflectedurlattrAttr, newReflectedURLAttr);
272 return IMPL->getNonEmptyURLAttribute(WebCore::HTMLNames::reflectednonemptyurlattrAttr);
278 IMPL->setAttribute(WebCore::HTMLNames::reflectednonemptyurlattrAttr, newReflectedNonEmptyURLAttr);
284 return IMPL->getAttribute(WebCore::HTMLNames::customContentStringAttrAttr);
290 IMPL->setAttribute(WebCore::HTMLNames::customContentStringAttrAttr, newReflectedStringAttr);
296 return IMPL->getIntegralAttribute(WebCore::HTMLNames::customContentIntegralAttrAttr);
302 IMPL->setIntegralAttribute(WebCore::HTMLNames::customContentIntegralAttrAttr, newReflectedCustomIntegralAttr);
308 return IMPL->hasAttribute(WebCore::HTMLNames::customContentBooleanAttrAttr);
314 IMPL->setBooleanAttribute(WebCore::HTMLNames::customContentBooleanAttrAttr, newReflectedCustomBooleanAttr);
320 return IMPL->getURLAttribute(WebCore::HTMLNames::customContentURLAttrAttr);
326 IMPL->setAttribute(WebCore::HTMLNames::customContentURLAttrAttr, newReflectedCustomURLAttr);
332 return IMPL->getNonEmptyURLAttribute(WebCore::HTMLNames::customContentNonEmptyURLAttrAttr);
338 IMPL->setAttribute(WebCore::HTMLNames::customContentNonEmptyURLAttrAttr, newReflectedCustomNonEmptyURLAttr);
345 int result = IMPL->attrWithGetterException(ec);
354 IMPL->setAttrWithGetterException(newAttrWithGetterException, ec);
361 return IMPL->attrWithSetterException();
368 IMPL->setAttrWithSetterException(newAttrWithSetterException, ec);
376 NSString *result = IMPL->stringAttrWithGetterException(ec);
385 IMPL->setStringAttrWithGetterException(newStringAttrWithGetterException, ec);
392 return IMPL->stringAttrWithSetterException();
399 IMPL->setStringAttrWithSetterException(newStringAttrWithSetterException, ec);
406 return IMPL->customAttr();
412 IMPL->setCustomAttr(newCustomAttr);
418 return IMPL->scriptStringAttr();
425 return IMPL->conditionalAttr1();
431 IMPL->setConditionalAttr1(newConditionalAttr1);
439 return IMPL->conditionalAttr2();
445 IMPL->setConditionalAttr2(newConditionalAttr2);
453 return IMPL->conditionalAttr3();
459 IMPL->setConditionalAttr3(newConditionalAttr3);
466 return IMPL->description();
472 return IMPL->id();
478 IMPL->setId(newIdName);
484 return IMPL->hash();
490 IMPL->voidMethod();
496 IMPL->voidMethodWithArgs(intArg, strArg, core(objArg));
502 return IMPL->intMethod();
508 return IMPL->intMethodWithArgs(intArg, strArg, core(objArg));
514 return kit(WTF::getPtr(IMPL->objMethod()));
520 return kit(WTF::getPtr(IMPL->objMethodWithArgs(intArg, strArg, core(objArg))));
526 return kit(WTF::getPtr(IMPL->methodThatRequiresAllArgs(strArg, core(objArg))));
533 DOMTestObj *result = kit(WTF::getPtr(IMPL->methodThatRequiresAllArgsAndThrows(strArg, core(objArg), ec)));
541 IMPL->serializedValue(WebCore::SerializedScriptValue::create(WTF::String(serializedArg)));
547 IMPL->idbKey(core(key));
553 IMPL->optionsObject(core(oo), core(ooo));
560 IMPL->methodWithException(ec);
567 IMPL->customMethod();
573 IMPL->customMethodWithArgs(intArg, strArg, core(objArg));
580 IMPL->customArgsAndException(core(intArg), ec);
588 IMPL->addEventListener(type, WTF::getPtr(nativeEventListener), useCapture);
595 IMPL->removeEventListener(type, WTF::getPtr(nativeEventListener), useCapture);
601 IMPL->withDynamicFrame();
607 IMPL->withDynamicFrameAndArg(intArg);
613 IMPL->withDynamicFrameAndOptionalArg(intArg, optionalArg);
619 IMPL->withDynamicFrameAndUserGesture(intArg);
625 IMPL->withDynamicFrameAndUserGestureASAD(intArg, optionalArg);
631 IMPL->withScriptStateVoid();
637 return kit(WTF::getPtr(IMPL->withScriptStateObj()));
644 IMPL->withScriptStateVoidException(ec);
652 DOMTestObj *result = kit(WTF::getPtr(IMPL->withScriptStateObjException(ec)));
660 IMPL->withScriptExecutionContext();
666 IMPL->methodWithOptionalArg(opt);
672 IMPL->methodWithNonOptionalArgAndOptionalArg(nonOpt, opt);
678 IMPL->methodWithNonOptionalArgAndTwoOptionalArgs(nonOpt, opt1, opt2);
684 IMPL->classMethod();
690 return IMPL->classMethodWithOptional(arg);