webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | List of all members
WebFrame(WebPrivate) Category Reference

#import <WebFramePrivate.h>

Instance Methods

(BOOL- _isDescendantOfFrame:
 
(void- _setShouldCreateRenderers:
 
(NSColor *) - _bodyBackgroundColor
 
(BOOL- _isFrameSet
 
(BOOL- _firstLayoutDone
 
(BOOL- _isVisuallyNonEmpty
 
(WebFrameLoadType- _loadType
 
(NSRange- _selectedNSRange
 
(void- _selectNSRange:
 
(BOOL- _isDisplayingStandaloneImage
 
(unsigned) - _pendingFrameUnloadEventCount
 
(NSString *) - _stringByEvaluatingJavaScriptFromString:withGlobalObject:inScriptWorld:
 
(JSGlobalContextRef- _globalContextForScriptWorld:
 
(void- resetTextAutosizingBeforeLayout
 
(void- _setVisibleSize:
 
(void- _setTextAutosizingWidth:
 
(void- _replaceSelectionWithFragment:selectReplacement:smartReplace:matchStyle:
 
(void- _replaceSelectionWithText:selectReplacement:smartReplace:
 
(void- _replaceSelectionWithMarkupString:baseURLString:selectReplacement:smartReplace:
 
(void- _smartInsertForString:replacingRange:beforeString:afterString:
 
(NSMutableDictionary *) - _cacheabilityDictionary
 
(BOOL- _allowsFollowingLink:
 
(void- setAllowsScrollersToOverlapContent:
 
(void- setAlwaysHideHorizontalScroller:
 
(void- setAlwaysHideVerticalScroller:
 
(void- setAccessibleName:
 
(BOOL- enhancedAccessibilityEnabled
 
(void- setEnhancedAccessibility:
 
(NSString *) - _layerTreeAsText
 
(id- accessibilityRoot
 
(void- _clearOpener
 
(NSArray *) - _computePageRectsWithPrintScaleFactor:pageSize:
 
(JSValueRef- jsWrapperForNode:inScriptWorld:
 
(NSDictionary *) - elementAtPoint:
 
(NSURL *) - _unreachableURL
 

Method Documentation

◆ _allowsFollowingLink:()

- (BOOL) _allowsFollowingLink: (NSURL *)  URL

◆ _bodyBackgroundColor()

- (NSColor *) _bodyBackgroundColor

◆ _cacheabilityDictionary()

- (NSMutableDictionary *) _cacheabilityDictionary

◆ _clearOpener()

- (void) _clearOpener

◆ _computePageRectsWithPrintScaleFactor:pageSize:()

- (NSArray *) _computePageRectsWithPrintScaleFactor: (float)  printWidthScaleFactor
pageSize: (NSSize)  pageSize 

◆ _firstLayoutDone()

- (BOOL) _firstLayoutDone

◆ _globalContextForScriptWorld:()

- (JSGlobalContextRef) _globalContextForScriptWorld: (WebScriptWorld *)  world

◆ _isDescendantOfFrame:()

- (BOOL) _isDescendantOfFrame: (WebFrame *)  frame

◆ _isDisplayingStandaloneImage()

- (BOOL) _isDisplayingStandaloneImage

◆ _isFrameSet()

- (BOOL) _isFrameSet

◆ _isVisuallyNonEmpty()

- (BOOL) _isVisuallyNonEmpty

◆ _layerTreeAsText()

- (NSString *) _layerTreeAsText

◆ _loadType()

- (WebFrameLoadType) _loadType

◆ _pendingFrameUnloadEventCount()

- (unsigned) _pendingFrameUnloadEventCount

◆ _replaceSelectionWithFragment:selectReplacement:smartReplace:matchStyle:()

- (void) _replaceSelectionWithFragment: (DOMDocumentFragment *)  fragment
selectReplacement: (BOOL selectReplacement
smartReplace: (BOOL smartReplace
matchStyle: (BOOL matchStyle 

◆ _replaceSelectionWithMarkupString:baseURLString:selectReplacement:smartReplace:()

- (void) _replaceSelectionWithMarkupString: (NSString *)  markupString
baseURLString: (NSString *)  baseURLString
selectReplacement: (BOOL selectReplacement
smartReplace: (BOOL smartReplace 

◆ _replaceSelectionWithText:selectReplacement:smartReplace:()

- (void) _replaceSelectionWithText: (NSString *)  text
selectReplacement: (BOOL selectReplacement
smartReplace: (BOOL smartReplace 

◆ _selectedNSRange()

- (NSRange) _selectedNSRange

◆ _selectNSRange:()

- (void) _selectNSRange: (NSRange range

◆ _setShouldCreateRenderers:()

- (void) _setShouldCreateRenderers: (BOOL shouldCreateRenderers

◆ _setTextAutosizingWidth:()

- (void) _setTextAutosizingWidth: (CGFloat width

◆ _setVisibleSize:()

- (void) _setVisibleSize: (CGSize size

◆ _smartInsertForString:replacingRange:beforeString:afterString:()

- (void) _smartInsertForString: (NSString *)  pasteString
replacingRange: (DOMRange *)  rangeToReplace
beforeString: (NSString **)  beforeString
afterString: (NSString **)  afterString 

◆ _stringByEvaluatingJavaScriptFromString:withGlobalObject:inScriptWorld:()

- (NSString *) _stringByEvaluatingJavaScriptFromString: (NSString *)  string
withGlobalObject: (JSObjectRef globalObject
inScriptWorld: (WebScriptWorld *)  world 

◆ _unreachableURL()

- (NSURL *) _unreachableURL

◆ accessibilityRoot()

- (id) accessibilityRoot

◆ elementAtPoint:()

- (NSDictionary *) elementAtPoint: (NSPoint point

◆ enhancedAccessibilityEnabled()

- (BOOL) enhancedAccessibilityEnabled

◆ jsWrapperForNode:inScriptWorld:()

- (JSValueRef) jsWrapperForNode: (DOMNode *)  node
inScriptWorld: (WebScriptWorld *)  world 

◆ resetTextAutosizingBeforeLayout()

- (void) resetTextAutosizingBeforeLayout

◆ setAccessibleName:()

- (void) setAccessibleName: (NSString *)  name

◆ setAllowsScrollersToOverlapContent:()

- (void) setAllowsScrollersToOverlapContent: (BOOL flag

◆ setAlwaysHideHorizontalScroller:()

- (void) setAlwaysHideHorizontalScroller: (BOOL flag

◆ setAlwaysHideVerticalScroller:()

- (void) setAlwaysHideVerticalScroller: (BOOL flag

◆ setEnhancedAccessibility:()

- (void) setEnhancedAccessibility: (BOOL enable

The documentation for this category was generated from the following files: