HomeSort by relevance Sort by last modified time
    Searched full:elevation_index (Results 1 - 1 of 1) sorted by null

  /external/chromium/webkit/glue/
webkitclient_impl.cc 322 int elevation_index = local
325 bool is_elevation_index_good = 0 <= elevation_index && elevation_index < 10;
333 int resource_index = kNumberOfElevations * azimuth_index + elevation_index;

Completed in 124 milliseconds