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

1 2

  /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_org/chrome/browser/ui/find_bar/
find_bar_controller.h 13 class FindBar;
41 // FindBar takes ownership of |find_bar_view|.
42 explicit FindBarController(FindBar* find_bar);
58 // Changes the WebContents that this FindBar is attached to. This
68 FindBar* find_bar() const { return find_bar_.get(); }
92 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
19 class FindBar {
21 virtual ~FindBar() { }
58 // Updates the FindBar with the find result details contained within the
78 // Returns a pointer to the testing interface to the FindBar, or NULL
105 // Gets the pixel width of the FindBar.
find_bar_controller.cc 31 FindBarController::FindBarController(FindBar* find_bar)
find_bar_host_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/
browser_dialogs.h 23 class FindBar;
49 FindBar* CreateFindBar(BrowserView* browser_view);
find_bar_host.h 36 public FindBar,
44 // being eaten because the FindBar has focus. Returns true if the keystroke
48 // FindBar implementation:
find_bar_host.cc 29 FindBar* CreateFindBar(BrowserView* browser_view) {
  /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);
  /external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge.h 23 // Implementation of FindBar for the Mac. This class simply passes
38 class FindBarBridge : public FindBar,
55 // Methods from FindBar.
  /external/chromium_org/chrome/browser/ui/
browser_window.h 22 class FindBar;
318 // Construct a FindBar implementation for the |browser|.
319 virtual FindBar* CreateFindBar() = 0;
  /external/chromium_org/chrome/test/base/
test_browser_window.cc 132 FindBar* TestBrowserWindow::CreateFindBar() {
test_browser_window.h 130 virtual FindBar* CreateFindBar() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_cocoa.h 135 virtual FindBar* CreateFindBar() OVERRIDE;
154 // Adds the given FindBar cocoa controller to this browser window.
  /external/chromium_org/chrome/browser/ui/gtk/
find_bar_gtk.h 33 class FindBarGtk : public FindBar,
42 // Methods from FindBar.
114 // Get the position of the findbar within the floating container.
177 // The widget that animates the slide-in and -out of the findbar.
browser_window_gtk.h 166 virtual FindBar* CreateFindBar() OVERRIDE;
222 void AddFindBar(FindBarGtk* findbar);
306 // the findbar. Owned by render_area_event_box_.
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.h 149 // FindBar within. This is _not_ the size of the find bar, just the bounding
151 // rect is in the coordinate system of the frame, since the FindBar is a child
364 virtual FindBar* CreateFindBar() OVERRIDE;

Completed in 427 milliseconds

1 2