Home
last modified time | relevance | path

Searched refs:allowedToLoadFrameURL (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLPlugInElement.h88 bool allowedToLoadFrameURL(const String& url);
DHTMLEmbedElement.cpp136 if (!allowedToLoadFrameURL(m_url)) in updateWidgetInternal()
DHTMLObjectElement.cpp292 if (!allowedToLoadFrameURL(url)) { in updateWidgetInternal()
DHTMLPlugInElement.cpp423 bool HTMLPlugInElement::allowedToLoadFrameURL(const String& url) in allowedToLoadFrameURL() function in blink::HTMLPlugInElement