Searched defs:findbar (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dfind_bar_gtk.cc62 // The height of the findbar dialog, as dictated by the size of the background
124 // Give the findbar dialog its unique shape using images.
139 // Return a ninebox that will paint the border of the findbar dialog. This is
140 // shared across all instances of the findbar. Do not free the returned pointer.
739 GtkWidget* findbar = find_bar->widget(); local
747 findbar, "x", &value); local
751 findbar, "y", &value); local
H A Dbrowser_window_gtk.cc1468 void BrowserWindowGtk::AddFindBar(FindBarGtk* findbar) { argument
1471 findbar->widget());
/external/chromium_org/chrome/browser/ui/gtk/
H A Dfind_bar_gtk.cc72 // The height of the findbar dialog, as dictated by the size of the background
76 // The default width of the findbar dialog. It may get smaller if the window
135 // Give the findbar dialog its unique shape using images.
149 // Return a ninebox that will paint the border of the findbar dialog. This is
150 // shared across all instances of the findbar. Do not free the returned pointer.
774 GtkWidget* findbar = find_bar->widget(); local
782 findbar, "x", &value); local
786 findbar, "y", &value); local
H A Dbrowser_window_gtk.cc1485 void BrowserWindowGtk::AddFindBar(FindBarGtk* findbar) { argument
1488 findbar->widget());

Completed in 106 milliseconds