Home
last modified time | relevance | path

Searched refs:m_pageGroupMap (Results 1 – 2 of 2) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/
H A DWebProcess.cpp287 HashMap<uint64_t, RefPtr<WebPageGroupProxy> >::const_iterator it = m_pageGroupMap.begin(); in visitedLinkStateChanged()
288 HashMap<uint64_t, RefPtr<WebPageGroupProxy> >::const_iterator end = m_pageGroupMap.end(); in visitedLinkStateChanged()
299 HashMap<uint64_t, RefPtr<WebPageGroupProxy> >::const_iterator it = m_pageGroupMap.begin(); in allVisitedLinkStateChanged()
300 HashMap<uint64_t, RefPtr<WebPageGroupProxy> >::const_iterator end = m_pageGroupMap.end(); in allVisitedLinkStateChanged()
712 return m_pageGroupMap.get(pageGroupID).get(); in webPageGroup()
717 …hMap<uint64_t, RefPtr<WebPageGroupProxy> >::iterator, bool> result = m_pageGroupMap.add(pageGroupD… in webPageGroup()
H A DWebProcess.h198 HashMap<uint64_t, RefPtr<WebPageGroupProxy> > m_pageGroupMap; variable