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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
RemoteFrame.cpp 6 #include "core/frame/RemoteFrame.h"
13 inline RemoteFrame::RemoteFrame(FrameClient* client, FrameHost* host, FrameOwner* owner)
18 PassRefPtrWillBeRawPtr<RemoteFrame> RemoteFrame::create(FrameClient* client, FrameHost* host, FrameOwner* owner)
20 return adoptRefWillBeNoop(new RemoteFrame(client, host, owner));
23 RemoteFrame::~RemoteFrame()
28 void RemoteFrame::detach()
34 void RemoteFrame::setView(PassRefPtr<RemoteFrameView> view
    [all...]
RemoteFrame.h 14 class RemoteFrame: public Frame {
16 static PassRefPtrWillBeRawPtr<RemoteFrame> create(FrameClient*, FrameHost*, FrameOwner*);
19 virtual ~RemoteFrame();
29 RemoteFrame(FrameClient*, FrameHost*, FrameOwner*);
34 inline RemoteFrameView* RemoteFrame::view() const
39 DEFINE_TYPE_CASTS(RemoteFrame, Frame, remoteFrame, remoteFrame->isRemoteFrame(), remoteFrame.isRemoteFrame());

Completed in 69 milliseconds