OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/
Frame.cpp
582
bool Frame::
isURLAllowed
(const KURL& url) const
Completed in 36 milliseconds