Searched refs:set_x (Results 26 - 50 of 188) sorted by relevance

12345678

/external/chromium_org/athena/home/
H A Dathena_start_page_view.cc275 state.icons.set_x(kIconMargin);
279 state.controls.set_x(width - kIconMargin - state.controls.width());
286 state.search_box.set_x((width - state.search_box.width()) / 2);
300 state.search_box.set_x((width - state.search_box.width()) / 2);
304 state.icons.set_x(width / 2 - state.icons.width() - kIconMargin / 2);
308 state.controls.set_x(width / 2 + kIconMargin / 2 + kIconMargin % 2);
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_layout.cc167 bounds->set_x(bounds->x() + padding + (*i)->computed_width);
171 bounds->set_x(bounds->x() + item_edit_padding_);
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dgoose.cc63 location_.set_x(location_.x() + flock_box.width());
66 location_.set_x(location_.x() - flock_box.width());
/external/chromium_org/ppapi/cpp/
H A Dpoint.h77 void set_x(int32_t in_x) { function in class:pp::Point
216 void set_x(float in_x) { function in class:pp::FloatPoint
/external/chromium_org/printing/
H A Dpage_setup.cc140 overlay_area_.set_x(effective_margins_.left);
153 content_area_.set_x(effective_margins_.left);
/external/chromium_org/ui/gfx/geometry/
H A Dbox_f.h70 void set_x(float x) { origin_.set_x(x); } function in class:gfx::BoxF
H A Drect_base.h30 void set_x(Type x) { origin_.set_x(x); } function in class:gfx::RectBase
H A Dpoint_base.h28 void set_x(Type x) { x_ = x; } function in class:gfx::PointBase
H A Dvector2d.h28 void set_x(int x) { x_ = x; } function in class:gfx::Vector2d
/external/chromium_org/ash/system/tray/
H A Dtray_item_more.cc88 bounds.set_x(width() - size.width() - kTrayPopupPaddingBetweenItems);
H A Dspecial_popup_row.cc123 container_bounds.set_x(content_bounds.width() - container_bounds.width());
/external/chromium_org/remoting/protocol/
H A Dinput_event_tracker.cc45 mouse.set_x(mouse_pos_.x());
H A Dinput_filter_unittest.cc45 event.set_x(x);
/external/chromium_org/ui/gfx/ipc/
H A Dgfx_param_traits.cc65 r->set_x(x);
86 r->set_x(x);
153 r->set_x(values[0]);
174 r->set_x(values[0]);
/external/chromium_org/ash/wm/
H A Ddrag_window_resizer.cc114 bounds.set_x(bounds.x() + diff / 2);
126 dst_bounds.set_x(last_mouse_location_in_screen.x());
128 dst_bounds.set_x(
H A Dwindow_resizer.cc162 new_bounds.set_x(work_area.right() - kMinimumOnScreenArea);
200 new_bounds.set_x(location.x() - details().restore_bounds.width() / 2);
228 new_bounds_in_screen.set_x(
/external/chromium_org/content/common/cursors/
H A Dwebcursor.cc118 hotspot_.set_x(hotspot_x);
211 hotspot_.set_x(0);
256 hotspot_.set_x(std::max(0,
/external/chromium_org/pdf/
H A Dpaint_aggregator.cc52 damaged_rect.set_x(scroll_rect.x());
55 damaged_rect.set_x(scroll_rect.right() + dx);
60 damaged_rect.set_x(scroll_rect.x());
/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_aggregator.cc49 damaged_rect.set_x(scroll_rect.x());
52 damaged_rect.set_x(scroll_rect.right() + dx);
57 damaged_rect.set_x(scroll_rect.x());
/external/chromium_org/ui/views/controls/button/
H A Dmenu_button.cc98 menu_position.set_x(lb.x());
108 menu_position.set_x(max_x_coordinate - 1);
275 arrow_bounds.set_x(GetMirroredXForRect(arrow_bounds));
/external/chromium_org/ash/display/
H A Dmouse_cursor_event_filter.cc92 end.set_x(indicator_bounds.right());
99 point_in_native->set_x(native_bounds.x());
101 point_in_native->set_x(native_bounds.right());
282 src_indicator_bounds_.set_x(
334 src_indicator_bounds_.set_x(
/external/chromium_org/ash/system/audio/
H A Dvolume_view.cc254 bounds.set_x(width() - size.width() - kTrayPopupPaddingBetweenItems);
266 view_bounds.set_x(more_->bounds().x() - view_size.width() -
275 bar_bounds.set_x(view_left_to_more->bounds().x() - bar_size.width());
/external/chromium_org/chrome/browser/ui/views/
H A Dscreen_capture_notification_ui_views.cc238 hide_link_rect.set_x(bounds().width() - hide_link_rect.width());
242 stop_button_rect.set_x(
247 label_rect.set_x(grip_rect.right() + kHorizontalMargin);
/external/chromium_org/ui/app_list/views/
H A Dsearch_result_view.cc160 actions_bounds.set_x(rect.right() - kActionButtonRightMargin - actions_width);
227 text_bounds.set_x(GetIconViewWidth());
238 text_bounds.set_x(GetMirroredXWithWidthInView(text_bounds.x(),
/external/chromium_org/ash/shell/
H A Dlock_view.cc57 bounds.set_x((bounds.width() - ps.width()) / 2);

Completed in 1173 milliseconds

12345678