Searched refs:right (Results 251 - 275 of 2377) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Daccessibility_menu.css26 right: 7px;
41 right: auto;
H A Dscreen_confirm_password.css42 margin-right: 30px;
45 #confirm-password-right {
/external/chromium_org/chrome/browser/resources/uber/
H A Duber.css20 * bar (which is always on and to the right) in RTL. */
21 right: 15px;
41 right: 0;
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_unittest_helper.h50 // Return the center-right point of the button in the base coordinate system
52 - (NSPoint)right;
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_standard_mappings.cc39 bool right = false; local
49 right = dir >= -.75f && dir < -.1f;
56 mapped->buttons[kButtonDpadRight].pressed = right;
57 mapped->buttons[kButtonDpadRight].value = right ? 1.f : 0.f;
/external/chromium_org/ppapi/generators/
H A Didl_propertynode.py85 right = BuildNode('Right', ['Right=Right'])
86 top = BuildNode('Top', ['Left=Top', 'Right=Top'], [left, right])
94 errors += ExpectProp(right, 'Left', 'Top')
95 errors += ExpectProp(right, 'Right', 'Right')
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermediate.h32 TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &);
34 TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &);
40 TIntermNode *left, TIntermNode *right, const TSourceLoc &);
47 TIntermTyped *left, TIntermTyped *right, const TSourceLoc &);
/external/chromium_org/third_party/ots/src/
H A Dkern.h16 uint16_t right; member in struct:ots::OpenTypeKERNFormat0Pair
/external/chromium_org/third_party/polymer/components/core-scroll-header-panel/
H A Dcore-scroll-header-panel.css19 right: 0;
32 right: 0;
/external/chromium_org/third_party/polymer/components-chromium/core-scroll-header-panel/
H A Dcore-scroll-header-panel.css19 right: 0;
32 right: 0;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineIntersection.h13 int horizontalLineIntersect(const _Line& line, double left, double right,
/external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration.mm46 std::max(a.right(), b.right()),
129 desktop_config.displays[0].pixel_bounds.right() * scaling_factor,
154 const MacDisplayConfiguration& right) {
155 return left.id == right.id &&
156 left.bounds.equals(right.bounds) &&
157 left.pixel_bounds.equals(right.pixel_bounds) &&
158 left.dip_to_pixel_scale == right.dip_to_pixel_scale;
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_channel.h33 const float right,
H A Dvideo_render_ios_channel.mm51 const float right,
56 Right:right
H A Dvideo_render_ios_view.h27 Right:(const float)right
/external/chromium_org/ui/gfx/
H A Dcanvas_paint_win.cc18 ps_.rcPaint.right = ps.rcPaint.right;
30 ps_.rcPaint.right = x + w;
55 const int width = ps_.rcPaint.right - ps_.rcPaint.left;
/external/chromium_org/ui/gfx/geometry/
H A Dinsets_unittest.cc14 EXPECT_EQ(0, insets.right());
25 EXPECT_EQ(4, insets.right());
26 EXPECT_EQ(6, insets.width()); // Left + right.
37 EXPECT_EQ(4, insets.right());
47 EXPECT_EQ(12, insets.right());
/external/chromium_org/ui/metro_viewer/
H A Dime_types.h43 int32 right; member in struct:metro_viewer::CharacterBounds
/external/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp26 implies(A->right(), LNeg, RHS, RNeg);
30 implies(LHS, LNeg, A->right(), RNeg);
36 implies(A->right(), LNeg, RHS, RNeg);
40 implies(LHS, LNeg, A->right(), RNeg);
43 // Recurse on right.
46 // When performing right recursion:
48 // When performing right recursion (negated):
53 // When performing right recursion:
55 // When performing right recursion (negated):
/external/guava/guava/src/com/google/common/collect/
H A DBstNodeFactory.java35 * {@code left}, and right child {@code right}. If {@code left} or {@code right} is null, the
38 public abstract N createNode(N source, @Nullable N left, @Nullable N right); argument
/external/guava/guava/src/com/google/common/primitives/
H A DSignedBytes.java146 // For pre-sizing a builder, just get the right order of magnitude
179 public int compare(byte[] left, byte[] right) { argument
180 int minLength = Math.min(left.length, right.length);
182 int result = SignedBytes.compare(left[i], right[i]);
187 return left.length - right.length;
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftpfr.h112 * right :: Index of the right glyph.
131 FT_UInt right,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftpfr.h112 * right :: Index of the right glyph.
131 FT_UInt right,
/external/skia/experimental/Intersection/
H A DLineIntersection.h13 int horizontalLineIntersect(const _Line& line, double left, double right,
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Ddes-internal.c320 u32 work, right, leftt; local
324 right = block[1];
326 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL;
327 right ^= work;
330 work = ((leftt >> 16) ^ right) & 0x0000ffffL;
331 right ^= work;
334 work = ((right >> 2) ^ leftt) & 0x33333333L;
336 right ^= (work << 2);
338 work = ((right >> 8) ^ leftt) & 0x00ff00ffL;
340 right
[all...]

Completed in 845 milliseconds

<<11121314151617181920>>