Home | History | Annotate | Download | only in mac

Lines Matching full:webresource

313         * WebView/WebResource.mm:
314 (-[WebResource initWithCoder:]): Ditto.
315 (-[WebResource _initWithPropertyList:]): Ditto.
333 * WebView/WebResource.mm:
334 (-[WebResource initWithCoder:]): Added type checking for all the fields.
335 (-[WebResource _initWithPropertyList:]): Added type checking for the NSURLResponse.
812 Guard the creation of WebResource by ensuring that the passed in
4806 * WebView/WebResource.mm:
4807 (-[WebResource _fileWrapperRepresentation]):
5745 Change 19244 fixed the method -[WebResource _shouldIgnoreWhenUnarchiving], but also broke Mail stationery.
5754 subresources while unarchiving. This SPI is -[WebResource _shouldIgnoreWhenUnarchiving].
5756 * WebView/WebResource.mm: Addd private ivar shouldIgnoreWhenUnarchiving.
5757 (-[WebResource _ignoreWhenUnarchiving]): Added.
5758 (-[WebResource _shouldIgnoreWhenUnarchiving]): Added.
8600 * WebView/WebResource.m: Removed.
13751 - eliminated uses of WebResource and WebView from WebFrameLoader
16168 * WebView/WebResource.m: (-[WebResource _stringValue]): Removed special case for
21993 - refactor things so that WebKit doesn't save a WebResource for every loaded URL,