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

  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.h 18 class FindBar;
30 // FindBar takes ownership of |find_bar_view|.
31 explicit FindBarController(FindBar* find_bar);
44 // Changes the TabContents that this FindBar is attached to. This occurs when
53 FindBar* find_bar() const { return find_bar_.get(); }
77 scoped_ptr<FindBar> 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
find_bar_controller.cc 23 FindBarController::FindBarController(FindBar* find_bar)
  /external/chromium/chrome/browser/ui/gtk/
browser_window_factory_gtk.cc 17 FindBar* BrowserWindow::CreateFindBar(Browser* browser) {
find_bar_gtk.h 34 class FindBarGtk : public FindBar,
43 // Methods from FindBar.
111 // Get the position of the findbar within the floating container.
177 // The widget that animates the slide-in and -out of the findbar.
  /external/chromium/chrome/browser/ui/views/
browser_dialogs.h 23 class FindBar;
57 FindBar* CreateFindBar(BrowserView* browser_view);
find_bar_host.h 37 public FindBar,
45 // being eaten because the FindBar has focus. Returns true if the keystroke
49 // FindBar implementation:
find_bar_host.cc 27 FindBar* CreateFindBar(BrowserView* browser_view) {
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge.h 22 // Implementation of FindBar for the Mac. This class simply passes
37 class FindBarBridge : public FindBar,
53 // Methods from FindBar.
  /external/chromium/chrome/browser/ui/
browser_window.h 16 class FindBar;
337 // Construct a FindBar implementation for the specified |browser|.
338 static FindBar* CreateFindBar(Browser* browser_window);
browser.cc 478 FindBar* find_bar = BrowserWindow::CreateFindBar(this);
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc     [all...]

Completed in 1416 milliseconds