Home
last modified time | relevance | path

Searched defs:isURLAllowed (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/html/
DHTMLFrameElementBase.cpp57 bool HTMLFrameElementBase::isURLAllowed(const AtomicString& URLString) const in isURLAllowed() function in WebCore::HTMLFrameElementBase
/external/webkit/WebCore/rendering/
DRenderPartObject.cpp68 static bool isURLAllowed(Document* doc, const String& url) in isURLAllowed() function