Searched defs:SetTooltipText (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/wm/public/
H A Dtooltip_client.cc34 void SetTooltipText(Window* window, base::string16* tooltip_text) { function in namespace:aura::client
/external/chromium_org/ui/views/controls/button/
H A Dbutton.cc33 void Button::SetTooltipText(const base::string16& tooltip_text) { function in class:views::Button
/external/chromium_org/ash/system/tray/
H A Dthrobber_view.cc31 void SystemTrayThrobber::SetTooltipText(const base::string16& tooltip_text) { function in class:ash::SystemTrayThrobber
91 void ThrobberView::SetTooltipText(const base::string16& tooltip_text) { function in class:ash::ThrobberView
93 throbber_->SetTooltipText(tooltip_text);
/external/chromium_org/ui/views/controls/
H A Dimage_view.cc191 void ImageView::SetTooltipText(const base::string16& tooltip) { function in class:views::ImageView
H A Dlabel.cc184 void Label::SetTooltipText(const base::string16& tooltip_text) { function in class:views::Label
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc179 void RenderWidgetHostViewChildFrame::SetTooltipText( function in class:content::RenderWidgetHostViewChildFrame
H A Drender_widget_host_view_guest.cc191 void RenderWidgetHostViewGuest::SetTooltipText( function in class:content::RenderWidgetHostViewGuest
193 platform_view_->SetTooltipText(tooltip_text);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc779 void RenderWidgetHostViewAndroid::SetTooltipText( function in class:content::RenderWidgetHostViewAndroid
H A Drender_widget_host_view_aura.cc459 aura::client::SetTooltipText(window_, &tooltip_);
902 void RenderWidgetHostViewAura::SetTooltipText( function in class:content::RenderWidgetHostViewAura
2272 aura::client::SetTooltipText(window_, NULL);

Completed in 2652 milliseconds