Home
last modified time | relevance | path

Searched defs:Bounds (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/android/nav/
DCacheBuilder.h129 struct Bounds { struct
130 typedef bool (*FindText)(BoundsPart* result, InlineTextBox* , const String& match); argument
131 IntRect mNodeBounds; argument
132 BoundsPart mPart; argument
133 WTF::Vector<BoundsPart> mParts; argument
134 char mStore[NAVIGATION_MAX_PHONE_LENGTH + 1];
135 int mPartIndex;
136 Node* mNode;
137 Node* mFinalNode;
138 void reset() { mNode = NULL; } in reset()