OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
23
class
FindBar
{
25
virtual ~
FindBar
() { }
70
// Updates the
FindBar
with the find result details contained within the
90
// Returns a pointer to the testing interface to the
FindBar
, or NULL
114
// Gets the pixel width of the
FindBar
.
Completed in 30 milliseconds