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

  /external/chromium/chrome/browser/ui/find_bar/
find_bar.h 5 // This is an interface for the platform specific FindBar. It is responsible
6 // for drawing the FindBar bar on the platform and is owned by the
20 class FindBar {
22 virtual ~FindBar() { }
59 // Updates the FindBar with the find result details contained within the
73 // Returns a pointer to the testing interface to the FindBar, or NULL
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar.h 5 // This is an interface for the platform specific FindBar. It is responsible
6 // for drawing the FindBar bar on the platform and is owned by the
19 class FindBar {
21 virtual ~FindBar() { }
58 // Updates the FindBar with the find result details contained within the
78 // Returns a pointer to the testing interface to the FindBar, or NULL
105 // Gets the pixel width of the FindBar.

Completed in 114 milliseconds