Home | History | Annotate | Download | only in nav

Lines Matching full:tracker

861 // Tracker object is the last thing in the dom, checking for null in the
862 // caller in some cases fails to set up Tracker state which may be useful
908 // different from Tracker in that Tracker only pushes focii with children
919 WTF::Vector<FocusTracker> tracker(1); // sentinel
921 FocusTracker* baseTracker = tracker.data();
960 FocusTracker* last = &tracker.last();
965 tracker.removeLast();
967 last = &tracker.last();
1039 size_t size = tracker.size();
1049 for (size_t index = 1; index < tracker.size(); index++) {
1050 const FocusTracker& cursorNode = tracker.at(index);
1338 tracker.grow(tracker.size() + 1);
1339 FocusTracker& working = tracker.last();
1342 last = &tracker.at(tracker.size() - 2);
1348 while (tracker.size() > 1) {
1349 FocusTracker* last = &tracker.last();
1353 tracker.removeLast();