/external/chromium/testing/gtest/test/ |
D | gtest_prod_test.cc | 43 a.set_x(1); in TEST() 55 a.set_x(2); in TEST_F()
|
D | production.h | 51 void set_x(int an_x) { x_ = an_x; } in set_x() function
|
/external/protobuf/gtest/test/ |
D | gtest_prod_test.cc | 43 a.set_x(1); in TEST() 55 a.set_x(2); in TEST_F()
|
D | production.h | 51 void set_x(int x) { x_ = x; } in set_x() function
|
/external/gtest/test/ |
D | gtest_prod_test.cc | 49 a.set_x(1); in TEST() 61 a.set_x(2); in TEST_F()
|
D | production.h | 51 void set_x(int an_x) { x_ = an_x; } in set_x() function
|
/external/chromium/chrome/browser/ui/find_bar/ |
D | find_bar_controller.cc | 156 view_location.set_x(std::min(view_location.x(), boundary)); in GetLocationForFindbarView() 158 view_location.set_x(std::max(view_location.x(), dialog_bounds.x())); in GetLocationForFindbarView() 169 new_pos.set_x(avoid_overlapping_rect.x() + in GetLocationForFindbarView() 177 new_pos.set_x(avoid_overlapping_rect.x() - new_pos.width() - in GetLocationForFindbarView()
|
/external/chromium/chrome/browser/ui/panels/ |
D | panel_manager.cc | 156 new_bounds.set_x(new_bounds.x() + delta_x); in Drag() 191 bounds.set_x(right_x_to_move_to - bounds.width()); in DragNegative() 203 dragging_panel_bounds_.set_x(right_x_to_move_to - in DragNegative() 235 bounds.set_x(left_x_to_move_to); in DragPositive() 247 dragging_panel_bounds_.set_x(left_x_to_move_to); in DragPositive()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | keyboard_switch_menu.cc | 45 new_pt.set_x(pt.x() + reverse_offset); in RunMenu() 47 new_pt.set_x(pt.x() - reverse_offset); in RunMenu()
|
D | language_switch_menu.cc | 157 new_pt.set_x(pt.x() + reverse_offset); in RunMenu() 159 new_pt.set_x(pt.x() - reverse_offset); in RunMenu()
|
/external/chromium/webkit/glue/ |
D | webcursor.cc | 101 hotspot_.set_x(hotspot_x); in Deserialize() 152 hotspot_.set_x(0); in Clear() 205 hotspot_.set_x(std::max(0, in ClampHotspot()
|
/external/chromium/chrome/browser/ui/ |
D | window_sizer.cc | 301 bounds->set_x( in AdjustBoundsToBeVisibleOnMonitorContaining() 321 bounds->set_x(work_area.x()); in AdjustBoundsToBeVisibleOnMonitorContaining() 335 bounds->set_x(std::max(min_x, std::min(max_x, bounds->x()))); in AdjustBoundsToBeVisibleOnMonitorContaining()
|
/external/chromium/ui/gfx/ |
D | point.h | 49 void set_x(int x) { x_ = x; } in set_x() function
|
/external/chromium/chrome/browser/download/ |
D | download_util.cc | 396 background_bounds.set_x(mirrored_x); in PaintDownloadProgress() 398 foreground_bounds.set_x(mirrored_x); in PaintDownloadProgress() 482 complete_bounds.set_x(containing_view->GetMirroredXForRect(complete_bounds)); in PaintDownloadComplete() 517 complete_bounds.set_x(containing_view->GetMirroredXForRect(complete_bounds)); in PaintDownloadInterrupted()
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_renderer_gtk.cc | 518 bounds.set_x(gtk_util::MirroredLeftPointForRect(parent, bounds)); in GetNonMirroredBounds() 690 favicon_bounds_.set_x(x); in Layout() 746 favicon_bounds_.set_x( in Layout() 748 close_button_bounds_.set_x( in Layout() 750 title_bounds_.set_x( in Layout()
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
D | keyword_hint_view.cc | 92 tab_button_bounds.set_x(GetMirroredXForRect(tab_button_bounds)); in OnPaint()
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | tab.cc | 259 favicon_bounds_.set_x(x); in Layout() 312 title_bounds_.set_x(GetMirroredXForRect(title_bounds_)); in Layout() 354 origin->set_x(title_bounds_.x() + 10); in GetTooltipTextOrigin()
|
D | dragged_tab_controller.cc | 583 cursor_point.set_x(work_area.x()); in GetWindowCreatePoint() 585 cursor_point.set_x(work_area.right()); in GetWindowCreatePoint() 896 tab_strip_point.set_x( in Attach() 931 mouse_offset_.set_x(new_x); in Attach() 992 right_half.set_x(left_half.right()); in GetInsertionIndexForDraggedBounds() 1301 window_bounds.set_x(window_bounds.x() - window_bounds.width()); in CompleteDrag()
|
D | native_view_photobooth_win.cc | 20 point->set_x(monitor_rect->right); in MonitorEnumProc()
|
D | base_tab.cc | 434 bounds.set_x(GetMirroredXForRect(bounds)); in PaintIcon() 568 bounds.set_x(GetMirroredXForRect(bounds)); in ScheduleIconPaint()
|
/external/chromium/chrome/browser/ui/views/ |
D | status_bubble_views.cc | 439 body_bounds.set_x(GetMirroredXForRect(body_bounds)); in OnPaint() 717 relative_location.set_x(top_right_x - relative_location.x()); in AvoidMouse() 719 relative_location.set_x( in AvoidMouse()
|
D | theme_install_bubble_view.cc | 135 body_bounds.set_x(GetMirroredXForRect(body_bounds)); in OnPaint()
|
D | wrench_menu.cc | 462 bounds.set_x(x); in Layout() 467 bounds.set_x(x); in Layout() 472 bounds.set_x(x); in Layout()
|
/external/chromium/chrome/browser/accessibility/ |
D | browser_accessibility_mac_unittest.mm | 62 child2.location.set_x(250);
|
/external/chromium/chrome/browser/ui/views/extensions/ |
D | browser_action_overflow_menu_controller.cc | 64 bounds.set_x(screen_loc.x()); in RunMenu()
|