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

<<61626364656667686970>>

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
visitor.rb 43 through each node of the tree (top-down left-to-right). If +pre_action+ is
  /external/bison/etc/
bench.pl.in 181 %right '^' /* exponentiation */
  /external/chromium_org/ash/ime/
infolist_window.cc 67 anchor_rect.right() : anchor_rect.x() - contents_size.width());
  /external/chromium_org/ash/system/chromeos/power/
power_status_view.cc 215 time_status_label_->SetX(percentage_label_->bounds().right() + 1);
  /external/chromium_org/ash/system/web_notification/
ash_popup_alignment_delegate_unittest.cc 54 work_area.right() < point.x() || work_area.bottom() < point.y()) {
  /external/chromium_org/ash/wm/
drag_window_resizer.cc 127 else if (last_mouse_location_in_screen.x() > dst_bounds.right())
resize_shadow_and_cursor_unittest.cc 97 // Called for each step of a scroll sequence initiated at the bottom right
217 gfx::Point right_center(bounds.right() - 1,
  /external/chromium_org/athena/wm/
overview_toolbar.cc 114 int x = container_bounds_.right() -
window_overview_mode.cc 260 // Do not let the left/right windows be scrolled.
540 transform_x = container_->bounds().right() - transformed_bounds.x();
579 // If the window is dropped on one of the left/right windows in split-mode,
584 aura::Window* right = split_view_controller_->right_window(); local
588 right = dragged_window_;
589 delegate_->OnSelectSplitViewWindow(left, right, dragged_window_);
603 // If the selected window is one of the left/right windows, then keep the
650 // TODO(sad): Allow closing the left/right window. Closing one of
  /external/chromium_org/cc/trees/
occlusion_tracker_perftest.cc 118 query_content_rect.right() <= viewport_rect.width() &&
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
AppBannerView.java 115 // True if the layout is in left-to-right layout mode (regular mode).
183 mBackgroundDrawablePadding.right = ApiCompatibilityUtils.getPaddingEnd(this);
211 - mBackgroundDrawablePadding.right;
595 * 3) The install button occupies the bottom-right of the banner.
598 * 6) The close button (if visible) sits in the top right of the banner.
620 int bgPaddingWidth = mBackgroundDrawablePadding.left + mBackgroundDrawablePadding.right;
662 // The rest of the content is laid out to the right of the icon.
680 // The close button sits to the right of the title and above the install button.
719 int end = getMeasuredWidth() - mBackgroundDrawablePadding.right;
724 // Lay out the close button in the top-right corner. Padding that would normally go to th
    [all...]
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/
SuggestionPopup.java 60 public void onLayoutChange(View v, int left, int top, int right, int bottom,
  /external/chromium_org/chrome/browser/extensions/api/system_display/
system_display_apitest.cc 162 unit->overscan.right = 60;
284 " \"overscan\": {\"left\": 1, \"top\": 2, \"right\": 3, \"bottom\": 4}\n"
301 EXPECT_EQ(3, utils::GetInteger(overscan, "right"));
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_animations.js 134 var rightColumn = el.querySelector('.right-column');
155 var rightColumn = el.querySelector('.right-column');
  /external/chromium_org/chrome/browser/thumbnails/
simple_thumbnail_crop.cc 82 clipping_rect.right(), clipping_rect.bottom() };
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.cc 47 tab_bounds.right() - initial_tab_offset;
115 swipe_direction_ = (x_offset < 0) ? LEFT : RIGHT;
133 Direction direction = (x_offset < 0) ? LEFT : RIGHT;
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.h 140 gfx::ImageSkia* right; member in struct:DownloadItemView::BodyImageSet
144 // The image set associated with the drop-down button on the right.
271 // The left and right x coordinates of the drop-down button.
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_desktop_window_tree_host_win.cc 232 RECT rect = { 0, 0, client_rect.right, margins.cyTopHeight };
  /external/chromium_org/chrome/browser/ui/views/infobars/
extension_infobar.cc 115 gfx::Point(infobar_icon_->bounds().right() + kIconHorizontalMargin,
  /external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 185 icon_->bounds().right() + LocationBarView::kItemPadding, 0,
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
view.js 115 var x2 = bounds && bounds.right;
  /external/chromium_org/media/tools/player_x11/
gl_video_renderer.cc 240 float x1 = static_cast<float>(visible_rect.right()) / coded_size.width();
  /external/chromium_org/net/base/
mime_util.cc 795 // Test length to prevent overlap between |left| and |right|.
800 const std::string right(base_pattern.substr(star + 1));
805 if (!right.empty() &&
806 base_type.rfind(right) != base_type.length() - right.length())
    [all...]
  /external/chromium_org/pdf/
paint_aggregator.cc 55 damaged_rect.set_x(scroll_rect.right() + dx);
  /external/chromium_org/ppapi/utility/graphics/
paint_aggregator.cc 52 damaged_rect.set_x(scroll_rect.right() + dx);

Completed in 809 milliseconds

<<61626364656667686970>>