Searched refs:chop_index (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/location_bar/
H A Dlocation_bar_util.cc16 const size_t chop_index = description.find_first_of( local
18 base::string16 min_string((chop_index == base::string16::npos) ?
20 description.substr(0, chop_index));

Completed in 3460 milliseconds