Home
last modified time | relevance | path

Searched refs:NonEmpty (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
Ddcl_init_aggr.cpp68 struct NonEmpty { struct
73 NonEmpty a, b; argument
/external/clang/test/CodeGenCXX/
Ddestructors.cpp129 struct NonEmpty { int x; }; // trivial destructor, non-empty argument
144 struct P : NonEmpty, A { ~P(); };
/external/webkit/Source/WebCore/bindings/scripts/test/
DTestObj.idl57 attribute [Reflect, NonEmpty, URL] DOMString reflectedNonEmptyURLAttr;
62 …attribute [Reflect=customContentNonEmptyURLAttr, NonEmpty, URL] DOMString reflectedCustomNonEmptyU…
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0693655 * html/HTMLMediaElement.idl: Removed the NonEmpty extended attribute from the src
93661 * html/HTMLSourceElement.idl: Removed the NonEmpty extended attribute from the src
93676 * html/HTMLVideoElement.idl: Removed the NonEmpty extended attribute from the poster
101768 * 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 the
102321 added a new NonEmpty extended attribute.
102340 the new syntax. Added test cases for NonEmpty. Fixed the name of
102345 (WebCore::Element::getNonEmptyURLAttribute): Added. For use by NonEmpty and also