HomeSort by relevance Sort by last modified time
    Searched defs:isURLAllowed (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/html/
HTMLFrameElementBase.cpp 60 bool HTMLFrameElementBase::isURLAllowed() const
97 if (!isURLAllowed())
  /external/webkit/WebCore/rendering/
RenderEmbeddedObject.cpp 80 static bool isURLAllowed(Document* doc, const String& url)
249 if (!isURLAllowed(document(), url))
281 if (!isURLAllowed(document(), url))

Completed in 498 milliseconds