Home
last modified time | relevance | path

Searched refs:WKContextCreate (Results 1 – 23 of 23) sorted by relevance

/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
DWMPrint.cpp36 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate()); in TEST()
DWMCloseCallsUIClientClose.cpp43 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate()); in TEST()
DAltKeyGeneratesWMSysCommand.cpp63 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate()); in TEST()
DTranslateMessageGeneratesWMChar.cpp67 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate()); in TEST()
DHideFindIndicator.cpp62 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate()); in TEST()
DResizeViewWhileHidden.cpp92 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate()); in TEST()
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DEvaluateJavaScript.cpp53 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate()); in TEST()
DAboutBlankLoad.cpp46 WKRetainPtr<WKContextRef> context = adoptWK(WKContextCreate()); in TEST()
DFailedLoad.cpp51 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate()); in TEST()
DPreventEmptyUserAgent.cpp61 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate()); in TEST()
DForceRepaint.cpp52 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate()); in TEST()
DRestoreSessionStateContainingFormData.cpp69 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate()); in TEST()
DCookieManager.cpp73 wkContext.adopt(WKContextCreate()); in TEST()
DFind.cpp53 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate()); in TEST()
DPageLoadDidChangeLocationWithinPageForFrame.cpp62 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate()); in TEST()
DFrameMIMETypeHTML.cpp59 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate()); in TEST()
DFrameMIMETypePNG.cpp59 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate()); in TEST()
DSpacebarScrolling.cpp51 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate()); in TEST()
DPageLoadBasic.cpp115 WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate()); in TEST()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKContext.h104 WK_EXPORT WKContextRef WKContextCreate();
DWKContext.cpp44 WKContextRef WKContextCreate() in WKContextCreate() function
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1630832 (WKContextCreate):
43232 (WKContextCreate):
43408 (WKContextCreate):
43411 Rename WKContextCreateWithProcessModel to WKContextCreate and add
/external/webkit/Tools/
DChangeLog-2011-02-1631279 … Switch from WKContextCreateWithProcessModel to WKContextCreate and remove commented out code.