Searched refs:set_y (Results 1 - 25 of 182) sorted by relevance

12345678

/external/chromium_org/ppapi/cpp/
H A Drect.h38 set_y(rect.point.y);
51 set_y(0);
66 set_y(y);
78 set_y(0);
146 void set_y(int32_t in_y) { function in class:pp::Rect
247 set_y(y);
H A Dpoint.h89 void set_y(int32_t in_y) { function in class:pp::Point
228 void set_y(float in_y) { function in class:pp::FloatPoint
/external/chromium_org/ui/gfx/
H A Dpoint.cc21 set_y(points.y);
30 set_y(point.y);
H A Dbox_f.h70 void set_y(float y) { origin_.set_y(y); } function in class:gfx::BoxF
/external/chromium_org/ash/shelf/
H A Dalternate_app_list_button.cc137 background_bounds.set_y(contents_bounds.y() +
141 background_bounds.set_y(contents_bounds.y() +
144 background_bounds.set_y(ShelfLayoutManager::kShelfItemInset);
153 forground_bounds.set_y(background_bounds.y() +
/external/chromium_org/printing/
H A Dprinted_page.cc37 content_rect->set_y(content_rect->y() + diff / 2);
H A Dpage_setup.cc141 overlay_area_.set_y(effective_margins_.header);
154 content_area_.set_y(effective_margins_.top);
/external/chromium_org/ppapi/examples/mouse_lock/
H A Dmouse_lock.cc119 mouse_movement_.set_y(0);
174 anchor_1.set_y(center_y - kCenteralSpotRadius);
176 anchor_2.set_y(center_y + kCenteralSpotRadius);
182 anchor_1.set_y(center_y);
184 anchor_2.set_y(center_y);
/external/chromium_org/ash/wm/
H A Dwindow_util.cc103 bounds->set_y(visible_area.bottom() - min_height);
105 bounds->set_y(min_height - bounds->height());
108 bounds->set_y(0);
/external/chromium_org/ash/wm/gestures/
H A Dtray_gesture_handler.cc37 bounds.set_y(bounds.y() + height_change);
63 bounds.set_y(bounds.y() + height_change);
/external/chromium_org/chrome/browser/ui/panels/
H A Ddocked_panel_drag_handler.cc30 new_bounds.set_y(target_position.y());
32 new_bounds.set_y(bottom - new_bounds.height());
H A Dstacked_panel_drag_handler.cc45 delta_origin.set_y(0);
/external/chromium_org/ui/message_center/views/
H A Dpadded_button.cc92 offset.set_y((bounds.height() - image.height()) / 2); // Middle align.
94 offset.set_y(bounds.height() - image.height()); // Bottom align.
/external/chromium_org/ui/oak/
H A Doak_window.cc99 separator_rect_.set_y(
104 details_bounds.set_y(
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dblocked_window_params.cc54 nav_params.window_bounds.set_y(features_.y);
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_widget_delegate.cc213 corrected_anchor.set_y(pos_info_.inital_anchor_point.y() -
220 corrected_anchor.set_y(pos_info_.inital_anchor_point.y() +
237 bounds.set_y(corrected_anchor.y());
239 bounds.set_y(corrected_anchor.y() - size.height());
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dvector2.h75 void set_y(double y) { y_ = y; } function in class:Vector2
H A Dgoose.cc69 location_.set_y(location_.y() + flock_box.height());
72 location_.set_y(location_.y() - flock_box.height());
/external/chromium_org/remoting/protocol/
H A Dinput_filter_unittest.cc36 event.set_y(y);
H A Dmouse_input_filter.cc39 out_event.set_y(std::max(0, std::min(output_max_.height(), y)));
/external/chromium_org/ui/app_list/views/
H A Dapp_list_background.cc63 seperator_rect.set_y(seperator_rect.bottom());
/external/chromium/chrome/browser/notifications/
H A Dballoon_collection_impl.cc123 offset.set_y((source)->offset().y() - (*it)->offset().y() +
284 position_iterator->set_y(position_iterator->y() + balloon_size.height() +
290 position_iterator->set_y(position_iterator->y() + balloon_size.height() +
294 position_iterator->set_y(position_iterator->y() - balloon_size.height() -
300 position_iterator->set_y(position_iterator->y() - balloon_size.height() -
/external/chromium_org/content/browser/android/
H A Doverscroll_glow.cc63 vector.set_y(0);
128 overscroll.set_y(0);
129 velocity.set_y(0);
326 old_overscroll_.set_y(0);
327 old_velocity_.set_y(0);
/external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
H A Dmouse_lock.cc178 mouse_movement_.set_y(0);
289 anchor_1.set_y(center_y - kCentralSpotRadius);
291 anchor_2.set_y(center_y + kCentralSpotRadius);
297 anchor_1.set_y(center_y);
299 anchor_2.set_y(center_y);
/external/chromium_org/remoting/host/
H A Dclient_session_unittest.cc318 mouse_event1.set_y(101);
322 mouse_event2.set_y(201);
326 mouse_event3.set_y(301);
375 mouse_event1.set_y(101);
378 mouse_event2.set_y(201);
381 mouse_event3.set_y(301);
505 injected_event.set_y(input_y[j]);
525 expected_event.set_y(expected_y[j]);

Completed in 323 milliseconds

12345678