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

  /external/webkit/Source/WebCore/loader/
SubframeLoader.h 84 Frame* loadOrRedirectSubframe(HTMLFrameOwnerElement*, const KURL&, const AtomicString& frameName, bool lockHistory, bool lockBackForwardList);
SubframeLoader.cpp 82 Frame* frame = loadOrRedirectSubframe(ownerElement, url, frameName, lockHistory, lockBackForwardList);
143 // If the plug-in element already contains a subframe, loadOrRedirectSubframe will re-use it. Otherwise,
146 return loadOrRedirectSubframe(ownerElement, completedURL, frameName, true, true);
226 Frame* SubframeLoader::loadOrRedirectSubframe(HTMLFrameOwnerElement* ownerElement, const KURL& url, const AtomicString& frameName, bool lockHistory, bool lockBackForwardList)

Completed in 43 milliseconds