/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/ |
WMCloseCallsUIClientClose.cpp | 43 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
|
WMPrint.cpp | 36 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
|
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/TestWebKitAPI/Tests/WebKit2/ |
AboutBlankLoad.cpp | 46 WKRetainPtr<WKContextRef> context = adoptWK(WKContextCreate());
|
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 | 73 wkContext.adopt(WKContextCreate());
|
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());
|
RestoreSessionStateContainingFormData.cpp | 69 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
|
SpacebarScrolling.cpp | 51 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
|
PageLoadBasic.cpp | 115 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
WKContext.cpp | 44 WKContextRef WKContextCreate()
|
WKContext.h | 104 WK_EXPORT WKContextRef WKContextCreate();
|