Searched refs:WKDictionaryRef (Results 1 – 17 of 17) sorted by relevance
/external/webkit/Source/WebKit2/Shared/API/c/ |
D | WKDictionary.h | 39 WK_EXPORT WKTypeRef WKDictionaryGetItemForKey(WKDictionaryRef dictionary, WKStringRef key); 40 WK_EXPORT size_t WKDictionaryGetSize(WKDictionaryRef dictionary); 42 WK_EXPORT WKArrayRef WKDictionaryCopyKeys(WKDictionaryRef dictionary);
|
D | WKDictionary.cpp | 40 WKTypeRef WKDictionaryGetItemForKey(WKDictionaryRef dictionaryRef, WKStringRef key) in WKDictionaryGetItemForKey() 45 size_t WKDictionaryGetSize(WKDictionaryRef dictionaryRef) in WKDictionaryGetSize() 50 WKArrayRef WKDictionaryCopyKeys(WKDictionaryRef dictionaryRef) in WKDictionaryCopyKeys()
|
D | WKMutableDictionary.h | 41 WK_EXPORT bool WKDictionaryIsMutable(WKDictionaryRef dictionary);
|
D | WKMutableDictionary.cpp | 40 bool WKDictionaryIsMutable(WKDictionaryRef dictionaryRef) in WKDictionaryIsMutable()
|
D | WKBase.h | 48 typedef const struct OpaqueWKDictionary* WKDictionaryRef; typedef
|
D | WKSharedAPICast.h | 81 WK_ADD_API_MAPPING(WKDictionaryRef, ImmutableDictionary) in WK_ADD_API_MAPPING()
|
/external/webkit/Tools/TestWebKitAPI/ |
D | InjectedBundleController.cpp | 65 WKDictionaryRef initializationDictionary = static_cast<WKDictionaryRef>(initializationUserData); in initialize()
|
/external/webkit/Tools/WebKitTestRunner/ |
D | TestInvocation.cpp | 200 WKDictionaryRef messageBodyDictionary = static_cast<WKDictionaryRef>(messageBody); in didReceiveMessageFromInjectedBundle()
|
D | TestController.h | 88 …static WKPageRef createOtherPage(WKPageRef oldPage, WKDictionaryRef, WKEventModifiers, WKEventMous…
|
D | TestController.cpp | 129 WKPageRef TestController::createOtherPage(WKPageRef oldPage, WKDictionaryRef, WKEventModifiers, WKE… in createOtherPage() argument
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | ClientImpl.h | 48 WKPageRef qt_wk_createNewPage(WKPageRef page, WKDictionaryRef features, WKEventModifiers modifiers,…
|
D | ClientImpl.cpp | 142 WKPageRef qt_wk_createNewPage(WKPageRef page, WKDictionaryRef features, WKEventModifiers modifiers,… in qt_wk_createNewPage()
|
/external/webkit/Tools/MiniBrowser/win/ |
D | BrowserView.cpp | 42 static WKPageRef createNewPage(WKPageRef page, WKDictionaryRef features, WKEventModifiers modifiers… in createNewPage()
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKPage.h | 124 …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/ |
D | WKBundlePage.h | 228 …ElementHandle, WKBundleFrameRef frame, WKBundleFrameRef sourceFrame, WKDictionaryRef values, WKTyp…
|
/external/webkit/Tools/MiniBrowser/mac/ |
D | BrowserWindowController.m | 380 static WKPageRef createNewPage(WKPageRef page, WKDictionaryRef features, WKEventModifiers modifiers…
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 28693 - 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
|