Searched defs:initializeCoreFrame (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
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 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()));

Completed in 60 milliseconds