Searched defs:targetItem (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DHistoryController.cpp224 bool HistoryController::shouldStopLoadingForHistoryItem(HistoryItem* targetItem) const
230 if (m_currentItem->shouldDoSameDocumentNavigationTo(targetItem))
233 return m_frame->loader()->client()->shouldStopLoadingForHistoryItem(targetItem);
238 void HistoryController::goToItem(HistoryItem* targetItem, FrameLoadType type) argument
249 if (!m_frame->loader()->client()->shouldGoToHistoryItem(targetItem))
256 page->backForward()->setCurrentItem(targetItem);
263 recursiveSetProvisionalItem(targetItem, currentItem.get(), type);
265 recursiveGoToItem(targetItem, currentItem.get(), type);
741 // The item that was the target of the user's navigation is designated as the "targetItem".
/external/webkit/Source/WebCore/history/
H A DHistoryItem.cpp521 if (HistoryItem* match = m_children[i]->targetItem())
527 HistoryItem* HistoryItem::targetItem() function in class:WebCore::HistoryItem
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 494 milliseconds