Home | History | Annotate | Download | only in loader

Lines Matching defs:loading

182     // (This can happen when there's a single XMLHttpRequest currently loading and stopLoading causes it
183 // to stop loading. Because of this, we need to save it so we don't return early.
184 bool loading = isLoading();
187 // Attempt to stop the frame if the document loader is loading, or if it is done loading but
191 if (loading || doc->parsing())
195 if (!loading) {
204 // The main resource loader already finished loading. Set the cancelled error on the
301 // Don't ask if we are loading an empty URL.
305 // If we're loading content into a subframe, check against the parent's Content Security Policy
427 // Prevent remote web archives from loading because they can claim to be from any domain and thus avoid cross-domain security checks.
681 // Multiple frames may be loading the same main resource simultaneously. If deferral state changes,