Lines Matching full:factored
1493 (-[WebFrame _appendChild:]): Factored out the parts of addChild: that
2886 (normalizeVoicingMarks): Factored this out into a separate function, since it's not part
3766 Any prior text that fits in the same line is already factored into the xpos, which is paid attention to.
5082 (-[WebTextView clickedOnLink:atIndex:]): factored calling out to the bridge, and instead call _safeLoadURL
5754 (-[WebFrame stopLoading]): Factored a bit.
7148 (-[WebHTMLView _selectionDraggingImage]): new SPI for Mail, factored from previous method
7836 (-[WebView _performResponderOperation:with:]): call factored out method _responderForResponderOperations
7927 (-[WebHTMLView _hitViewForEvent:]): new, factored hit test hack to this method
8022 (-[WebHTMLView _handleKillRing:prepend:]): New helper function. Code factored out from
8361 (-[WebHTMLView _layoutIfNeeded]): Added. Factored out from the method below.
8364 (-[WebHTMLView _web_layoutIfNeededRecursive:testDirtyRect:]): Factored out the guts into the
9288 factored out from other methods
10480 (+[WebBaseNetscapePluginStream reasonForError:]): new, factored out from receivedError:
12869 (-[WebView documentViewAtWindowPoint:]): new, factored from draggingDocumentViewAtWindowPoint:
14087 (-[WebDataSource _imageElementWithImageResource:]): factored out from _documentFragmentWithImageResource:
15136 (-[WebDefaultUIDelegate copyLinkToClipboard:]): call code factored out to WebView
15141 (-[WebHTMLView _selectedRTFData]): new factored out method
15142 (-[WebHTMLView _writeSelectionToPasteboard:]): factored code out to writeSelectionWithPasteboardTypes:toPasteboard:
16204 Factored out WebArchive to DOM code so that it could be used by both [WebHTMLView _pasteFromPasteboard:] and [WebView insertWebArchive:replacingDOMRange:].
17089 (-[WebFrame loadWebArchive:]): renamed, code factored out to [WebResource _parseWebArchive:mainResource:subresources:]
17302 (-[WebHTMLView _dragOperationForDraggingInfo:]): new, factored out from draggingUpdated:
17507 (-[WebResource _response]): new, factored out from _cachedResponseRepresentation
17741 (-[WebFrame _webDataRequestForData:MIMEType:textEncodingName:baseURL:]): new, factored out from loadData:MIMEType:textEncodingName:baseURL:
17742 (-[WebFrame _loadRequest:subresources:]): new, factored out from loadRequest:, handles subresources
18003 (-[NSView _web_dragImage:fileWrapper:rect:URL:title:HTMLString:event:]): factored code out to _web_writeImage, call _web_writeImage
18028 (-[WebHTMLView _pasteHTMLFromPasteboard:]): new, factored out from paste:
20339 Tweaked the progress behavior and factored cleanup of progress
21172 (-[WebBridge backOrForwardItemWithDistance:]): Factored out from goBackOrForward.
23175 (-[WebImageRenderer _adjustSizeToPixelDimensions]): new method that rjw factored from incrementalLoadWithBytes:::
33659 (-[WebFrame _detachFromParent]): Call newly factored code.
33660 (-[WebFrame _transitionToCommitted:]): Call newly factored code.
35220 receivedError works. This is done in multiple places, so I factored this out into one method interuptForPolicyChange.