Searched refs:shouldLoadAsEmptyDocument (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DMainResourceLoader.cpp233 static bool shouldLoadAsEmptyDocument(const KURL& url) function in namespace:WebCore
309 } else if (shouldLoadAsEmptyDocument(url) || frameLoader()->representationExistsForURLScheme(url.protocol()))
374 ASSERT(shouldLoadAsEmptyDocument(r.url()) || !defersLoading());
462 ASSERT(shouldLoadAsEmptyDocument(frameLoader()->activeDocumentLoader()->url()) || !defersLoading());
549 bool shouldLoadEmptyBeforeRedirect = shouldLoadAsEmptyDocument(r.url());
565 bool shouldLoadEmpty = shouldLoadAsEmptyDocument(url) && !m_substituteData.isValid();
598 bool shouldLoadEmpty = shouldLoadAsEmptyDocument(request.url());

Completed in 16 milliseconds