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

#import <WebDataSourceInternal.h>

Instance Methods

(void- _makeRepresentation
 
(BOOL- _isDocumentHTML
 
(WebView *) - _webView
 
(NSURL *) - _URL
 
(DOMElement *) - _imageElementWithImageResource:
 
(DOMDocumentFragment *) - _documentFragmentWithImageResource:
 
(DOMDocumentFragment *) - _documentFragmentWithArchive:
 
(void- _replaceSelectionWithArchive:selectReplacement:
 
(id- _initWithDocumentLoader:
 
(void- _finishedLoading
 
(void- _receivedData:
 
(void- _revertToProvisionalState
 
(void- _setMainDocumentError:
 
(WebCore::DocumentLoader *) - _documentLoader
 

Class Methods

(NSMutableDictionary *) + _repTypesAllowImageTypeOmission:
 

Method Documentation

◆ _documentFragmentWithArchive:()

- (DOMDocumentFragment *) _documentFragmentWithArchive: (WebArchive *)  archive

◆ _documentFragmentWithImageResource:()

- (DOMDocumentFragment *) _documentFragmentWithImageResource: (WebResource *)  resource

◆ _documentLoader()

- (DocumentLoader *) _documentLoader

◆ _finishedLoading()

- (void) _finishedLoading

◆ _imageElementWithImageResource:()

- (DOMElement *) _imageElementWithImageResource: (WebResource *)  resource

◆ _initWithDocumentLoader:()

- (id) _initWithDocumentLoader: (PassRefPtr<WebDocumentLoaderMac>)  loader

◆ _isDocumentHTML()

- (BOOL) _isDocumentHTML

◆ _makeRepresentation()

- (void) _makeRepresentation

◆ _receivedData:()

- (void) _receivedData: (NSData *)  data

◆ _replaceSelectionWithArchive:selectReplacement:()

- (void) _replaceSelectionWithArchive: (WebArchive *)  archive
selectReplacement: (BOOL selectReplacement 

◆ _repTypesAllowImageTypeOmission:()

+ (NSMutableDictionary *) _repTypesAllowImageTypeOmission: (BOOL allowImageTypeOmission

◆ _revertToProvisionalState()

- (void) _revertToProvisionalState

◆ _setMainDocumentError:()

- (void) _setMainDocumentError: (NSError *)  error

◆ _URL()

- (NSURL *) _URL

◆ _webView()

- (WebView *) _webView

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