Home | History | Annotate | Download | only in nav

Lines Matching refs:CachedRoot

28 #include "CachedRoot.h"
841 void CacheBuilder::buildCache(CachedRoot* root)
917 CachedRoot* cachedRoot, CachedFrame* cachedFrame)
952 cachedRoot->setFocusBounds(focused->getRect());
963 if (CleanUpContainedNodes(cachedRoot, cachedFrame, last, lastChildIndex))
996 cachedChild.init(cachedRoot, cacheIndex, child);
1010 BuildFrame(root, child, cachedRoot, childPtr);
1224 cachedRoot->setSelection(renderText->selectionStart(), renderText->selectionEnd());
1335 cachedRoot->setCachedFocus(cachedFrame, cachedNodePtr);
1351 if (CleanUpContainedNodes(cachedRoot, cachedFrame, last, lastChildIndex))
1357 bool CacheBuilder::CleanUpContainedNodes(CachedRoot* cachedRoot,
1392 cachedRoot->setCachedFocus(cachedFrame, cachedFrame->lastNode());