HomeSort by relevance Sort by last modified time
    Searched refs:set_x (Results 1 - 25 of 191) 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/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 132 background_bounds.set_x(contents_bounds.width() -
137 background_bounds.set_x(ShelfLayoutManager::kShelfItemInset);
142 background_bounds.set_x(contents_bounds.x() +
147 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/chrome/browser/ui/views/frame/
contents_layout_manager.cc 63 new_devtools_bounds.set_x(host_->GetMirroredXForRect(new_devtools_bounds));
64 new_contents_bounds.set_x(host_->GetMirroredXForRect(new_contents_bounds));
  /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 85 offset.set_x((bounds.width() - image.width()) / 2); // Center align.
87 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 185 view_location.set_x(std::min(view_location.x(), boundary));
187 view_location.set_x(std::max(view_location.x(), dialog_bounds.x()));
198 new_pos.set_x(avoid_overlapping_rect.x() +
206 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)));
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_apitest.java 41 s.set_x(x);
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 831 milliseconds

1 2 3 4 5 6 7 8