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

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.cpp32 class RemoteBridgeFrameOwner : public NoBaseWillBeGarbageCollectedFinalized<RemoteBridgeFrameOwner>, public FrameOwner { class in namespace:blink::__anon11373
33 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(RemoteBridgeFrameOwner);
35 static PassOwnPtrWillBeRawPtr<RemoteBridgeFrameOwner> create(PassRefPtrWillBeRawPtr<WebLocalFrameImpl> frame)
37 return adoptPtrWillBeNoop(new RemoteBridgeFrameOwner(frame));
47 explicit RemoteBridgeFrameOwner(PassRefPtrWillBeRawPtr<WebLocalFrameImpl>);
52 RemoteBridgeFrameOwner::RemoteBridgeFrameOwner(PassRefPtrWillBeRawPtr<WebLocalFrameImpl> frame) function in class:blink::__anon11373::RemoteBridgeFrameOwner
57 void RemoteBridgeFrameOwner::trace(Visitor* visitor)
63 bool RemoteBridgeFrameOwner
[all...]

Completed in 32 milliseconds