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

  /external/chromium_org/ui/views/widget/
tooltip_manager_aura.cc 127 string16 new_tooltip_text; local
128 if (!target->GetTooltipText(view_point, &new_tooltip_text))
131 tooltip_text_ = new_tooltip_text;
tooltip_manager_win.cc 318 string16 new_tooltip_text; local
320 last_tooltip_view_->GetTooltipText(view_point, &new_tooltip_text);
321 if (!has_tooltip_text || (new_tooltip_text != tooltip_text_)) {
324 if (has_tooltip_text && !new_tooltip_text.empty() && tooltip_showing_) {
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 710 const std::wstring& new_tooltip_text = local
713 if (new_tooltip_text != tooltip_text_) {
714 tooltip_text_ = new_tooltip_text;
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc 847 const base::string16 new_tooltip_text = local
850 if (new_tooltip_text != tooltip_text_) {
851 tooltip_text_ = new_tooltip_text;
    [all...]

Completed in 392 milliseconds