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

  /external/chromium_org/ash/system/tray/
throbber_view.cc 32 tooltip_text_ = tooltip_text;
37 if (tooltip_text_.empty())
40 *tooltip = tooltip_text_;
74 if (tooltip_text_.empty())
77 *tooltip = tooltip_text_;
92 tooltip_text_ = tooltip_text;
throbber_view.h 28 base::string16 tooltip_text_; member in class:ash::SystemTrayThrobber
56 base::string16 tooltip_text_; member in class:ash::ThrobberView
  /external/chromium_org/ui/views/corewm/
tooltip_controller_test_helper.h 55 tooltip_text_ = tooltip_text;
63 base::string16 tooltip_text_; member in class:views::corewm::test::TooltipTestView
tooltip_controller_test_helper.cc 23 return controller_->tooltip_text_;
59 *tooltip = tooltip_text_;
tooltip_controller.h 83 base::string16 tooltip_text_; member in class:views::corewm::TooltipController
tooltip_controller.cc 153 tooltip_text_ != aura::client::GetTooltipText(tooltip_window_))) {
298 if (tooltip_text_ != tooltip_text || !tooltip_->IsVisible() || ids_differ) {
300 tooltip_text_ = tooltip_text;
301 base::string16 trimmed_text(tooltip_text_);
tooltip_controller_unittest.cc 557 const base::string16& tooltip_text() const { return tooltip_text_; }
563 tooltip_text_ = tooltip_text;
579 base::string16 tooltip_text_; member in class:views::corewm::test::__anon793::TestTooltip
  /external/chromium_org/ui/views/controls/button/
button.cc 34 tooltip_text_ = tooltip_text;
36 accessible_name_ = tooltip_text_;
49 if (tooltip_text_.empty())
52 *tooltip = tooltip_text_;
button.h 77 base::string16 tooltip_text_; member in class:views::Button
  /external/chromium_org/ui/views/controls/
progress_bar.h 61 base::string16 tooltip_text_; member in class:views::ProgressBar
image_view.cc 166 state->name = tooltip_text_;
192 tooltip_text_ = tooltip;
196 return tooltip_text_;
201 if (tooltip_text_.empty())
image_view.h 120 base::string16 tooltip_text_; member in class:views::ImageView
progress_bar.cc 171 tooltip_text_ = tooltip_text;
177 *tooltip = tooltip_text_;
178 return !tooltip_text_.empty();
label.cc 185 tooltip_text_ = tooltip_text;
283 if (tooltip_text_.empty() && !ShouldShowDefaultTooltip())
301 if (!tooltip_text_.empty()) {
302 tooltip->assign(tooltip_text_);
label.h 208 base::string16 tooltip_text_; member in class:views::Label
  /external/chromium_org/ui/views/widget/
tooltip_manager_aura.h 55 base::string16 tooltip_text_; member in class:views::TooltipManagerAura
tooltip_manager_aura.cc 30 aura::client::SetTooltipText(GetWindow(), &tooltip_text_); local
130 tooltip_text_.clear();
132 tooltip_text_ = new_tooltip_text;
134 tooltip_text_.clear();
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_types.h 114 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/chrome/browser/ui/views/download/
download_item_view.h 259 base::string16 tooltip_text_; member in class:DownloadItemView
download_item_view.cc 327 if (new_tip != tooltip_text_) {
328 tooltip_text_ = new_tip;
507 tooltip->assign(tooltip_text_);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac.h 488 base::string16 tooltip_text_; member in class:content::RenderWidgetHostViewMac
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.h 624 std::string tooltip_text_; member in class:content::TestRunner
test_runner.cc     [all...]

Completed in 220 milliseconds