Home | History | Annotate | Download | only in download

Lines Matching defs:current_text

1087   string16 current_text = text16;
1098 current_text.replace(pos - 1, 1, 1, char16('\n'));
1100 current_text.insert(pos, 1, char16('\n'));
1101 dangerous_download_label_->SetText(UTF16ToWide(current_text));
1116 prev_text = current_text;
1117 current_text = text16;