Searched refs:right (Results 226 - 250 of 2061) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dspectrum.css26 right: 40px;
39 right: 0;
42 -webkit-box-reflect: right -28px;
62 padding-right: 4px;
68 right: 40px;
108 right: -1px;
H A DOverviewGrid.js111 * @param {number} right
113 setWindow: function(left, right)
115 this._window._setWindow(left, right);
181 this._rightResizeElement = parentElement.createChild("div", "overview-grid-window-resizer overview-grid-window-resizer-right");
182 this._rightResizeElement.style.right = 0;
200 this._overviewWindowBordersElement.style.right = "0%";
356 var right = windowRight;
365 right = ((windowRight + windowLeft) + width * factor) / 2;
371 this._rightResizeElement.style.left = right * 100 + "%";
375 this._overviewWindowElement.style.width = (right
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPODIntervalTree.h177 // See whether we need to traverse the right subtree.
181 searchForOverlapsFrom<AdapterType>(node->right(), adapter);
194 IntervalNode* right = node->right(); local
195 if (right) {
196 if (*curMax < right->data().maxHigh())
197 curMax = &right->data().maxHigh();
214 IntervalNode* right = node->right(); local
219 if (right) {
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DLayoutBoxExtent.h44 LayoutBoxExtent(LayoutUnit top, LayoutUnit right, LayoutUnit bottom, LayoutUnit left) argument
45 : m_top(top), m_right(right), m_bottom(bottom), m_left(left) { }
48 inline LayoutUnit right() const { return m_right; } function in class:WebCore::LayoutBoxExtent
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPathTraversalState.cpp54 void split(QuadraticBezier& left, QuadraticBezier& right) const
57 right.control = midPoint(control, end);
59 FloatPoint leftControlToRightControl = midPoint(left.control, right.control);
61 right.start = leftControlToRightControl;
64 right.end = end;
87 void split(CubicBezier& left, CubicBezier& right) const
95 right.control2 = midPoint(control2, end);
96 right.control1 = midPoint(right.control2, startToControl1);
97 right
[all...]
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGCircle.cpp30 SkScalar left, top, right, bottom; local
33 right = cx + r;
40 sprintf(scratch, "%g", SkScalarToDouble(right));
41 parser._addAttribute("right", scratch);
H A DSkSVGEllipse.cpp32 SkScalar left, top, right, bottom; local
35 right = cx + rx;
42 sprintf(scratch, "%g", SkScalarToDouble(right));
43 parser._addAttribute("right", scratch);
/external/chromium_org/v8/src/
H A Dhydrogen-dehoist.cc42 subexpression = binary_operation->right();
44 } else if (binary_operation->right()->IsConstant()) {
46 constant = HConstant::cast(binary_operation->right());
/external/lzma/CPP/7zip/Archive/Common/
H A DMultiStream.cpp17 int left = 0, mid = _streamIndex, right = Streams.Size(); local
22 right = mid;
30 mid = (left + right) / 2;
/external/skia/src/svg/
H A DSkSVGCircle.cpp30 SkScalar left, top, right, bottom; local
33 right = cx + r;
40 sprintf(scratch, "%g", SkScalarToDouble(right));
41 parser._addAttribute("right", scratch);
H A DSkSVGEllipse.cpp32 SkScalar left, top, right, bottom; local
35 right = cx + rx;
42 sprintf(scratch, "%g", SkScalarToDouble(right));
43 parser._addAttribute("right", scratch);
/external/srec/tools/grxmlcompile/
H A Dnetw_arc.h43 right= -1;
56 right= -1;
70 right= arcsrc->right;
90 right= -1;
127 /* Assign right context
129 void AssignRight (int rightData) { right= rightData; };
156 /* Get right context
158 int GetRight() { return right; };
274 else if (right > tes
337 int right; /* right context */ member in class:NUANArc
[all...]
/external/chromium_org/cc/layers/
H A Dtiled_layer.h90 int right,
96 int right,
103 int right,
110 int right,
117 int right,
/external/chromium_org/third_party/icu/source/i18n/
H A Dtztrans.cpp55 TimeZoneTransition::operator=(const TimeZoneTransition& right) { argument
56 if (this != &right) {
57 fTime = right.fTime;
58 setFrom(*right.fFrom);
59 setTo(*right.fTo);
/external/guava/guava/src/com/google/common/primitives/
H A DUnsignedInts.java128 // For pre-sizing a builder, just get the right order of magnitude
157 public int compare(int[] left, int[] right) { argument
158 int minLength = Math.min(left.length, right.length);
160 if (left[i] != right[i]) {
161 return UnsignedInts.compare(left[i], right[i]);
164 return left.length - right.length;
/external/icu4c/i18n/
H A Dtztrans.cpp55 TimeZoneTransition::operator=(const TimeZoneTransition& right) { argument
56 if (this != &right) {
57 fTime = right.fTime;
58 setFrom(*right.fFrom);
59 setTo(*right.fTo);
/external/llvm/docs/_static/
H A Dllvm.css11 address img { float: right; width: 88px; height: 31px; }
12 address { clear: right; }
16 margin-right: 1em; margin-bottom: 1em; }
54 .doc_text { text-align: left; padding-left: 20pt; padding-right: 10pt }
81 h2+div, h2+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
82 h3+div, h3+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
83 h4+div, h4+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
98 tr.layout, td.layout, td.left, td.right
101 td.right { text-align: right }
[all...]
/external/openfst/src/lib/
H A Dsymbol-table-ops.cc21 SymbolTable *MergeSymbolTable(const SymbolTable &left, const SymbolTable &right, argument
24 // copied version of SymbolTable of left or right if either symbol table is
27 right.Name());
34 int64 key = right.Find(liter.Symbol());
47 return right.Copy();
49 // add all symbols we can from right symbol table
51 SymbolTableIterator riter(right);
/external/guava/guava-tests/test/com/google/common/collect/
H A DBstTesting.java39 SimpleNode(Character key, @Nullable SimpleNode left, @Nullable SimpleNode right) { argument
40 super(key, left, right);
68 SimpleNode source, @Nullable SimpleNode left, @Nullable SimpleNode right) {
69 return new SimpleNode(source.getKey(), left, right);
76 @Nullable SimpleNode left, @Nullable SimpleNode right) {
77 return checkNotNull(nodeFactory).createNode(source, left, right);
83 @Nullable SimpleNode right) {
84 // Shove right into the rightmost position in the left tree.
86 return right;
87 } else if (right
[all...]
/external/chromium_org/chrome/browser/resources/ntp_android/
H A Dmostvisited_tablet.css55 float: right;
107 right: -10px;
121 padding-right: 6px;
141 float: right;
154 padding-right: 2px;
155 text-align: right;
171 float: right;
/external/chromium_org/printing/
H A Dpage_setup_unittest.cc25 margins.right = rand() % kMax;
51 effective_margins.right = std::max(margins.right,
53 printable_area.right());
59 page_size.width() - effective_margins.right -
94 EXPECT_EQ(effective_margins.right, setup.effective_margins().right) << seed <<
109 margins.right = 4;
128 effective_margins.right = 4;
159 EXPECT_EQ(effective_margins.right, setu
[all...]
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager_unittest.cc198 // Drag the window left or right to the edge (or almost to it).
202 dx += work_area.right() - 1 - initial_location_in_screen.x();
237 // The window should be attached and docked at the right edge.
239 EXPECT_EQ(window->GetRootWindow()->bounds().right(),
240 window->GetBoundsInScreen().right());
255 // The window should be attached and snapped to the right side of the screen.
285 // |window1| should be flush left and |window2| flush right.
295 // Tests that with a window docked on the right the auto-placing logic in
305 // The window should be attached and snapped to the right side of the screen.
306 EXPECT_EQ(window->GetRootWindow()->bounds().right(),
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dbubble.js23 RIGHT: 'bubble-right',
110 * @param {!Object} pos Bubble position (left, top, right, bottom in px).
118 this.style.top = this.style.left = this.style.right = this.style.bottom =
178 pos.right = origin.right + offset[0] - ARROW_OFFSET;
183 pos.right = origin.right + el.offsetWidth + opt_padding;
186 pos.right = origin.right + offset[0] - ARROW_OFFSET;
210 pos.right
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
H A Dmain.css62 right: 0;
104 padding-right: 1em;
109 margin-right: 1em;
138 float: right;
204 right: 0;
242 float: right;
246 margin-right: 1em;
273 padding-right: 1em;
286 float: right;
/external/iproute2/tc/
H A Dem_meta.c281 struct tcf_meta_val *right = obj; local
283 if (TCF_META_TYPE(right->kind) == TCF_META_TYPE(left->kind))
286 if (can_adopt(left) && !can_adopt(right)) {
287 if (is_compatible(left, right))
288 left->kind = overwrite_type(left, right);
291 } else if (can_adopt(right) && !can_adopt(left)) {
292 if (is_compatible(right, left))
293 right->kind = overwrite_type(right, left);
296 } else if (can_adopt(left) && can_adopt(right)) {
[all...]

Completed in 756 milliseconds

1234567891011>>