HomeSort by relevance Sort by last modified time
    Searched refs:WKDictionaryRef (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebKit2/Shared/API/c/
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);
WKDictionary.cpp 40 WKTypeRef WKDictionaryGetItemForKey(WKDictionaryRef dictionaryRef, WKStringRef key)
45 size_t WKDictionaryGetSize(WKDictionaryRef dictionaryRef)
50 WKArrayRef WKDictionaryCopyKeys(WKDictionaryRef dictionaryRef)
WKMutableDictionary.h 41 WK_EXPORT bool WKDictionaryIsMutable(WKDictionaryRef dictionary);
WKMutableDictionary.cpp 40 bool WKDictionaryIsMutable(WKDictionaryRef dictionaryRef)
WKBase.h 48 typedef const struct OpaqueWKDictionary* WKDictionaryRef;
WKSharedAPICast.h 81 WK_ADD_API_MAPPING(WKDictionaryRef, ImmutableDictionary)
  /external/webkit/Tools/TestWebKitAPI/
InjectedBundleController.cpp 65 WKDictionaryRef initializationDictionary = static_cast<WKDictionaryRef>(initializationUserData);
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
ClientImpl.h 48 WKPageRef qt_wk_createNewPage(WKPageRef page, WKDictionaryRef features, WKEventModifiers modifiers, WKEventMouseButton mouseButton, const void *clientInfo);
ClientImpl.cpp 142 WKPageRef qt_wk_createNewPage(WKPageRef page, WKDictionaryRef features, WKEventModifiers modifiers, WKEventMouseButton mouseButton, const void* clientInfo)
  /external/webkit/Tools/WebKitTestRunner/
TestController.h 88 static WKPageRef createOtherPage(WKPageRef oldPage, WKDictionaryRef, WKEventModifiers, WKEventMouseButton, const void*);
TestInvocation.cpp 200 WKDictionaryRef messageBodyDictionary = static_cast<WKDictionaryRef>(messageBody);
TestController.cpp 129 WKPageRef TestController::createOtherPage(WKPageRef oldPage, WKDictionaryRef, WKEventModifiers, WKEventMouseButton, const void*)
  /external/webkit/Tools/MiniBrowser/win/
BrowserView.cpp 42 static WKPageRef createNewPage(WKPageRef page, WKDictionaryRef features, WKEventModifiers modifiers, WKEventMouseButton mouseButton, const void* clientInfo)
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 124 typedef void (*WKPageWillSubmitFormCallback)(WKPageRef page, WKFrameRef frame, WKFrameRef sourceFrame, WKDictionaryRef values, WKTypeRef userData, WKFormSubmissionListenerRef listener, const void* clientInfo);
154 typedef WKPageRef (*WKPageCreateNewPageCallback)(WKPageRef page, WKDictionaryRef features, WKEventModifiers modifiers, WKEventMouseButton mouseButton, const void *clientInfo);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h 228 typedef void (*WKBundlePageWillSubmitFormCallback)(WKBundlePageRef page, WKBundleNodeHandleRef htmlFormElementHandle, WKBundleFrameRef frame, WKBundleFrameRef sourceFrame, WKDictionaryRef values, WKTypeRef* userData, const void* clientInfo);
  /external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.m 380 static WKPageRef createNewPage(WKPageRef page, WKDictionaryRef features, WKEventModifiers modifiers, WKEventMouseButton button, const void* clientInfo)

Completed in 92 milliseconds