Home | History | Annotate | Download | only in extensions

Lines Matching refs:MATCH

14 const int kMatch = ACMatchClassification::MATCH;
38 // Test output key: n = character with no styling, d = dim, m = match, u = url
47 AppendStyle("match", 1, 4, &styles_value);
65 AppendStyle("match", 1, 4, &styles_value);
81 AppendStyle("match", 9, 2, &styles_value);
82 AppendStyle("match", 0, 4, &styles_value);
98 // Try moving the "dim/match" style pair at offset 9. Output should be the
102 AppendStyle("match", 0, 4, &styles_value);
104 AppendStyle("match", 9, 2, &styles_value);
120 AppendStyle("match", 0, 5, &styles_value);
121 AppendStyle("match", 0, 3, &styles_value);