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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
RemoteFrameView.cpp 6 #include "core/frame/RemoteFrameView.h"
13 RemoteFrameView::RemoteFrameView(RemoteFrame* remoteFrame)
19 RemoteFrameView::~RemoteFrameView()
23 PassRefPtr<RemoteFrameView> RemoteFrameView::create(RemoteFrame* remoteFrame)
25 RefPtr<RemoteFrameView> view = adoptRef(new RemoteFrameView(remoteFrame));
30 void RemoteFrameView::invalidateRect(const IntRect& rect
    [all...]
RemoteFrameView.h 16 class RemoteFrameView : public Widget {
18 static PassRefPtr<RemoteFrameView> create(RemoteFrame*);
20 virtual ~RemoteFrameView();
38 explicit RemoteFrameView(RemoteFrame*);
40 // The RefPtrWillBePersistent-cycle between RemoteFrame and its RemoteFrameView
46 DEFINE_TYPE_CASTS(RemoteFrameView, Widget, widget, widget->isRemoteFrameView(), widget.isRemoteFrameView());
RemoteFrame.h 12 class RemoteFrameView;
23 void setView(PassRefPtr<RemoteFrameView>);
26 RemoteFrameView* view() const;
31 RefPtr<RemoteFrameView> m_view;
34 inline RemoteFrameView* RemoteFrame::view() const
RemoteFrame.cpp 8 #include "core/frame/RemoteFrameView.h"
34 void RemoteFrame::setView(PassRefPtr<RemoteFrameView> view)
41 RefPtr<RemoteFrameView> view = RemoteFrameView::create(this);
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 370 third_party/WebKit/Source/core/frame/RemoteFrameView.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 370 third_party/WebKit/Source/core/frame/RemoteFrameView.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 370 third_party/WebKit/Source/core/frame/RemoteFrameView.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 370 third_party/WebKit/Source/core/frame/RemoteFrameView.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 370 third_party/WebKit/Source/core/frame/RemoteFrameView.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 370 third_party/WebKit/Source/core/frame/RemoteFrameView.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 370 third_party/WebKit/Source/core/frame/RemoteFrameView.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 370 third_party/WebKit/Source/core/frame/RemoteFrameView.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 370 third_party/WebKit/Source/core/frame/RemoteFrameView.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 370 third_party/WebKit/Source/core/frame/RemoteFrameView.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 370 third_party/WebKit/Source/core/frame/RemoteFrameView.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 370 third_party/WebKit/Source/core/frame/RemoteFrameView.cpp \
    [all...]

Completed in 119 milliseconds