Searched defs:AVAILABLE_IN_WEBKIT_VERSION_4_0 (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
H A DWebKitAvailability.h647 * AVAILABLE_IN_WEBKIT_VERSION_4_0
652 #define AVAILABLE_IN_WEBKIT_VERSION_4_0 UNAVAILABLE_ATTRIBUTE macro
654 #define AVAILABLE_IN_WEBKIT_VERSION_4_0 WEAK_IMPORT_ATTRIBUTE macro
656 #define AVAILABLE_IN_WEBKIT_VERSION_4_0 macro
668 #define AVAILABLE_IN_WEBKIT_VERSION_4_0_BUT_DEPRECATED AVAILABLE_IN_WEBKIT_VERSION_4_0
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h105 @property(readonly, copy) NSString *lastModified AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
156 - (DOMNodeList *)getElementsByClassName:(NSString *)tagname AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
157 - (DOMElement *)querySelector:(NSString *)selectors AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
158 - (DOMNodeList *)querySelectorAll:(NSString *)selectors AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
160 - (void)webkitCancelFullScreen AVAILABLE_IN_WEBKIT_VERSION_4_0;
193 @property(readonly, retain) DOMElement *firstElementChild AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
194 @property(readonly, retain) DOMElement *lastElementChild AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
195 @property(readonly, retain) DOMElement *previousElementSibling AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
196 @property(readonly, retain) DOMElement *nextElementSibling AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
197 @property(readonly) unsigned childElementCount AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
227 - (DOMNodeList *)getElementsByClassName:(NSString *)name AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
228 - (DOMElement *)querySelector:(NSString *)selectors AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
229 - (DOMNodeList *)querySelectorAll:(NSString *)selectors AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
231 - (void)webkitRequestFullScreen:(unsigned short)flags AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
310 - (unsigned short)compareDocumentPosition:(DOMNode *)other AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
330 @property(readonly, copy) NSString *wholeText AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
332 - (DOMText *)replaceWholeText:(NSString *)content AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
421 @property BOOL autofocus AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
422 @property(readonly) BOOL willValidate AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
435 - (DOMNodeList *)tags:(NSString *)name AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
463 @property(readonly, retain) DOMElement *activeElement AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
464 @property(readonly, copy) NSString *compatMode AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
577 @property(readonly, retain) DOMAbstractView *contentWindow AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
626 @property BOOL autofocus AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
627 @property BOOL multiple AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
628 @property(readonly) BOOL willValidate AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
629 @property(readonly, retain) DOMFileList *files AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
747 - (void)remove:(unsigned)index AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
791 @property(readonly) BOOL willValidate AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
792 @property BOOL autofocus AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
796 - (DOMNode *)item:(unsigned)index AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
797 - (DOMNode *)namedItem:(NSString *)name AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
899 @property BOOL autofocus AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
900 @property(readonly) BOOL willValidate AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
1012 @property(readonly, retain) DOMCSSRuleList *rules AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
1016 - (int)addRule:(NSString *)selector style:(NSString *)style index:(unsigned)index AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
1017 - (void)removeRule:(unsigned)index AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
1054 @property(readonly, retain) id <DOMEventTarget> srcElement AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
1055 @property BOOL returnValue AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
1056 @property BOOL cancelBubble AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
[all...]

Completed in 108 milliseconds