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

1234567

/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);
420 set_y(rect.point.y);
433 set_y(0);
448 set_y(y);
460 set_y(
531 void set_y(float in_y) { function in class:pp::FloatRect
[all...]
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/geometry/
H A Dpoint.cc21 set_y(points.y);
30 set_y(point.y);
/external/chromium_org/ash/shelf/
H A Dalternate_app_list_button.cc135 background_bounds.set_y(contents_bounds.y() +
139 background_bounds.set_y(contents_bounds.y() +
142 background_bounds.set_y(ShelfLayoutManager::kShelfItemInset);
151 forground_bounds.set_y(background_bounds.y() +
H A Dapp_list_button.cc152 background_bounds.set_y(contents_bounds.y() +
156 background_bounds.set_y(contents_bounds.y() +
159 background_bounds.set_y(ShelfLayoutManager::kShelfItemInset);
168 forground_bounds.set_y(background_bounds.y() +
/external/chromium_org/printing/
H A Dprinted_page.cc38 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/ui/accelerometer/
H A Daccelerometer_types.h64 data_[source].reading.set_y(y);
/external/chromium_org/remoting/codec/
H A Dvideo_encoder_helper.cc42 dirty_rect->set_y(rect.top());
54 rect->set_y(r.rect().top());
/external/chromium_org/ash/system/web_notification/
H A Dash_popup_alignment_delegate_unittest.cc77 toast_point.set_y(alignment_delegate()->GetBaseLine());
86 toast_point.set_y(alignment_delegate()->GetBaseLine());
95 toast_point.set_y(alignment_delegate()->GetBaseLine());
104 toast_point.set_y(alignment_delegate()->GetBaseLine());
118 toast_point.set_y(alignment_delegate()->GetBaseLine());
125 toast_point.set_y(alignment_delegate()->GetBaseLine());
/external/chromium_org/athena/home/
H A Dathena_start_page_view.cc276 state.icons.set_y(kIconMargin);
280 state.controls.set_y(kIconMargin);
287 state.search_box.set_y((kHomeCardHeight - state.search_box.height()) / 2);
301 state.search_box.set_y(logo_->bounds().bottom() + kInstantContainerSpacing);
305 state.icons.set_y(state.search_box.bottom() + kInstantContainerSpacing);
309 state.controls.set_y(state.icons.y());
356 search_box_bounds.set_y(
367 search_box_bounds.set_y(
372 search_results_bounds.set_y(search_results_bounds.bottom());
/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/gestures/
H A Dtray_gesture_handler.cc36 bounds.set_y(bounds.y() + height_change);
62 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/app_list/views/
H A Dapp_list_background.cc70 separator_rect.set_y(separator_rect.bottom());
92 separator_rect.set_y(contents_view_view_bounds.bottom() - 1);
/external/chromium_org/ui/message_center/views/
H A Dpadded_button.cc89 offset.set_y((bounds.height() - image.height()) / 2); // Middle align.
91 offset.set_y(bounds.height() - image.height()); // Bottom align.
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dblocked_window_params.cc52 nav_params.window_bounds.set_y(features_.y);
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_widget_delegate.cc210 corrected_anchor.set_y(pos_info_.inital_anchor_point.y() -
217 corrected_anchor.set_y(pos_info_.inital_anchor_point.y() +
234 bounds.set_y(corrected_anchor.y());
236 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 Dmouse_input_filter.cc39 out_event.set_y(std::max(0, std::min(output_max_.height(), y)));
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_separator_win.cc53 separator_bounds.set_y(1);
/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/ash/display/
H A Dmouse_cursor_event_filter.cc83 end.set_y(indicator_bounds.bottom());
104 point_in_native->set_y(native_bounds.y());
106 point_in_native->set_y(native_bounds.bottom());
288 src_indicator_bounds_.set_y(
295 dst_indicator_bounds_.set_y(
359 src_indicator_bounds_.set_y(upper_indicator_y);

Completed in 1417 milliseconds

1234567