Home | History | Annotate | Download | only in loader

Lines Matching full:false

150             return false;
158 return false;
182 , m_delegateIsHandlingProvisionalLoadError(false)
183 , m_firstLayoutDone(false)
184 , m_quickRedirectComing(false)
185 , m_sentRedirectNotification(false)
186 , m_inStopAllLoaders(false)
187 , m_isExecutingJavaScriptFormAction(false)
188 , m_didCallImplicitClose(false)
189 , m_wasUnloadEventEmitted(false)
190 , m_unloadEventBeingDispatched(false)
191 , m_isComplete(false)
192 , m_isLoadingMainResource(false)
193 , m_needsClear(false)
194 , m_receivedData(false)
195 , m_encodingWasChosenByUser(false)
196 , m_containsPlugIns(false)
198 , m_shouldCallCheckCompleted(false)
199 , m_shouldCallCheckLoadComplete(false)
201 , m_creatingInitialEmptyDocument(false)
202 , m_isDisplayingInitialEmptyDocument(false)
203 , m_committedFirstRealDocumentLoad(false)
204 , m_didPerformFirstNavigation(false)
205 , m_loadingFromCachedPage(false)
206 , m_suppressOpenerInNewFrame(false)
209 , m_didDispatchDidCommitLoad(false)
228 m_isDisplayingInitialEmptyDocument = false;
235 begin(KURL(), false);
238 m_creatingInitialEmptyDocument = false;
268 frame->loader()->loadFrameRequest(request, false, false, 0, 0, SendReferrer);
275 created = false;
349 if (m_frame->script()->executeIfJavaScriptURL(request.url(), userGesture, false))
366 m_suppressOpenerInNewFrame = false;
387 return false;
422 // asynchronous load of url, so we set m_isComplete to false and then check if the load is
423 // actually completed below. (Note that we set m_isComplete to false even for synchronous
425 // FIXME: Can we remove this entirely? m_isComplete normally gets set to false when a load is committed.
426 frame->loader()->m_isComplete = false;
472 m_frame->script()->executeIfJavaScriptURL(u, false, false);
473 m_isExecutingJavaScriptFormAction = false;
549 m_frame->domWindow()->dispatchEvent(Event::create(eventNames().unloadEvent, false, false), m_frame->domWindow()->document());
551 m_unloadEventBeingDispatched = false;
570 m_isLoadingMainResource = false;
575 m_frame->document()->setParsing(false);
654 return false;
660 m_isComplete = false;
662 m_didCallImplicitClose = false;
683 m_isComplete = false;
684 m_didCallImplicitClose = false;
706 clear(false);
724 m_needsClear = false;
755 m_containsPlugIns = false;
763 m_shouldCallCheckCompleted = false;
764 m_shouldCallCheckLoadComplete = false;
766 m_receivedData = false;
767 m_isDisplayingInitialEmptyDocument = false;
775 begin(m_workingURL, false);
795 if (!parseHTTPRefresh(m_documentLoader->response().httpHeaderField("Refresh"), false, delay, url))
843 m_isComplete = false;
844 m_didCallImplicitClose = false;
976 m_isLoadingMainResource = false;
1001 m_mayLoadIconLater = false;
1109 return false;
1118 return false;
1125 m_shouldCallCheckCompleted = false;
1201 m_wasUnloadEventEmitted = false;
1249 childFrame->loader()->loadURL(workingURL, referer, String(), false, childLoadType, 0, 0, false);
1251 childFrame->loader()->loadURL(workingURL, referer, String(), false, childLoadType, 0, 0);
1292 return false;
1296 return false;
1308 return false;
1310 return false;
1326 useFallback = false;
1335 if (!pluginName.isEmpty() && !pluginName.contains("QuickTime", false))
1397 return false;
1427 return false; // We only care about HTTPS security origins.
1430 return false; // Loading these protocols is secure.
1492 m_firstLayoutDone = false;
1531 return false;
1541 return false;
1663 } while (false);
1672 return false;
1675 return false;
1684 bool cannotCache = false;
1726 } while (false);
1796 m_isComplete = false;
1812 m_frame->document()->dispatchWindowEvent(Event::create(eventNames().hashchangeEvent, false, false));
1842 frame->loader()->m_isComplete = false;
1876 if (!urlString.startsWith("feed", false))
1877 return false;
1879 return urlString.startsWith("feed://", false)
1880 || urlString.startsWith("feed:http:", false) || urlString.startsWith("feed:https:", false)
1881 || urlString.startsWith("feeds:http:", false) || urlString.startsWith("feeds:https:", false)
1882 || urlString.startsWith("feedsearch:http:", false) || urlString.startsWith("feedsearch:https:", false);
2008 m_quickRedirectComing = false;
2133 continueLoadAfterNavigationPolicy(loader->request(), formState, false);
2186 return false;
2189 return false;
2265 return false;
2277 return false;
2300 return false;
2335 return false;
2373 m_inStopAllLoaders = false;
2397 return false;
2506 clientRedirectCancelledOrFinished(false);
2676 m_quickRedirectComing = false;
2678 m_sentRedirectNotification = false;
2723 m_client->setMainFrameDocumentReady(false); // stop giving out the actual DOMDocument to observers
2750 m_isComplete = false;
2768 document->setInPageCache(false);
2771 m_isComplete = false;
2772 m_didCallImplicitClose = false;
2779 view->setWasScrolledByUser(false);
2928 return false;
3000 m_delegateIsHandlingProvisionalLoadError = false;
3002 // FIXME: can stopping loading here possibly have any effect, if isLoading is false,
3019 shouldReset = false;
3054 m_didDispatchDidCommitLoad = false;
3097 false;
3133 // After a canceled provisional load, firstLayoutDone is false.
3185 m_shouldCallCheckLoadComplete = false;
3264 addExtraFieldsToRequest(request, m_loadType, false, false);
3269 addExtraFieldsToRequest(request, m_loadType, true, false);
3478 clientRedirectCancelledOrFinished(false);
3493 m_quickRedirectComing = false;
3536 bool isTargetItem = history()->provisionalItem() ? history()->provisionalItem()->isTargetItem() : false;
3549 clientRedirectCancelledOrFinished(false);
3623 mainFrame->loader()->loadWithNavigationAction(request, NavigationAction(), false, FrameLoadTypeStandard, formState);
3689 return false;
3700 return false;
3707 return false;
3740 m_unloadEventBeingDispatched = false;
3750 return false;
3782 view->setWasScrolledByUser(false);
3787 loadInSameDocument(item->url(), item->stateObject(), false);
3824 bool addedExtraFields = false;
3855 action = NavigationAction(itemURL, loadType, false);
3881 action = NavigationAction(itemOriginalURL, loadType, false);
3887 loadWithNavigationAction(request, action, false, loadType, 0);
3909 sameDocumentNavigation = false;