Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameOwnerElement.h70 … bool loadOrRedirectSubframe(const KURL&, const AtomicString& frameName, bool lockBackForwardList);
DHTMLFrameOwnerElement.cpp124 bool HTMLFrameOwnerElement::loadOrRedirectSubframe(const KURL& url, const AtomicString& frameName, … in loadOrRedirectSubframe() function in WebCore::HTMLFrameOwnerElement
DHTMLFrameElementBase.cpp93 if (!loadOrRedirectSubframe(url, m_frameName, lockBackForwardList)) in openURL()
DHTMLPlugInElement.cpp427 return loadOrRedirectSubframe(completedURL, getNameAttribute(), true); in requestObject()