Home | History | Annotate | Download | only in css

Lines Matching defs:specified

104     bool specified;
108 , specified(false)
172 stops[i].specified = true;
178 stops[i].specified = true;
181 stops[i].specified = true;
185 // If a color-stop has a position that is less than the specified position of any
187 // largest specified position of any color-stop before it.
188 if (stops[i].specified && i > 0) {
191 if (stops[prevSpecifiedIndex].specified)
200 ASSERT(stops[0].specified && stops[numStops - 1].specified);
210 if (!stops[i].specified && !inUnspecifiedRun) {
213 } else if (stops[i].specified && inUnspecifiedRun) {
816 // that it would if closest-side or farthest-side were specified, as appropriate.
833 // that it would if closest-side or farthest-side were specified, as appropriate.