Searched defs:RunData (Results 1 – 1 of 1) sorted by relevance
63 struct AutocompleteResultView::RunData { struct in AutocompleteResultView64 size_t run_start; // Offset within the match text where this run begins.65 int visual_order; // Where this run occurs in visual order. The earliest67 bool is_rtl;68 int pixel_width;69 Classifications classifications; // Classification pieces within this run,