OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
44
bool
isURLAllowed
() const;
HTMLIFrameElement.cpp
110
return
isURLAllowed
() && HTMLElement::rendererIsNeeded(style);
HTMLPlugInElement.cpp
429
return document().frame()->
isURLAllowed
(completeURL);
/external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h
154
bool
isURLAllowed
(const KURL&) const;
LocalFrame.cpp
578
bool LocalFrame::
isURLAllowed
(const KURL& url) const
Completed in 144 milliseconds