Home
last modified time | relevance | path

Searched refs:kRight (Results 1 – 11 of 11) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DList.cpp113 kRight enumerator
139 { kpidAttrib, L"Attr", kRight, kCenter, 1, 5 },
140 { kpidSize, L"Size", kRight, kRight, 1, 12 },
141 { kpidPackSize, L"Compressed", kRight, kRight, 1, 12 },
163 case kRight: in PrintString()
/external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
Dmouse_lock.cc26 kRight = 1, enumerator
292 direction = (mouse_movement_.x() < 0) ? kLeft : kRight; in DrawNeedle()
319 (direction == kRight && x > center_x); in DrawNeedle()
/external/chromium_org/third_party/skia/include/utils/
DSkBoundaryPatch.h21 kRight = 1, enumerator
/external/skia/include/utils/
DSkBoundaryPatch.h21 kRight = 1, enumerator
/external/skia/src/utils/
DSkBoundaryPatch.cpp35 b->eval(SkBoundary::kRight, unitV), in eval()
/external/chromium_org/third_party/skia/src/utils/
DSkBoundaryPatch.cpp35 b->eval(SkBoundary::kRight, unitV), in eval()
/external/chromium_org/ui/native_theme/
Dnative_theme_base.cc683 const int kRight = rect.right(); in PaintButton() local
685 SkRect skrect = SkRect::MakeLTRB(rect.x(), rect.y(), kRight, kBottom); in PaintButton()
/external/chromium_org/v8/src/
Dcode-stubs-hydrogen.cc1030 HValue* right = GetParameter(BinaryOpICStub::kRight); in BuildCodeInitializedStub()
1131 HValue* right = GetParameter(BinaryOpWithAllocationSiteStub::kRight); in BuildCodeStub()
1156 HValue* right = GetParameter(StringAddStub::kRight); in BuildCodeInitializedStub()
Dcode-stubs.h1128 static const int kRight = 1; variable
1201 static const int kRight = 2; variable
1239 static const int kRight = 1; variable
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/
Dview-focus-input-events.rst244 mouse_button = MouseEvent::kRight;
/external/chromium_org/v8/src/ic/
Dic.cc2290 Handle<Object> right = args.at<Object>(BinaryOpICStub::kRight); in RUNTIME_FUNCTION()
2308 args.at<Object>(BinaryOpWithAllocationSiteStub::kRight); in RUNTIME_FUNCTION()