HomeSort by relevance Sort by last modified time
    Searched refs:display_text (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/browser/ui/gtk/infobars/
link_infobar_gtk.cc 21 string16 display_text = delegate->GetMessageTextWithOffset(&link_offset); local
23 AddLabelWithInlineLink(display_text, link_text, link_offset,
infobar_gtk.h 99 // Adds |display_text| to the infobar. If |link_text| is not empty, it is
100 // rendered as a hyperlink and inserted into |display_text| at |link_offset|,
103 void AddLabelWithInlineLink(const string16& display_text,
infobar_gtk.cc 162 void InfoBar::AddLabelWithInlineLink(const string16& display_text,
184 UTF16ToUTF8(display_text.substr(0, link_offset)).c_str());
186 UTF16ToUTF8(display_text.substr(link_offset)).c_str());
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_mac.h 58 const string16& display_text,
76 virtual void OnTemporaryTextMaybeChanged(const string16& display_text,
79 const string16& display_text, size_t user_text_length);
149 // Update the field with |display_text| and highlight the host and scheme (if
151 void SetText(const string16& display_text);
155 void SetTextInternal(const string16& display_text);
157 // Update the field with |display_text| and set the selection.
158 void SetTextAndSelectedRange(const string16& display_text,
172 // Calculates text attributes according to |display_text| and applies them
174 void ApplyTextAttributes(const string16& display_text,
    [all...]
autocomplete_edit_view.h 83 const string16& display_text,
131 // |display_text| is the new text to show; |save_original_selection| is true
134 virtual void OnTemporaryTextMaybeChanged(const string16& display_text,
138 // |display_text| is the new text to show; |user_text_length| is the length of
142 const string16& display_text, size_t user_text_length) = 0;
autocomplete_edit_view_views.cc 359 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, range)
    [all...]
autocomplete_edit_unittest.cc 34 const string16& display_text,
48 virtual void OnTemporaryTextMaybeChanged(const string16& display_text,
51 const string16& display_text, size_t user_text_length) {
autocomplete_edit_view_views.h 93 const string16& display_text,
108 const string16& display_text,
111 const string16& display_text, size_t user_text_length) OVERRIDE;
autocomplete_edit_view_gtk.h 113 const string16& display_text,
133 virtual void OnTemporaryTextMaybeChanged(const string16& display_text,
136 const string16& display_text, size_t user_text_length);
autocomplete_edit_view_win.h 108 const string16& display_text,
128 virtual void OnTemporaryTextMaybeChanged(const string16& display_text,
131 const string16& display_text, size_t user_text_length);
autocomplete_edit_view_gtk.cc 546 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, range)
    [all...]
autocomplete_edit_view_win.cc 648 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.length())
    [all...]

Completed in 80 milliseconds