Searched refs:SetDialogPosition (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dfind_bar_host.h95 virtual void SetDialogPosition(const gfx::Rect& new_pos, bool no_redraw);
H A Ddropdown_bar_host.h71 virtual void SetDialogPosition(const gfx::Rect& new_pos, bool no_redraw) = 0;
H A Dfind_bar_host.cc122 SetDialogPosition(new_pos, no_redraw);
272 void FindBarHost::SetDialogPosition(const gfx::Rect& new_pos, bool no_redraw) { function in class:FindBarHost
H A Ddropdown_bar_host.cc167 SetDialogPosition(dlg_rect, false);

Completed in 143 milliseconds