Lines Matching full:stoploading
1117 (-[WebFrame stopLoading]): Remove misleading comment. Setting
1466 -stopLoading and -closeURL, thus guaranteeing that -stopLoading has the
1707 (-[WebFrame stopLoading]): Tell subframes to stop loading.
2568 Added a call to stopLoading inside closeWindowSoon to prevent load
2754 Under some conditions, [WebDataSource stopLoading] did not set [WebDataSource isLoading]
2758 The fix here is to move the call to [WebCoreBridge stopLoading] above the early return
2759 inside [WebDataSource stopLoading] -- since the tokenizer may still be running even if the
5671 (-[WebDataSource _stopLoadingInternal]): call stopLoading on bridge instead of closeURL.
5675 (-[WebFrame stopLoading]): ditto
5754 (-[WebFrame stopLoading]): Factored a bit.
15203 (-[WebFrame stopLoading]):
17179 save dataSource in a local var before calling stopLoading, and use it for
17180 _setProvisionalDataSource, because otherwise stopLoading was clobbering the dataSource
17468 (-[WebIconLoader stopLoading]): call cancel
20260 (-[WebFrame stopLoading]): manage the isStoppingLoad ivar, return if isStoppingLoad is YES
22134 (-[WebFrame stopLoading]):
23559 (-[WebFrame stopLoading]): set the provisional data source to nil to avoid a newly added assert in [WebFramePrivate setProvisionalDataSource:]
23568 (-[WebFrame _prepareForProvisionalLoadWithDataSource:loadType:]): new, calls stopLoading, _setLoadType and _setProvisionalDataSource
23574 (-[WebFrame _loadDataSource:withLoadType:formState:]): don't call stopLoading, _setLoadType and _setProvisionalDataSource, since that stops the frame even for command-click and option-click. Do this work in _prepareForProvisionalLoadWithDataSource
25221 Fixed problem for HelpViewer. HV calls stopLoading in
27111 The problem was that when we go back we call stopLoading on the top frame, but
27114 dataSources to stopLoading. They already bail quickly when they are not loading,
27120 (-[WebFrame stopLoading]):
27158 (-[WebFrame stopLoading]):
27641 (-[WebDataProtocol stopLoading]):
29929 (-[WebController stopLoading:]):
30421 - fixed regression caused when we made the stopLoading method on WebDataSource private
30424 The children are frames, so we need to do stopLoading, not _stopLoading.
30688 (-[WebFrame stopLoading]):