HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 1876 - 1900 of 2429) sorted by null

<<71727374757677787980>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
autopep8.py 910 right = target[right_offset:].lstrip()
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 83 // hovering over the left or right edge of a tab, the drop indicator will
740 int right_edge = tab->bounds().right();
    [all...]
  /external/libpng/
png.c 1234 png_fixed_point left, right, denominator; local
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp 197 static int HLineIntersect(const SkPoint a[2], SkScalar left, SkScalar right,
200 return horizontalIntersect(aLine, left, right, y, flipped, intersections);
203 static int HQuadIntersect(const SkPoint a[3], SkScalar left, SkScalar right,
206 return horizontalIntersect(aQuad, left, right, y, flipped, intersections);
209 static int HCubicIntersect(const SkPoint a[4], SkScalar left, SkScalar right,
212 return horizontalIntersect(aCubic, left, right, y, flipped, intersections);
1005 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) {
1012 if (right > fRight) {
1013 fRight = right;
    [all...]
  /external/chromium_org/v8/src/
ast.h 1995 Expression* right() const { return right_; } function in class:v8::internal::FINAL
2100 Expression* right() const { return right_; } function in class:v8::internal::FINAL
    [all...]
  /external/chromium_org/v8/src/ic/
ic.cc 2229 isolate(), result, Execution::Call(isolate(), function, left, 1, &right), local
2290 Handle<Object> right = args.at<Object>(BinaryOpICStub::kRight); local
2307 Handle<Object> right = local
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 102 // and arguments have been pushed on the stack left to right. The actual
2357 Register right = a0; local
    [all...]
  /external/chromium_org/v8/src/mips64/
full-codegen-mips64.cc 102 // and arguments have been pushed on the stack left to right. The actual
2356 Register right = a0; local
    [all...]
  /build/tools/droiddoc/templates-sdk/
customizations.cs 492 <div class="right"></div>
495 <div class="right"></div>
607 <?cs # appears on the right side of the blue bar at the bottom off every page ?><?cs
  /build/tools/droiddoc/templates-sdk-dyn/
customizations.cs 460 <div class="right"></div>
463 <div class="right"></div>
571 <?cs # appears on the right side of the blue bar at the bottom off every page ?><?cs
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 57 39: 'right',
415 // right shift is preesed from the key event, so I assume the left shift
452 if (format == 'left' || format == 'right') {
  /external/chromium_org/chrome/browser/resources/pdf/
pdf.js 25 * right side of the screen.
204 case 39: // Right arrow key.
244 case 221: // right bracket.
471 this.toolbar_.style.right = toolbarRight + 'px';
viewport.js 64 * The increment to scroll a page by in pixels when up/down/left/right arrow
90 Viewport.PAGE_SHADOW = {top: 3, bottom: 7, left: 5, right: 5};
526 Viewport.PAGE_SHADOW.right,
  /external/chromium_org/third_party/WebKit/Source/core/css/
html.css 705 padding-right: 24px;
1073 right: 0;
1086 right: 0;
1095 /* FIXME: Define the right default values for page properties. */
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mcomp.c 196 unsigned int left, right, up, down, diag; \
198 CHECK_BETTER(right, tr, tc + hstep); \
201 whichdir = (left < right ? 0 : 1) + \
317 unsigned int left, right, up, down, diag; local
327 CHECK_BETTER(right, tr, tc + hstep);
337 CHECK_BETTER(right, tr, tc + hstep);
652 // sad_list[3]: sad at delta { 0, 1} (right) from the best integer pel
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
exif_encoder.js 150 // Default: an empty range right after SOI.
169 // An empty range right after the APP0 segment.
212 bw.forward('image-dir', 4); // The pointer should point right after itself.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
  /external/jpeg/
configure     [all...]
  /external/libvorbis/doc/
03-codebook.tex 238 right, thus the codeword '001' is the bit string 'zero, zero, one'.
245 left-to-right:
395 the above examples) or the 1 branch (right in the above examples).
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc 77 // The space on the left and right side of the dangerous download label.
694 body_image_set->right->width() -
753 body_image_set->top_right, body_image_set->right,
775 hot_body_image_set_.top_right, hot_body_image_set_.right,
807 // mirrored so the text and images are down in the right positions.
811 // Last value of x was the end of the right image, just before the button.
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 118 // Functor for moving BookmarkManagerPrivate page actions to the right via
547 *right_margin = *popup_width - location_bar_bounds.right();
643 kItemPadding - omnibox_view_->GetInsets().right());
    [all...]
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 814 window_.clipRect.right = std::max(0, clip_rect_.x() + clip_rect_.width());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineView.js 669 var right = Math.min(width, this._calculator.computePosition(task.endTime() || 0) + barOffset + widthAdjustment);
676 lastRight = right;
690 lastRight = right;
782 case "Right":
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
timezone.cpp 359 TimeZone::operator=(const TimeZone &right)
361 if (this != &right) fID = right.fID;
    [all...]

Completed in 1133 milliseconds

<<71727374757677787980>>