OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mParentIndex
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/native/src/
correction_state.h
27
int
mParentIndex
;
57
state->
mParentIndex
= -1;
correction.h
95
return mCorrectionStates[index].
mParentIndex
;
/external/webkit/Source/WebKit/android/nav/
CachedNode.h
144
const CachedNode* parent() const { return document() +
mParentIndex
; }
146
int parentIndex() const { return
mParentIndex
; }
174
void setParentIndex(int parent) {
mParentIndex
= parent; }
199
int
mParentIndex
;
CachedNode.cpp
244
mParentIndex
= mDataIndex = -1;
407
DUMP_NAV_LOGD("// int
mParentIndex
=%d;\n", b->
mParentIndex
);
Completed in 897 milliseconds