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

  /external/webkit/WebKit/android/nav/
CachedNode.h 91 int childFrameIndex() const { return isFrame() ? mDataIndex : -1; }
149 void setDataIndex(int index) { mDataIndex = index; }
172 int textInputIndex() const { return isTextInput() ? mDataIndex : -1; }
186 int mDataIndex; // child frame if a frame; input data index; or -1
CachedNode.cpp 242 mParentIndex = mDataIndex = -1;
400 DUMP_NAV_LOGD("// int mDataIndex=%d;\n", b->mDataIndex);

Completed in 12 milliseconds