Home | History | Annotate | Download | only in page

Lines Matching defs:PageGroup

27 #include "core/page/PageGroup.h"
36 PageGroup::PageGroup()
40 PageGroup::~PageGroup()
45 PageGroup* PageGroup::sharedGroup()
47 static PageGroup* staticSharedGroup = create().leakRef();
51 PageGroup* PageGroup::inspectorGroup()
53 static PageGroup* staticInspectorGroup = create().leakRef();
57 void PageGroup::addPage(Page* page)
64 void PageGroup::removePage(Page* page)
71 void PageGroup::addUserStyleSheet(const String& source, const KURL& url,
83 void PageGroup::removeAllUserContent()
89 void PageGroup::invalidatedInjectedStyleSheetCacheInAllFrames()