Home | History | Annotate | Download | only in extensions

Lines Matching defs:rank

178 // Rank extension locations in a way that allows
181 // with the higher rank, as returned by this function. The actual
185 int rank = kInvalidRank; // Will CHECK that rank is not kInvalidRank.
190 rank = 6;
196 rank = 5;
202 rank = 4;
208 rank = 3;
212 rank = 2;
216 rank = 1;
221 rank = 0;
228 CHECK(rank != kInvalidRank);
229 return rank;
457 // If two different locations have the same rank, then we can not
461 // Lowest rank has highest priority.