Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKContext.cpp66 void WKContextSetInjectedBundleClient(WKContextRef contextRef, const WKContextInjectedBundleClient*… in WKContextSetInjectedBundleClient() argument
70 toImpl(contextRef)->initializeInjectedBundleClient(wkClient); in WKContextSetInjectedBundleClient()
73 void WKContextSetHistoryClient(WKContextRef contextRef, const WKContextHistoryClient* wkClient) in WKContextSetHistoryClient() argument
77 toImpl(contextRef)->initializeHistoryClient(wkClient); in WKContextSetHistoryClient()
80 void WKContextSetDownloadClient(WKContextRef contextRef, const WKContextDownloadClient* wkClient) in WKContextSetDownloadClient() argument
84 toImpl(contextRef)->initializeDownloadClient(wkClient); in WKContextSetDownloadClient()
87 WKDownloadRef WKContextDownloadURLRequest(WKContextRef contextRef, const WKURLRequestRef requestRef) in WKContextDownloadURLRequest() argument
89 return toAPI(toImpl(contextRef)->download(0, toImpl(requestRef)->resourceRequest())); in WKContextDownloadURLRequest()
92 void WKContextSetInitializationUserDataForInjectedBundle(WKContextRef contextRef, WKTypeRef userDa… in WKContextSetInitializationUserDataForInjectedBundle() argument
94 toImpl(contextRef)->setInjectedBundleInitializationUserData(toImpl(userDataRef)); in WKContextSetInitializationUserDataForInjectedBundle()
[all …]
DWKResourceCacheManager.h44 WK_EXPORT void WKResourceCacheManagerGetCacheOrigins(WKResourceCacheManagerRef contextRef, void* co…
DWKDatabaseManager.h90 WK_EXPORT void WKDatabaseManagerGetDatabaseOrigins(WKDatabaseManagerRef contextRef, void* context, …
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
DWKContextWin.cpp35 void WKContextSetShouldPaintNativeControls(WKContextRef contextRef, bool b) in WKContextSetShouldPaintNativeControls() argument
37 toImpl(contextRef)->setShouldPaintNativeControls(b); in WKContextSetShouldPaintNativeControls()
40 void WKContextSetInitialHTTPCookieAcceptPolicy(WKContextRef contextRef, WKHTTPCookieAcceptPolicy po… in WKContextSetInitialHTTPCookieAcceptPolicy() argument
42 toImpl(contextRef)->setInitialHTTPCookieAcceptPolicy(toHTTPCookieAcceptPolicy(policy)); in WKContextSetInitialHTTPCookieAcceptPolicy()
DWKView.cpp39 WKViewRef WKViewCreate(RECT rect, WKContextRef contextRef, WKPageGroupRef pageGroupRef, HWND parent… in WKViewCreate() argument
41 …RefPtr<WebView> view = WebView::create(rect, toImpl(contextRef), toImpl(pageGroupRef), parentWindo… in WKViewCreate()
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.h37 - (id)initWithFrame:(NSRect)frame contextRef:(WKContextRef)contextRef;
38 - (id)initWithFrame:(NSRect)frame contextRef:(WKContextRef)contextRef pageGroupRef:(WKPageGroupRef)…
DWKView.mm178 return [self initWithFrame:frame contextRef:toAPI(WebContext::sharedProcessContext())];
181 - (id)initWithFrame:(NSRect)frame contextRef:(WKContextRef)contextRef
183 return [self initWithFrame:frame contextRef:contextRef pageGroupRef:nil];
212 - (id)initWithFrame:(NSRect)frame contextRef:(WKContextRef)contextRef pageGroupRef:(WKPageGroupRef)…
233 … _data->_page = toImpl(contextRef)->createWebPage(_data->_pageClient.get(), toImpl(pageGroupRef));
/external/webkit/Tools/WebKitTestRunner/qt/
DPlatformWebViewQt.cpp48 WebView::WebView(WKContextRef contextRef) in WebView() argument
50 , m_item(new QGraphicsWKView(new QWKContext(contextRef, this))) in WebView()
56 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef) in PlatformWebView() argument
57 : m_view(new WebView(contextRef)) in PlatformWebView()
/external/webkit/Source/WebKit2/UIProcess/API/C/gtk/
DWKView.cpp40 WKViewRef WKViewCreate(WKContextRef contextRef, WKPageGroupRef pageGroupRef) in WKViewCreate() argument
42 RefPtr<WebView> view = WebView::create(toImpl(contextRef), toImpl(pageGroupRef)); in WKViewCreate()
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkcontext.cpp56 QWKContext::QWKContext(WKContextRef contextRef, QObject* parent) in QWKContext() argument
60 d->context = toImpl(contextRef); in QWKContext()
Dqwkcontext.h36 QWKContext(WKContextRef contextRef, QObject* parent = 0);
/external/webkit/Source/WebKit2/Shared/API/c/
DWKSerializedScriptValue.cpp52 …lueDeserialize(WKSerializedScriptValueRef scriptValueRef, JSContextRef contextRef, JSValueRef* exc… in WKSerializedScriptValueDeserialize() argument
54 return toImpl(scriptValueRef)->deserialize(contextRef, exception); in WKSerializedScriptValueDeserialize()
/external/skia/src/ports/
DSkFontHost_mac_atsui.cpp262 CGContextRef contextRef = ::CGBitmapContextCreate(glyph.fImage, in generateImage() local
266 if (!contextRef) { in generateImage()
271 ::CGContextSetGrayFillColor(contextRef, 1.0, 1.0); in generateImage()
272 ::CGContextSetTextDrawingMode(contextRef, kCGTextFill); in generateImage()
276 CGContextSetFont(contextRef, fontRef); in generateImage()
277 CGContextSetFontSize(contextRef, 1); in generateImage()
278 CGContextSetTextMatrix(contextRef, fTransform); in generateImage()
279 CGContextShowGlyphsAtPoint(contextRef, -glyph.fLeft, in generateImage()
282 ::CGContextRelease(contextRef); in generateImage()
/external/webkit/Source/WebCore/platform/win/
DDragImageWin.cpp191 PlatformGraphicsContext* contextRef; in createDragImageForLink() local
192 image = allocImage(workingDC, imageSize, &contextRef); in createDragImageForLink()
200 GraphicsContext context(contextRef); in createDragImageForLink()
224 deallocContext(contextRef); in createDragImageForLink()
/external/webkit/Tools/WebKitTestRunner/win/
DPlatformWebViewWin.cpp51 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef) in PlatformWebView() argument
57 m_view = WKViewCreate(viewRect, contextRef, pageGroupRef, m_window); in PlatformWebView()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleNodeHandle.cpp42 WKBundleNodeHandleRef WKBundleNodeHandleCreate(JSContextRef contextRef, JSObjectRef objectRef) in WKBundleNodeHandleCreate() argument
44 …RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::getOrCreate(contextRef, ob… in WKBundleNodeHandleCreate()
/external/webkit/Tools/WebKitTestRunner/mac/
DPlatformWebViewMac.mm30 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef)
33 m_view = [[WKView alloc] initWithFrame:rect contextRef:contextRef pageGroupRef:pageGroupRef];
/external/webkit/Tools/TestWebKitAPI/mac/
DPlatformWebViewMac.mm32 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef)
35 m_view = [[WKView alloc] initWithFrame:rect contextRef:contextRef pageGroupRef:pageGroupRef];
/external/webkit/Tools/TestWebKitAPI/win/
DPlatformWebViewWin.cpp59 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef) in PlatformWebView() argument
66 m_view = WKViewCreate(viewRect, contextRef, pageGroupRef, m_window); in PlatformWebView()
/external/webkit/Source/WebKit2/UIProcess/mac/
DWebInspectorProxyMac.mm84 …m_inspectorView.adoptNS([[WKView alloc] initWithFrame:NSZeroRect contextRef:toAPI(page()->process(…
/external/webkit/Tools/MiniBrowser/mac/
DBrowserWindowController.m568 _webView = [[WKView alloc] initWithFrame:[containerView frame] contextRef:_context];
/external/webkit/Source/WebKit2/
DChangeLog7114 (-[WKView initWithFrame:contextRef:]):
7115 (-[WKView initWithFrame:contextRef:pageGroupRef:]):
7580 (-[WKView initWithFrame:contextRef:]):
7581 (-[WKView initWithFrame:contextRef:pageGroupRef:]):
7582 (-[WKView initWithFrame:contextRef:pageGroupRef:mainFrameName:]):
8911 (-[WKView initWithFrame:contextRef:pageGroupRef:]): Call fullScreenManager()->setView(self).
12262 (-[WKView initWithFrame:contextRef:pageGroupRef:]): Added call
DChangeLog-2011-02-16789 (-[WKView initWithFrame:contextRef:pageGroupRef:]):
6539 (-[WKView initWithFrame:contextRef:pageGroupRef:]):
7618 (-[WKView initWithFrame:contextRef:pageGroupRef:]):
8489 (-[WKView initWithFrame:contextRef:pageGroupRef:]):
8608 (-[WKView initWithFrame:contextRef:pageGroupRef:]):
8734 (-[WKView initWithFrame:contextRef:pageGroupRef:]):
8796 (-[WKView initWithFrame:contextRef:pageGroupRef:]):
10414 (-[WKView initWithFrame:contextRef:pageGroupRef:]):
11317 (-[WKView initWithFrame:contextRef:pageGroupRef:]):
12364 (-[WKView initWithFrame:contextRef:pageGroupRef:]):
[all …]