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

/external/webkit/Source/WebKit/win/
H A DWebHistoryItem.cpp314 HRESULT STDMETHODCALLTYPE WebHistoryItem::mergeAutoCompleteHints(IWebHistoryItem* otherItem) argument
316 if (!otherItem)
319 COMPtr<WebHistoryItem> otherWebHistoryItem(Query, otherItem);
/external/webkit/Source/WebCore/history/
H A DHistoryItem.cpp551 bool HistoryItem::shouldDoSameDocumentNavigationTo(HistoryItem* otherItem) const
553 if (this == otherItem)
556 if (stateObject() || otherItem->stateObject())
557 return documentSequenceNumber() == otherItem->documentSequenceNumber();
559 if ((url().hasFragmentIdentifier() || otherItem->url().hasFragmentIdentifier()) && equalIgnoringFragmentIdentifier(url(), otherItem->url()))
560 return documentSequenceNumber() == otherItem->documentSequenceNumber();
562 return hasSameDocumentTree(otherItem);
567 bool HistoryItem::hasSameDocumentTree(HistoryItem* otherItem) const
569 if (documentSequenceNumber() != otherItem
647 mergeAutoCompleteHints(HistoryItem* otherItem) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 128 milliseconds