Searched defs:has_max (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/talk/media/devices/
H A Ddevicemanager.cc208 bool has_max = GetMaxFormat(device, &video_format); local
209 capturer->set_enable_camera_list(has_max);
210 if (has_max) {
/external/v8/src/regexp/
H A Djsregexp.cc5580 bool has_max = max < RegExpTree::kInfinity; local
5581 bool needs_counter = has_min || has_max;
5610 if (has_max) {

Completed in 326 milliseconds