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

  /external/webkit/WebCore/html/
HTMLFrameElementBase.h 50 bool isURLAllowed() const;
HTMLFrameElement.cpp 54 return isURLAllowed();
HTMLFrameElementBase.cpp 60 bool HTMLFrameElementBase::isURLAllowed() const
97 if (!isURLAllowed())
HTMLIFrameElement.cpp 134 return isURLAllowed() && style->display() != NONE;
  /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 538 milliseconds