Home | History | Annotate | Download | only in WebKitLibraries

Lines Matching full:void

27 void WKSetDefaultLocalization(CFStringRef localization);
30 WKCertificateParseResult WKAddCertificatesToKeychainFromData(const void *bytes, unsigned length);
44 CFStringEncoding WKGetWebDefaultCFStringEncoding(void);
46 void WKSetMetadataURL(NSString *URLString, NSString *referrer, NSString *path);
47 void WKSetNSURLConnectionDefersCallbacks(NSURLConnection *connection, BOOL defers);
49 void WKShowKeyAndMain(void);
52 unsigned WKCarbonWindowMask(void);
53 void *WKGetNativeWindowFromWindowRef(WindowRef);
54 OSType WKCarbonWindowPropertyCreator(void);
55 OSType WKCarbonWindowPropertyTag(void);
60 WKNSURLConnectionDelegateProxyPtr WKCreateNSURLConnectionDelegateProxy(void);
62 void WKDisableCGDeferredUpdates(void);
65 void WKSetNSURLRequestShouldContentSniff(NSMutableURLRequest *request, BOOL shouldContentSniff);
67 void WKSetCookieStoragePrivateBrowsingEnabled(BOOL enabled);
69 unsigned WKGetNSAutoreleasePoolCount(void);
71 void WKAdvanceDefaultButtonPulseAnimation(NSButtonCell *button);
73 NSString *WKMouseMovedNotification(void);
74 NSString *WKWindowWillOrderOnScreenNotification(void);
75 NSString *WKWindowWillOrderOffScreenNotification(void);
76 void WKSetNSWindowShouldPostEventNotifications(NSWindow *window, BOOL post);
78 CFTypeID WKGetAXTextMarkerTypeID(void);
79 CFTypeID WKGetAXTextMarkerRangeTypeID(void);
80 CFTypeRef WKCreateAXTextMarker(const void *bytes, size_t len);
81 BOOL WKGetBytesFromAXTextMarker(CFTypeRef textMarker, void *bytes, size_t length);
85 void WKAccessibilityHandleFocusChanged(void);
87 void WKUnregisterUniqueIdForElement(id element);
92 void WKAXRegisterRemoteApp(void);
93 void WKAXInitializeElementWithPresenterPid(id, pid_t);
96 void WKAXSetWindowForRemoteElement(id remoteWindow, id remoteElement);
97 void WKAXRegisterRemoteProcess(bool registerProcess, pid_t);
101 void WKSetUpFontCache(void);
103 void WKSignalCFReadStreamEnd(CFReadStreamRef stream);
104 void WKSignalCFReadStreamHasBytes(CFReadStreamRef stream);
105 void WKSignalCFReadStreamError(CFReadStreamRef stream, CFStreamError *error);
107 CFReadStreamRef WKCreateCustomCFReadStream(void *(*formCreate)(CFReadStreamRef, void *),
108 void (*formFinalize)(CFReadStreamRef, void *),
109 Boolean (*formOpen)(CFReadStreamRef, CFStreamError *, Boolean *, void *),
110 CFIndex (*formRead)(CFReadStreamRef, UInt8 *, CFIndex, CFStreamError *, Boolean *, void *),
111 Boolean (*formCanRead)(CFReadStreamRef, void *),
112 void (*formClose)(CFReadStreamRef, void *),
113 void (*formSchedule)(CFReadStreamRef, CFRunLoopRef, CFStringRef, void *),
114 void (*formUnschedule)(CFReadStreamRef, CFRunLoopRef, CFStringRef, void *),
115 void *context);
117 void WKDrawCapsLockIndicator(CGContextRef, CGRect);
119 void WKDrawFocusRing(CGContextRef context, CGColorRef color, int radius);
124 void WKSetDragImage(NSImage *image, NSPoint offset);
126 void WKDrawBezeledTextFieldCell(NSRect, BOOL enabled);
127 void WKDrawTextFieldCellFocusRing(NSTextFieldCell*, NSRect);
128 void WKDrawBezeledTextArea(NSRect, BOOL enabled);
129 void WKPopupMenu(NSMenu*, NSPoint location, float width, NSView*, int selectedItem, NSFont*);
130 void WKPopupContextMenu(NSMenu *menu, NSPoint screenLocation);
131 void WKSendUserChangeNotifications(void);
134 void WKSendKeyEventToTSM(NSEvent *theEvent);
135 void WKCallDrawingNotification(CGrafPtr port, Rect *bounds);
141 void WKSetCGFontRenderingMode(CGContextRef cgContext, NSFont *font);
146 void WKGetFontMetrics(CGFontRef font, int *ascent, int *descent, int *lineGap, unsigned *unitsPerEm);
155 void WKSetPatternBaseCTM(CGContextRef, CGAffineTransform);
156 void WKSetPatternPhaseInUserSpace(CGContextRef, CGPoint);
160 void WKGetGlyphsForCharacters(CGFontRef, const UniChar[], CGGlyph[], size_t);
162 typedef void *WKGlyphVectorRef;
163 OSStatus WKConvertCharToGlyphs(void *styleGroup, const UniChar* characters, unsigned numCharacters, WKGlyphVectorRef glyphs);
164 OSStatus WKGetATSStyleGroup(ATSUStyle fontStyle, void **styleGroup);
165 void WKReleaseStyleGroup(void *group);
167 void WKClearGlyphVector(WKGlyphVectorRef glyphs);
174 CTLineRef WKCreateCTLineWithUniCharProvider(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*);
176 CTTypesetterRef WKCreateCTTypesetterWithUniCharProviderAndOptions(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*, CFDictionaryRef options);
189 void WKNSWindowRestoreCGContext(NSWindow *, CGContextRef);
191 void WKNSWindowMakeBottomCornersSquare(NSWindow *);
211 void WKGetWheelEventDeltas(NSEvent *, float *deltaX, float *deltaY, BOOL *continuous);
225 void WKQTMovieSetShowClosedCaptions(QTMovie* movie, BOOL showClosedCaptions);
226 void WKQTMovieSelectPreferredAlternates(QTMovie* movie);
227 void WKQTMovieSelectPreferredAlternateTrackForMediaType(QTMovie* movie, NSString* mediaType);
229 unsigned WKQTIncludeOnlyModernMediaFileTypes(void);
233 NSString *WKQTMovieMaxTimeLoadedChangeNotification(void);
234 void WKQTMovieViewSetDrawSynchronously(QTMovieView* view, BOOL sync);
235 void WKQTMovieDisableComponent(uint32_t[5]);
237 CFStringRef WKCopyFoundationCacheDirectory(void);
248 void WKSetHTTPCookiesForURL(CFHTTPCookieStorageRef, NSArray *, NSURL *, NSURL *);
249 void WKDeleteHTTPCookie(CFHTTPCookieStorageRef, NSHTTPCookie *);
251 void WKSetVisibleApplicationName(CFStringRef);
291 void WKMeasureMediaUIPart(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
292 void WKDrawMediaUIPart(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state);
293 void WKDrawMediaSliderTrack(int themeStyle, CGContextRef context, CGRect rect, float timeLoaded, float currentTime, float duration, unsigned state);
294 NSView *WKCreateMediaUIBackgroundView(void);
310 mach_port_t WKInitializeRenderServer(void);
319 void WKSoftwareCARendererDestroy(WKSoftwareCARendererRef);
320 void WKSoftwareCARendererRender(WKSoftwareCARendererRef, CGContextRef, CGRect);
325 void WKCARemoteLayerClientInvalidate(WKCARemoteLayerClientRef);
327 void WKCARemoteLayerClientSetLayer(WKCARemoteLayerClientRef, CALayer *);
332 void WKCARendererAddChangeNotificationObserver(CARenderer *, void (*callback)(void*), void* context);
333 void WKCARendererRemoveChangeNotificationObserver(CARenderer *, void (*callback)(void*), void* context);
338 void WKWindowBounceAnimationContextDestroy(WKWindowBounceAnimationContextRef context);
339 void WKWindowBounceAnimationSetAnimationProgress(WKWindowBounceAnimationContextRef context, double animationProgress);
346 NSUInteger WKGetInputPanelWindowStyle(void);
351 void WKSetCAAnimationValueFunction(CAPropertyAnimation*, NSString* function);
355 void WKSetHTTPPipeliningMaximumPriority(int maximumPriority);
356 void WKSetHTTPPipeliningPriority(NSMutableURLRequest *, int priority);
357 void WKSetHTTPPipeliningMinimumFastLanePriority(int priority);
359 void WKSetCONNECTProxyForStream(CFReadStreamRef, CFStringRef proxyHost, CFNumberRef proxyPort);
360 void WKSetCONNECTProxyAuthorizationForStream(CFReadStreamRef, CFStringRef proxyAuthorizationString);
375 void WKWindowSetAlpha(NSWindow *window, float alphaValue);
376 void WKWindowSetScaledFrame(NSWindow *window, NSRect scaleFrame, NSRect nonScaledFrame);
380 void WKSyncSurfaceToView(NSView *view);
382 void WKEnableSettingCursorWhenInBackground(void);
391 ScriptCode WKGetScriptCodeFromCurrentKeyboardInputSource(void);
400 CFArrayRef WKCFURLCacheCopyAllHostNamesInPersistentStore(void);
401 void WKCFURLCacheDeleteHostNamesInPersistentStore(CFArrayRef hostArray);
407 void WKSetCFURLResponseMIMEType(CFURLResponseRef, CFStringRef mimeType);
418 void WKSandboxExtensionDestroy(WKSandboxExtensionRef sandboxExtension);
431 void WKScrollbarPainterSetDelegate(WKScrollbarPainterRef, id scrollbarPainterDelegate);
432 void WKScrollbarPainterPaint(WKScrollbarPainterRef, bool enabled, double value, CGFloat proportion, CGRect frameRect);
433 void WKScrollbarPainterForceFlashScrollers(WKScrollbarPainterControllerRef);
438 void WKSetScrollbarPainterKnobAlpha(WKScrollbarPainterRef, CGFloat);
440 void WKSetScrollbarPainterTrackAlpha(WKScrollbarPainterRef, CGFloat);
442 void WKScrollbarPainterSetOverlayState(WKScrollbarPainterRef, int overlayScrollerState);
445 void WKSetPainterForPainterController(WKScrollbarPainterControllerRef, WKScrollbarPainterRef, bool isHorizontal);
448 void WKSetScrollbarPainterControllerStyle(WKScrollbarPainterControllerRef, int newStyle);
449 void WKContentAreaScrolled(WKScrollbarPainterControllerRef);
450 void WKContentAreaWillPaint(WKScrollbarPainterControllerRef);
451 void WKMouseEnteredContentArea(WKScrollbarPainterControllerRef);
452 void WKMouseExitedContentArea(WKScrollbarPainterControllerRef);
453 void WKMouseMovedInContentArea(WKScrollbarPainterControllerRef);
454 void WKWillStartLiveResize(WKScrollbarPainterControllerRef);
455 void WKContentAreaResized(WKScrollbarPainterControllerRef);
456 void WKWillEndLiveResize(WKScrollbarPainterControllerRef);
457 void WKContentAreaDidShow(WKScrollbarPainterControllerRef);
458 void WKContentAreaDidHide(WKScrollbarPainterControllerRef);
460 bool WKScrollbarPainterUsesOverlayScrollers(void);
463 void WKShowWordDefinitionWindow(NSAttributedString *term, NSPoint screenPoint, NSDictionary *options);
464 void WKHideWordDefinitionWindow(void);