Searched refs:right (Results 76 - 100 of 2377) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/options/
H A Dpassword_manager.css13 right: 0;
18 right: auto;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Daccess-binary-trees.js5 function TreeNode(left,right,item){
7 this.right = right;
13 else return this.item + this.left.itemCheck() - this.right.itemCheck();
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Daccess-binary-trees.js5 function TreeNode(left,right,item){
7 this.right = right;
13 else return this.item + this.left.itemCheck() - this.right.itemCheck();
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Daccess-binary-trees.js5 function TreeNode(left,right,item){
7 this.right = right;
13 else return this.item + this.left.itemCheck() - this.right.itemCheck();
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableLengthBox.cpp41 AnimatableValue::interpolate(this->right(), lengthBox->right(), fraction),
50 && right()->equals(lengthBox->right())
/external/chromium_org/third_party/icu/source/common/
H A Duarrsort.h31 * @param right Pointer to the "right" item.
33 * <0 if left<right
34 * ==0 if left==right
35 * >0 if left>right
40 UComparator(const void *context, const void *left, const void *right);
68 uprv_uint16Comparator(const void *context, const void *left, const void *right);
75 uprv_int32Comparator(const void *context, const void *left, const void *right);
82 uprv_uint32Comparator(const void *context, const void *left, const void *right);
/external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/css/
H A Dapp.css5 padding-right: 0 !important;
10 border-right: 1px solid #ddd;
12 padding-right: 0;
25 padding-right: 0;
30 float: right;
38 right: 2px;
52 padding-right: 3px;
64 margin-right: 1em;
/external/chromium_org/third_party/skia/tests/
H A DCanvasStateHelpers.h23 float right, float bottom, int32_t spacer);
32 float left, float top, float right, float bottom, int32_t spacer);
39 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion);
48 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp,
H A DCanvasStateHelpers.cpp17 float right, float bottom, int32_t spacer) {
22 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom);
29 float left, float top, float right, float bottom, int32_t spacer) {
34 complex_layers_draw(canvas, left, top, right, bottom, spacer);
40 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) {
43 SkIntToScalar(right), SkIntToScalar(bottom));
53 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp,
67 complex_clips_draw(canvas, left, top, right, bottom, clipOp, localRegion);
16 complex_layers_draw(SkCanvas* canvas, float left, float top, float right, float bottom, int32_t spacer) argument
28 complex_layers_draw_from_canvas_state(SkCanvasState* state, float left, float top, float right, float bottom, int32_t spacer) argument
39 complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) argument
52 complex_clips_draw_from_canvas_state(SkCanvasState* state, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, int32_t regionRects, int32_t* rectCoords) argument
/external/chromium_org/ui/metro_viewer/
H A Dime_types.cc26 right(0),
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dposition_util.js14 * right: number, bottom: number}}
24 * The popup's right edge is aligned with the left edge of the anchor.
27 BEFORE: 1, // p: right, a: left, p: top, a: top
30 * The popop's left edge is aligned with the right edge of the anchor.
33 AFTER: 2, // p: left a: right, p: top, a: top
57 * @param {boolean=} opt_invertLeftRight Whether to invert the right/left
77 right: docElement.clientWidth
109 if (anchorRect.right + popupRect.width > availRect.width &&
116 anchorRect.right + popupRect.width <= availRect.width) {
125 style.left = style.right
[all...]
/external/icu/icu4c/source/common/
H A Duarrsort.h31 * @param right Pointer to the "right" item.
33 * <0 if left<right
34 * ==0 if left==right
35 * >0 if left>right
40 UComparator(const void *context, const void *left, const void *right);
68 uprv_uint16Comparator(const void *context, const void *left, const void *right);
75 uprv_int32Comparator(const void *context, const void *left, const void *right);
82 uprv_uint32Comparator(const void *context, const void *left, const void *right);
/external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/
H A DAddFunction.java31 Value right = args[1];
32 EscapeMode mode = EscapeMode.combineModes(left.getEscapeMode(), right.getEscapeMode());
33 return literalValue(left.asString() + right.asString(), mode, left.isPartiallyEscaped()
34 || right.isPartiallyEscaped());
/external/lzma/CPP/Common/
H A DMyVector.h81 int FindInSorted(const T& item, int left, int right) const
83 while (left != right)
85 int mid = (left + right) / 2;
90 right = mid;
99 int left = 0, right = Size(); local
100 while (left != right)
102 int mid = (left + right) / 2;
107 right = mid;
116 int left = 0, right = Size(); local
117 while (left != right)
223 int left = 0, right = Size(); local
239 int left = 0, right = Size(); local
[all...]
/external/chromium_org/v8/test/mjsunit/tools/
H A Dsplaytree.js66 right: { key: 20, value: 20,
68 left: null, right: null },
69 right: null } },
70 right: { key: 40, value: 40, left: null, right: null } },
71 right: { key: 60, value: 60, left: null,
72 right: { key: 90, value: 90,
74 right: { key: 80, value: 80,
75 left: null, right: null } },
76 right
[all...]
/external/javassist/src/main/javassist/compiler/ast/
H A DIntConst.java44 public ASTree compute(int op, ASTree right) { argument
45 if (right instanceof IntConst)
46 return compute0(op, (IntConst)right);
47 else if (right instanceof DoubleConst)
48 return compute0(op, (DoubleConst)right);
53 private IntConst compute0(int op, IntConst right) { argument
55 int type2 = right.type;
66 long value2 = right.value;
112 private DoubleConst compute0(int op, DoubleConst right) { argument
114 double value2 = right
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DGt.java38 * @param right non-null reference to the evaluated right operand.
44 public XObject operate(XObject left, XObject right) argument
47 return left.greaterThan(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
H A DGte.java38 * @param right non-null reference to the evaluated right operand.
44 public XObject operate(XObject left, XObject right) argument
47 return left.greaterThanOrEqual(right)
H A DLt.java38 * @param right non-null reference to the evaluated right operand.
44 public XObject operate(XObject left, XObject right) argument
47 return left.lessThan(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
H A DLte.java38 * @param right non-null reference to the evaluated right operand.
44 public XObject operate(XObject left, XObject right) argument
47 return left.lessThanOrEqual(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
H A DNotEquals.java38 * @param right non-null reference to the evaluated right operand.
44 public XObject operate(XObject left, XObject right) argument
47 return (left.notEquals(right)) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
H A DQuo.java41 * @param right non-null reference to the evaluated right operand.
47 public XObject operate(XObject left, XObject right) argument
50 return new XNumber((int) (left.num() / right.num()));
/external/chromium_org/chrome/browser/chromeos/ui/
H A Daccessibility_focus_ring.cc58 if (top.right() >= middle.right() - 2 * margin) {
59 top.set_width(middle.right() - top.x());
66 if (bottom.right() >= middle.right() - 2 * margin) {
67 bottom.set_width(middle.right() - bottom.x());
75 ring.points[4] = gfx::Point(top.right() - margin, top.y());
76 ring.points[5] = gfx::Point(top.right(), top.y());
77 ring.points[6] = gfx::Point(top.right(), top.y() + margin);
78 ring.points[7] = gfx::Point(top.right(), to
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DRect.idl25 readonly attribute CSSPrimitiveValue right;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DClientRect.idl31 readonly attribute float right;

Completed in 8544 milliseconds

1234567891011>>