Searched refs:display_text (Results 1 - 25 of 28) sorted by relevance

12

/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.h99 // 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,
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_org/chrome/browser/ui/gtk/infobars/
H A Dalternate_nav_infobar_gtk.cc33 string16 display_text = GetDelegate()->GetMessageTextWithOffset(&link_offset); local
35 AddLabelWithInlineLink(display_text, link_text, link_offset,
H A Dinfobar_gtk.cc217 void InfoBarGtk::AddLabelWithInlineLink(const string16& display_text, argument
237 UTF16ToUTF8(display_text.substr(0, link_offset)));
239 UTF16ToUTF8(display_text.substr(link_offset)));
H A Dinfobar_gtk.h105 // Adds |display_text| to the infobar. If |link_text| is not empty, it is
106 // rendered as a hyperlink and inserted into |display_text| at |link_offset|,
109 void AddLabelWithInlineLink(const string16& display_text,
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_mac.h58 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...]
H A Dautocomplete_edit_view.h83 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;
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_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.h93 const string16& display_text,
108 const string16& display_text,
111 const string16& display_text, size_t user_text_length) OVERRIDE;
H A Dautocomplete_edit_view_gtk.h113 const string16& display_text,
133 virtual void OnTemporaryTextMaybeChanged(const string16& display_text,
136 const string16& display_text, size_t user_text_length);
H A Dautocomplete_edit_view_win.h108 const string16& display_text,
128 virtual void OnTemporaryTextMaybeChanged(const string16& display_text,
131 const string16& display_text, size_t user_text_length);
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...]
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
H A Domnibox_view_mac.h53 const string16& display_text,
57 const string16& display_text, size_t user_text_length) OVERRIDE;
131 // Update the field with |display_text| and highlight the host and scheme (if
133 void SetText(const string16& display_text);
137 void SetTextInternal(const string16& display_text);
139 // Update the field with |display_text| and set the selection.
140 void SetTextAndSelectedRange(const string16& display_text,
148 // Calculates text attributes according to |display_text| and applies them
150 void ApplyTextAttributes(const string16& display_text,
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_view.cc111 const string16& display_text,
115 SetWindowTextAndCaretPos(display_text, display_text.length(), update_popup,
110 SetUserText(const string16& text, const string16& display_text, bool update_popup) argument
H A Domnibox_view.h106 const string16& display_text,
162 // |display_text| is the new text to show; |save_original_selection| is true
166 virtual void OnTemporaryTextMaybeChanged(const string16& display_text,
171 // |display_text| is the new text to show; |user_text_length| is the length of
175 const string16& display_text, size_t user_text_length) = 0;
H A Domnibox_edit_unittest.cc35 const string16& display_text,
51 const string16& display_text,
55 const string16& display_text, size_t user_text_length) OVERRIDE {
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_types.h97 DialogNotification(Type type, const string16& display_text);
112 const string16& display_text() const { return display_text_; } function in class:autofill::DialogNotification
H A Dautofill_dialog_types.cc20 DialogNotification::DialogNotification(Type type, const string16& display_text) argument
22 display_text_(display_text),
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc494 const string16& display_text,
500 SetWindowTextAndCaretPos(display_text, display_text.length(), false,
505 const string16& display_text,
507 if (display_text == text())
512 display_text.substr(user_text_length));
514 ui::Range range(display_text.size(), user_text_length);
515 SetTextAndSelectedRange(display_text, range);
493 OnTemporaryTextMaybeChanged( const string16& display_text, bool save_original_selection, bool notify_text_changed) argument
504 OnInlineAutocompleteTextMaybeChanged( const string16& display_text, size_t user_text_length) argument
H A Domnibox_view_views.h93 const string16& display_text,
97 const string16& display_text, size_t user_text_length) OVERRIDE;
H A Domnibox_view_win.h86 const string16& display_text,
103 const string16& display_text,
107 const string16& display_text, size_t user_text_length) OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_view_gtk.h90 const string16& display_text,
94 const string16& display_text, size_t user_text_length) OVERRIDE;

Completed in 196 milliseconds

12