Home | History | Annotate | Download | only in mac

Lines Matching full:self

36         (-[DOMProcessingInstruction _stylesheetURL]): needed to access [[self sheet] href]
2967 make the WebView be the target of the Open Frame in New Window item; previously it was self, but that was
4437 Condense the check for nil [self frame].
4660 Also clear the global sharedWebInspector variable and release it if self equals sharedWebInspector.
4661 (-[WebInspector showWindow:]): Set the JavaScript Inspector variable back to self.
4664 (-[WebView windowScriptObject]): Return nil if core([self mainFrame]) is NULL.
4777 (-[WebView _setInitiatedDrag:]): Use _private->page instead of [self page]
4780 (-[WebView backForwardList]): Use _private->page instead of [self page]
7285 Send [self setFocusRingType:NSFocusRingTypeNone].
8388 (-[WebDataSource _receivedData:]): Protect self against destruction partway through this method.
9429 test the webView's state of the hit-tested WebHTMLView rather than self
9460 bail out right away if [[self _webView] ignoresMouseMovedEvents]
15864 Send [self _updateTextSizeMultiplier].
15872 Send [self _notifyTextSizeMultiplierChanged];
16063 Changed a mistaken "self" to "frame", which was the cause of the bug. Also
16066 by retaining "self" and "frame" as needed. Also fixed a problem where the
16251 shared instance. Added the "self = [super init]" idiom even though it's not important
18424 actually cares about. This avoids a reference cycle caused by retaining self. This is the only substantive
20160 Renamed from -initWithPath:. Instead of releasing/deallocating self on error, return NO.
23129 so that this situation is self-correcting. Formerly, once you got into this state WebKit would never find
23857 case, query 'frame' instead of 'self', so that we actually recurse.
23883 use [self historyItemLimit], which prefers the explicitly-set value and falls back to the
24284 (-[WebDataSource _setLoading:]): Removed useless ref/deref of self and WebView.
24423 Change all calls to [_page webView] to use [self webView] instead.