/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
omnibox_view_mac.h | 58 const base::string16& display_text, 62 const base::string16& display_text, size_t user_text_length) OVERRIDE; 141 // Update the field with |display_text| and highlight the host and scheme (if 143 void SetText(const base::string16& display_text); 147 void SetTextInternal(const base::string16& display_text); 149 // Update the field with |display_text| and set the selection. 150 void SetTextAndSelectedRange(const base::string16& display_text, 158 // Calculates text attributes according to |display_text| and applies them 160 void ApplyTextAttributes(const base::string16& display_text,
|
/external/chromium_org/chrome/browser/ui/autofill/ |
autofill_dialog_types_unittest.cc | 30 EXPECT_EQ(base::string16::npos, notification.display_text().find(bar));
|
autofill_dialog_types.cc | 36 const base::string16& display_text) 38 display_text_(display_text), 42 base::SplitStringDontTrim(display_text, kRangeSeparator, &pieces);
|
autofill_dialog_types.h | 90 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/ |
omnibox_edit_unittest.cc | 37 const base::string16& display_text, 39 text_ = display_text; 57 const base::string16& display_text, 60 text_ = display_text; 63 const base::string16& display_text, size_t user_text_length) OVERRIDE { 64 const bool text_changed = text_ != display_text; 65 text_ = display_text; 66 inline_autocomplete_text_ = display_text.substr(user_text_length);
|
omnibox_view.h | 101 const base::string16& display_text, 168 // |display_text| is the new text to show; |save_original_selection| is true 172 virtual void OnTemporaryTextMaybeChanged(const base::string16& display_text, 177 // |display_text| is the new text to show; |user_text_length| is the length of 181 const base::string16& display_text, size_t user_text_length) = 0;
|
omnibox_view.cc | 151 const base::string16& display_text, 155 SetWindowTextAndCaretPos(display_text, display_text.length(), update_popup,
|
/developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/ |
SamplePresentation.java | 55 mText = (TextView) findViewById(R.id.display_text);
|
/developers/samples/android/media/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/ |
SamplePresentation.java | 55 mText = (TextView) findViewById(R.id.display_text);
|
/development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/ |
SamplePresentation.java | 55 mText = (TextView) findViewById(R.id.display_text);
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
omnibox_view_views.h | 72 const base::string16& display_text, 120 const base::string16& display_text, 124 const base::string16& display_text, size_t user_text_length) OVERRIDE;
|
omnibox_view_views.cc | 262 const base::string16& display_text, 265 OmniboxView::SetUserText(text, display_text, update_popup); 446 const base::string16& display_text, 452 SetWindowTextAndCaretPos(display_text, display_text.length(), false, 457 const base::string16& display_text, 459 if (display_text == text()) 464 display_text.substr(user_text_length)); 466 gfx::Range range(display_text.size(), user_text_length); 467 SetTextAndSelectedRange(display_text, range) [all...] |
/external/chromium_org/content/renderer/media/android/ |
webmediaplayer_android.cc | 938 std::string display_text(remote_playback_message); [all...] |
/external/chromium_org/media/cast/test/ |
receiver.cc | 78 std::string GetIpAddress(const std::string display_text) { 79 test::InputBuilder input(display_text, DEFAULT_SEND_IP, INT_MIN, INT_MAX);
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
autofill_dialog_views.cc | 251 checkbox->SetText(data.display_text()); 264 data.display_text(), this)); 271 label->AddStyleRange(gfx::Range(0, data.display_text().size()), 283 data.display_text().size()); [all...] |