Home | History | Annotate | Download | only in views

Lines Matching defs:FindBarHost

30   return new FindBarHost(browser_view);
36 // FindBarHost, public:
38 FindBarHost::FindBarHost(BrowserView* browser_view)
45 FindBarHost::~FindBarHost() {
48 bool FindBarHost::MaybeForwardKeyEventToWebpage(
84 FindBarController* FindBarHost::GetFindBarController() const {
88 void FindBarHost::SetFindBarController(FindBarController* find_bar_controller) {
92 void FindBarHost::Show(bool animate) {
96 void FindBarHost::Hide(bool animate) {
100 void FindBarHost::SetFocusAndSelection() {
104 void FindBarHost::ClearResults(const FindNotificationDetails& results) {
108 void FindBarHost::StopAnimation() {
112 void FindBarHost::MoveWindowIfNecessary(const gfx::Rect& selection_rect,
133 void FindBarHost::SetFindText(const string16& find_text) {
137 void FindBarHost::UpdateUIForFindResult(const FindNotificationDetails& result,
155 bool FindBarHost::IsFindBarVisible() {
159 void FindBarHost::RestoreSavedFocus() {
168 bool FindBarHost::HasGlobalFindPasteboard() {
172 void FindBarHost::UpdateFindBarForChangedWebContents() {
175 FindBarTesting* FindBarHost::GetFindBarTesting() {
182 bool FindBarHost::AcceleratorPressed(const ui::Accelerator& accelerator) {
205 bool FindBarHost::CanHandleAccelerators() const {
212 bool FindBarHost::GetFindBarWindowInfo(gfx::Point* position,
238 string16 FindBarHost::GetFindText() {
242 string16 FindBarHost::GetFindSelectedText() {
246 string16 FindBarHost::GetMatchCountText() {
250 int FindBarHost::GetWidth() {
257 gfx::Rect FindBarHost::GetDialogPosition(gfx::Rect avoid_overlapping_rect) {
305 void FindBarHost::SetDialogPosition(const gfx::Rect& new_pos, bool no_redraw) {
323 void FindBarHost::GetWidgetBounds(gfx::Rect* bounds) {
330 void FindBarHost::RegisterAccelerators() {
339 void FindBarHost::UnregisterAccelerators() {
347 void FindBarHost::OnVisibilityChanged() {
361 void FindBarHost::GetWidgetPositionNative(gfx::Rect* avoid_overlapping_rect) {
369 FindBarView* FindBarHost::find_bar_view() {