Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Shared/API/c/
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);
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()
DWKMutableDictionary.h41 WK_EXPORT bool WKDictionaryIsMutable(WKDictionaryRef dictionary);
DWKMutableDictionary.cpp40 bool WKDictionaryIsMutable(WKDictionaryRef dictionaryRef) in WKDictionaryIsMutable()
DWKBase.h48 typedef const struct OpaqueWKDictionary* WKDictionaryRef; typedef
DWKSharedAPICast.h81 WK_ADD_API_MAPPING(WKDictionaryRef, ImmutableDictionary) in WK_ADD_API_MAPPING()
/external/webkit/Tools/TestWebKitAPI/
DInjectedBundleController.cpp65 WKDictionaryRef initializationDictionary = static_cast<WKDictionaryRef>(initializationUserData); in initialize()
/external/webkit/Tools/WebKitTestRunner/
DTestInvocation.cpp200 WKDictionaryRef messageBodyDictionary = static_cast<WKDictionaryRef>(messageBody); in didReceiveMessageFromInjectedBundle()
DTestController.h88 …static WKPageRef createOtherPage(WKPageRef oldPage, WKDictionaryRef, WKEventModifiers, WKEventMous…
DTestController.cpp129 WKPageRef TestController::createOtherPage(WKPageRef oldPage, WKDictionaryRef, WKEventModifiers, WKE… in createOtherPage() argument
/external/webkit/Source/WebKit2/UIProcess/API/qt/
DClientImpl.h48 WKPageRef qt_wk_createNewPage(WKPageRef page, WKDictionaryRef features, WKEventModifiers modifiers,…
DClientImpl.cpp142 WKPageRef qt_wk_createNewPage(WKPageRef page, WKDictionaryRef features, WKEventModifiers modifiers,… in qt_wk_createNewPage()
/external/webkit/Tools/MiniBrowser/win/
DBrowserView.cpp42 static WKPageRef createNewPage(WKPageRef page, WKDictionaryRef features, WKEventModifiers modifiers… in createNewPage()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.h124 …mCallback)(WKPageRef page, WKFrameRef frame, WKFrameRef sourceFrame, WKDictionaryRef values, WKTyp…
154 typedef WKPageRef (*WKPageCreateNewPageCallback)(WKPageRef page, WKDictionaryRef features, WKEventM…
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundlePage.h228 …ElementHandle, WKBundleFrameRef frame, WKBundleFrameRef sourceFrame, WKDictionaryRef values, WKTyp…
/external/webkit/Tools/MiniBrowser/mac/
DBrowserWindowController.m380 static WKPageRef createNewPage(WKPageRef page, WKDictionaryRef features, WKEventModifiers modifiers…
/external/webkit/Source/WebKit2/
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