Searched refs:left_count (Results 1 - 4 of 4) sorted by relevance

/external/bison/src/
H A Dprint.c441 int left_count = 0, right_count = 0;
449 left_count++;
464 if (left_count > 0)
481 if (left_count > 0)
439 int left_count = 0, right_count = 0; local
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_titlebar.cc396 int left_count = 0; local
405 (left_side ? left_count : right_count)++;
415 (left_side ? left_count : right_count)++;
431 (left_side ? left_count : right_count)++;
459 if (right_count > left_count) {
/external/chromium_org/chrome/installer/mac/
H A Dkeystone_install.sh295 local left_count=${#left_array[@]}
297 local count=${left_count}
319 while [[ ${index} -lt ${left_count} ]]; do
/external/chromium_org/chrome/browser/ui/gtk/
H A Dbrowser_titlebar.cc430 int left_count = 0; local
439 (left_side ? left_count : right_count)++;
445 display_avatar_on_left_ = right_count > left_count;

Completed in 229 milliseconds