Lines Matching defs:FindBarHost

28   return new FindBarHost(browser_view);
34 // FindBarHost, public:
36 FindBarHost::FindBarHost(BrowserView* browser_view)
42 FindBarHost::~FindBarHost() {
45 bool FindBarHost::MaybeForwardKeyEventToWebpage(
82 FindBarController* FindBarHost::GetFindBarController() const {
86 void FindBarHost::SetFindBarController(FindBarController* find_bar_controller) {
90 void FindBarHost::Show(bool animate) {
94 void FindBarHost::Hide(bool animate) {
98 void FindBarHost::SetFocusAndSelection() {
102 void FindBarHost::ClearResults(const FindNotificationDetails& results) {
106 void FindBarHost::StopAnimation() {
110 void FindBarHost::MoveWindowIfNecessary(const gfx::Rect& selection_rect,
128 void FindBarHost::SetFindText(const string16& find_text) {
132 void FindBarHost::UpdateUIForFindResult(const FindNotificationDetails& result,
151 bool FindBarHost::IsFindBarVisible() {
155 void FindBarHost::RestoreSavedFocus() {
164 FindBarTesting* FindBarHost::GetFindBarTesting() {
171 bool FindBarHost::AcceleratorPressed(const views::Accelerator& accelerator) {
191 bool FindBarHost::GetFindBarWindowInfo(gfx::Point* position,
217 string16 FindBarHost::GetFindText() {
221 string16 FindBarHost::GetFindSelectedText() {
225 string16 FindBarHost::GetMatchCountText() {
232 gfx::Rect FindBarHost::GetDialogPosition(gfx::Rect avoid_overlapping_rect) {
272 void FindBarHost::SetDialogPosition(const gfx::Rect& new_pos, bool no_redraw) {
284 void FindBarHost::GetWidgetBounds(gfx::Rect* bounds) {
291 void FindBarHost::RegisterAccelerators() {
299 void FindBarHost::UnregisterAccelerators() {
310 FindBarView* FindBarHost::find_bar_view() {