Home
last modified time | relevance | path

Searched refs:WKDictionaryRef (Results 1 – 11 of 11) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/API/c/
H A DWKDictionary.h39 WK_EXPORT WKTypeRef WKDictionaryGetItemForKey(WKDictionaryRef dictionary, WKStringRef key);
40 WK_EXPORT size_t WKDictionaryGetSize(WKDictionaryRef dictionary);
42 WK_EXPORT WKArrayRef WKDictionaryCopyKeys(WKDictionaryRef dictionary);
H A DWKDictionary.cpp40 WKTypeRef WKDictionaryGetItemForKey(WKDictionaryRef dictionaryRef, WKStringRef key) in WKDictionaryGetItemForKey()
45 size_t WKDictionaryGetSize(WKDictionaryRef dictionaryRef) in WKDictionaryGetSize()
50 WKArrayRef WKDictionaryCopyKeys(WKDictionaryRef dictionaryRef) in WKDictionaryCopyKeys()
H A DWKMutableDictionary.h41 WK_EXPORT bool WKDictionaryIsMutable(WKDictionaryRef dictionary);
H A DWKMutableDictionary.cpp40 bool WKDictionaryIsMutable(WKDictionaryRef dictionaryRef) in WKDictionaryIsMutable()
H A DWKBase.h48 typedef const struct OpaqueWKDictionary* WKDictionaryRef; typedef
H A DWKSharedAPICast.h81 WK_ADD_API_MAPPING(WKDictionaryRef, ImmutableDictionary) in WK_ADD_API_MAPPING()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/qt/
H A DClientImpl.h49 WKPageRef qt_wk_createNewPage(WKPageRef page, WKDictionaryRef features, WKEventModifiers modifiers,…
H A DClientImpl.cpp142 WKPageRef qt_wk_createNewPage(WKPageRef page, WKDictionaryRef features, WKEventModifiers modifiers,… in qt_wk_createNewPage()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPage.h125 …mCallback)(WKPageRef page, WKFrameRef frame, WKFrameRef sourceFrame, WKDictionaryRef values, WKTyp…
155 typedef WKPageRef (*WKPageCreateNewPageCallback)(WKPageRef page, WKDictionaryRef features, WKEventM…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h228 …ElementHandle, WKBundleFrameRef frame, WKBundleFrameRef sourceFrame, WKDictionaryRef values, WKTyp…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/
H A DChangeLog-2011-02-1628693 - Moves shared types (WKArrayRef, WKDictionaryRef, etc) to Shared/API/c.
32278 Change WKDictionaryIsMutable to take a WKDictionaryRef instead of a WKMutableDictionaryRef.
32395 Add WKMutableDictionary API that inherits from WKDictionaryRef
33779 Add ability to get all the keys from a WKDictionaryRef