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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_types_unittest.cc30 EXPECT_EQ(base::string16::npos, notification.display_text().find(bar));
H A Dautofill_dialog_types.cc34 const base::string16& display_text)
36 display_text_(display_text),
40 base::SplitStringDontTrim(display_text, kRangeSeparator, &pieces);
33 DialogNotification(Type type, const base::string16& display_text) argument
H A Dautofill_dialog_types.h90 DialogNotification(Type type, const base::string16& display_text);
106 const base::string16& display_text() const { return display_text_; } function in class:autofill::DialogNotification
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_unittest.cc38 const base::string16& display_text,
40 text_ = display_text;
58 const base::string16& display_text,
61 text_ = display_text;
64 const base::string16& display_text, size_t user_text_length) OVERRIDE {
65 const bool text_changed = text_ != display_text;
66 text_ = display_text;
67 inline_autocomplete_text_ = display_text.substr(user_text_length);
H A Domnibox_view.h106 const base::string16& display_text,
173 // |display_text| is the new text to show; |save_original_selection| is true
177 virtual void OnTemporaryTextMaybeChanged(const base::string16& display_text,
182 // |display_text| is the new text to show; |user_text_length| is the length of
186 const base::string16& display_text, size_t user_text_length) = 0;
H A Domnibox_view.cc160 const base::string16& display_text,
164 SetWindowTextAndCaretPos(display_text, display_text.length(), update_popup,
159 SetUserText(const base::string16& text, const base::string16& display_text, bool update_popup) argument
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
H A Domnibox_view_mac.h59 const base::string16& display_text,
63 const base::string16& display_text, size_t user_text_length) OVERRIDE;
142 // Update the field with |display_text| and highlight the host and scheme (if
144 void SetText(const base::string16& display_text);
148 void SetTextInternal(const base::string16& display_text);
150 // Update the field with |display_text| and set the selection.
151 void SetTextAndSelectedRange(const base::string16& display_text,
159 // Calculates text attributes according to |display_text| and applies them
161 void ApplyTextAttributes(const base::string16& display_text,
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.h75 const base::string16& display_text,
128 const base::string16& display_text,
132 const base::string16& display_text, size_t user_text_length) OVERRIDE;
H A Domnibox_view_views.cc271 const base::string16& display_text,
274 OmniboxView::SetUserText(text, display_text, update_popup);
460 const base::string16& display_text,
466 SetWindowTextAndCaretPos(display_text, display_text.length(), false,
471 const base::string16& display_text,
473 if (display_text == text())
478 display_text.substr(user_text_length));
480 gfx::Range range(display_text.size(), user_text_length);
481 SetTextAndSelectedRange(display_text, rang
270 SetUserText(const base::string16& text, const base::string16& display_text, bool update_popup) argument
459 OnTemporaryTextMaybeChanged( const base::string16& display_text, bool save_original_selection, bool notify_text_changed) argument
470 OnInlineAutocompleteTextMaybeChanged( const base::string16& display_text, size_t user_text_length) argument
[all...]
/external/chromium_org/media/cast/test/
H A Dreceiver.cc78 std::string GetIpAddress(const std::string display_text) { argument
79 test::InputBuilder input(display_text, DEFAULT_SEND_IP, INT_MIN, INT_MAX);
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.cc1124 std::string display_text(remote_playback_message);
1145 display_text.erase(sk_max_original_text_length,
1147 display_text.append(kTruncationEllipsis);
1149 display_text.c_str(), display_text.size());
1155 canvas.drawText(display_text.c_str(),
1156 display_text.size(),
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc250 checkbox->SetText(data.display_text());
263 data.display_text(), this));
270 label->AddStyleRange(gfx::Range(0, data.display_text().size()),
282 data.display_text().size());

Completed in 831 milliseconds