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

<<61626364656667686970>>

  /external/chromium_org/remoting/webapp/
window_frame.js 207 this.optionsMenuList_.classList.add('right-align');
209 this.optionsMenuList_.classList.remove('right-align');
  /external/chromium_org/testing/gtest/src/
gtest.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.cpp 605 // Cache if we are at the top of the block right now.
2220 LayoutUnit right = offsetFromFloats; local
2700 LayoutUnit right = LayoutUnit::min(); local
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.y 92 %right TOK_UNARY
  /external/chromium_org/third_party/hwcplus/include/system/
window.h 60 int32_t right; member in struct:android_native_rect_t
  /external/chromium_org/third_party/icu/source/common/unicode/
stringtriebuilder.h 67 static UBool equalNodes(const void *left, const void *right);
207 * This function visits and marks right branch edges first.
213 * edge's numbers, then it will be written as part of the required right edge
232 // If this node is part of the unwritten right branch edge,
  /external/chromium_org/third_party/icu/source/i18n/unicode/
msgfmt.h     [all...]
timezone.h     [all...]
vtzone.h 58 * @param right The object to be copied.
61 VTimeZone& operator=(const VTimeZone& right);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucm.c 203 compareMappingsUnicodeFirst(const void *context, const void *left, const void *right) {
206 (UCMTable *)context, (const UCMapping *)right, TRUE);
211 compareMappingsBytesFirst(const void *context, const void *left, const void *right) {
213 int32_t l=*(const int32_t *)left, r=*(const int32_t *)right;
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
gl.h 601 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_reg.h 348 * pixel is part of the rectangle, but the (right, bottom) pixel is
356 int32 right; member in struct:SVGASignedRect
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 106 box.width = pBox->right - pBox->left;
  /external/chromium_org/third_party/npapi/npspy/common/
format.cpp 895 uint16 right = ((NPRect *)plis->arg2.pData)->right; local
896 *output = StringPrintf("NPN_InvalidateRect(%#08lx, %#08lx(%u,%u;%u,%u)", dw1,dw2,top,left,bottom,right);
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection_Test.cpp 490 bool boundsIntersect = rect1.left <= rect2.right && rect2.left <= rect2.right
589 bool boundsIntersect = rect1.left <= rect2.right && rect2.left <= rect2.right
  /external/chromium_org/third_party/skia/include/views/
SkWidget.h 279 virtual void getRow(int index, SkString* left, SkString* right) = 0;
  /external/chromium_org/third_party/skia/src/animator/
SkPathParts.cpp 220 SK_MEMBER_ALIAS(right, fRect.fRight, Float),
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_region_unittest.cc 32 << it.rect().left() << "-" << it.rect().right() << "."
34 << rects[i].left() << "-" << rects[i].right() << "."
253 pos = it.rect().right();
607 pos = it.rect().right();
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
avi_file.h 46 int16_t right; member in struct:webrtc::AVISTREAMHEADER::__anon20569
  /external/chromium_org/ui/app_list/views/
page_switcher.cc 86 selected_start_x = rect.right() - selected_width;
107 // negative range starts from the right side.
speech_view.cc 186 contents_bounds.right() - kMicButtonMargin - mic_size.width(),
  /external/chromium_org/ui/base/win/
open_file_name_win.cc 37 point.x = dialog_rect.right;
40 // Verify that the lower right corner is visible.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drag_selector.js 153 right: Math.min(Math.max(this.startX_, pos.x), this.target_.scrollWidth),
156 borderBounds.width = borderBounds.right - borderBounds.left;
  /external/chromium_org/ui/gfx/
nine_image_painter.cc 62 { 0, insets.left(), image.width() - insets.right(), image.width() };
skia_util.cc 24 r.iset(rect.x(), rect.y(), rect.right(), rect.bottom());

Completed in 892 milliseconds

<<61626364656667686970>>