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

  /external/chromium_org/ui/views/corewm/
tooltip_controller.h 88 base::string16 tooltip_text_at_mouse_press_; member in class:views::corewm::TooltipController
tooltip_controller.cc 145 aura::client::GetTooltipText(target) != tooltip_text_at_mouse_press_) {
212 tooltip_text_at_mouse_press_ = aura::client::GetTooltipText(target);
279 tooltip_text == tooltip_text_at_mouse_press_) {

Completed in 104 milliseconds