luxlabs header browser preview


@class NSURL, WebUITextIndicatorData, DOMCSSStyleDeclaration, WebViewPrivate, WebBackForwardList, WebScriptObject, NSString, DOMDocument, NSUndoManager, DOMRange, WAKWindow, WebPreferences, NSData, WebFrame;
@protocol WebFrameLoadDelegate, WebPolicyDelegate, WebDownloadDelegate, WebResourceLoadDelegate, WebUIDelegate, WebEditingDelegate;

@interface WebView : WAKView {
    WebViewPrivate *_private;
}

@property (nonatomic, setter=_setUseDarkAppearance:) BOOL _useDarkAppearance;
@property (nonatomic, setter=_setUseElevatedUserInterfaceLevel:) BOOL _useElevatedUserInterfaceLevel;
@property (readonly, nonatomic, getter=_dataOperationTextIndicator) WebUITextIndicatorData *dataOperationTextIndicator;
@property (readonly, nonatomic) unsigned long long _dragSourceAction;
@property (readonly, nonatomic) NSString *_draggedLinkTitle;
@property (readonly, nonatomic) NSURL *_draggedLinkURL;
@property (readonly, nonatomic) struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; } _draggedElementBounds;
@property (readonly, nonatomic, getter=_dataInteractionCaretRect) struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; } dataInteractionCaretRect;
@property (copy, nonatomic, getter=_sourceApplicationAuditData, setter=_setSourceApplicationAuditData:) NSData *sourceApplicationAuditData;
@property (nonatomic, setter=_setUnobscuredSafeAreaInsets:) struct WebEdgeInsets { double x0; double x1; double x2; double x3; } _unobscuredSafeAreaInsets;
@property (nonatomic, setter=_setUseSystemAppearance:) BOOL _useSystemAppearance;
@property (readonly, nonatomic) BOOL canGoBack;
@property (readonly, nonatomic) BOOL canGoForward;
@property (readonly, nonatomic) BOOL canMakeTextLarger;
@property (readonly, nonatomic) BOOL canMakeTextSmaller;
@property (readonly, nonatomic) BOOL canMakeTextStandardSize;
@property (readonly, nonatomic) DOMRange *selectedDOMRange;
@property (readonly, nonatomic) unsigned long long selectionAffinity;
@property (readonly, nonatomic) BOOL maintainsInactiveSelection;
@property (nonatomic, getter=isEditable) BOOL editable;
@property (retain, nonatomic) DOMCSSStyleDeclaration *typingStyle;
@property (nonatomic) BOOL smartInsertDeleteEnabled;
@property (nonatomic, getter=isContinuousSpellCheckingEnabled) BOOL continuousSpellCheckingEnabled;
@property (readonly, nonatomic) NSUndoManager *undoManager;
@property (nonatomic) id<WebEditingDelegate> editingDelegate;
@property (nonatomic) BOOL shouldCloseWithWindow;
@property (nonatomic) id<WebUIDelegate> UIDelegate;
@property (nonatomic) id<WebResourceLoadDelegate> resourceLoadDelegate;
@property (nonatomic) id<WebDownloadDelegate> downloadDelegate;
@property (nonatomic) id<WebFrameLoadDelegate> frameLoadDelegate;
@property (nonatomic) id<WebPolicyDelegate> policyDelegate;
@property (readonly, nonatomic) WebFrame *mainFrame;
@property (readonly, nonatomic) WebFrame *selectedFrame;
@property (readonly, nonatomic) WebBackForwardList *backForwardList;
@property (nonatomic) float textSizeMultiplier;
@property (copy, nonatomic) NSString *applicationNameForUserAgent;
@property (copy, nonatomic) NSString *customUserAgent;
@property (readonly, nonatomic) BOOL supportsTextEncoding;
@property (copy, nonatomic) NSString *customTextEncodingName;
@property (copy, nonatomic) NSString *mediaStyle;
@property (readonly, nonatomic) WebScriptObject *windowScriptObject;
@property (retain, nonatomic) WebPreferences *preferences;
@property (copy, nonatomic) NSString *preferencesIdentifier;
@property (retain, nonatomic) WAKWindow *hostWindow;
@property (copy, nonatomic) NSString *groupName;
@property (readonly, nonatomic) double estimatedProgress;
@property (readonly, nonatomic, getter=isLoading) BOOL loading;
@property (nonatomic) BOOL drawsBackground;
@property (nonatomic) BOOL shouldUpdateWhileOffscreen;
@property (copy, nonatomic) NSString *mainFrameURL;
@property (readonly, nonatomic) DOMDocument *mainFrameDocument;
@property (readonly, copy, nonatomic) NSString *mainFrameTitle;

+ (void)initialize;
+ (void)_registerURLSchemeAsSecure:(id)a0;
+ (void)_addUserStyleSheetToGroup:(id)a0 world:(id)a1 source:(id)a2 url:(id)a3 includeMatchPatternStrings:(id)a4 excludeMatchPatternStrings:(id)a5 injectedFrames:(int)a6;
+ (BOOL)_canHandleRequest:(id)a0;
+ (void)_doNotStartObservingNetworkReachability;
+ (id)_productivityDocumentMIMETypes;
+ (void)_removeUserStyleSheetsFromGroup:(id)a0 world:(id)a1;
+ (BOOL)isCharacterSmartReplaceExempt:(unsigned short)a0 isPreviousCharacter:(BOOL)a1;
+ (BOOL)canShowMIMEType:(id)a0;
+ (id)_standardUserAgentWithApplicationName:(id)a0;
+ (id)MIMETypesShownAsHTML;
+ (void)_cacheModelChangedNotification:(id)a0;
+ (void)_setTileCacheLayerPoolCapacity:(unsigned int)a0;
+ (BOOL)_canShowMIMEType:(id)a0 allowingPlugins:(BOOL)a1;
+ (void)_disableAutoStartRemoteInspector;
+ (BOOL)_canHandleRequest:(id)a0 forMainFrame:(BOOL)a1;
+ (id)_generatedMIMETypeForURLScheme:(id)a0;
+ (void)_removeAllUserContentFromGroup:(id)a0;
+ (void)_setCacheModel:(unsigned long long)a0;
+ (void)enableWebThread;
+ (BOOL)_HTTPPipeliningEnabled;
+ (id)_MIMETypeForFile:(id)a0;
+ (void)_addOriginAccessAllowListEntryWithSourceOrigin:(id)a0 destinationProtocol:(id)a1 destinationHost:(id)a2 allowDestinationSubdomains:(BOOL)a3;
+ (void)_addUserScriptToGroup:(id)a0 world:(id)a1 source:(id)a2 url:(id)a3 includeMatchPatternStrings:(id)a4 excludeMatchPatternStrings:(id)a5 injectionTime:(int)a6 injectedFrames:(int)a7;
+ (unsigned long long)_cacheModel;
+ (id)_decodeData:(id)a0;
+ (BOOL)shouldIncludeInWebKitStatistics;
+ (BOOL)_didSetCacheModel;
+ (void)_disableRemoteInspector;
+ (void)_enableRemoteInspector;
+ (Class)_getPDFRepresentationClass;
+ (Class)_getPDFViewClass;
+ (BOOL)_hasRemoteInspectorSession;
+ (BOOL)_isIconLoadingEnabled;
+ (BOOL)_isRemoteInspectorEnabled;
+ (BOOL)_isUnderMemoryPressure;
+ (void)_makeAllWebViewsPerformSelector:(SEL)a0;
+ (unsigned long long)_maxCacheModelInAnyInstance;
+ (void)_preferencesRemovedNotification:(id)a0;
+ (void)_preflightSpellChecker;
+ (void)_preflightSpellCheckerNow:(id)a0;
+ (void)_registerPluginMIMEType:(id)a0;
+ (void)_registerURLSchemeAsAllowingDatabaseAccessInPrivateBrowsing:(id)a0;
+ (void)_registerURLSchemeAsAllowingLocalStorageAccessInPrivateBrowsing:(id)a0;
+ (void)_registerViewClass:(Class)a0 representationClass:(Class)a1 forURLScheme:(id)a2;
+ (void)_releaseMemoryNow;
+ (void)_removeOriginAccessAllowListEntryWithSourceOrigin:(id)a0 destinationProtocol:(id)a1 destinationHost:(id)a2 allowDestinationSubdomains:(BOOL)a3;
+ (void)_removeUserScriptFromGroup:(id)a0 world:(id)a1 url:(id)a2;
+ (void)_removeUserScriptsFromGroup:(id)a0 world:(id)a1;
+ (void)_removeUserStyleSheetFromGroup:(id)a0 world:(id)a1 url:(id)a2;
+ (void)_reportException:(struct OpaqueJSValue { } *)a0 inContext:(struct OpaqueJSContext { } *)a1;
+ (BOOL)_representationExistsForURLScheme:(id)a0;
+ (void)_resetOriginAccessAllowLists;
+ (void)_setAlwaysUsesComplexTextCodePath:(BOOL)a0;
+ (void)_setDomainRelaxationForbidden:(BOOL)a0 forURLScheme:(id)a1;
+ (void)_setFontAllowList:(id)a0;
+ (void)_setHTTPPipeliningEnabled:(BOOL)a0;
+ (void)_setIconLoadingEnabled:(BOOL)a0;
+ (void)_setLoadResourcesSerially:(BOOL)a0;
+ (void)_setPDFRepresentationClass:(Class)a0;
+ (void)_setPDFViewClass:(Class)a0;
+ (id)_supportedMIMETypes;
+ (void)_unregisterPluginMIMEType:(id)a0;
+ (void)_unregisterViewClassAndRepresentationClassForMIMEType:(id)a0;
+ (BOOL)_viewClass:(Class *)a0 andRepresentationClass:(Class *)a1 forMIMEType:(id)a2 allowingPlugins:(BOOL)a3;
+ (BOOL)canCloseAllWebViews;
+ (BOOL)canShowFile:(id)a0;
+ (BOOL)canShowMIMETypeAsHTML:(id)a0;
+ (void)closeAllWebViews;
+ (void)registerURLSchemeAsLocal:(id)a0;
+ (void)registerViewClass:(Class)a0 representationClass:(Class)a1 forMIMEType:(id)a2;
+ (void)setMIMETypesShownAsHTML:(id)a0;
+ (void)willEnterBackgroundWithCompletionHandler:(id /* block */)a0;

- (id)typingAttributes;
- (void)_close;
- (void)close;
- (void)cut:(id)a0;
- (void)setBackgroundColor:(struct CGColor { } *)a0;
- (void)scheduleInRunLoop:(id)a0 forMode:(id)a1;
- (id)_contentsOfUserInterfaceItem:(id)a0;
- (void)makeTextWritingDirectionLeftToRight:(id)a0;
- (void)selectAll:(id)a0;
- (void)makeTextWritingDirectionRightToLeft:(id)a0;
- (void)alignRight:(id)a0;
- (void)moveForward:(id)a0;
- (void)makeTextWritingDirectionNatural:(id)a0;
- (struct NakedPtr<WebCore::Page> { struct Page *x0; })page;
- (void)toggleUnderline:(id)a0;
- (void)_willStartScrollingOrZooming;
- (void)setAllowsRemoteInspection:(BOOL)a0;
- (void)alignJustified:(id)a0;
- (void)dealloc;
- (void)alignLeft:(id)a0;
- (float)mediaVolume;
- (BOOL)goForward;
- (struct CGColor { } *)backgroundColor;
- (void)copy:(id)a0;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (id)_geolocationProvider;
- (BOOL)shouldClose;
- (void)setMediaVolume:(float)a0;
- (BOOL)goBack;
- (void)_setFormDelegate:(id)a0;
- (void)insertText:(id)a0;
- (void)setDefersCallbacks:(BOOL)a0;
- (void)setShowingInspectorIndication:(BOOL)a0;
- (BOOL)defersCallbacks;
- (void)alignCenter:(id)a0;
- (void)moveBackward:(id)a0;
- (BOOL)becomeFirstResponder;
- (void)unscheduleFromRunLoop:(id)a0 forMode:(id)a1;
- (id)candidateList;
- (id)_formDelegate;
- (void)reloadFromOrigin:(id)a0;
- (void)_updateActiveState;
- (void)paste:(id)a0;
- (void)_clearDelegates;
- (unsigned long long)_renderTreeSize;
- (void)delete:(id)a0;
- (void)goBack:(id)a0;
- (void)moveWordLeftAndModifySelection:(id)a0;
- (int)_paginationMode;
- (void)_popPerformingProgrammaticFocus;
- (void)_setPageLength:(double)a0;
- (void)deleteBackward:(id)a0;
- (id)elementAtPoint:(struct CGPoint { double x0; double x1; })a0;
- (void)moveBackwardAndModifySelection:(id)a0;
- (void)moveUp:(id)a0;
- (void)reload:(id)a0;
- (id)_UIKitDelegate;
- (id)_editableElementsInRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)_endedDataInteraction:(struct CGPoint { double x0; double x1; })a0 global:(struct CGPoint { double x0; double x1; })a1;
- (unsigned long long)_enteredDataInteraction:(id)a0 client:(struct CGPoint { double x0; double x1; })a1 global:(struct CGPoint { double x0; double x1; })a2 operation:(unsigned long long)a3;
- (void)_exitedDataInteraction:(id)a0 client:(struct CGPoint { double x0; double x1; })a1 global:(struct CGPoint { double x0; double x1; })a2 operation:(unsigned long long)a3;
- (struct CGSize { double x0; double x1; })_fixedLayoutSize;
- (id)_fixedPositionContent;
- (double)_gapBetweenPages;
- (id)_getDataInteractionData;
- (void)_installVisualIdentificationOverlayForViewIfNeeded:(id)a0 kind:(id)a1;
- (BOOL)_isProcessingUserGesture;
- (void)_overflowScrollPositionChangedTo:(struct CGPoint { double x0; double x1; })a0 forNode:(id)a1 isUserScroll:(BOOL)a2;
- (unsigned long long)_pageCount;
- (double)_pageLength;
- (BOOL)_paginationBehavesLikeColumns;
- (BOOL)_pluginsAreRunning;
- (void)_pushPerformingProgrammaticFocus;
- (BOOL)_requestStartDataInteraction:(struct CGPoint { double x0; double x1; })a0 globalPosition:(struct CGPoint { double x0; double x1; })a1;
- (void)_setCustomFixedPositionLayoutRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)_setCustomFixedPositionLayoutRectInWebThread:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 synchronize:(BOOL)a1;
- (void)_setFixedLayoutSize:(struct CGSize { double x0; double x1; })a0;
- (void)_setFontFallbackPrefersPictographs:(BOOL)a0;
- (void)_setGapBetweenPages:(double)a0;
- (BOOL)_setMediaLayer:(id)a0 forPluginView:(id)a1;
- (void)_setPaginationBehavesLikeColumns:(BOOL)a0;
- (void)_setPaginationMode:(int)a0;
- (void)_setUIKitDelegate:(id)a0;
- (void)_setUIWebViewUserAgentWithBuildVersion:(id)a0;
- (void)_setUseDarkAppearance:(BOOL)a0 useElevatedUserInterfaceLevel:(BOOL)a1;
- (void)_setWantsTelephoneNumberParsing:(BOOL)a0;
- (id)_touchEventRegions;
- (BOOL)_tryToPerformDataInteraction:(id)a0 client:(struct CGPoint { double x0; double x1; })a1 global:(struct CGPoint { double x0; double x1; })a2 operation:(unsigned long long)a3;
- (unsigned long long)_updatedDataInteraction:(id)a0 client:(struct CGPoint { double x0; double x1; })a1 global:(struct CGPoint { double x0; double x1; })a2 operation:(unsigned long long)a3;
- (void)_viewGeometryDidChange;
- (float)_viewScaleFactor;
- (void)applyStyle:(id)a0;
- (unsigned long long)countMatchesForText:(id)a0 options:(unsigned long long)a1 highlight:(BOOL)a2 limit:(unsigned long long)a3 markMatches:(BOOL)a4;
- (void)deleteForward:(id)a0;
- (void)deleteToBeginningOfLine:(id)a0;
- (void)deleteToEndOfParagraph:(id)a0;
- (void)deleteWordBackward:(id)a0;
- (BOOL)findString:(id)a0 options:(unsigned long long)a1;
- (void)goForward:(id)a0;
- (BOOL)goToBackForwardItem:(id)a0;
- (id)initSimpleHTMLDocumentWithStyle:(id)a0 frame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a1 preferences:(id)a2 groupName:(id)a3;
- (void)insertBacktab:(id)a0;
- (void)insertDictationPhrases:(id)a0 metadata:(id)a1;
- (void)insertLineBreak:(id)a0;
- (void)insertNewline:(id)a0;
- (void)insertNewlineIgnoringFieldEditor:(id)a0;
- (void)insertTab:(id)a0;
- (void)insertTabIgnoringFieldEditor:(id)a0;
- (id)inspector;
- (void)moveDown:(id)a0;
- (void)moveDownAndModifySelection:(id)a0;
- (void)moveForwardAndModifySelection:(id)a0;
- (void)moveLeft:(id)a0;
- (void)moveLeftAndModifySelection:(id)a0;
- (void)moveRight:(id)a0;
- (void)moveRightAndModifySelection:(id)a0;
- (void)moveToBeginningOfDocument:(id)a0;
- (void)moveToBeginningOfDocumentAndModifySelection:(id)a0;
- (void)moveToBeginningOfParagraph:(id)a0;
- (void)moveToBeginningOfParagraphAndModifySelection:(id)a0;
- (void)moveToEndOfDocument:(id)a0;
- (void)moveToEndOfDocumentAndModifySelection:(id)a0;
- (void)moveToEndOfParagraph:(id)a0;
- (void)moveToEndOfParagraphAndModifySelection:(id)a0;
- (void)moveToLeftEndOfLine:(id)a0;
- (void)moveToLeftEndOfLineAndModifySelection:(id)a0;
- (void)moveToRightEndOfLine:(id)a0;
- (void)moveToRightEndOfLineAndModifySelection:(id)a0;
- (void)moveUpAndModifySelection:(id)a0;
- (void)moveWordBackward:(id)a0;
- (void)moveWordBackwardAndModifySelection:(id)a0;
- (void)moveWordForward:(id)a0;
- (void)moveWordForwardAndModifySelection:(id)a0;
- (void)moveWordLeft:(id)a0;
- (void)moveWordRight:(id)a0;
- (void)moveWordRightAndModifySelection:(id)a0;
- (void)pasteAsPlainText:(id)a0;
- (void)revealCurrentSelection;
- (void)setCaretChangeListener:(id)a0;
- (void)setMark:(id)a0;
- (void)setSelectedDOMRange:(id)a0 affinity:(unsigned long long)a1;
- (void)stopLoading:(id)a0;
- (id)stringByEvaluatingJavaScriptFromString:(id)a0;
- (void)toggleBold:(id)a0;
- (void)toggleItalic:(id)a0;
- (void)transpose:(id)a0;
- (void)viewDidMoveToWindow;
- (BOOL)_isClosed;
- (BOOL)_isLoading;
- (unsigned long long)_deviceOrientation;
- (id)_objectForIdentifier:(unsigned long long)a0;
- (void)stopSpeaking:(id)a0;
- (void)setUsesPageCache:(BOOL)a0;
- (void)_updateVisibilityState;
- (void)_preferencesChanged:(id)a0;
- (void)setNextKeyView:(id)a0;
- (void)_didFinishScrollingOrZooming;
- (void)_dispatchTileDidDraw:(id)a0;
- (void)_scheduleRenderingUpdateForPendingTileCacheRepaint;
- (BOOL)acceptsFirstResponder;
- (void)insertParagraphSeparator:(id)a0;
- (id)previousValidKeyView;
- (id)historyDelegate;
- (BOOL)_paginationLineGridEnabled;
- (void)_setPaginationLineGridEnabled:(BOOL)a0;
- (void)setHistoryDelegate:(id)a0;
- (int)_visibilityState;
- (void)complete:(id)a0;
- (void)changeAttributes:(id)a0;
- (id)userAgentForURL:(id)a0;
- (struct String { struct RefPtr<WTF::StringImpl, WTF::RawPtrTraits<WTF::StringImpl>, WTF::DefaultRefDerefTraits<WTF::StringImpl>> { struct StringImpl *x0; } x0; })_userAgentString;
- (BOOL)_isViewVisible;
- (BOOL)_isClosing;
- (id)_displayURL;
- (id)_deviceOrientationProvider;
- (void)_geolocationDidFailWithMessage:(id)a0;
- (void)_setMaintainsInactiveSelection:(BOOL)a0;
- (void)_stopAllPlugIns;
- (BOOL)_useFixedLayout;
- (void)capitalizeWord:(id)a0;
- (void)indent:(id)a0;
- (BOOL)isAutomaticLinkDetectionEnabled;
- (id)_UIDelegateForwarder;
- (id)_UIKitDelegateForwarder;
- (void)_addObject:(id)a0 forIdentifier:(unsigned long long)a1;
- (void)_addToAllWebViewsSet;
- (BOOL)_allowsMessaging;
- (void)_cacheHistoryDelegateImplementations;
- (void)_cacheResourceLoadDelegateImplementations;
- (BOOL)_canZoomIn:(BOOL)a0;
- (BOOL)_canZoomOut:(BOOL)a0;
- (void)scrollPageDown:(id)a0;
- (void)selectSentence:(id)a0;
- (void)_clearMainFrameName;
- (void)_clearNotificationPermissionState;
- (void)_closePluginDatabases;
- (void)_closeWithFastTeardown;
- (void)_commonInitializationWithFrameName:(id)a0 groupName:(id)a1;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_convertRectFromRootView:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (BOOL)_cookieEnabled;
- (void)_destroyAllPlugIns;
- (void)_didCommitLoadForFrame:(id)a0;
- (void)_didCompleteRenderingFrame;
- (void)_didConcludeEditDrag;
- (void)_didScrollDocumentInFrameView:(id)a0;
- (void)_dispatchPendingLoadRequests;
- (void)_dispatchUnloadEvent;
- (void)_documentScaleChanged;
- (id)_downloadURL:(id)a0;
- (id)DOMRangeOfString:(id)a0 relativeTo:(id)a1 options:(unsigned long long)a2;
- (int)_keyboardUIMode;
- (BOOL)_selectionIsAll;
- (void)changeSpelling:(id)a0;
- (void)deleteSelection;
- (void)ignoreSpelling:(id)a0;
- (id)_UIDelegateForSelector:(SEL)a0;
- (void)makeTextLarger:(id)a0;
- (void)pageUp:(id)a0;
- (void)_attachScriptDebuggerToAllFrames;
- (BOOL)_becomingFirstResponderFromOutside;
- (void)_cacheFrameLoadDelegateImplementations;
- (void)_cacheScriptDebugDelegateImplementations;
- (BOOL)_canResetZoom:(BOOL)a0;
- (BOOL)_canShowMIMEType:(id)a0;
- (void)scrollLineDown:(id)a0;
- (void)_clearCredentials;
- (void)_closeWindow;
- (BOOL)_continuousCheckingAllowed;
- (struct CGPoint { double x0; double x1; })_convertPointFromRootView:(struct CGPoint { double x0; double x1; })a0;
- (void)setTabKeyCyclesThroughElements:(BOOL)a0;
- (void)_detachScriptDebuggerFromAllFrames;
- (void)showGuessPanel:(id)a0;
- (struct Vector<WTF::String, 0UL, WTF::CrashOnOverflow, 16UL, WTF::FastMalloc> { struct String *x0; unsigned int x1; unsigned int x2; })_dictationAlternatives:(struct ObjectIdentifierGeneric<WebCore::DictationContextType, WTF::ObjectIdentifierMainThreadAccessTraits> { unsigned long long x0; })a0;
- (void)_didCompleteRenderingUpdateDisplay;
- (id)_editingDelegateForwarder;
- (id)_elementAtWindowPoint:(struct CGPoint { double x0; double x1; })a0;
- (void)_enterVideoFullscreenForVideoElement:(struct NakedPtr<WebCore::HTMLVideoElement> { struct HTMLVideoElement *x0; })a0 mode:(unsigned int)a1;
- (void)_executeCoreCommandByName:(id)a0 value:(id)a1;
- (void)_exitVideoFullscreen;
- (BOOL)_fetchCustomFixedPositionLayoutRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; } *)a0;
- (BOOL)_flushCompositingChanges;
- (id)_focusedFrame;
- (void)_forceRepaintForTesting;
- (id)_formDelegateForSelector:(SEL)a0;
- (id)_formDelegateForwarder;
- (id)_frameLoadDelegateForwarder;
- (id)_frameViewAtWindowPoint:(struct CGPoint { double x0; double x1; })a0;
- (void)_geolocationDidChangePosition:(id)a0;
- (void)_getWebCoreDictationAlternatives:(void *)a0 fromTextAlternatives:(const void *)a1;
- (BOOL)_inFastImageScalingMode;
- (id)_initWithArguments:(id)a0;
- (id)_initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 frameName:(id)a1 groupName:(id)a2;
- (void)_injectLaBanquePostaleQuirks;
- (void)_insertNewlineInQuotedContent;
- (void)_invalidateUserAgentCache;
- (BOOL)_isMIMETypeRegisteredAsPlugin:(id)a0;
- (BOOL)_isPerformingProgrammaticFocus;
- (BOOL)_isSoftwareRenderable;
- (BOOL)_isStopping;
- (BOOL)_isUsingAcceleratedCompositing;
- (unsigned long long)_layoutMilestones;
- (void)_listenForLayoutMilestones:(unsigned long long)a0;
- (void)_loadBackForwardListFromOtherView:(id)a0;
- (BOOL)_locked_plugInsAreRunningInFrame:(id)a0;
- (void)_locked_recursivelyPerformPlugInSelector:(SEL)a0 inFrame:(id)a1;
- (void *)_mainCoreFrame;
- (id)_mainFrameOverrideEncoding;
- (void)_mouseDidMoveOverElement:(id)a0 modifierFlags:(unsigned long long)a1;
- (BOOL)_needsOneShotDrawingSynchronization;
- (void)_notificationDidClick:(id)a0;
- (void)_notificationDidShow:(id)a0;
- (id)_notificationIDForTesting:(struct OpaqueJSValue { } *)a0;
- (id)_notificationProvider;
- (void)_notificationsDidClose:(id)a0;
- (id)_openNewWindowWithRequest:(id)a0;
- (void)_performDataInteraction:(id)a0 client:(struct CGPoint { double x0; double x1; })a1 global:(struct CGPoint { double x0; double x1; })a2 operation:(unsigned long long)a3;
- (void)_performResponderOperation:(SEL)a0 with:(id)a1;
- (id)_pluginForExtension:(id)a0;
- (id)_pluginForMIMEType:(id)a0;
- (id)_policyDelegateForwarder;
- (BOOL)_postsAcceleratedCompositingNotifications;
- (void)_preferencesChangedGenerated:(id)a0;
- (void)_preferencesChangedNotification:(id)a0;
- (float)_realZoomMultiplier;
- (BOOL)_realZoomMultiplierIsTextOnly;
- (void)_removeDictationAlternatives:(struct ObjectIdentifierGeneric<WebCore::DictationContextType, WTF::ObjectIdentifierMainThreadAccessTraits> { unsigned long long x0; })a0;
- (void)_removeFromAllWebViewsSet;
- (void)_removeObjectForIdentifier:(unsigned long long)a0;
- (void)_replaceCurrentHistoryItem:(id)a0;
- (void)_replaceSelectionWithNode:(id)a0 matchStyle:(BOOL)a1;
- (void)_resetAllGeolocationPermission;
- (void)_resetZoom:(id)a0 isTextOnly:(BOOL)a1;
- (id)_resourceLoadDelegateForwarder;
- (id)_responderForResponderOperations;
- (void)_restorePlugInsFromCache;
- (void)_retrieveKeyboardUIModeFromPreferences:(id)a0;
- (void)_scaleWebView:(float)a0 atOrigin:(struct CGPoint { double x0; double x1; })a1;
- (void)_scheduleUpdateRendering;
- (id)_selectedOrMainFrame;
- (BOOL)_selectionIsCaret;
- (void)_setAllowsMessaging:(BOOL)a0;
- (void)_setBaseCTM:(struct CGAffineTransform { double x0; double x1; double x2; double x3; double x4; double x5; })a0 forContext:(struct CGContext { } *)a1;
- (void)_setBrowserUserAgentProductVersion:(id)a0 buildVersion:(id)a1 bundleVersion:(id)a2;
- (void)_setCookieEnabled:(BOOL)a0;
- (void)_setDeviceOrientation:(unsigned long long)a0;
- (void)_setDeviceOrientationProvider:(id)a0;
- (void)_setGeolocationProvider:(id)a0;
- (void)_setHostApplicationProcessIdentifier:(int)a0 auditToken:(struct { unsigned int x0[8]; })a1;
- (void)_setIsVisible:(BOOL)a0;
- (void)_setNeedsOneShotDrawingSynchronization:(BOOL)a0;
- (void)_setNeedsUnrestrictedGetMatchedCSSRules:(BOOL)a0;
- (void)_setNotificationProvider:(id)a0;
- (void)_setPostsAcceleratedCompositingNotifications:(BOOL)a0;
- (void)_setResourceLoadSchedulerSuspended:(BOOL)a0;
- (void)_setUseDarkAppearance:(BOOL)a0 useInactiveAppearance:(BOOL)a1;
- (void)_setUseFastImageScalingMode:(BOOL)a0;
- (void)_setUseFixedLayout:(BOOL)a0;
- (void)_setVisibilityState:(int)a0 isInitialState:(BOOL)a1;
- (void)_setWebGLEnabled:(BOOL)a0;
- (void)_setZoomMultiplier:(float)a0 isTextOnly:(BOOL)a1;
- (BOOL)_shouldChangeSelectedDOMRange:(id)a0 toDOMRange:(id)a1 affinity:(unsigned long long)a2 stillSelecting:(BOOL)a3;
- (void)_showDictationAlternativeUI:(const struct FloatRect { struct FloatPoint { float x0; float x1; } x0; struct FloatSize { float x0; float x1; } x1; } *)a0 forDictationContext:(struct ObjectIdentifierGeneric<WebCore::DictationContextType, WTF::ObjectIdentifierMainThreadAccessTraits> { unsigned long long x0; })a1;
- (void)_simplifyMarkup:(id)a0 endNode:(id)a1;
- (void)_startAllPlugIns;
- (void)_startDrag:(const void *)a0;
- (void)_stopAllPlugInsForPageCache;
- (void)_synchronizeCustomFixedPositionLayoutRect;
- (void)_updateRendering;
- (void)_updateScreenScaleFromWindow;
- (BOOL)_viewClass:(Class *)a0 andRepresentationClass:(Class *)a1 forMIMEType:(id)a2;
- (void)_wakWindowScreenScaleChanged:(id)a0;
- (void)_wakWindowVisibilityChanged:(id)a0;
- (BOOL)_wantsTelephoneNumberParsing;
- (BOOL)_webGLEnabled;
- (id)_webMailDelegate;
- (id)_webcore_effectiveFirstResponder;
- (void)_willStartRenderingUpdateDisplay;
- (void)_windowVisibilityChanged:(id)a0;
- (void)_zoomIn:(id)a0 isTextOnly:(BOOL)a1;
- (float)_zoomMultiplier:(BOOL)a0;
- (void)_zoomOut:(id)a0 isTextOnly:(BOOL)a1;
- (void)addCaretChangeListener:(id)a0;
- (void)addVisitedLinks:(id)a0;
- (BOOL)allowsRemoteInspection;
- (BOOL)allowsUndo;
- (BOOL)areMemoryCacheDelegateCallsEnabled;
- (BOOL)canMarkAllTextMatches;
- (BOOL)canResetPageZoom;
- (BOOL)canZoomPageIn;
- (BOOL)canZoomPageOut;
- (id)caretChangeListener;
- (id)caretChangeListeners;
- (void)caretChanged;
- (void)centerSelectionInVisibleArea:(id)a0;
- (void)changeBaseWritingDirection:(id)a0;
- (void)changeBaseWritingDirectionToLTR:(id)a0;
- (void)changeBaseWritingDirectionToRTL:(id)a0;
- (void)changeColor:(id)a0;
- (void)changeDocumentBackgroundColor:(id)a0;
- (void)changeFont:(id)a0;
- (void)checkSpelling:(id)a0;
- (void)clearText:(id)a0;
- (id)computedStyleForElement:(id)a0 pseudoElement:(id)a1;
- (void)copyFont:(id)a0;
- (unsigned long long)countMatchesForText:(id)a0 caseSensitive:(BOOL)a1 highlight:(BOOL)a2 limit:(unsigned long long)a3 markMatches:(BOOL)a4;
- (unsigned long long)countMatchesForText:(id)a0 inDOMRange:(id)a1 options:(unsigned long long)a2 highlight:(BOOL)a3 limit:(unsigned long long)a4 markMatches:(BOOL)a5;
- (id)currentNodeHighlight;
- (void)deleteBackwardByDecomposingPreviousCharacter:(id)a0;
- (void)deleteToBeginningOfParagraph:(id)a0;
- (void)deleteToEndOfLine:(id)a0;
- (void)deleteToMark:(id)a0;
- (void)deleteWordForward:(id)a0;
- (id)documentViewAtWindowPoint:(struct CGPoint { double x0; double x1; })a0;
- (struct DragData { struct IntPoint { int x0; int x1; } x0; struct IntPoint { int x0; int x1; } x1; void *x2; struct OptionSet<WebCore::DragOperation> { unsigned char x0; } x3; struct OptionSet<WebCore::DragApplicationFlags> { unsigned char x0; } x4; struct Vector<WTF::String, 0UL, WTF::CrashOnOverflow, 16UL, WTF::FastMalloc> { struct String *x0; unsigned int x1; unsigned int x2; } x5; struct OptionSet<WebCore::DragDestinationAction> { unsigned char x0; } x6; struct optional<WTF::ObjectIdentifierGeneric<WebCore::PageIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits>> { union { char x0; struct ObjectIdentifierGeneric<WebCore::PageIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits> { unsigned long long x0; } x1; } x0; BOOL x1; } x7; struct String { struct RefPtr<WTF::StringImpl, WTF::RawPtrTraits<WTF::StringImpl>, WTF::DefaultRefDerefTraits<WTF::StringImpl>> { struct StringImpl *x0; } x0; } x8; BOOL x9; })dragDataForSession:(id)a0 client:(struct CGPoint { double x0; double x1; })a1 global:(struct CGPoint { double x0; double x1; })a2 operation:(unsigned long long)a3;
- (unsigned long long)dragDestinationActionMaskForSession:(id)a0;
- (id)editableDOMRangeForPoint:(struct CGPoint { double x0; double x1; })a0;
- (void)forceRequestCandidatesForTesting;
- (id)fullScreenPlaceholderView;
- (void)hideFormValidationMessage;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 frameName:(id)a1 groupName:(id)a2;
- (BOOL)interactiveFormValidationEnabled;
- (BOOL)isAutomaticDashSubstitutionEnabled;
- (BOOL)isAutomaticQuoteSubstitutionEnabled;
- (BOOL)isAutomaticSpellingCorrectionEnabled;
- (BOOL)isAutomaticTextReplacementEnabled;
- (BOOL)isSelectTrailingWhitespaceEnabled;
- (BOOL)isTrackingRepaints;
- (void)lowercaseWord:(id)a0;
- (id)mainFrameIconURL;
- (void)makeBaseWritingDirectionLeftToRight:(id)a0;
- (void)makeBaseWritingDirectionRightToLeft:(id)a0;
- (void)makeTextSmaller:(id)a0;
- (void)makeTextStandardSize:(id)a0;
- (unsigned long long)markAllMatchesForText:(id)a0 caseSensitive:(BOOL)a1 highlight:(BOOL)a2 limit:(unsigned long long)a3;
- (void)moveParagraphBackwardAndModifySelection:(id)a0;
- (void)moveParagraphForwardAndModifySelection:(id)a0;
- (void)moveToBeginningOfLine:(id)a0;
- (void)moveToBeginningOfLineAndModifySelection:(id)a0;
- (void)moveToBeginningOfSentence:(id)a0;
- (void)moveToBeginningOfSentenceAndModifySelection:(id)a0;
- (void)moveToEndOfLine:(id)a0;
- (void)moveToEndOfLineAndModifySelection:(id)a0;
- (void)moveToEndOfSentence:(id)a0;
- (void)moveToEndOfSentenceAndModifySelection:(id)a0;
- (void)orderFrontSubstitutionsPanel:(id)a0;
- (void)outdent:(id)a0;
- (void)overWrite:(id)a0;
- (void)pageDown:(id)a0;
- (void)pageDownAndModifySelection:(id)a0;
- (float)pageSizeMultiplier;
- (void)pageUpAndModifySelection:(id)a0;
- (void)pasteAsRichText:(id)a0;
- (void)pasteFont:(id)a0;
- (void)performFindPanelAction:(id)a0;
- (void)prepareForMouseDown;
- (void)prepareForMouseUp;
- (id)quickLookContentForURL:(id)a0;
- (id)rectsForTextMatches;
- (void)registerForEditingDelegateNotification:(id)a0 selector:(SEL)a1;
- (void)removeAllCaretChangeListeners;
- (void)removeCaretChangeListener:(id)a0;
- (void)removeVisitedLink:(id)a0;
- (void)replaceSelectionWithArchive:(id)a0;
- (void)replaceSelectionWithMarkupString:(id)a0;
- (void)replaceSelectionWithNode:(id)a0;
- (void)replaceSelectionWithText:(id)a0;
- (void)resetPageZoom:(id)a0;
- (void)resetTrackedRepaints;
- (void)resumeAllMediaPlayback;
- (id)scriptDebugDelegate;
- (void)scrollDOMRangeToVisible:(id)a0;
- (void)scrollDOMRangeToVisible:(id)a0 withInset:(double)a1;
- (void)scrollLineUp:(id)a0;
- (void)scrollPageUp:(id)a0;
- (void)scrollToBeginningOfDocument:(id)a0;
- (void)scrollToEndOfDocument:(id)a0;
- (BOOL)searchFor:(id)a0 direction:(BOOL)a1 caseSensitive:(BOOL)a2 wrap:(BOOL)a3;
- (BOOL)searchFor:(id)a0 direction:(BOOL)a1 caseSensitive:(BOOL)a2 wrap:(BOOL)a3 startInSelection:(BOOL)a4;
- (void)selectLine:(id)a0;
- (void)selectParagraph:(id)a0;
- (void)selectToMark:(id)a0;
- (void)selectWord:(id)a0;
- (void)setAllowsUndo:(BOOL)a0;
- (void)setCurrentNodeHighlight:(id)a0;
- (void)setInteractiveFormValidationEnabled:(BOOL)a0;
- (void)setMainFrameDocumentReady:(BOOL)a0;
- (void)setMaintainsBackForwardList:(BOOL)a0;
- (void)setMemoryCacheDelegateCallsEnabled:(BOOL)a0;
- (void)setPageSizeMultiplier:(float)a0;
- (void)setScriptDebugDelegate:(id)a0;
- (void)setSelectTrailingWhitespaceEnabled:(BOOL)a0;
- (void)setTracksRepaints:(BOOL)a0;
- (void)setValidationMessageTimerMagnification:(int)a0;
- (void)setWebMailDelegate:(id)a0;
- (BOOL)shouldRequestCandidates;
- (void)showCandidates:(id)a0 forString:(id)a1 inRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a2 forSelectedRange:(struct _NSRange { unsigned long long x0; unsigned long long x1; })a3 view:(id)a4 completionHandler:(id /* block */)a5;
- (void)showFormValidationMessage:(id)a0 withAnchorRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a1;
- (void)startSpeaking:(id)a0;
- (void)stopLoadingAndClear;
- (id)styleAtSelectionStart;
- (id)styleDeclarationWithText:(id)a0;
- (void)subscript:(id)a0;
- (void)superscript:(id)a0;
- (void)suspendAllMediaPlayback;
- (void)swapWithMark:(id)a0;
- (BOOL)tabKeyCyclesThroughElements;
- (void)takeFindStringFromSelection:(id)a0;
- (void)takeStringURLFrom:(id)a0;
- (id)textIteratorForRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)toggleBaseWritingDirection:(id)a0;
- (void)toggleContinuousSpellChecking:(id)a0;
- (id)trackedRepaintRects;
- (void)underline:(id)a0;
- (void)unmarkAllTextMatches;
- (void)unscript:(id)a0;
- (void)updateLayoutIgnorePendingStyleSheets;
- (void)updateTouchBar;
- (void)uppercaseWord:(id)a0;
- (BOOL)usesPageCache;
- (int)validationMessageTimerMagnification;
- (void)yank:(id)a0;
- (void)yankAndSelect:(id)a0;
- (void)zoomPageIn:(id)a0;
- (void)zoomPageOut:(id)a0;

@end