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

<<51525354555657585960>>

  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
Slider.java 111 mBackground.setBounds(r.left + 10, lineY - bgH, r.right - 10, lineY
  /external/bison/build-aux/
compile 211 right script to run: please start by reading the file `INSTALL'.
  /external/chromium_org/ash/shelf/
overflow_button.cc 60 // Nudge the background a little to line up right.
104 bounds.right() - background->width() -
shelf_layout_manager_unittest.cc 163 EXPECT_EQ(not_visible_bounds_.right(), shelf_bounds.right());
164 EXPECT_EQ(visible_bounds_.right(), shelf_bounds.right());
512 GetShelfWidget()->GetWindowBoundsInScreen().right() + 1);
551 GetShelfWidget()->GetWindowBoundsInScreen().right())/2,
571 below_start.set_x(GetShelfWidget()->GetWindowBoundsInScreen().right() + 1);
    [all...]
  /external/chromium_org/athena/activity/
activity_frame_view.cc 39 // The thickness of the left, right and bottom borders in overview mode.
151 title_x = icon_->bounds().right() + kIconTitleSpacing;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenuHandler.java 102 appRect.right = mActivity.getWindow().getDecorView().getWidth();
  /external/chromium_org/chrome/browser/chromeos/display/
overscan_calibrator.cc 114 std::max(insets.right(), 0));
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_task_manager.h 137 const PendingTask& right) const;
  /external/chromium_org/chrome/browser/ui/autofill/
popup_controller_common.cc 70 // Calculate the start coordinates for the popup if it is growing right or
77 RoundedElementBounds().right()));
85 // If there is enough space for the popup on the right, show it there,
134 // This is the bottom right point of the popup if the popup is below the
135 // element and grows to the right (since the is the lowest and furthest right
  /external/chromium_org/chrome/browser/ui/panels/
panel_resize_controller.cc 141 bounds.set_x(bounds_at_start_.right() - bounds.width());
  /external/chromium_org/chrome/browser/ui/views/
detachable_toolbar_view.cc 48 bounds.right() - toolbar_right->width(), bounds.y(),
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_layout.cc 13 // the left or to the right.
163 (bounds->right() - padding - (*i)->computed_width);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
widgets.css 60 background-position: right center;
140 right: 3px;
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/
options_widgets.css 59 background-position: right center;
133 right: 25%;
  /external/chromium_org/content/browser/compositor/
software_output_device_win.cc 77 SIZE size = {wr.right - wr.left, wr.bottom - wr.top};
  /external/chromium_org/content/test/plugin/
plugin_windowed_test.cc 136 Rectangle(hdc, 0, 0, r.right, r.bottom);
  /external/chromium_org/mojo/examples/wm_flow/wm/
frame_controller.cc 39 close_button_->SetBounds(bounds.right() - kButtonFrameMargin - ps.width(),
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
goose.cc 65 while (location_.x() >= flock_box.right())
  /external/chromium_org/remoting/webapp/
toolbar.js 41 * @type {number} The right edge of the tool-bar stub, updated on resize.
120 this.stubRight_ = r.right;
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 177 // Returns the optimal edits to go from 'left' to 'right'.
184 const std::vector<size_t>& left, const std::vector<size_t>& right);
189 const std::vector<std::string>& right);
193 const std::vector<std::string>& right,
198 // Calculate the diff between 'left' and 'right' and return it in unified diff
201 // in left + right.
203 const std::string& right,
533 // If *pstr starts with the given prefix, modifies *pstr to be right
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp 206 if (!style()->right().isAuto() && !containingBlock->style()->isLeftToRightDirection())
207 offset.setWidth(-valueForLength(style()->right(), containingBlock->availableWidth()));
210 } else if (!style()->right().isAuto()) {
211 offset.expand(-valueForLength(style()->right(), containingBlock->availableWidth()), 0);
535 case RIGHT:
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Blit9.cpp 172 rect.right = desc.Width;
300 RECT destRect = {xoffset, yoffset, xoffset + (sourceRect.right - sourceRect.left), yoffset + (sourceRect.bottom - sourceRect.top)};
483 HRESULT result = device->CreateTexture(sourceRect.right - sourceRect.left, sourceRect.bottom - sourceRect.top, 1, D3DUSAGE_RENDERTARGET, sourceDesc.Format, D3DPOOL_DEFAULT, &texture, NULL);
523 vp.Width = sourceRect.right - sourceRect.left;
  /external/chromium_org/third_party/angle/util/win32/
Win32Window.cpp 13 // Check the scancode to distinguish between left and right shift
21 // Check the "extended" flag to distinguish between left and right alt
24 // Check the "extended" flag to distinguish between left and right control
184 botRight.x = winRect.right;
276 // Mouse right button up event
424 sizeRect.right - sizeRect.left, sizeRect.bottom - sizeRect.top, NULL, NULL,
521 LONG diffX = (windowRect.right - windowRect.left) - clientRect.right;
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 438 PProfile right );
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
normlzr.h 344 * If both the left and the right strings are in
349 * dest=normalize(left+right, mode, options)
355 * @param right Right source string.
371 U_EXPORT2 concatenate(const UnicodeString &left, const UnicodeString &right,

Completed in 937 milliseconds

<<51525354555657585960>>