Home | History | Annotate | Download | only in dom

Lines Matching defs:frameLoader

70 #include "FrameLoader.h"
2668 FrameLoader* frameLoader = frame->loader();
2669 if (frameLoader->shouldInterruptLoadForXFrameOptions(content, url())) {
2670 frameLoader->stopAllLoaders();
4280 // FrameLoader::finishedParsing() might end up calling Document::implicitClose() if all
4285 // we force the styles to be up to date before calling FrameLoader::finishedParsing().