Searched refs:previousItem (Results 1 – 8 of 8) 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()
125 HistoryItem* previousItem = page->backForward()->backItem(); in tryAccessHistoryURLs() local126 if (!previousItem) in tryAccessHistoryURLs()133 previousURL = urlForHistoryItem(frame, previousItem); in tryAccessHistoryURLs()
78 HistoryItem* previousItem() const { return m_previousItem.get(); } in previousItem() function
129 if (RenderListItem* previousItem = previousListItem(list, this)) in calcValue() local130 return previousItem->value() + 1; in calcValue()
1029 return WebHistoryItem(m_frame->loader()->history()->previousItem()); in previousHistoryItem()
1674 (-[WebFrame _setState:]): Clear previousItem whenever we reach committed.1675 (-[WebFrame _isLoadComplete]): Clear previousItem if we are committed.
7324 Ensures that history's previousItem is non-null when clients try to7327 previousItem.9781 Ensures that history's previousItem is non-null when clients try to9784 previousItem.17451 Need to expose HistoryController::previousItem() for Chromium WebKit API.
49695 ASSERTION: Navigating 'back' in frameset: !_private->previousItem (6454)