Searched refs:tooltip_text_ (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/ui/views/controls/button/
H A Dbutton.cc19 tooltip_text_ = tooltip_text;
21 accessible_name_ = tooltip_text_;
33 if (tooltip_text_.empty())
36 *tooltip = tooltip_text_;
H A Dbutton.h75 string16 tooltip_text_; member in class:views::Button
/external/chromium_org/ash/system/tray/
H A Dthrobber_view.cc34 tooltip_text_ = tooltip_text;
39 if (tooltip_text_.empty())
42 *tooltip = tooltip_text_;
76 if (tooltip_text_.empty())
79 *tooltip = tooltip_text_;
94 tooltip_text_ = tooltip_text;
H A Dthrobber_view.h29 base::string16 tooltip_text_; member in class:ash::internal::SystemTrayThrobber
57 base::string16 tooltip_text_; member in class:ash::internal::ThrobberView
/external/chromium_org/ui/views/corewm/
H A Dtooltip_controller_test_helper.cc23 return controller_->tooltip_text_;
59 *tooltip = tooltip_text_;
H A Dtooltip_controller_test_helper.h54 void set_tooltip_text(string16 tooltip_text) { tooltip_text_ = tooltip_text; }
61 string16 tooltip_text_; member in class:views::corewm::test::TooltipTestView
H A Dtooltip_controller.cc140 tooltip_text_ != aura::client::GetTooltipText(tooltip_window_))) {
278 if (tooltip_text_ != tooltip_text || !tooltip_->IsVisible()) {
280 tooltip_text_ = tooltip_text;
281 base::string16 trimmed_text(tooltip_text_);
H A Dtooltip_controller.h78 base::string16 tooltip_text_; member in class:views::corewm::TooltipController
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_types.h114 tooltip_text_ = tooltip_text;
116 const base::string16& tooltip_text() const { return tooltip_text_; }
132 base::string16 tooltip_text_; member in class:autofill::DialogNotification
/external/chromium_org/ui/views/controls/
H A Dprogress_bar.h61 string16 tooltip_text_; member in class:views::ProgressBar
H A Dimage_view.cc155 state->name = tooltip_text_;
181 tooltip_text_ = tooltip;
185 return tooltip_text_;
189 if (tooltip_text_.empty())
H A Dimage_view.h120 string16 tooltip_text_; member in class:views::ImageView
H A Dprogress_bar.cc171 tooltip_text_ = tooltip_text;
176 *tooltip = tooltip_text_;
177 return !tooltip_text_.empty();
H A Dlabel.cc180 tooltip_text_ = tooltip_text;
275 if (tooltip_text_.empty() && !ShouldShowDefaultTooltip())
289 if (!tooltip_text_.empty()) {
290 tooltip->assign(tooltip_text_);
H A Dlabel.h261 string16 tooltip_text_; member in class:views::Label
/external/chromium_org/ui/views/widget/
H A Dtooltip_manager_aura.cc29 aura::client::SetTooltipText(GetWindow(), &tooltip_text_); local
129 tooltip_text_.clear();
131 tooltip_text_ = new_tooltip_text;
133 tooltip_text_.clear();
H A Dtooltip_manager_aura.h55 string16 tooltip_text_; member in class:views::TooltipManagerAura
H A Dtooltip_manager_win.cc195 tooltip_text_.clear();
199 tooltip_text_.clear();
204 if (last_tooltip_view_->GetTooltipText(view_loc, &tooltip_text_) &&
205 !tooltip_text_.empty()) {
207 clipped_text_ = tooltip_text_;
219 tooltip_text_.clear();
321 if (!has_tooltip_text || (new_tooltip_text != tooltip_text_)) {
H A Dtooltip_manager_win.h119 string16 tooltip_text_; member in class:views::TooltipManagerWin
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.h206 std::wstring tooltip_text_; member in class:DownloadItemView
H A Ddownload_item_view.cc221 tooltip_text_ =
252 tooltip_text_.clear();
626 if (tooltip_text_.empty())
629 tooltip->assign(tooltip_text_);
1031 tooltip_text_ =
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_mac.h376 std::wstring tooltip_text_; member in class:RenderWidgetHostViewMac
H A Drender_widget_host_view_win.h323 std::wstring tooltip_text_; member in class:RenderWidgetHostViewWin
H A Drender_widget_host_view_win.cc713 if (new_tooltip_text != tooltip_text_) {
714 tooltip_text_ = new_tooltip_text;
1080 tooltip_info->lpszText = const_cast<wchar_t*>(tooltip_text_.c_str());
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.h251 base::string16 tooltip_text_; member in class:DownloadItemView

Completed in 981 milliseconds

12