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

  /external/chromium_org/ui/views/corewm/
tooltip.h 22 // Tooltip is responsible for showing the tooltip in an appropriate manner.
23 // Tooltip is used by TooltipController.
24 class VIEWS_EXPORT Tooltip {
26 virtual ~Tooltip() {}
28 // Updates the text on the tooltip and resizes to fit.
33 // Shows the tooltip at the specified location (in screen coordinates).
36 // Hides the tooltip.
39 // Is the tooltip visibile?
  /external/chromium_org/chrome/browser/ui/location_bar/
origin_chip_info.cc 161 base::string16 OriginChipInfo::Tooltip() const {

Completed in 484 milliseconds