Searched refs:contextRef (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/win/
H A DWKContextWin.cpp35 void WKContextSetShouldPaintNativeControls(WKContextRef contextRef, bool b) argument
37 toImpl(contextRef)->setShouldPaintNativeControls(b);
40 void WKContextSetInitialHTTPCookieAcceptPolicy(WKContextRef contextRef, WKHTTPCookieAcceptPolicy policy) argument
42 toImpl(contextRef)->setInitialHTTPCookieAcceptPolicy(toHTTPCookieAcceptPolicy(policy));
H A DWKView.cpp39 WKViewRef WKViewCreate(RECT rect, WKContextRef contextRef, WKPageGroupRef pageGroupRef, HWND parentWindow) argument
41 RefPtr<WebView> view = WebView::create(rect, toImpl(contextRef), toImpl(pageGroupRef), parentWindow);
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKContext.cpp66 void WKContextSetInjectedBundleClient(WKContextRef contextRef, const WKContextInjectedBundleClient* wkClient) argument
70 toImpl(contextRef)->initializeInjectedBundleClient(wkClient);
73 void WKContextSetHistoryClient(WKContextRef contextRef, const WKContextHistoryClient* wkClient) argument
77 toImpl(contextRef)->initializeHistoryClient(wkClient);
80 void WKContextSetDownloadClient(WKContextRef contextRef, const WKContextDownloadClient* wkClient) argument
84 toImpl(contextRef)->initializeDownloadClient(wkClient);
87 WKDownloadRef WKContextDownloadURLRequest(WKContextRef contextRef, const WKURLRequestRef requestRef) argument
89 return toAPI(toImpl(contextRef)->download(0, toImpl(requestRef)->resourceRequest()));
92 void WKContextSetInitializationUserDataForInjectedBundle(WKContextRef contextRef, WKTypeRef userDataRef) argument
94 toImpl(contextRef)
97 WKContextPostMessageToInjectedBundle(WKContextRef contextRef, WKStringRef messageNameRef, WKTypeRef messageBodyRef) argument
111 WKContextAddVisitedLink(WKContextRef contextRef, WKStringRef visitedURL) argument
116 WKContextSetCacheModel(WKContextRef contextRef, WKCacheModel cacheModel) argument
121 WKContextGetCacheModel(WKContextRef contextRef) argument
126 _WKContextSetAlwaysUsesComplexTextCodePath(WKContextRef contextRef, bool alwaysUseComplexTextCodePath) argument
131 _WKContextSetAdditionalPluginsDirectory(WKContextRef contextRef, WKStringRef pluginsDirectory) argument
136 _WKContextRegisterURLSchemeAsEmptyDocument(WKContextRef contextRef, WKStringRef urlScheme) argument
141 WKContextRegisterURLSchemeAsSecure(WKContextRef contextRef, WKStringRef urlScheme) argument
146 WKContextSetDomainRelaxationForbiddenForURLScheme(WKContextRef contextRef, WKStringRef urlScheme) argument
151 WKContextGetCookieManager(WKContextRef contextRef) argument
156 WKContextGetApplicationCacheManager(WKContextRef contextRef) argument
161 WKContextGetDatabaseManager(WKContextRef contextRef) argument
166 WKContextGetGeolocationManager(WKContextRef contextRef) argument
171 WKContextGetIconDatabase(WKContextRef contextRef) argument
176 WKContextGetKeyValueStorageManager(WKContextRef contextRef) argument
181 WKContextGetMediaCacheManager(WKContextRef contextRef) argument
186 WKContextGetPluginSiteDataManager(WKContextRef contextRef) argument
191 WKContextGetResourceCacheManager(WKContextRef contextRef) argument
196 WKContextStartMemorySampler(WKContextRef contextRef, WKDoubleRef interval) argument
201 WKContextStopMemorySampler(WKContextRef contextRef) argument
206 WKContextSetIconDatabasePath(WKContextRef contextRef, WKStringRef iconDatabasePath) argument
211 WKContextSetDatabaseDirectory(WKContextRef contextRef, WKStringRef databaseDirectory) argument
216 WKContextSetLocalStorageDirectory(WKContextRef contextRef, WKStringRef localStorageDirectory) argument
221 WKContextDisableProcessTermination(WKContextRef contextRef) argument
226 WKContextEnableProcessTermination(WKContextRef contextRef) argument
231 _WKContextSetHTTPPipeliningEnabled(WKContextRef contextRef, bool enabled) argument
[all...]
H A DWKResourceCacheManager.h44 WK_EXPORT void WKResourceCacheManagerGetCacheOrigins(WKResourceCacheManagerRef contextRef, void* context, WKResourceCacheManagerGetCacheOriginsFunction function);
H A DWKDatabaseManager.h90 WK_EXPORT void WKDatabaseManagerGetDatabaseOrigins(WKDatabaseManagerRef contextRef, void* context, WKDatabaseManagerGetDatabaseOriginsFunction function);
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKView.h37 - (id)initWithFrame:(NSRect)frame contextRef:(WKContextRef)contextRef;
38 - (id)initWithFrame:(NSRect)frame contextRef:(WKContextRef)contextRef pageGroupRef:(WKPageGroupRef)pageGroupRef;
H A 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)pageGroupRef
233 _data->_page = toImpl(contextRef)->createWebPage(_data->_pageClient.get(), toImpl(pageGroupRef));
/external/webkit/Source/WebKit2/UIProcess/API/C/gtk/
H A DWKView.cpp40 WKViewRef WKViewCreate(WKContextRef contextRef, WKPageGroupRef pageGroupRef) argument
42 RefPtr<WebView> view = WebView::create(toImpl(contextRef), toImpl(pageGroupRef));
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkcontext.cpp56 QWKContext::QWKContext(WKContextRef contextRef, QObject* parent) argument
60 d->context = toImpl(contextRef);
H A Dqwkcontext.h36 QWKContext(WKContextRef contextRef, QObject* parent = 0);
/external/webkit/Tools/WebKitTestRunner/qt/
H A DPlatformWebViewQt.cpp48 WebView::WebView(WKContextRef contextRef) argument
50 , m_item(new QGraphicsWKView(new QWKContext(contextRef, this)))
56 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef) argument
57 : m_view(new WebView(contextRef))
/external/webkit/Source/WebKit2/Shared/API/c/
H A DWKSerializedScriptValue.cpp52 JSValueRef WKSerializedScriptValueDeserialize(WKSerializedScriptValueRef scriptValueRef, JSContextRef contextRef, JSValueRef* exception) argument
54 return toImpl(scriptValueRef)->deserialize(contextRef, exception);
/external/webkit/Tools/WebKitTestRunner/mac/
H A DPlatformWebViewMac.mm30 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef)
33 m_view = [[WKView alloc] initWithFrame:rect contextRef:contextRef pageGroupRef:pageGroupRef];
/external/webkit/Tools/WebKitTestRunner/win/
H A DPlatformWebViewWin.cpp51 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef) argument
57 m_view = WKViewCreate(viewRect, contextRef, pageGroupRef, m_window);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundleNodeHandle.cpp42 WKBundleNodeHandleRef WKBundleNodeHandleCreate(JSContextRef contextRef, JSObjectRef objectRef) argument
44 RefPtr<InjectedBundleNodeHandle> nodeHandle = InjectedBundleNodeHandle::getOrCreate(contextRef, objectRef);
/external/webkit/Tools/TestWebKitAPI/mac/
H A DPlatformWebViewMac.mm32 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef)
35 m_view = [[WKView alloc] initWithFrame:rect contextRef:contextRef pageGroupRef:pageGroupRef];
/external/webkit/Tools/TestWebKitAPI/win/
H A DPlatformWebViewWin.cpp59 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef) argument
66 m_view = WKViewCreate(viewRect, contextRef, pageGroupRef, m_window);
/external/webkit/Source/WebCore/platform/win/
H A DDragImageWin.cpp191 PlatformGraphicsContext* contextRef; local
192 image = allocImage(workingDC, imageSize, &contextRef);
200 GraphicsContext context(contextRef);
224 deallocContext(contextRef);
/external/skia/src/ports/
H A DSkFontHost_mac_atsui.cpp262 CGContextRef contextRef = ::CGBitmapContextCreate(glyph.fImage, local
266 if (!contextRef) {
271 ::CGContextSetGrayFillColor(contextRef, 1.0, 1.0);
272 ::CGContextSetTextDrawingMode(contextRef, kCGTextFill);
276 CGContextSetFont(contextRef, fontRef);
277 CGContextSetFontSize(contextRef, 1);
278 CGContextSetTextMatrix(contextRef, fTransform);
279 CGContextShowGlyphsAtPoint(contextRef, -glyph.fLeft,
282 ::CGContextRelease(contextRef);
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWebInspectorProxyMac.mm84 m_inspectorView.adoptNS([[WKView alloc] initWithFrame:NSZeroRect contextRef:toAPI(page()->process()->context()) pageGroupRef:toAPI(inspectorPageGroup())]);
/external/webkit/Tools/MiniBrowser/mac/
H A DBrowserWindowController.m568 _webView = [[WKView alloc] initWithFrame:[containerView frame] contextRef:_context];

Completed in 1315 milliseconds