Home | History | Annotate | Download | only in dom

Lines Matching refs:frameLoader

156 #include "core/loader/FrameLoader.h"
3142 FrameLoader& frameLoader = frame->loader();
3144 if (frameLoader.shouldInterruptLoadForXFrameOptions(content, url(), requestIdentifier)) {
3146 frameLoader.stopAllLoaders();
4671 // FrameLoader::finishedParsing() might end up calling Document::implicitClose() if all
4676 // we force the styles to be up to date before calling FrameLoader::finishedParsing().