HomeSort by relevance Sort by last modified time
    Searched refs:tooltip_text_ (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/ui/views/controls/button/
button.cc 19 tooltip_text_ = tooltip_text;
21 accessible_name_ = tooltip_text_;
33 if (tooltip_text_.empty())
36 *tooltip = tooltip_text_;
button.h 75 string16 tooltip_text_; member in class:views::Button
  /external/chromium_org/ash/system/tray/
throbber_view.cc 34 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;
throbber_view.h 29 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/
tooltip_controller_test_helper.cc 23 return controller_->tooltip_text_;
67 *tooltip = tooltip_text_;
tooltip_controller_test_helper.h 58 void set_tooltip_text(string16 tooltip_text) { tooltip_text_ = tooltip_text; }
65 string16 tooltip_text_; member in class:views::corewm::test::TooltipTestView
tooltip_controller.cc 226 tooltip_text_ != aura::client::GetTooltipText(tooltip_window_))) {
472 if (tooltip_text_ != tooltip_text || !GetTooltip()->IsVisible()) {
474 tooltip_text_ = tooltip_text;
475 if (tooltip_text_.empty()) {
482 tooltip_text_.clear();
485 GetTooltip()->SetText(tooltip_window_, tooltip_text_, widget_loc);
tooltip_controller.h 101 string16 tooltip_text_; member in class:views::corewm::TooltipController
  /external/chromium_org/ui/views/controls/
progress_bar.h 61 string16 tooltip_text_; member in class:views::ProgressBar
image_view.cc 135 state->name = tooltip_text_;
161 tooltip_text_ = tooltip;
165 return tooltip_text_;
169 if (tooltip_text_.empty())
image_view.h 107 string16 tooltip_text_; member in class:views::ImageView
progress_bar.cc 171 tooltip_text_ = tooltip_text;
176 *tooltip = tooltip_text_;
177 return !tooltip_text_.empty();
label.cc 163 tooltip_text_ = tooltip_text;
258 if (tooltip_text_.empty() && !ShouldShowDefaultTooltip())
272 if (!tooltip_text_.empty()) {
273 tooltip->assign(tooltip_text_);
label.h 259 string16 tooltip_text_; member in class:views::Label
  /external/chromium_org/ui/views/widget/
tooltip_manager_aura.cc 45 aura::client::SetTooltipText(window_, &tooltip_text_);
100 tooltip_text_.clear();
102 tooltip_text_ = new_tooltip_text;
104 tooltip_text_.clear();
tooltip_manager_aura.h 42 string16 tooltip_text_; member in class:views::TooltipManagerAura
tooltip_manager_win.cc 166 tooltip_text_.clear();
170 tooltip_text_.clear();
175 if (last_tooltip_view_->GetTooltipText(view_loc, &tooltip_text_) &&
176 !tooltip_text_.empty()) {
178 clipped_text_ = tooltip_text_;
188 tooltip_text_.clear();
291 if (!has_tooltip_text || (new_tooltip_text != tooltip_text_)) {
331 tooltip_text_.clear();
tooltip_manager_win.h 130 string16 tooltip_text_; member in class:views::TooltipManagerWin
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_types.h 115 tooltip_text_ = tooltip_text;
117 const string16& tooltip_text() const { return tooltip_text_; }
131 string16 tooltip_text_; member in class:autofill::DialogNotification
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.h 206 std::wstring tooltip_text_; member in class:DownloadItemView
download_item_view.cc 221 tooltip_text_ =
252 tooltip_text_.clear();
626 if (tooltip_text_.empty())
629 tooltip->assign(tooltip_text_);
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_mac.h 376 std::wstring tooltip_text_; member in class:RenderWidgetHostViewMac
render_widget_host_view_win.h 323 std::wstring tooltip_text_; member in class:RenderWidgetHostViewWin
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.h 252 string16 tooltip_text_; member in class:DownloadItemView
download_item_view.cc 303 if (new_tip != tooltip_text_) {
304 tooltip_text_ = new_tip;
483 tooltip->assign(tooltip_text_);
    [all...]

Completed in 423 milliseconds

1 2