• Home
  • Raw
  • Download

Lines Matching refs:ivar

1024         added trackedFirstResponder ivar
6209 (-[WebResource _response]): return ivar if we have one
7415 … * Plugins.subproj/WebBaseNetscapePluginView.h: Addded currentEventIsUserGesture boolean ivar.
8264 (-[WebBasePluginPackage isLoaded]): return isLoaded ivar
8663 private struct now keeps ivar for cached value of showsURLsInToolTips
9095 …(-[WebDataSource _setData:]): removed unnecessary cast since the resourceData ivar is now an NSDat…
9096 …(-[WebDataSource data]): return resourceData ivar, else return the resourceData from the main clie…
9471 (-[WebViewPrivate dealloc]): Object no longer has typingStyle ivar.
9474 * WebView.subproj/WebViewInternal.h: Object no longer has typingStyle ivar.
9975 removed notificationsSuppressed ivar from private data object
10001 …eAsHTML:]): call _viewTypesAllowImageTypeOmission instead of using ivar since the ivar is nil unti…
10476 - replaced URL ivar with requestURL and responseURL ivars since we need to pass both to plug-ins
10493 (-[WebBaseNetscapePluginStream deliverData]): use renamed ivar
10496 - renamed dictionary ivar to pendingFrameLoads which has WebFrame keys and WebPluginRequest values
10501 (-[WebBaseNetscapePluginView initWithFrame:]): use renamed pendingFrameLoads ivar
10526 (-[WebNetscapePluginStream dealloc]): use renamed ivar
12707 removed nextKeyViewAccessShouldMoveFocus ivar
13296 now doesn't set focus-moving trigger ivar if view is hidden or has hidden ancestor
13322 firstMouseDownEvent ivar is no longer needed.
13334 (-[WebHTMLView mouseUp:]): firstMouseDownEvent ivar is no longer needed.
13351 The context ivar of WebImageRenderer wasn't being nil when the object was copied.
14744 (-[WebView dealloc:]): Dealloc typing style ivar.
14745 (-[WebView setTypingStyle:]): Change to set typing style ivar.
14746 (-[WebView typingStyle]): Return new typing style ivar.
14747 * WebView.subproj/WebViewPrivate.h: Add ivar for typing style.
14827 new RSSFeedReferrer ivar in private structure
14995 (-[WebViewPrivate dealloc]): removed draggedTypes ivar
16071 (-[WebArchivePrivate dealloc]): release new subframeArchives ivar
16081 (-[WebDataSourcePrivate dealloc]): release new pendingSubframeArchives ivar
16102 (-[WebImageRepresentation URL]): use dataSource instead of ivar
16103 (-[WebImageRepresentation doneLoading]): use new boolean ivar
16105 (-[WebImageRepresentation receivedData:withDataSource:]): use dataSource instead of ivar
16114 (-[WebResourcePrivate dealloc]): release new frame name ivar
17000 also added boolean delegateIsHandlingUnimplementablePolicy ivar to WebFramePrivate
17165 didn't start an alternate content load in the delegate. Also, set new boolean ivar so we
17173 asserts that helped me track down the WebFrame leak. Set new boolean ivar so we know
17310 …(-[WebViewPrivate dealloc]): release draggedTypes, a new ivar that keeps track of drag types that …
17318 * WebView.subproj/WebViewPrivate.h: define new draggedTypes ivar
17466 (-[WebIconLoader URL]): call renamed request ivar
17885 * WebView.subproj/WebFramePrivate.h: Declare undo manager ivar.
18991 new pageRects ivar
19506 removed now-unused ivar inNextValidKeyView
20260 (-[WebFrame stopLoading]): manage the isStoppingLoad ivar, return if isStoppingLoad is YES
20261 * WebView.subproj/WebFramePrivate.h: added the isStoppingLoad ivar
20769 new ivar for holding local copy of text size multiplier;
21472 (-[WebBaseNetscapePluginStream dealloc]): release deliveryData ivar
21473 …inStream startStreamWithURL:expectedContentLength:lastModifiedDate:MIMEType:]): set new reason ivar
22634 parameter, not challenge, the not-yet-set ivar so we get the right
24537 (-[WebIconLoaderPrivate dealloc]): use the request ivar
28716 replaced disallowsScrolling boolean ivar with separate booleans for
29838 (-[WebBaseNetscapePluginStream setResponse:]): reset the offset ivar
30591 …(-[WebController setDownloadDelegate:]): call the ivar downloadDelegate, not downloadProgressDeleg…
30592 … (-[WebController downloadDelegate]): call the ivar downloadDelegate, not downloadProgressDelegate
30594 …* WebView.subproj/WebControllerPrivate.h: call the ivar downloadDelegate, not downloadProgressDele…
32116 * WebView.subproj/WebFramePrivate.h: New ivar to hold form values
32119 (-[WebFramePrivate dealloc]): ASSERT new ivar is nil.
32953 new _UUID ivar, UUID declaration
32975 new _bookmarksByUUID ivar
33103 Nit fix to remove a dead "cursor" ivar found while grepping.
33978 new _tag ivar and -tag method.