OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:findbar
(Results
1 - 25
of
73
) sorted by null
1
2
3
/external/chromium/chrome/browser/ui/cocoa/find_bar/
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.
find_bar_view.h
13
// A view that handles painting the border for the
FindBar
.
find_bar_bridge.h
22
// Implementation of
FindBar
for the Mac. This class simply passes
37
class FindBarBridge : public
FindBar
,
53
// Methods from
FindBar
.
find_bar_cocoa_controller.h
33
// Needed to request a layout of the
FindBar
view.
53
// Vertical point of attachment of the
FindBar
.
60
- (void)setFindBarBridge:(FindBarBridge*)
findBar
;
89
// Returns the
FindBar
's position in the superview's coordinates, but with
find_bar_cocoa_controller.mm
46
// Returns the horizontal position the
FindBar
should use in order to avoid
62
if ((self = [super initWithNibName:@"
FindBar
"
95
// Stopping the search requires a
findbar
controller, which isn't valid yet
243
// Methods from
FindBar
247
//
findbar
is already open, so do not overwrite an already saved
253
// The browser window might have changed while the
FindBar
was hidden.
257
// Move to the correct horizontal position first, to prevent the
FindBar
259
// Prevent jumping while the
FindBar
is animating (hiding, then showing) too.
354
// Adjust the
FindBar
position, even when there are no matches (so that it
451
// Get the rect of the
FindBar
[
all
...]
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
.
/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
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk_interactive_uitest.cc
28
// Makes sure that when you switch back to an NTP with an active
findbar
,
29
// the
findbar
is above the floating bookmark bar.
33
// Create new tab; open
findbar
.
41
// Switch back to the NTP with the active
findbar
.
44
// Wait for the
findbar
to show.
47
// Set focus somewhere else, so that we can test clicking on the
findbar
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/
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.
find_bar_view.h
12
// A view that handles painting the border for the
FindBar
.
find_bar_cocoa_controller.h
53
// Vertical point of attachment of the
FindBar
.
56
// Default width of
FindBar
.
65
- (void)setFindBarBridge:(FindBarBridge*)
findBar
;
98
// Returns the
FindBar
's position in the superview's coordinates, but with
102
// Returns the width of the
FindBar
.
find_bar_bridge.h
23
// Implementation of
FindBar
for the Mac. This class simply passes
38
class FindBarBridge : public
FindBar
,
55
// Methods from
FindBar
.
find_bar_view.mm
85
// The
findbar
is mostly opaque, but has an 8px transparent border on the left
92
// |rect| is approximately equivalent to the opaque area of the
findbar
.
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk_interactive_uitest.cc
31
// Makes sure that when you switch back to an NTP with an active
findbar
,
32
// the
findbar
is above the floating bookmark bar.
36
// Create new tab; open
findbar
.
44
// Switch back to the NTP with the active
findbar
.
47
// Wait for the
findbar
to show.
50
// Set focus somewhere else, so that we can test clicking on the
findbar
/external/chromium_org/chrome/browser/ui/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
23
class
FindBar
{
25
virtual ~
FindBar
() { }
70
// Updates the
FindBar
with the find result details contained within the
90
// Returns a pointer to the testing interface to the
FindBar
, or NULL
114
// Gets the pixel width of the
FindBar
.
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_;
/external/chromium/chrome/browser/ui/gtk/
browser_window_factory_gtk.cc
17
FindBar
* BrowserWindow::CreateFindBar(Browser* browser) {
view_id_util_browsertest.cc
31
// Make sure
FindBar
is created to test
/external/chromium_org/chrome/browser/ui/views/
browser_dialogs.h
20
class
FindBar
;
27
FindBar
* CreateFindBar(BrowserView* browser_view);
/external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_gradient_view_unittest.mm
27
// up with
findbar
painting issues.
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_gradient_view_unittest.mm
27
// up with
findbar
painting issues.
/external/chromium/chrome/browser/ui/views/
browser_dialogs.h
23
class
FindBar
;
57
FindBar
* CreateFindBar(BrowserView* browser_view);
/external/chromium/chrome/browser/ui/cocoa/
browser_window_factory.mm
22
FindBar
* BrowserWindow::CreateFindBar(Browser* browser) {
/external/chromium_org/chrome/browser/ui/gtk/
view_id_util_browsertest.cc
34
// Make sure
FindBar
is created to test
Completed in 596 milliseconds
1
2
3