Searched defs:Bounds (Results 1 – 1 of 1) sorted by relevance
129 struct Bounds { struct130 typedef bool (*FindText)(BoundsPart* result, InlineTextBox* , const String& match); argument131 IntRect mNodeBounds; argument132 BoundsPart mPart; argument133 WTF::Vector<BoundsPart> mParts; argument134 char mStore[NAVIGATION_MAX_PHONE_LENGTH + 1];135 int mPartIndex;136 Node* mNode;137 Node* mFinalNode;138 void reset() { mNode = NULL; } in reset()