Home
last modified time | relevance | path

Searched refs:PageGroup (Results 1 – 25 of 56) sorted by relevance

123

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DPageGroup.cpp57 PageGroup::PageGroup(const String& name) in PageGroup() function in WebCore::PageGroup
65 PageGroup::PageGroup(Page* page) in PageGroup() function in WebCore::PageGroup
74 PageGroup::~PageGroup() in ~PageGroup()
82 PageGroup* PageGroup::pageGroup(const String& groupName) in pageGroup()
100 void PageGroup::closeLocalStorage() in closeLocalStorage()
141 void PageGroup::syncLocalStorage() in syncLocalStorage()
163 void PageGroup::addPage(Page* page) in addPage()
170 void PageGroup::removePage(Page* page) in removePage()
224 void PageGroup::removeVisitedLinks() in removeVisitedLinks()
234 void PageGroup::removeAllVisitedLinks() in removeAllVisitedLinks()
[all …]
H A DPageGroup.h45 class PageGroup {
46 WTF_MAKE_NONCOPYABLE(PageGroup); WTF_MAKE_FAST_ALLOCATED;
48 PageGroup(const String& name);
49 PageGroup(Page*);
50 ~PageGroup();
52 static PageGroup* pageGroup(const String& groupName);
H A DPage.h72 class PageGroup; variable
160 PageGroup& group() { if (!m_group) initGroup(); return *m_group; } in group()
161 PageGroup* groupPtr() { return m_group; } // can return 0 in groupPtr()
264 static void allVisitedStateChanged(PageGroup*);
265 static void visitedStateChanged(PageGroup*, LinkHash visitedHash);
379 OwnPtr<PageGroup> m_singlePageGroup;
380 PageGroup* m_group;
H A DPage.cpp365 m_group = PageGroup::pageGroup(name); in setGroupName()
380 m_singlePageGroup = adoptPtr(new PageGroup(this)); in initGroup()
685 HashSet<PageGroup*> groups; in removeAllVisitedLinks()
688 if (PageGroup* group = (*it)->groupPtr()) in removeAllVisitedLinks()
691 HashSet<PageGroup*>::iterator groupsEnd = groups.end(); in removeAllVisitedLinks()
692 for (HashSet<PageGroup*>::iterator it = groups.begin(); it != groupsEnd; ++it) in removeAllVisitedLinks()
696 void Page::allVisitedStateChanged(PageGroup* group) in allVisitedStateChanged()
714 void Page::visitedStateChanged(PageGroup* group, LinkHash visitedLinkHash) in visitedStateChanged()
H A DGroupSettings.h34 class PageGroup; variable
/dports/www/gohugo/hugo-0.91.2/resources/page/
H A Dpagegroup.go33 _ collections.Slicer = PageGroup{}
34 _ compare.ProbablyEqer = PageGroup{}
40 type PageGroup struct { struct
84 type PagesGroup []PageGroup
211 var r []PageGroup
235 var r []PageGroup
348 otherP, ok := other.(PageGroup)
364 case PageGroup:
369 g, ok := v.(PageGroup)
417 case []PageGroup:
[all …]
H A Dpages_test.go39 …c.Assert(PageGroup{Key: "a", Pages: pages12}.ProbablyEq(PageGroup{Key: "a", Pages: pages12}), qt.E…
40 …c.Assert(PageGroup{Key: "a", Pages: pages12}.ProbablyEq(PageGroup{Key: "b", Pages: pages12}), qt.E…
46 pg1, pg2 := PageGroup{Key: "a", Pages: pages12}, PageGroup{Key: "b", Pages: pages123}
H A Dpages.go67 case PageGroup:
99 return PageGroup{Key: key, Pages: pages}, nil
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp98 PageGroup::setShouldTrackVisitedLinks(shouldTrackVisitedLinks); in setShouldTrackVisitedLinks()
103 PageGroup::removeAllVisitedLinks(); in removeAllVisitedLinks()
112 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages(); in overrideXSSAuditorEnabledForTestRunner()
119 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages(); in setAllowUniversalAccessFromFileURLs()
126 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages(); in setAllowFileAccessFromFileURLs()
133 const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages(); in setFrameFlatteningEnabled()
246PageGroup::pageGroup(pageGroup->identifier())->removeUserScriptFromWorld(scriptWorld->coreWorld(),… in removeUserScript()
252PageGroup::pageGroup(pageGroup->identifier())->removeUserStyleSheetFromWorld(scriptWorld->coreWorl… in removeUserStyleSheet()
257PageGroup::pageGroup(pageGroup->identifier())->removeUserScriptsFromWorld(scriptWorld->coreWorld()… in removeUserScripts()
262PageGroup::pageGroup(pageGroup->identifier())->removeUserStyleSheetsFromWorld(scriptWorld->coreWor… in removeUserStyleSheets()
[all …]
/dports/devel/statcvs/statcvs-0.7.0/src/net/sf/statcvs/pages/
H A DReportSuiteMaker.java92 final PageGroup mainMenu = new PageGroup("Reports", false); in toFile()
108 final PageGroup locPageGroup = new CommitLogPageGroupMaker(this.config).getPages(); in toFile()
160 final PageGroup directoryPages = new PageGroup("Directories", false); in toFile()
H A DCommitLogPageGroupMaker.java22 public PageGroup getPages() { in getPages()
23 final PageGroup pages = new PageGroup("Commit Logs"); in getPages()
H A DPageGroup.java7 public class PageGroup implements NavigationNode { class
15 public PageGroup(final String title) { in PageGroup() method in PageGroup
19 public PageGroup(final String title, final boolean connectSiblings) { in PageGroup() method in PageGroup
H A DIndexPageMaker.java28 private final PageGroup reports;
37 …public IndexPageMaker(final ReportConfig config, final String notesHTML, final PageGroup reports) { in IndexPageMaker()
H A DAllDevelopersPageMaker.java70 final PageGroup developerPages = new PageGroup(Messages.getString("DEVELOPERS"), false); in toFile()
/dports/devel/statcvs/statcvs-0.7.0/src-temp/net/sf/statcvs/pages/
H A DReportSuiteMaker.java92 final PageGroup mainMenu = new PageGroup("Reports", false); in toFile()
108 final PageGroup locPageGroup = new CommitLogPageGroupMaker(this.config).getPages(); in toFile()
160 final PageGroup directoryPages = new PageGroup("Directories", false); in toFile()
H A DCommitLogPageGroupMaker.java22 public PageGroup getPages() { in getPages()
23 final PageGroup pages = new PageGroup("Commit Logs"); in getPages()
H A DPageGroup.java7 public class PageGroup implements NavigationNode { class
15 public PageGroup(final String title) { in PageGroup() method in PageGroup
19 public PageGroup(final String title, final boolean connectSiblings) { in PageGroup() method in PageGroup
H A DIndexPageMaker.java28 private final PageGroup reports;
37 …public IndexPageMaker(final ReportConfig config, final String notesHTML, final PageGroup reports) { in IndexPageMaker()
H A DAllDevelopersPageMaker.java70 final PageGroup developerPages = new PageGroup(Messages.getString("DEVELOPERS"), false); in toFile()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DPageScriptDebugServer.h44 class PageGroup; variable
68 void setJavaScriptPaused(const PageGroup&, bool paused);
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/afp/modca/
H A DPageGroup.java36 public class PageGroup extends AbstractResourceEnvironmentGroupContainer { class
44 public PageGroup(Factory factory, String name) { in PageGroup() method in PageGroup
/dports/lang/gcc48/gcc-4.8.5/libsanitizer/asan/
H A Dasan_allocator.cc212 struct PageGroup { struct
323 PageGroup *FindPageGroup(uptr addr) { in FindPageGroup()
329 PageGroup *FindPageGroupUnlocked(uptr addr) { in FindPageGroupUnlocked()
352 PageGroup *g = page_groups_[beg]; in FindPageGroupUnlocked()
379 PageGroup *g = FindPageGroupUnlocked(addr); in FindChunkByAddrUnlocked()
468 PageGroup *pg = (PageGroup*)(mem + n_chunks * size); in GetNewChunks()
484 PageGroup *page_groups_[kMaxAvailableRam / kMinMmapSize];
/dports/devel/mingw32-gcc/gcc-4.8.1/libsanitizer/asan/
H A Dasan_allocator.cc212 struct PageGroup { struct
323 PageGroup *FindPageGroup(uptr addr) { in FindPageGroup()
329 PageGroup *FindPageGroupUnlocked(uptr addr) { in FindPageGroupUnlocked()
352 PageGroup *g = page_groups_[beg]; in FindPageGroupUnlocked()
379 PageGroup *g = FindPageGroupUnlocked(addr); in FindChunkByAddrUnlocked()
468 PageGroup *pg = (PageGroup*)(mem + n_chunks * size); in GetNewChunks()
484 PageGroup *page_groups_[kMaxAvailableRam / kMinMmapSize];
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/
H A DPAG5ObjectType.h22 PageGroup = 10010, enumerator
/dports/www/gohugo/hugo-0.91.2/hugolib/
H A Dcollections.go45 return page.PageGroup{Key: key, Pages: pages}, nil

123