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

/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_model.cc826 base::string16 current_text = view_->GetText(); local
834 permanent_text_, current_text,
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc1318 base::string16 current_text = original_text; local
1322 base::char16 line_end_char = current_text[pos - 1];
1324 current_text.replace(pos - 1, 1, 1, base::char16('\n'));
1326 current_text.insert(pos, 1, base::char16('\n'));
1327 dangerous_download_label_->SetText(current_text);
1337 prev_text = current_text;

Completed in 441 milliseconds