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

  /external/chromium_org/third_party/WebKit/Source/core/testing/
DummyPageHolder.cpp 32 #include "core/testing/DummyPageHolder.h"
42 PassOwnPtr<DummyPageHolder> DummyPageHolder::create(const IntSize& initialViewSize)
44 return adoptPtr(new DummyPageHolder(initialViewSize));
47 DummyPageHolder::DummyPageHolder(const IntSize& initialViewSize)
61 DummyPageHolder::~DummyPageHolder()
71 Page& DummyPageHolder::page() const
76 LocalFrame& DummyPageHolder::frame() cons
    [all...]
DummyPageHolder.h 56 // Since DummyPageHolder stores empty clients in it, it must outlive the Page, LocalFrame, FrameView and any other objects
57 // created by it. DummyPageHolder's destructor ensures this condition by checking remaining references to the LocalFrame.
59 class DummyPageHolder {
60 WTF_MAKE_NONCOPYABLE(DummyPageHolder);
63 static PassOwnPtr<DummyPageHolder> create(const IntSize& initialViewSize = IntSize());
64 ~DummyPageHolder();
72 explicit DummyPageHolder(const IntSize& initialViewSize);

Completed in 48 milliseconds