OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherItem
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/history/
HistoryItem.cpp
367
bool HistoryItem::shouldDoSameDocumentNavigationTo(HistoryItem*
otherItem
) const
369
if (this ==
otherItem
)
372
if (stateObject() ||
otherItem
->stateObject())
373
return documentSequenceNumber() ==
otherItem
->documentSequenceNumber();
375
if ((url().hasFragmentIdentifier() ||
otherItem
->url().hasFragmentIdentifier()) && equalIgnoringFragmentIdentifier(url(),
otherItem
->url()))
376
return documentSequenceNumber() ==
otherItem
->documentSequenceNumber();
378
return hasSameDocumentTree(
otherItem
);
383
bool HistoryItem::hasSameDocumentTree(HistoryItem*
otherItem
) const
385
if (documentSequenceNumber() !=
otherItem
->documentSequenceNumber()
[
all
...]
HistoryItem.h
125
bool shouldDoSameDocumentNavigationTo(HistoryItem*
otherItem
) const;
126
bool hasSameFrames(HistoryItem*
otherItem
) const;
145
bool hasSameDocumentTree(HistoryItem*
otherItem
) const;
/dalvik/dx/src/com/android/dx/rop/cst/
CstArray.java
120
Constant
otherItem
= (Constant) other.get0(i);
121
int compare = thisItem.compareTo(
otherItem
);
/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
);
/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
);
/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 187 milliseconds