HomeSort by relevance Sort by last modified time
    Searched refs:set_x (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/testing/gtest/test/
gtest_prod_test.cc 43 a.set_x(1);
55 a.set_x(2);
production.h 51 void set_x(int an_x) { x_ = an_x; } function in class:PrivateCode
  /external/gtest/test/
gtest_prod_test.cc 43 a.set_x(1);
55 a.set_x(2);
production.h 51 void set_x(int an_x) { x_ = an_x; } function in class:PrivateCode
  /external/protobuf/gtest/test/
gtest_prod_test.cc 43 a.set_x(1);
55 a.set_x(2);
production.h 51 void set_x(int x) { x_ = x; } function in class:PrivateCode
  /ndk/sources/third_party/googletest/googletest/test/
gtest_prod_test.cc 43 a.set_x(1);
55 a.set_x(2);
production.h 51 void set_x(int an_x) { x_ = an_x; } function in class:PrivateCode
  /external/chromium_org/ppapi/cpp/
rect.h 37 set_x(rect.point.x);
50 set_x(0);
65 set_x(x);
77 set_x(0);
132 void set_x(int32_t in_x) { function in class:pp::Rect
246 set_x(x);
419 set_x(rect.point.x);
432 set_x(0);
447 set_x(x);
459 set_x(0)
517 void set_x(float in_x) { function in class:pp::FloatRect
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
contents_layout_manager.cc 58 new_devtools_bounds.set_x(host_->GetMirroredXForRect(new_devtools_bounds));
59 new_contents_bounds.set_x(host_->GetMirroredXForRect(new_contents_bounds));
  /external/chromium_org/ui/gfx/geometry/
point.cc 20 set_x(points.x);
29 set_x(point.x);
  /external/chromium_org/ash/shelf/
alternate_app_list_button.cc 133 background_bounds.set_x(contents_bounds.width() -
138 background_bounds.set_x(ShelfLayoutManager::kShelfItemInset);
143 background_bounds.set_x(contents_bounds.x() +
148 forground_bounds.set_x(background_bounds.x() +
app_list_button.cc 150 background_bounds.set_x(contents_bounds.width() -
155 background_bounds.set_x(ShelfLayoutManager::kShelfItemInset);
160 background_bounds.set_x(contents_bounds.x() +
165 forground_bounds.set_x(background_bounds.x() +
  /external/chromium_org/printing/
printed_page.cc 34 content_rect->set_x(content_rect->x() + diff / 2);
  /external/chromium_org/ui/accelerometer/
accelerometer_types.h 63 data_[source].reading.set_x(x);
  /external/chromium_org/remoting/codec/
video_encoder_helper.cc 41 dirty_rect->set_x(rect.left());
53 rect->set_x(r.rect().left());
  /external/chromium_org/ash/system/web_notification/
ash_popup_alignment_delegate_unittest.cc 76 toast_point.set_x(alignment_delegate()->GetToastOriginX(toast_size));
85 toast_point.set_x(alignment_delegate()->GetToastOriginX(toast_size));
94 toast_point.set_x(alignment_delegate()->GetToastOriginX(toast_size));
103 toast_point.set_x(alignment_delegate()->GetToastOriginX(toast_size));
117 toast_point.set_x(alignment_delegate()->GetToastOriginX(toast_size));
124 toast_point.set_x(alignment_delegate()->GetToastOriginX(toast_size));
  /external/chromium_org/ppapi/examples/mouse_lock/
mouse_lock.cc 118 mouse_movement_.set_x(0);
173 anchor_1.set_x(center_x);
175 anchor_2.set_x(center_x);
181 anchor_1.set_x(center_x + kCenteralSpotRadius);
183 anchor_2.set_x(center_x - kCenteralSpotRadius);
  /external/chromium_org/pdf/
progress_control.cc 233 src_rc.set_x(background_.size().width() - slice_x);
234 dest_rc.set_x(ctrl_background_.size().width() - slice_x);
243 src_rc.set_x(0);
244 dest_rc.set_x(0);
267 src_rc.set_x(background_.size().width() - slice_x);
268 dest_rc.set_x(ctrl_background_.size().width() - slice_x);
  /external/chromium_org/ui/message_center/views/
padded_button.cc 84 offset.set_x((bounds.width() - image.width()) / 2); // Center align.
86 offset.set_x(bounds.width() - image.width()); // Right align.
  /external/chromium_org/chrome/browser/ui/blocked_content/
blocked_window_params.cc 50 nav_params.window_bounds.set_x(features_.x);
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_controller.cc 175 view_location.set_x(std::min(view_location.x(), boundary));
177 view_location.set_x(std::max(view_location.x(), dialog_bounds.x()));
188 new_pos.set_x(avoid_overlapping_rect.x() +
196 new_pos.set_x(avoid_overlapping_rect.x() - new_pos.width() -
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.cc 189 corrected_anchor.set_x(pos_info_.inital_anchor_point.x() -
196 corrected_anchor.set_x(pos_info_.inital_anchor_point.x() +
238 bounds.set_x(corrected_anchor.x());
240 bounds.set_x(corrected_anchor.x() - size.width());
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
vector2.h 72 void set_x(double x) { x_ = x; } function in class:Vector2
  /external/chromium_org/remoting/protocol/
mouse_input_filter.cc 34 out_event.set_x(std::max(0, std::min(output_max_.width(), x)));

Completed in 697 milliseconds

1 2 3 4 5 6 7 8