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

1 2

  /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/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/libvpx/libvpx/third_party/googletest/src/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
  /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);
language_switch_menu.cc 157 new_pt.set_x(pt.x() + reverse_offset);
159 new_pt.set_x(pt.x() - reverse_offset);
  /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() -
  /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);
  /external/chromium/chrome/browser/ui/panels/
panel_manager.cc 156 new_bounds.set_x(new_bounds.x() + delta_x);
191 bounds.set_x(right_x_to_move_to - bounds.width());
203 dragging_panel_bounds_.set_x(right_x_to_move_to -
235 bounds.set_x(left_x_to_move_to);
247 dragging_panel_bounds_.set_x(left_x_to_move_to);
  /external/chromium/ui/gfx/
point.h 49 void set_x(int x) { x_ = x; } function in class:gfx::Point
  /external/chromium/webkit/glue/
webcursor.cc 101 hotspot_.set_x(hotspot_x);
152 hotspot_.set_x(0);
205 hotspot_.set_x(std::max(0,
  /external/chromium/chrome/browser/ui/
window_sizer.cc 301 bounds->set_x(
321 bounds->set_x(work_area.x());
335 bounds->set_x(std::max(min_x, std::min(max_x, bounds->x())));
  /external/chromium/chrome/browser/ui/views/location_bar/
keyword_hint_view.cc 92 tab_button_bounds.set_x(GetMirroredXForRect(tab_button_bounds));
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_win.cc 20 point->set_x(monitor_rect->right);
tab.cc 259 favicon_bounds_.set_x(x);
312 title_bounds_.set_x(GetMirroredXForRect(title_bounds_));
354 origin->set_x(title_bounds_.x() + 10);
dragged_tab_controller.cc 583 cursor_point.set_x(work_area.x());
585 cursor_point.set_x(work_area.right());
    [all...]
base_tab.cc 434 bounds.set_x(GetMirroredXForRect(bounds));
568 bounds.set_x(GetMirroredXForRect(bounds));
  /external/chromium/chrome/browser/ui/views/
theme_install_bubble_view.cc 135 body_bounds.set_x(GetMirroredXForRect(body_bounds));
status_bubble_views.cc 439 body_bounds.set_x(GetMirroredXForRect(body_bounds));
717 relative_location.set_x(top_right_x - relative_location.x());
719 relative_location.set_x(
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 518 bounds.set_x(gtk_util::MirroredLeftPointForRect(parent, bounds));
690 favicon_bounds_.set_x(x);
746 favicon_bounds_.set_x(
748 close_button_bounds_.set_x(
750 title_bounds_.set_x(
    [all...]

Completed in 586 milliseconds

1 2