Searched refs:set_x (Results 51 - 75 of 188) sorted by relevance

12345678

/external/chromium_org/ash/test/
H A Ddisplay_manager_test_api.cc73 bounds.set_x(1);
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_controller.cc282 base_flattened.set_x(0.0f);
283 lid_flattened.set_x(0.0f);
358 down.set_x(-1.0f);
362 down.set_x(1.0f);
/external/chromium_org/cc/resources/
H A Dlayer_quad.h32 void set_x(float x) { x_ = x; } function in class:cc::LayerQuad::Edge
/external/chromium_org/chrome/browser/ui/panels/
H A Ddocked_panel_drag_handler.cc25 new_bounds.set_x(target_position.x());
H A Ddetached_panel_collection.cc53 bounds.set_x(work_area.right() - bounds.width());
58 bounds.set_x(work_area.x());
/external/chromium_org/extensions/browser/api/app_window/
H A Dapp_window_api.cc94 create_spec->bounds.set_x(*input_spec->left);
404 params->window_spec.bounds.set_x(*options.default_left.get());
413 params->window_spec.bounds.set_x(*options.left.get());
424 params->window_spec.bounds.set_x(*bounds->left.get());
/external/chromium_org/remoting/host/
H A Dremote_input_filter_unittest.cc31 event.set_x(x);
H A Dclient_session_unittest.cc417 mouse_event1.set_x(100);
421 mouse_event2.set_x(200);
425 mouse_event3.set_x(300);
475 mouse_event1.set_x(100);
478 mouse_event2.set_x(200);
481 mouse_event3.set_x(300);
607 injected_event.set_x(input_x[i]);
627 expected_event.set_x(expected_x[i]);
/external/chromium_org/ui/gfx/geometry/
H A Dpoint3_f.h40 void set_x(float x) { x_ = x; } function in class:gfx::Point3F
H A Dvector2d_f.h26 void set_x(float x) { x_ = x; } function in class:gfx::Vector2dF
H A Dvector3d_f.h29 void set_x(float x) { x_ = x; } function in class:gfx::Vector3dF
/external/chromium_org/ui/views/controls/scrollbar/
H A Dbase_scroll_bar_thumb.cc54 thumb_bounds.set_x(track_bounds.x() + position);
H A Dkennedy_scroll_bar.cc88 thumb_bounds.set_x(thumb->x());
H A Doverlay_scroll_bar.cc149 thumb_bounds.set_x(thumb->x());
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_resizer.cc170 offset->set_x(-distance);
178 offset->set_x(distance);
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager.cc189 offset.set_x(-kPanelSlideInOffset);
192 offset.set_x(kPanelSlideInOffset);
706 bounds.set_x(shelf_bounds.right());
709 bounds.set_x(shelf_bounds.x() - bounds.width());
718 bounds.set_x(visible_panels[i].major_pos -
840 callout_bounds.set_x(
858 callout_bounds.set_x(bounds.x() - callout_bounds.width());
861 callout_bounds.set_x(bounds.right());
H A Dpanel_window_resizer.cc152 offset->set_x(launcher_bounds.right() - bounds.x());
159 offset->set_x(launcher_bounds.x() - bounds.width() - bounds.x());
/external/chromium_org/ash/wm/
H A Dwindow_util.cc125 bounds->set_x(visible_area.x() + min_width - bounds->width());
127 bounds->set_x(visible_area.right() - min_width);
H A Dwindow_positioner.cc98 bounds->set_x(work_area.right() - bounds->width());
103 bounds->set_x(work_area.x());
131 new_child_bounds.set_x(work_area.right() - bounds.width());
133 new_child_bounds.set_x(work_area.x());
173 bounds.set_x(work_area.x() + (work_area.width() - bounds.width()) / 2);
/external/chromium_org/remoting/client/plugin/
H A Dpepper_input_handler.cc98 mouse_event.set_x(pp_mouse_event.GetPosition().x());
122 mouse_event.set_x(pp_mouse_event.GetPosition().x());
/external/chromium_org/ui/app_list/views/
H A Dfolder_header_view.cc167 back_bounds.set_x(kExperimentalWindowPadding - kBackButtonPadding);
180 text_bounds.set_x(back_bounds.x() + (rect.width() - text_width) / 2);
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer.cc379 bounds->set_x(
399 bounds->set_x(work_area.x());
413 bounds->set_x(std::max(min_x, std::min(max_x, bounds->x())));
/external/chromium_org/ui/message_center/views/
H A Dmessage_popup_collection.cc159 origin.set_x(origin.x() - preferred_size.width());
161 origin.set_x(origin.x() + preferred_size.width());
254 bounds.set_x(alignment_delegate_->GetToastOriginX(bounds));
/external/chromium_org/ui/views/bubble/
H A Dbubble_border.cc285 origin.set_x(is_arrow_on_left(arrow_) || is_arrow_at_center(arrow_) ?
297 origin.set_x(insets.left() - images_->arrow_thickness);
299 origin.set_x(bounds.width() - insets.right());
H A Dtray_bubble_view.cc106 rect.set_x(rect.x() +
109 rect.set_x(rect.x() + kArrowOffsetLeft);
111 rect.set_x(rect.x() + kArrowOffsetRight);

Completed in 499 milliseconds

12345678