OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_y
(Results
1 - 25
of
168
) sorted by null
1
2
3
4
5
6
7
/external/chromium_org/ppapi/cpp/
rect.h
38
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
(0)
531
void
set_y
(float in_y) {
function in class:pp::FloatRect
[
all
...]
point.h
89
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/
point.cc
21
set_y
(points.y);
30
set_y
(point.y);
/external/chromium_org/ash/shelf/
alternate_app_list_button.cc
135
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() +
app_list_button.cc
152
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/
printed_page.cc
38
content_rect->
set_y
(content_rect->y() + diff / 2);
page_setup.cc
141
overlay_area_.
set_y
(effective_margins_.header);
154
content_area_.
set_y
(effective_margins_.top);
/external/chromium_org/ui/accelerometer/
accelerometer_types.h
64
data_[source].reading.
set_y
(y);
/external/chromium_org/remoting/codec/
video_encoder_helper.cc
42
dirty_rect->
set_y
(rect.top());
54
rect->
set_y
(r.rect().top());
/external/chromium_org/ash/system/web_notification/
ash_popup_alignment_delegate_unittest.cc
77
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/
athena_start_page_view.cc
276
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/
mouse_lock.cc
119
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/
tray_gesture_handler.cc
36
bounds.
set_y
(bounds.y() + height_change);
62
bounds.
set_y
(bounds.y() + height_change);
/external/chromium_org/chrome/browser/ui/panels/
docked_panel_drag_handler.cc
30
new_bounds.
set_y
(target_position.y());
32
new_bounds.
set_y
(bottom - new_bounds.height());
stacked_panel_drag_handler.cc
45
delta_origin.
set_y
(0);
/external/chromium_org/ui/app_list/views/
app_list_background.cc
70
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/
padded_button.cc
89
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/
blocked_window_params.cc
52
nav_params.window_bounds.
set_y
(features_.y);
/external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.cc
210
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/
vector2.h
75
void
set_y
(double y) { y_ = y; }
function in class:Vector2
goose.cc
69
location_.
set_y
(location_.y() + flock_box.height());
72
location_.
set_y
(location_.y() - flock_box.height());
/external/chromium_org/remoting/protocol/
mouse_input_filter.cc
39
out_event.
set_y
(std::max(0, std::min(output_max_.height(), y)));
/external/chromium_org/ui/views/controls/menu/
menu_separator_win.cc
53
separator_bounds.
set_y
(1);
/external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
mouse_lock.cc
178
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/
mouse_cursor_event_filter.cc
83
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 809 milliseconds
1
2
3
4
5
6
7