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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElementBase.cpp 53 bool HTMLFrameElementBase::isURLAllowed() const
68 return parentFrame->isURLAllowed(completeURL);
75 if (!isURLAllowed())
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 578 bool LocalFrame::isURLAllowed(const KURL& url) const

Completed in 218 milliseconds