Home
last modified time | relevance | path

Searched refs:previousItem (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/editing/
DModifySelectionListLevel.cpp178 Node* previousItem = startListChild->renderer()->previousSibling()->node(); in doApply() local
179 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() local
265 if (!previousItem) { in doApply()
/external/webkit/Source/WebCore/wml/
DWMLPageState.cpp125 HistoryItem* previousItem = page->backForward()->backItem(); in tryAccessHistoryURLs() local
126 if (!previousItem) in tryAccessHistoryURLs()
133 previousURL = urlForHistoryItem(frame, previousItem); in tryAccessHistoryURLs()
/external/webkit/Source/WebCore/loader/
DHistoryController.h78 HistoryItem* previousItem() const { return m_previousItem.get(); } in previousItem() function
/external/webkit/Source/WebCore/rendering/
DRenderListItem.cpp129 if (RenderListItem* previousItem = previousListItem(list, this)) in calcValue() local
130 return previousItem->value() + 1; in calcValue()
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp1029 return WebHistoryItem(m_frame->loader()->history()->previousItem()); in previousHistoryItem()
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-031674 (-[WebFrame _setState:]): Clear previousItem whenever we reach committed.
1675 (-[WebFrame _isLoadComplete]): Clear previousItem if we are committed.
/external/webkit/Source/WebCore/
DChangeLog-2010-12-067324 Ensures that history's previousItem is non-null when clients try to
7327 previousItem.
9781 Ensures that history's previousItem is non-null when clients try to
9784 previousItem.
17451 Need to expose HistoryController::previousItem() for Chromium WebKit API.
DChangeLog-2007-10-1449695 ASSERTION: Navigating 'back' in frameset: !_private->previousItem (6454)