HomeSort by relevance Sort by last modified time
    Searched refs:WKContextRef (Results 26 - 50 of 58) sorted by null

12 3

  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
RestoreSessionStateContainingFormData.cpp 51 static WKRetainPtr<WKDataRef> createSessionStateContainingFormData(WKContextRef context)
69 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
DocumentStartUserScriptAlertCrash.cpp 50 WKRetainPtr<WKContextRef> context(AdoptWK, Util::createContextForInjectedBundleTest("DocumentStartUserScriptAlertCrashTest", pageGroup.get()));
EvaluateJavaScript.cpp 53 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
FailedLoad.cpp 51 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
ForceRepaint.cpp 52 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
CookieManager.cpp 40 static WKRetainPtr<WKContextRef> wkContext;
Find.cpp 53 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
FrameMIMETypeHTML.cpp 59 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
FrameMIMETypePNG.cpp 59 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
PageLoadDidChangeLocationWithinPageForFrame.cpp 62 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
PreventEmptyUserAgent.cpp 61 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
SpacebarScrolling.cpp 51 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
  /external/webkit/Tools/MiniBrowser/mac/
AppDelegate.m 39 void didRecieveMessageFromInjectedBundle(WKContextRef context, WKStringRef messageName, WKTypeRef messageBody, const void *clientInfo)
65 static void didNavigateWithNavigationData(WKContextRef context, WKPageRef page, WKNavigationDataRef navigationData, WKFrameRef frame, const void *clientInfo)
80 static void didPerformClientRedirect(WKContextRef context, WKPageRef page, WKURLRef sourceURL, WKURLRef destinationURL, WKFrameRef frame, const void *clientInfo)
89 static void didPerformServerRedirect(WKContextRef context, WKPageRef page, WKURLRef sourceURL, WKURLRef destinationURL, WKFrameRef frame, const void *clientInfo)
98 static void didUpdateHistoryTitle(WKContextRef context, WKPageRef page, WKStringRef title, WKURLRef URL, WKFrameRef frame, const void *clientInfo)
107 static void populateVisitedLinks(WKContextRef context, const void *clientInfo)
164 - (WKContextRef)getCurrentContext
  /external/webkit/Tools/TestWebKitAPI/
PlatformWebView.h 58 PlatformWebView(WKContextRef, WKPageGroupRef = 0);
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
AltKeyGeneratesWMSysCommand.cpp 63 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
TranslateMessageGeneratesWMChar.cpp 67 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
HideFindIndicator.cpp 62 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
ResizeViewWhileHidden.cpp 92 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
  /external/webkit/Tools/WebKitTestRunner/win/
PlatformWebViewWin.cpp 51 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef)
  /external/webkit/Tools/WebKitTestRunner/mac/
PlatformWebViewMac.mm 30 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef)
  /external/webkit/Source/WebKit2/Shared/API/c/
WKBase.h 76 typedef const struct OpaqueWKContext* WKContextRef;
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKView.cpp 39 WKViewRef WKViewCreate(RECT rect, WKContextRef contextRef, WKPageGroupRef pageGroupRef, HWND parentWindow)
WKView.h 61 WK_EXPORT WKViewRef WKViewCreate(RECT rect, WKContextRef context, WKPageGroupRef pageGroup, HWND parentWindow);
  /external/webkit/Tools/MiniBrowser/win/
BrowserView.cpp 87 WKContextRef context;
  /external/webkit/Tools/TestWebKitAPI/mac/
PlatformWebViewMac.mm 32 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef)

Completed in 664 milliseconds

12 3