Searched refs:initializeCoreFrame (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrame.cpp82 toWebLocalFrameImpl(frame)->initializeCoreFrame(oldFrame->host(), owner, oldFrame->tree().name(), nullAtom);
84 toWebRemoteFrameImpl(frame)->initializeCoreFrame(oldFrame->host(), owner, oldFrame->tree().name());
H A DWebRemoteFrameImpl.cpp838 child->initializeCoreFrame(frame()->host(), result.storedValue->value.get(), name, nullAtom);
845 void WebRemoteFrameImpl::initializeCoreFrame(FrameHost* host, FrameOwner* owner, const AtomicString& name) function in class:blink::WebRemoteFrameImpl
857 child->initializeCoreFrame(frame()->host(), result.storedValue->value.get(), name);
H A DWebRemoteFrameImpl.h177 void initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name);
H A DWebLocalFrameImpl.h239 PassRefPtrWillBeRawPtr<LocalFrame> initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name, const AtomicString& fallbackName);
H A DWebLocalFrameImpl.cpp1569 PassRefPtrWillBeRawPtr<LocalFrame> WebLocalFrameImpl::initializeCoreFrame(FrameHost* host, FrameOwner* owner, const AtomicString& name, const AtomicString& fallbackName) function in class:WebLocalFrameImpl
1592 RefPtrWillBeRawPtr<LocalFrame> child = webframeChild->initializeCoreFrame(frame()->host(), ownerElement, request.frameName(), ownerElement->getAttribute(ownerElement->subResourceAttributeName()));
H A DWebViewImpl.cpp332 toWebLocalFrameImpl(frame)->initializeCoreFrame(&page()->frameHost(), 0, nullAtom, nullAtom);
334 toWebRemoteFrameImpl(frame)->initializeCoreFrame(&page()->frameHost(), 0, nullAtom);

Completed in 2542 milliseconds