HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 401 - 425 of 4231) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/resources/user_manager/
control_bar.css 17 right: 0;
31 background-position: right center;
35 background-position: right center;
48 border-right: 1px solid #e2e2e2;
49 margin-right: 10px;
85 right: 16px;
  /external/chromium_org/chrome/browser/ui/views/frame/
minimize_button_metrics_win.cc 23 if (titlebar_info.rgrect[2].left == titlebar_info.rgrect[2].right ||
64 // Under DWM WM_GETTITLEBARINFOEX won't return the right thing until after
86 return client_rect.right - cached_minimize_button_x_delta_;
100 client_rect.right - minimize_button_offset;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/
feed.css 27 margin-right: 140px;
71 margin-right: 125px;
79 padding-right: 10px;
81 text-align: right;
91 padding-right: 5px;
97 float: right;
  /external/chromium_org/pdf/pdfium/
pdfium_range.cc 50 double left, top, right, bottom; local
51 FPDFText_GetRect(page_->GetTextPage(), i, &left, &top, &right, &bottom);
53 page_->PageToScreen(offset, zoom, left, top, right, bottom, rotation));
  /external/chromium_org/skia/ext/
skia_utils_win.cc 18 SK_COMPILE_ASSERT(offsetof(RECT, right) == offsetof(SkIRect, fRight), o3);
22 SK_COMPILE_ASSERT(sizeof(RECT().right) == sizeof(SkIRect().fRight), o7);
39 SkIntToScalar(rect.right), SkIntToScalar(rect.bottom) };
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderImageLengthBox.h 60 BorderImageLengthBox(const BorderImageLength& top, const BorderImageLength& right,
63 , m_right(right)
70 const BorderImageLength& right() const { return m_right; } function in class:blink::BorderImageLengthBox
  /external/chromium_org/third_party/WebKit/Source/platform/
PODIntervalTree.h 177 // See whether we need to traverse the right subtree.
181 searchForOverlapsFrom<AdapterType>(node->right(), adapter);
194 IntervalNode* right = node->right(); variable
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/
LayoutBoxExtent.h 44 LayoutBoxExtent(LayoutUnit top, LayoutUnit right, LayoutUnit bottom, LayoutUnit left)
45 : m_top(top), m_right(right), m_bottom(bottom), m_left(left) { }
48 inline LayoutUnit right() const { return m_right; } function in class:blink::LayoutBoxExtent
  /external/chromium_org/third_party/polymer/components/core-tooltip/
core-tooltip.css 66 .right {
77 margin-right: 10px; /* TODO: not specified in spec */
78 right: 100%;
99 .polymer-tooltip.right::after {
100 right: 100%;
102 border-right-color: rgba(0,0,0,0.8);
  /external/chromium_org/third_party/polymer/components-chromium/core-tooltip/
core-tooltip.css 66 .right {
77 margin-right: 10px; /* TODO: not specified in spec */
78 right: 100%;
99 .polymer-tooltip.right::after {
100 right: 100%;
102 border-right-color: rgba(0,0,0,0.8);
  /external/chromium_org/third_party/skia/src/svg/
SkSVGCircle.cpp 30 SkScalar left, top, right, bottom; local
33 right = cx + r;
40 sprintf(scratch, "%g", SkScalarToDouble(right));
41 parser._addAttribute("right", scratch);
SkSVGEllipse.cpp 32 SkScalar left, top, right, bottom; local
35 right = cx + rx;
42 sprintf(scratch, "%g", SkScalarToDouble(right));
43 parser._addAttribute("right", scratch);
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/
rootUi.css 30 right: 0;
39 right: 0;
66 right: 0;
84 right: 3px;
92 right: 0;
118 right: 0;
  /external/lzma/CPP/7zip/Archive/Common/
MultiStream.cpp 17 int left = 0, mid = _streamIndex, right = Streams.Size(); local
22 right = mid;
30 mid = (left + right) / 2;
  /external/skia/src/svg/
SkSVGCircle.cpp 30 SkScalar left, top, right, bottom; local
33 right = cx + r;
40 sprintf(scratch, "%g", SkScalarToDouble(right));
41 parser._addAttribute("right", scratch);
SkSVGEllipse.cpp 32 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/
netw_arc.h 43 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 > test->right
337 int right; \/* right context *\/ member in class:NUANArc
    [all...]
  /frameworks/base/core/java/android/widget/
RtlSpacingHelper.java 21 * RtlSpacingHelper manages the relationship between left/right and start/end for views
67 public void setAbsolute(int left, int right) {
70 if (right != UNDEFINED) mRight = mExplicitRight = right;
  /frameworks/base/libs/hwui/
Outline.h 34 void setRoundRect(int left, int top, int right, int bottom, float radius, float alpha) {
36 mBounds.set(left, top, right, bottom);
39 mPath.addRoundRect(SkRect::MakeLTRB(left, top, right, bottom),
  /frameworks/opt/bitmap/src/com/android/bitmap/util/
RectUtils.java 53 fullRect.set((int) fullRectF.left, (int) fullRectF.top, (int) fullRectF.right,
55 partialRect.set((int) partialRectF.left, (int) partialRectF.top, (int) partialRectF.right,
64 rect.set((int) rectF.left, (int) rectF.top, (int) rectF.right, (int) rectF.bottom);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
RtlSpacingHelper.java 21 * RtlSpacingHelper manages the relationship between left/right and start/end for views
69 public void setAbsolute(int left, int right) {
72 if (right != UNDEFINED) mRight = mExplicitRight = right;
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 37 left = right = top = bottom = 0.0;
42 return right - left;
53 int left, right, top, bottom; member in class:MosaicRect
  /packages/apps/Camera2/src/com/android/camera/ui/
BottomBarModeOptionsWrapper.java 60 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
69 (int) uncoveredPreviewRect.right, (int) uncoveredPreviewRect.bottom);
71 (int) bottomBarRect.right, (int) bottomBarRect.bottom);
ProgressOverlay.java 45 public void onLayout(boolean changed, int left, int top, int right, int bottom) {
46 super.onLayout(changed, left, top, right, bottom);
48 mCenterX = (right - left) / 2;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 37 left = right = top = bottom = 0.0;
42 return right - left;
53 int left, right, top, bottom; member in class:MosaicRect

Completed in 504 milliseconds

<<11121314151617181920>>