webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"TestTypedefs.idl";
Public Member Functions | |
void | func (optional SEQUENCE_OF_LONGS x=[]) |
void | setShadow (DOUBLE width, DOUBLE height, unrestricted float blur, optional STRING color, optional DOUBLE alpha) |
ULONGLONG | methodWithSequenceArg (sequence< SCRIPT_VALUE > sequenceArg) |
void | nullableSequenceArg (SEQUENCE_OF_STRINGS? sequenceArg) |
void | sequenceOfNullablesArg (sequence< STRING?> sequenceArg) |
void | nullableSequenceOfNullablesArg (SEQUENCE_OF_NULLABLE_STRINGS? sequenceArg) |
void | nullableSequenceOfUnionsArg (sequence<(STRING or SEQUENCE_OF_STRINGS)>? sequenceArg) |
void | unionArg (UNION_STRING_LONG unionArg) |
void | funcWithClamp ([Clamp] ULONGLONG arg1, [Clamp] optional ULONGLONG arg2) |
SVGPOINT | immutablePointFunction () |
SEQUENCE_OF_STRINGS | stringSequenceFunction (SEQUENCE_OF_STRINGS values) |
sequence< STRING > | stringSequenceFunction2 (sequence< STRING > values) |
boolean | callWithSequenceThatRequiresInclude (sequence< TestEventTarget > sequenceArg) |
void | methodWithException () |
Public Attributes | |
attribute ULONGLONG | unsignedLongLongAttr |
attribute SCRIPT_VALUE | immutableSerializedScriptValue |
attribute long | attrWithGetterException |
attribute long | attrWithSetterException |
attribute DOMString | stringAttrWithGetterException |
attribute DOMString | stringAttrWithSetterException |
Static Public Attributes | |
static readonly attribute T | TestSubObj |
boolean TestTypedefs::callWithSequenceThatRequiresInclude | ( | sequence< TestEventTarget > | sequenceArg | ) |
void TestTypedefs::func | ( | optional SEQUENCE_OF_LONGS | x = [] | ) |
SVGPOINT TestTypedefs::immutablePointFunction | ( | ) |
void TestTypedefs::methodWithException | ( | ) |
ULONGLONG TestTypedefs::methodWithSequenceArg | ( | sequence< SCRIPT_VALUE > | sequenceArg | ) |
void TestTypedefs::nullableSequenceArg | ( | SEQUENCE_OF_STRINGS? | sequenceArg | ) |
void TestTypedefs::nullableSequenceOfNullablesArg | ( | SEQUENCE_OF_NULLABLE_STRINGS? | sequenceArg | ) |
void TestTypedefs::nullableSequenceOfUnionsArg | ( | sequence<(STRING or SEQUENCE_OF_STRINGS)>? | sequenceArg | ) |
void TestTypedefs::setShadow | ( | DOUBLE | width, |
DOUBLE | height, | ||
unrestricted float | blur, | ||
optional STRING | color, | ||
optional DOUBLE | alpha | ||
) |
SEQUENCE_OF_STRINGS TestTypedefs::stringSequenceFunction | ( | SEQUENCE_OF_STRINGS | values | ) |
void TestTypedefs::unionArg | ( | UNION_STRING_LONG | unionArg | ) |
attribute long TestTypedefs::attrWithGetterException |
attribute long TestTypedefs::attrWithSetterException |
attribute SCRIPT_VALUE TestTypedefs::immutableSerializedScriptValue |
attribute DOMString TestTypedefs::stringAttrWithGetterException |
attribute DOMString TestTypedefs::stringAttrWithSetterException |