Searched refs:mCachedNodes (Results 1 – 2 of 2) sorted by relevance
77 void add(CachedNode& node) { mCachedNodes.append(node); } in add()92 const CachedNode* document() const { return mCachedNodes.begin(); } in document()93 bool empty() const { return mCachedNodes.size() < 2; } // must have 1 past doc in empty()106 &mCachedNodes[index] : NULL; } in getIndex()115 CachedNode* lastNode() { return &mCachedNodes.last(); } in lastNode()128 void removeLast() { mCachedNodes.removeLast(); } in removeLast()138 int size() { return mCachedNodes.size(); } in size()227 WTF::Vector<CachedNode> mCachedNodes; variable
137 CachedNode& cursor = mCachedNodes[mCursorIndex]; in clearCursor()314 const CachedNode* result = &mCachedNodes[mCursorIndex]; in currentCursor()328 const CachedNode* result = &mCachedNodes[mFocusIndex]; in currentFocus()343 for (CachedNode* test = mCachedNodes.begin(); test != mCachedNodes.end(); test++) in find()367 for (const CachedNode* test = mCachedNodes.begin(); test != mCachedNodes.end(); test++) { in findBestAt()484 for (const CachedNode* test = mCachedNodes.end() - 1; in findBestHitAt()485 test != mCachedNodes.begin() - 1; test--) { in findBestHitAt()516 const CachedNode* test = mCachedNodes.begin(); in findClosest()864 CachedNode& cursor = mCachedNodes[mCursorIndex]; in hideCursor()933 const CachedNode* test = mCachedNodes.begin(); in nextTextField()[all …]