Searched refs:move_right (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ash/wm/workspace/
H A Dauto_window_management.cc87 // direction. If |move_right| is true, the rectangle gets moved to the right
89 bool MoveRectToOneSide(int parent_width, bool move_right, gfx::Rect* bounds) { argument
90 if (move_right) {
186 bool move_right = other_bounds.CenterPoint().x() > work_area.width() / 2; local
187 if (MoveRectToOneSide(work_area.width(), move_right, &other_bounds))
195 if (MoveRectToOneSide(work_area.width(), !move_right, &added_bounds))
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_ash.cc119 // direction. If |move_right| is true, the rectangle gets moved to the right
123 bool move_right) {
124 if (move_right) {
228 bool move_right = local
231 MoveRect(work_area, *bounds_in_screen, move_right);
121 MoveRect(const gfx::Rect& work_area, gfx::Rect& bounds_in_screen, bool move_right) argument
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dedit.c79 static void move_right(void) function
1044 move_right();
/external/wpa_supplicant_8/src/utils/
H A Dedit.c79 static void move_right(void) function
1044 move_right();
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dedit.c79 static void move_right(void) function
1044 move_right();

Completed in 97 milliseconds