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

/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DWebKitAvailability.h652 #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
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h105 @property(readonly, copy) NSString *lastModified AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
154 - (DOMNodeList *)getElementsByClassName:(NSString *)tagname AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
155 - (DOMElement *)querySelector:(NSString *)selectors AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
156 - (DOMNodeList *)querySelectorAll:(NSString *)selectors AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
192 @property(readonly, retain) DOMElement *firstElementChild AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
193 @property(readonly, retain) DOMElement *lastElementChild AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
194 @property(readonly, retain) DOMElement *previousElementSibling AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
195 @property(readonly, retain) DOMElement *nextElementSibling AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
196 @property(readonly) unsigned childElementCount AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
225 - (DOMNodeList *)getElementsByClassName:(NSString *)name AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
226 - (DOMElement *)querySelector:(NSString *)selectors AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
227 - (DOMNodeList *)querySelectorAll:(NSString *)selectors AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
229 - (void)webkitRequestFullScreen:(unsigned short)flags AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
304 - (unsigned short)compareDocumentPosition:(DOMNode *)other AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
325 @property(readonly, copy) NSString *wholeText AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
327 - (DOMText *)replaceWholeText:(NSString *)content AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
416 @property BOOL autofocus AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
417 @property(readonly) BOOL willValidate AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
430 - (DOMNodeList *)tags:(NSString *)name AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
458 @property(readonly, retain) DOMElement *activeElement AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
459 @property(readonly, copy) NSString *compatMode AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
573 @property(readonly, retain) DOMAbstractView *contentWindow AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
622 @property BOOL autofocus AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
623 @property BOOL multiple AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
624 @property(readonly) BOOL willValidate AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
625 @property(retain) DOMFileList *files AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
738 - (void)remove:(unsigned)index AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
782 @property(readonly) BOOL willValidate AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
783 @property BOOL autofocus AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
787 - (DOMNode *)item:(unsigned)index AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
788 - (DOMNode *)namedItem:(NSString *)name AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
890 @property BOOL autofocus AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
891 @property(readonly) BOOL willValidate AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
1003 @property(readonly, retain) DOMCSSRuleList *rules AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
1007 - (int)addRule:(NSString *)selector style:(NSString *)style index:(unsigned)index AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
1008 - (void)removeRule:(unsigned)index AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
1045 @property(readonly, retain) id <DOMEventTarget> srcElement AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
1046 @property BOOL returnValue AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
1047 @property BOOL cancelBubble AVAILABLE_IN_WEBKIT_VERSION_4_0; variable
[all...]

Completed in 197 milliseconds