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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElement.cpp 48 return isURLAllowed();
HTMLFrameElementBase.cpp 53 bool HTMLFrameElementBase::isURLAllowed() const
68 return parentFrame->isURLAllowed(completeURL);
75 if (!isURLAllowed())
HTMLFrameElementBase.h 47 bool isURLAllowed() const;
HTMLIFrameElement.cpp 93 return isURLAllowed() && HTMLElement::rendererIsNeeded(style);
HTMLPlugInElement.cpp 422 return document().frame()->isURLAllowed(completeURL);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 146 bool isURLAllowed(const KURL&) const;
LocalFrame.cpp 521 bool LocalFrame::isURLAllowed(const KURL& url) const

Completed in 105 milliseconds