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

  /external/chromium_org/third_party/WebKit/Source/core/page/
PageGroup.cpp 27 #include "core/page/PageGroup.h"
37 PageGroup::PageGroup()
41 PageGroup::~PageGroup()
46 PageGroup* PageGroup::sharedGroup()
48 DEFINE_STATIC_REF(PageGroup, staticSharedGroup, (create()));
52 void PageGroup::addPage(Page* page)
59 void PageGroup::removePage(Page* page
    [all...]
PageGroup.h 41 // It has nothing to do with Page. There is one shared PageGroup
49 class PageGroup : public Supplementable<PageGroup>, public RefCounted<PageGroup> {
50 WTF_MAKE_NONCOPYABLE(PageGroup); WTF_MAKE_FAST_ALLOCATED;
52 ~PageGroup();
54 static PassRefPtr<PageGroup> create() { return adoptRef(new PageGroup()); }
55 static PageGroup* sharedGroup();
68 PageGroup();
    [all...]

Completed in 32 milliseconds