HomeSort by relevance Sort by last modified time
    Searched refs:ordinaryPages (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
InjectedStyleSheets.cpp 54 const HashSet<Page*>& pages = Page::ordinaryPages();
Page.cpp 78 HashSet<Page*>& Page::ordinaryPages()
80 DEFINE_STATIC_LOCAL(HashSet<Page*>, ordinaryPages, ());
81 return ordinaryPages;
163 ASSERT(!ordinaryPages().contains(this));
164 ordinaryPages().add(this);
385 HashSet<Page*>::iterator pagesEnd = ordinaryPages().end();
386 for (HashSet<Page*>::iterator it = ordinaryPages().begin(); it != pagesEnd; ++it) {
397 HashSet<Page*>::iterator pagesEnd = ordinaryPages().end();
398 for (HashSet<Page*>::iterator it = ordinaryPages().begin(); it != pagesEnd; ++it) {
625 if (ordinaryPages().contains(this)
    [all...]
ScopedPageLoadDeferrer.cpp 34 const HashSet<Page*>& pages = Page::ordinaryPages();
Page.h 115 static HashSet<Page*>& ordinaryPages();
FrameTree.cpp 281 const HashSet<Page*>& pages = Page::ordinaryPages();
  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageArea.cpp 146 const HashSet<Page*>& pages = Page::ordinaryPages();
163 const HashSet<Page*>& pages = Page::ordinaryPages();
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.cpp 405 Page::ordinaryPages().remove(m_webView->page());
WebDevToolsAgentImpl.cpp 130 const HashSet<Page*>& pages = Page::ordinaryPages();

Completed in 138 milliseconds