Searched defs:display_text (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dlink_infobar_gtk.cc21 string16 display_text = delegate->GetMessageTextWithOffset(&link_offset); local
23 AddLabelWithInlineLink(display_text, link_text, link_offset,
H A Dinfobar_gtk.cc162 void InfoBar::AddLabelWithInlineLink(const string16& display_text, argument
184 UTF16ToUTF8(display_text.substr(0, link_offset)).c_str());
186 UTF16ToUTF8(display_text.substr(link_offset)).c_str());
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_unittest.cc34 const string16& display_text,
48 virtual void OnTemporaryTextMaybeChanged(const string16& display_text, argument
51 const string16& display_text, size_t user_text_length) {
33 SetUserText(const string16& text, const string16& display_text, bool update_popup) argument
50 OnInlineAutocompleteTextMaybeChanged( const string16& display_text, size_t user_text_length) argument
H A Dautocomplete_edit_view_views.cc359 const string16& display_text,
362 SetWindowTextAndCaretPos(display_text, display_text.length());
442 const string16& display_text,
447 SetWindowTextAndCaretPos(display_text, display_text.length());
452 const string16& display_text,
454 if (display_text == GetText())
456 ui::Range range(display_text.size(), user_text_length);
457 SetTextAndSelectedRange(display_text, rang
358 SetUserText(const string16& text, const string16& display_text, bool update_popup) argument
441 OnTemporaryTextMaybeChanged( const string16& display_text, bool save_original_selection) argument
451 OnInlineAutocompleteTextMaybeChanged( const string16& display_text, size_t user_text_length) argument
[all...]
H A Dautocomplete_edit_view_gtk.cc546 const string16& display_text,
550 SetWindowTextAndCaretPos(display_text, display_text.length());
628 const string16& display_text,
634 SetWindowTextAndCaretPos(display_text, display_text.length());
640 const string16& display_text,
642 if (display_text == GetText())
646 CharRange range(display_text.size(), user_text_length);
647 SetTextAndSelectedRange(display_text, rang
545 SetUserText(const string16& text, const string16& display_text, bool update_popup) argument
627 OnTemporaryTextMaybeChanged( const string16& display_text, bool save_original_selection) argument
639 OnInlineAutocompleteTextMaybeChanged( const string16& display_text, size_t user_text_length) argument
[all...]
H A Dautocomplete_edit_view_win.cc648 const string16& display_text,
653 SetWindowTextAndCaretPos(display_text, display_text.length());
808 const string16& display_text,
821 SetWindowTextAndCaretPos(display_text, display_text.length());
826 const string16& display_text,
833 if (display_text == GetText())
837 SetWindowText(display_text.c_str());
840 SetSelection(static_cast<LONG>(display_text
647 SetUserText(const string16& text, const string16& display_text, bool update_popup) argument
807 OnTemporaryTextMaybeChanged( const string16& display_text, bool save_original_selection) argument
825 OnInlineAutocompleteTextMaybeChanged( const string16& display_text, size_t user_text_length) argument
[all...]

Completed in 298 milliseconds