Home
last modified time | relevance | path

Searched refs:SetX (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/v8/test/mjsunit/compiler/
Dpic.js32 function SetX(o) { o.x = 42; } class
37 SetX(o);
70 SetX(0);
/external/clang/test/SemaCXX/
Dcxx11-unused.cpp16 void SetX(T x) { in SetX() function in A
24 void A::SetX(A x) = delete;
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_uninstall_dialog_view.cc228 heading_->SetX(x); in Layout()
238 heading_->SetX(x); in Layout()
Dextension_installed_bubble_view.cc421 heading_->SetX(x); in Layout()
428 how_to_use_->SetX(x); in Layout()
436 manage_->SetX(x); in Layout()
/external/chromium_org/ui/views/controls/
Dscroll_view.cc399 contents_->SetX(-position); in ScrollToPosition()
401 header_->SetX(-position); in ScrollToPosition()
492 contents_->SetX(-new_x); in ScrollContentsRegionToBeVisible()
494 header_->SetX(-new_x); in ScrollContentsRegionToBeVisible()
/external/chromium_org/ash/touch/
Dtouch_hud_projection.cc64 SetX(parent()->GetMirroredXInView(touch.root_location().x()) - in UpdateTouch()
Dtouch_hud_debug.cc359 label_container_->SetX(0); in TouchHudDebug()
/external/chromium_org/ash/system/chromeos/
Dtray_caps_lock.cc99 shortcut_label_->SetX(new_x); in Layout()
/external/chromium_org/ash/system/chromeos/power/
Dpower_status_view.cc215 time_status_label_->SetX(percentage_label_->bounds().right() + 1); in Layout()
/external/llvm/test/CodeGen/Thumb/
D2010-07-15-debugOrdering.ll96 !43 = metadata !{i32 524334, metadata !9, metadata !8, metadata !"SetX", metadata !"SetX", metadata…
/external/chromium_org/ui/views/
Dview.h225 void SetX(int x);
Dview.cc308 void View::SetX(int x) { in SetX() function in views::View
/external/chromium_org/ash/shelf/
Dshelf_view.cc976 drag_view_->SetX(x); in ContinueDrag()
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_dialog_views.cc191 icon->SetX(start_x); in Layout()