HomeSort by relevance Sort by last modified time
    Searched full:reposition (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 38 void Reposition();
100 Reposition();
111 void DownloadStartedAnimationGtk::Reposition() {
133 Reposition();
  /external/chromium_org/chrome/browser/ui/views/download/
download_started_animation_views.cc 36 void Reposition();
85 Reposition();
91 void DownloadStartedAnimationViews::Reposition() {
113 Reposition();
  /external/chromium/chrome/browser/notifications/
balloon.cc 24 void Balloon::SetPosition(const gfx::Point& upper_left, bool reposition) {
26 if (reposition && balloon_view_.get())
balloon_collection_linux.cc 38 void BalloonCollectionImpl::PositionBalloons(bool reposition) {
39 PositionBalloonsInternal(reposition);
balloon_collection_mac.mm 38 void BalloonCollectionImpl::PositionBalloons(bool reposition) {
42 PositionBalloonsInternal(reposition);
balloon_collection_win.cc 32 void BalloonCollectionImpl::PositionBalloons(bool reposition) {
33 PositionBalloonsInternal(reposition);
balloon.h 35 // Reposition the view to match the position of its balloon.
62 void SetPosition(const gfx::Point& upper_left, bool reposition);
balloon_collection_impl.cc 155 void BalloonCollectionImpl::PositionBalloonsInternal(bool reposition) {
164 (*it)->SetPosition(upper_left, reposition);
217 // Mouse has left the region. Schedule a reposition after
227 // Mouse moved back into the region. Cancel the reposition.
balloon_collection_impl.h 177 // Cancel all offset and reposition the balloons normally.
186 // Factory for generating delayed reposition tasks on mouse motion.
  /external/chromium_org/chrome/browser/ui/cocoa/notifications/
balloon_collection_cocoa.mm 46 void BalloonCollectionImpl::PositionBalloons(bool reposition) {
50 PositionBalloonsInternal(reposition);
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_collection_gtk.cc 41 void BalloonCollectionImpl::PositionBalloons(bool reposition) {
42 PositionBalloonsInternal(reposition);
  /external/chromium/chrome/browser/ui/views/download/
download_started_animation_win.cc 44 void Reposition();
112 Reposition();
118 void DownloadStartedAnimationWin::Reposition() {
155 Reposition();
163 SchedulePaint(); // Reposition() calls MoveWindow() which never picks up
  /external/chromium/chrome/browser/ui/views/
browser_bubble.cc 93 Reposition();
107 Reposition();
114 void BrowserBubble::Reposition() {
status_bubble_views.h 43 // Reposition the bubble - as we are using a WS_POPUP for the bubble,
45 void Reposition();
theme_install_bubble_view.h 51 void Reposition();
browser_bubble.h 88 // Reposition the bubble - as we are using a WS_POPUP for the bubble,
90 void Reposition();
theme_install_bubble_view.cc 81 Reposition();
98 void ThemeInstallBubbleView::Reposition() {
  /external/chromium_org/chrome/browser/notifications/
balloon.cc 33 void Balloon::SetPosition(const gfx::Point& upper_left, bool reposition) {
35 if (reposition && balloon_view_.get())
  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 42 void Reposition();
123 Reposition();
134 void DownloadStartedAnimationGtk::Reposition() {
171 Reposition();
  /external/chromium/chrome/browser/ui/gtk/
theme_install_bubble_view_gtk.h 35 // Reposition |widget_| to be centered over |parent_|.
  /external/chromium_org/chrome/browser/ui/views/
constrained_window_views.h 27 // reposition widgets e.g. when the host dimensions change.
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_collection_views.cc 43 void BalloonCollectionImpl::PositionBalloons(bool reposition) {
44 PositionBalloonsInternal(reposition);
  /external/chromium/chrome/browser/ui/cocoa/
styled_text_field.mm 19 // the standard -makeFirstResponder: machinery to reposition the field
  /external/chromium_org/chrome/browser/ui/cocoa/
styled_text_field.mm 19 // the standard -makeFirstResponder: machinery to reposition the field
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.h 55 // Reposition |view_location| such that it avoids |avoid_overlapping_rect|,

Completed in 1153 milliseconds

1 2 3 4 5 6 7 8