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

1 2 3 4 5 6 7 8 9

  /external/chromium/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/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 49 a.set_x(1);
61 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);
  /external/chromium/chrome/browser/chromeos/login/
keyboard_switch_menu.cc 45 new_pt.set_x(pt.x() + reverse_offset);
47 new_pt.set_x(pt.x() - reverse_offset);
  /external/chromium_org/ui/gfx/
point.cc 20 set_x(points.x);
29 set_x(point.x);
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.cc 156 view_location.set_x(std::min(view_location.x(), boundary));
158 view_location.set_x(std::max(view_location.x(), dialog_bounds.x()));
169 new_pos.set_x(avoid_overlapping_rect.x() +
177 new_pos.set_x(avoid_overlapping_rect.x() - new_pos.width() -
  /external/chromium_org/ash/launcher/
alternate_app_list_button.cc 111 background_bounds.set_x(contents_bounds.width() -
116 background_bounds.set_x(kImagePaddingFromShelf);
121 background_bounds.set_x(contents_bounds.x() +
126 forground_bounds.set_x(background_bounds.x() +
  /external/chromium_org/printing/
printed_page.cc 33 content_rect->set_x(content_rect->x() + diff / 2);
  /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/ash/wm/workspace/
auto_window_management.cc 92 bounds->set_x(parent_width - bounds->width());
97 bounds->set_x(0);
133 bounds.set_x((work_area.width() - bounds.width()) / 2);
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_controller.cc 179 view_location.set_x(std::min(view_location.x(), boundary));
181 view_location.set_x(std::max(view_location.x(), dialog_bounds.x()));
192 new_pos.set_x(avoid_overlapping_rect.x() +
200 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 180 corrected_anchor.set_x(pos_info_.inital_anchor_point.x() -
187 corrected_anchor.set_x(pos_info_.inital_anchor_point.x() +
229 bounds.set_x(corrected_anchor.x());
231 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/
input_filter_unittest.cc 35 event.set_x(x);
mouse_input_filter.cc 36 out_event.set_x(std::max(0, std::min(output_max_.width(), x)));
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_struct.java 48 p.set_x(0, val, true);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_struct.java 48 p.set_x(0, val, true);

Completed in 678 milliseconds

1 2 3 4 5 6 7 8 9