Searched refs:previousItem (Results 1 – 5 of 5) sorted by relevance
178 Node* previousItem = startListChild->renderer()->previousSibling()->node(); in doApply() local179 if (isListElement(previousItem)) { in doApply()181 appendSiblingNodeRange(startListChild, endListChild, static_cast<Element*>(previousItem)); in doApply()182 m_listElement = previousItem; in doApply()261 …Node* previousItem = startListChild->renderer()->previousSibling() ? startListChild->renderer()->p… in doApply() local265 if (!previousItem) { in doApply()
128 HistoryItem* previousItem = list->backItem(); in tryAccessHistoryURLs() local129 if (!previousItem) in tryAccessHistoryURLs()136 previousURL = urlForHistoryItem(frame, previousItem); in tryAccessHistoryURLs()
119 if (RenderListItem* previousItem = previousListItem(list, this)) in calcValue() local120 return previousItem->value() + 1; in calcValue()
1674 (-[WebFrame _setState:]): Clear previousItem whenever we reach committed.1675 (-[WebFrame _isLoadComplete]): Clear previousItem if we are committed.
49695 ASSERTION: Navigating 'back' in frameset: !_private->previousItem (6454)