Searched defs:display_text (Results 1 - 14 of 14) 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_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)));
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_types.cc20 DialogNotification::DialogNotification(Type type, const string16& display_text) argument
22 display_text_(display_text),
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
/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
/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...]
/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_win.cc691 const string16& display_text,
695 OmniboxView::SetUserText(text, display_text, update_popup);
863 void OmniboxViewWin::OnTemporaryTextMaybeChanged(const string16& display_text, argument
877 SetWindowTextAndCaretPos(display_text, display_text.length(), false,
882 const string16& display_text,
889 if (display_text == GetText())
893 SetWindowText(display_text.c_str());
896 SetSelection(static_cast<LONG>(display_text.length()),
690 SetUserText(const string16& text, const string16& display_text, bool update_popup) argument
881 OnInlineAutocompleteTextMaybeChanged( const string16& display_text, size_t user_text_length) argument
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_view_gtk.cc577 const string16& display_text,
584 SetWindowTextAndCaretPos(display_text, display_text.length(), false, false);
591 const string16& display_text,
593 if (display_text == GetText())
597 CharRange range(display_text.size(), user_text_length);
598 SetTextAndSelectedRange(display_text, range);
576 OnTemporaryTextMaybeChanged( const string16& display_text, bool save_original_selection, bool notify_text_changed) argument
590 OnInlineAutocompleteTextMaybeChanged( const string16& display_text, size_t user_text_length) argument

Completed in 684 milliseconds