Home
last modified time | relevance | path

Searched refs:ordinaryPages (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DPage.cpp77 HashSet<Page*>& Page::ordinaryPages() in ordinaryPages() function in blink::Page
79 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 …]
DInjectedStyleSheets.cpp54 const HashSet<Page*>& pages = Page::ordinaryPages(); in invalidateInjectedStyleSheetCacheInAllFrames()
DScopedPageLoadDeferrer.cpp34 const HashSet<Page*>& pages = Page::ordinaryPages(); in ScopedPageLoadDeferrer()
DPage.h107 static HashSet<Page*>& ordinaryPages();
DFrameTree.cpp283 const HashSet<Page*>& pages = Page::ordinaryPages(); in find()
/external/chromium_org/third_party/WebKit/Source/core/storage/
DStorageArea.cpp161 const HashSet<Page*>& pages = Page::ordinaryPages(); in dispatchLocalStorageEvent()
178 const HashSet<Page*>& pages = Page::ordinaryPages(); in findPageWithSessionStorageNamespace()
/external/chromium_org/third_party/WebKit/Source/web/
DWebDevToolsAgentImpl.cpp131 const HashSet<Page*>& pages = Page::ordinaryPages(); in run()
DChromeClientImpl.cpp411 Page::ordinaryPages().remove(m_webView->page()); in closeWindowSoon()