Searched refs:NonEmpty (Results 1 – 4 of 4) sorted by relevance
68 struct NonEmpty { struct73 NonEmpty a, b; argument
129 struct NonEmpty { int x; }; // trivial destructor, non-empty argument144 struct P : NonEmpty, A { ~P(); };
57 attribute [Reflect, NonEmpty, URL] DOMString reflectedNonEmptyURLAttr;62 …attribute [Reflect=customContentNonEmptyURLAttr, NonEmpty, URL] DOMString reflectedCustomNonEmptyU…
93655 * html/HTMLMediaElement.idl: Removed the NonEmpty extended attribute from the src93661 * html/HTMLSourceElement.idl: Removed the NonEmpty extended attribute from the src93676 * html/HTMLVideoElement.idl: Removed the NonEmpty extended attribute from the poster101768 * html/HTMLMediaElement.idl: Add 'NonEmpty' option to 'src' attribute.101775 * html/HTMLSourceElement.idl: Add 'NonEmpty' option to 'src' attribute.101781 * html/HTMLVideoElement.idl: Add 'NonEmpty' option to 'poster' attribute.102315 a new option, NonEmpty, which implements the non-empty URL concept from the102321 added a new NonEmpty extended attribute.102340 the new syntax. Added test cases for NonEmpty. Fixed the name of102345 (WebCore::Element::getNonEmptyURLAttribute): Added. For use by NonEmpty and also