Searched refs:findbar (Results 1 – 10 of 10) sorted by relevance
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
D | find_bar_view_unittest.mm | 49 // 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.
|
D | find_bar_view.mm | 80 // 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.
|
D | find_bar_cocoa_controller.mm | 95 // 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/ |
D | infobar_gradient_view_unittest.mm | 27 // up with findbar painting issues.
|
D | infobar_gradient_view.mm | 93 // This view is intentionally not opaque because it overlaps with the findbar.
|
/external/chromium/chrome/browser/ui/gtk/ |
D | find_bar_gtk.cc | 739 GtkWidget* findbar = find_bar->widget(); in OnSetFloatingPosition() local 747 findbar, "x", &value); in OnSetFloatingPosition() 751 findbar, "y", &value); in OnSetFloatingPosition()
|
D | browser_window_gtk.h | 174 void AddFindBar(FindBarGtk* findbar);
|
D | browser_window_gtk.cc | 1468 void BrowserWindowGtk::AddFindBar(FindBarGtk* findbar) { in AddFindBar() argument 1471 findbar->widget()); in AddFindBar()
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_mac.mm | 486 // Because the findbar might be open, we cannot use scrollRect:by: here. For
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | browser_window_controller.mm | 1366 // Create a controller for the findbar.
|