Home | History | Annotate | Download | only in inspector

Lines Matching refs:bestMatch

194   size_t bestMatch;
196 bestMatch = prevMatch;
198 bestMatch = nextMatch;
200 bestMatch = nextMatch - offset < offset - prevMatch ? nextMatch : prevMatch;
202 bestMatch += searchRegionOffset;
204 script.location(static_cast<int>(bestMatch));