Home
last modified time | relevance | path

Searched refs:findbar (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_view_unittest.mm49 // Remove all of the subviews of the findbar, to make sure we don't
55 // Add the pong view as a sibling of the findbar.
66 // Click gets eaten by findbar, not passed through to underlying view.
75 // Add the pong view as a sibling of the findbar.
82 // the transparent area surrounding the findbar.
87 // Click is ignored by findbar, passed through to underlying view.
Dfind_bar_view.mm80 // The findbar is mostly opaque, but has an 8px transparent border on the left
87 // |rect| is approximately equivalent to the opaque area of the findbar.
Dfind_bar_cocoa_controller.mm95 // Stopping the search requires a findbar controller, which isn't valid yet
247 // findbar is already open, so do not overwrite an already saved
/external/chromium/chrome/browser/ui/cocoa/infobars/
Dinfobar_gradient_view_unittest.mm27 // up with findbar painting issues.
Dinfobar_gradient_view.mm93 // This view is intentionally not opaque because it overlaps with the findbar.
/external/chromium/chrome/browser/ui/gtk/
Dfind_bar_gtk.cc739 GtkWidget* findbar = find_bar->widget(); in OnSetFloatingPosition() local
747 findbar, "x", &value); in OnSetFloatingPosition()
751 findbar, "y", &value); in OnSetFloatingPosition()
Dbrowser_window_gtk.h174 void AddFindBar(FindBarGtk* findbar);
Dbrowser_window_gtk.cc1468 void BrowserWindowGtk::AddFindBar(FindBarGtk* findbar) { in AddFindBar() argument
1471 findbar->widget()); in AddFindBar()
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_mac.mm486 // Because the findbar might be open, we cannot use scrollRect:by: here. For
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller.mm1366 // Create a controller for the findbar.