OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_lastcommittedentryindex
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/DumpRenderTree/chromium/
TestNavigationController.cpp
76
,
m_lastCommittedEntryIndex
(-1)
91
m_lastCommittedEntryIndex
= -1;
112
int index =
m_lastCommittedEntryIndex
+ offset;
143
if (
m_lastCommittedEntryIndex
== -1)
145
return m_entries[
m_lastCommittedEntryIndex
].get();
160
return
m_lastCommittedEntryIndex
;
201
m_lastCommittedEntryIndex
= m_pendingEntryIndex;
217
m_lastCommittedEntryIndex
= existingEntryIndex;
236
while (
m_lastCommittedEntryIndex
< (currentSize - 1)) {
243
m_lastCommittedEntryIndex
= static_cast<int>(m_entries.size()) - 1
[
all
...]
TestNavigationController.h
152
// the
m_lastCommittedEntryIndex
if m_pendingEntryIndex is -1. Otherwise,
165
int lastCommittedEntryIndex() const { return
m_lastCommittedEntryIndex
; }
201
int
m_lastCommittedEntryIndex
;
Completed in 161 milliseconds