Searched refs:ordinaryPages (Results 1 – 8 of 8) sorted by relevance
77 HashSet<Page*>& Page::ordinaryPages() in ordinaryPages() function in blink::Page79 DEFINE_STATIC_LOCAL(HashSet<Page*>, ordinaryPages, ()); in ordinaryPages()80 return ordinaryPages; in ordinaryPages()162 ASSERT(!ordinaryPages().contains(this)); in makeOrdinary()163 ordinaryPages().add(this); in makeOrdinary()397 HashSet<Page*>::iterator pagesEnd = ordinaryPages().end(); in allVisitedStateChanged()398 for (HashSet<Page*>::iterator it = ordinaryPages().begin(); it != pagesEnd; ++it) { in allVisitedStateChanged()409 HashSet<Page*>::iterator pagesEnd = ordinaryPages().end(); in visitedStateChanged()410 for (HashSet<Page*>::iterator it = ordinaryPages().begin(); it != pagesEnd; ++it) { in visitedStateChanged()642 if (ordinaryPages().contains(this)) in willBeDestroyed()[all …]
54 const HashSet<Page*>& pages = Page::ordinaryPages(); in invalidateInjectedStyleSheetCacheInAllFrames()
34 const HashSet<Page*>& pages = Page::ordinaryPages(); in ScopedPageLoadDeferrer()
107 static HashSet<Page*>& ordinaryPages();
283 const HashSet<Page*>& pages = Page::ordinaryPages(); in find()
161 const HashSet<Page*>& pages = Page::ordinaryPages(); in dispatchLocalStorageEvent()178 const HashSet<Page*>& pages = Page::ordinaryPages(); in findPageWithSessionStorageNamespace()
131 const HashSet<Page*>& pages = Page::ordinaryPages(); in run()
411 Page::ordinaryPages().remove(m_webView->page()); in closeWindowSoon()