Searched refs:WKMutableArrayRef (Results 1 – 6 of 6) sorted by relevance
39 WK_EXPORT WKMutableArrayRef WKMutableArrayCreate();43 WK_EXPORT void WKArrayAppendItem(WKMutableArrayRef array, WKTypeRef item);45 WK_EXPORT void WKArrayRemoveItemAtIndex(WKMutableArrayRef array, size_t index);
34 WKMutableArrayRef WKMutableArrayCreate() in WKMutableArrayCreate()45 void WKArrayAppendItem(WKMutableArrayRef arrayRef, WKTypeRef itemRef) in WKArrayAppendItem()50 void WKArrayRemoveItemAtIndex(WKMutableArrayRef arrayRef, size_t index) in WKArrayRemoveItemAtIndex()
46 typedef struct OpaqueWKArray* WKMutableArrayRef; typedef
86 WK_ADD_API_MAPPING(WKMutableArrayRef, MutableArray) in WK_ADD_API_MAPPING()
547 WKMutableArrayRef fileURLs = WKMutableArrayCreate();
32396 the same way WKMutableArrayRef inherits from WKArrayRef.32473 Add a mutable API to WebKit2 called WKMutableArrayRef. Make it "inherit" from 32476 WKMutableArrayRef). Add very basic mutable API to go along with it.