Lines Matching refs:stat_field
593 CStatic *stat_field; in UpdateIndexerProgress() local
595 stat_field = (CStatic *) GetDlgItem(IDC_OBJECT_COUNT); in UpdateIndexerProgress()
597 if (stat_field) in UpdateIndexerProgress()
614 stat_field->SetWindowText(stat_message); in UpdateIndexerProgress()
617 stat_field = (CStatic *) GetDlgItem(IDC_GIT_BYTES); in UpdateIndexerProgress()
618 if (stat_field) in UpdateIndexerProgress()
621 stat_field->SetWindowTextW(stat_message); in UpdateIndexerProgress()
629 CStatic *stat_field; in UpdateCheckoutProgress() local
631 stat_field = (CStatic *)GetDlgItem(IDC_GIT_ERROR); in UpdateCheckoutProgress()
632 if (stat_field) in UpdateCheckoutProgress()
635 stat_field->SetWindowTextW(stat_message); in UpdateCheckoutProgress()