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

#import <WebViewPrivate.h>

Instance Methods

(void- scheduleInRunLoop:forMode:
 
(void- unscheduleFromRunLoop:forMode:
 
(BOOL- findString:options:
 
(DOMRange *) - DOMRangeOfString:relativeTo:options:
 
(void- setMainFrameDocumentReady:
 
(void- setTabKeyCyclesThroughElements:
 
(BOOL- tabKeyCyclesThroughElements
 
(void- scrollDOMRangeToVisible:
 
(void- setScriptDebugDelegate:
 
(id- scriptDebugDelegate
 
(void- setHistoryDelegate:
 
(id- historyDelegate
 
(BOOL- shouldClose
 
(NSAppleEventDescriptor *) - aeDescByEvaluatingJavaScriptFromString:
 
(BOOL- canMarkAllTextMatches
 
(NSUInteger) - countMatchesForText:options:highlight:limit:markMatches:
 
(NSUInteger) - countMatchesForText:inDOMRange:options:highlight:limit:markMatches:
 
(void- unmarkAllTextMatches
 
(NSArray *) - rectsForTextMatches
 
(BOOL- allowsUndo
 
(void- setAllowsUndo:
 
(void- setPageSizeMultiplier:
 
(float) - pageSizeMultiplier
 
(BOOL- canZoomPageIn
 
(IBAction) - zoomPageIn:
 
(BOOL- canZoomPageOut
 
(IBAction) - zoomPageOut:
 
(BOOL- canResetPageZoom
 
(IBAction) - resetPageZoom:
 
(void- setMediaVolume:
 
(float) - mediaVolume
 
(void- addVisitedLinks:
 

Method Documentation

◆ addVisitedLinks:()

- (void) addVisitedLinks: (NSArray *)  visitedLinks

◆ aeDescByEvaluatingJavaScriptFromString:()

- (NSAppleEventDescriptor *) aeDescByEvaluatingJavaScriptFromString: (NSString *)  script

aeDescByEvaluatingJavaScriptFromString:

Parameters
scriptThe text of the JavaScript.
Returns
The result of the script, converted to an NSAppleEventDescriptor, or nil for failure.

◆ allowsUndo()

- (BOOL) allowsUndo

◆ canMarkAllTextMatches()

- (BOOL) canMarkAllTextMatches

◆ canResetPageZoom()

- (BOOL) canResetPageZoom

◆ canZoomPageIn()

- (BOOL) canZoomPageIn

◆ canZoomPageOut()

- (BOOL) canZoomPageOut

◆ countMatchesForText:inDOMRange:options:highlight:limit:markMatches:()

- (NSUInteger) countMatchesForText: (NSString *)  string
inDOMRange: (DOMRange *)  range
options: (WebFindOptions options
highlight: (BOOL highlight
limit: (NSUInteger)  limit
markMatches: (BOOL markMatches 

◆ countMatchesForText:options:highlight:limit:markMatches:()

- (NSUInteger) countMatchesForText: (NSString *)  string
options: (WebFindOptions options
highlight: (BOOL highlight
limit: (NSUInteger)  limit
markMatches: (BOOL markMatches 

◆ DOMRangeOfString:relativeTo:options:()

- (DOMRange *) DOMRangeOfString: (NSString *)  string
relativeTo: (DOMRange *)  previousRange
options: (WebFindOptions options 

◆ findString:options:()

- (BOOL) findString: (NSString *)  string
options: (WebFindOptions options 

◆ historyDelegate()

- (id) historyDelegate

historyDelegate Return the WebView's WebHistoryDelegate delegate.

Returns
The WebView's WebHistoryDelegate delegate.

◆ mediaVolume()

- (float) mediaVolume

◆ pageSizeMultiplier()

- (float) pageSizeMultiplier

pageSizeMultiplier

Returns
The page size multipler.

◆ rectsForTextMatches()

- (NSArray *) rectsForTextMatches

◆ resetPageZoom:()

- (IBAction) resetPageZoom: (id sender

◆ scheduleInRunLoop:forMode:()

- (void) scheduleInRunLoop: (NSRunLoop *)  runLoop
forMode: (NSString *)  mode 

◆ scriptDebugDelegate()

- (id) scriptDebugDelegate

scriptDebugDelegate Return the WebView's WebScriptDebugDelegate.

Returns
The WebView's WebScriptDebugDelegate.

◆ scrollDOMRangeToVisible:()

- (void) scrollDOMRangeToVisible: (DOMRange *)  range

◆ setAllowsUndo:()

- (void) setAllowsUndo: (BOOL flag

◆ setHistoryDelegate:()

- (void) setHistoryDelegate: (id delegate

setHistoryDelegate: Set the WebView's WebHistoryDelegate delegate.

Parameters
delegateThe WebHistoryDelegate to set as the delegate.

◆ setMainFrameDocumentReady:()

- (void) setMainFrameDocumentReady: (BOOL mainFrameDocumentReady

◆ setMediaVolume:()

- (void) setMediaVolume: (float)  volume

◆ setPageSizeMultiplier:()

- (void) setPageSizeMultiplier: (float)  multiplier

setPageSizeMultiplier: Change the zoom factor of the page in views managed by this webView.

Parameters
multiplierA fractional percentage value, 1.0 is 100%.

◆ setScriptDebugDelegate:()

- (void) setScriptDebugDelegate: (id delegate

setScriptDebugDelegate: Set the WebView's WebScriptDebugDelegate delegate.

Parameters
delegateThe WebScriptDebugDelegate to set as the delegate.

◆ setTabKeyCyclesThroughElements:()

- (void) setTabKeyCyclesThroughElements: (BOOL cyclesElements

◆ shouldClose()

- (BOOL) shouldClose

◆ tabKeyCyclesThroughElements()

- (BOOL) tabKeyCyclesThroughElements

◆ unmarkAllTextMatches()

- (void) unmarkAllTextMatches

◆ unscheduleFromRunLoop:forMode:()

- (void) unscheduleFromRunLoop: (NSRunLoop *)  runLoop
forMode: (NSString *)  mode 

◆ zoomPageIn:()

- (IBAction) zoomPageIn: (id sender

◆ zoomPageOut:()

- (IBAction) zoomPageOut: (id sender

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