HomeSort by relevance Sort by last modified time
    Searched refs:otherItem (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/history/
HistoryItem.cpp 551 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->documentSequenceNumber()
    [all...]
HistoryItem.h 123 void mergeAutoCompleteHints(HistoryItem* otherItem);
173 bool shouldDoSameDocumentNavigationTo(HistoryItem* otherItem) const;
174 bool hasSameFrames(HistoryItem* otherItem) const;
231 bool hasSameDocumentTree(HistoryItem* otherItem) const;
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
OffsettedItem.java 96 OffsettedItem otherItem = (OffsettedItem) other;
98 ItemType otherType = otherItem.itemType();
104 return (compareTo0(otherItem) == 0);
  /dalvik/dx/src/com/android/dx/dex/file/
OffsettedItem.java 96 OffsettedItem otherItem = (OffsettedItem) other;
98 ItemType otherType = otherItem.itemType();
104 return (compareTo0(otherItem) == 0);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
OffsettedItem.java 96 OffsettedItem otherItem = (OffsettedItem) other;
98 ItemType otherType = otherItem.itemType();
104 return (compareTo0(otherItem) == 0);
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstArray.java 122 Constant otherItem = (Constant) other.get0(i);
123 int compare = thisItem.compareTo(otherItem);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstArray.java 121 Constant otherItem = (Constant) other.get0(i);
122 int compare = thisItem.compareTo(otherItem);
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstArray.java 121 Constant otherItem = (Constant) other.get0(i);
122 int compare = thisItem.compareTo(otherItem);
  /external/webkit/Source/WebKit/mac/History/
WebHistoryItemInternal.h 52 - (void)_mergeAutoCompleteHints:(WebHistoryItem *)otherItem;
WebHistoryItem.mm 333 - (void)_mergeAutoCompleteHints:(WebHistoryItem *)otherItem
335 ASSERT_ARG(otherItem, otherItem);
336 core(_private)->mergeAutoCompleteHints(core(otherItem->_private));
  /external/webkit/Source/WebKit/win/Interfaces/
IWebHistoryItemPrivate.idl 47 HRESULT mergeAutoCompleteHints([in] IWebHistoryItem* otherItem);
  /external/webkit/Source/WebKit/win/
WebHistoryItem.h 90 virtual HRESULT STDMETHODCALLTYPE mergeAutoCompleteHints(IWebHistoryItem* otherItem);
WebHistoryItem.cpp 314 HRESULT STDMETHODCALLTYPE WebHistoryItem::mergeAutoCompleteHints(IWebHistoryItem* otherItem)
316 if (!otherItem)
319 COMPtr<WebHistoryItem> otherWebHistoryItem(Query, otherItem);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ManifestTestListAdapter.java 113 public int compare(TestListItem item, TestListItem otherItem) {
114 return item.title.compareTo(otherItem.title);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 3517 milliseconds