isURLAllowed 139 Source/core/frame/LocalFrame.h bool isURLAllowed(const KURL&) const; isURLAllowed 51 Source/core/html/HTMLFrameElement.cpp return isURLAllowed(); isURLAllowed 67 Source/core/html/HTMLFrameElementBase.cpp return parentFrame->isURLAllowed(completeURL); isURLAllowed 74 Source/core/html/HTMLFrameElementBase.cpp if (!isURLAllowed()) isURLAllowed 47 Source/core/html/HTMLFrameElementBase.h bool isURLAllowed() const; isURLAllowed 96 Source/core/html/HTMLIFrameElement.cpp return isURLAllowed() && HTMLElement::rendererIsNeeded(style); isURLAllowed 416 Source/core/html/HTMLPlugInElement.cpp return document().frame()->isURLAllowed(completeURL);