top               467 android_webview/java/src/org/chromium/android_webview/AwContents.java         public void onLayoutChange(View v, int left, int top, int right, int bottom,
top               783 android_webview/java/src/org/chromium/android_webview/AwContents.java                 globalVisibleRect.left, globalVisibleRect.top,
top               785 android_webview/java/src/org/chromium/android_webview/AwContents.java                 mClipBoundsTemporary.left, mClipBoundsTemporary.top,
top              1440 android_webview/java/src/org/chromium/android_webview/AwContents.java     public boolean pageUp(boolean top) {
top              1441 android_webview/java/src/org/chromium/android_webview/AwContents.java         return mScrollOffsetManager.pageUp(top);
top                75 android_webview/java/src/org/chromium/android_webview/AwPicture.java                 mClipBoundsTemporary.left, mClipBoundsTemporary.top,
top                93 android_webview/java/src/org/chromium/android_webview/AwPicture.java             int left, int top, int right, int bottom);
top               337 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java     public boolean pageUp(boolean top) {
top               341 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java         if (top) {
top               399 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java                 scrollYDelta = rect.top - screenTop;
top               403 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java                 scrollYDelta = rect.top - (screenTop + oneThirdOfScreenHeight);
top               405 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java         } else if (rect.top < screenTop) {
top               406 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java             scrollYDelta = rect.top - screenTop;
top               180 android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java             int playerId, float left, float top, float right, float bottom) {
top               184 android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java         mTop = top;
top               207 android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java         float top = topLeft.getYPix();
top               213 android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java         int y = Math.round(top + renderCoordinates.getScrollYPix());
top               215 android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java         int height = Math.round(bottom - top);
top                91 android_webview/native/aw_pdf_exporter.cc   margins.top =
top                41 android_webview/native/aw_picture.cc                      jint left, jint top, jint right, jint bottom) {
top                46 android_webview/native/aw_picture.cc                       gfx::Rect(left, top, right - left, bottom - top),
top                30 android_webview/native/aw_picture.h             jint left, jint top, jint right, jint bottom);
top               172 apps/app_window.cc     combined_bounds.set_y(content_spec.bounds.y() - frame_insets.top());
top                34 apps/app_window_browsertest.cc   EXPECT_GT(insets.top(), insets.bottom());
top                58 apps/app_window_browsertest.cc   EXPECT_GT(insets.top(), insets.bottom());
top                71 apps/app_window_browsertest.cc   EXPECT_EQ(0, insets.top());
top               115 ash/display/root_window_transformers.cc   if (insets.top() != 0 || insets.left() != 0) {
top               117 ash/display/root_window_transformers.cc     float y_offset = insets.top() / device_scale_factor;
top               182 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc   int top = inset.top() - kLineWidth;
top               183 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc   int bottom = inset.top() + content_view_->height() + kLineWidth;
top               184 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc   mask->moveTo(left, top);
top               185 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc   mask->lineTo(right, top);
top               188 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc   mask->lineTo(left, top);
top               202 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc   int y = anchor_size_.height() - insets.top();
top               214 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc   int y = inset.top();
top                75 ash/ime/candidate_view.cc       insets.top(), insets.left(), insets.bottom(), insets.right()));
top               340 ash/magnifier/magnification_controller.cc   const int top = window_rect.y();
top               344 ash/magnifier/magnification_controller.cc   if (mouse.y() < top + margin) {
top               346 ash/magnifier/magnification_controller.cc     y_diff = mouse.y() - (top + margin);
top               353 ash/magnifier/magnification_controller.cc   y = top + y_diff;
top               185 ash/shelf/overflow_bubble_view.cc       bubble_insets.left() : bubble_insets.top();
top               199 ash/shelf/shelf_layout_manager.h   T SelectValueForShelfAlignment(T bottom, T left, T right, T top) const {
top               208 ash/shelf/shelf_layout_manager.h         return top;
top              1454 ash/shelf/shelf_layout_manager_unittest.cc   EXPECT_EQ(0, display.GetWorkAreaInsets().top());
top              1482 ash/shelf/shelf_layout_manager_unittest.cc   EXPECT_EQ(0, display.GetWorkAreaInsets().top());
top              1502 ash/shelf/shelf_layout_manager_unittest.cc             display.GetWorkAreaInsets().top());
top              1510 ash/shelf/shelf_layout_manager_unittest.cc             display.GetWorkAreaInsets().top());
top              1520 ash/shelf/shelf_layout_manager_unittest.cc       display.GetWorkAreaInsets().top());
top               107 ash/shell/widgets.cc   int top = kVerticalPad;
top               111 ash/shell/widgets.cc     view->SetBounds(left, top, preferred.width(), preferred.height());
top               112 ash/shell/widgets.cc     top += preferred.height() + kVerticalPad;
top               111 ash/system/chromeos/session/logout_confirmation_controller_unittest.cc   while (!tasks_.empty() && tasks_.top().first <= latest) {
top               112 ash/system/chromeos/session/logout_confirmation_controller_unittest.cc     now_ = tasks_.top().first;
top               113 ash/system/chromeos/session/logout_confirmation_controller_unittest.cc     base::Closure task = tasks_.top().second;
top               122 ash/system/chromeos/session/logout_confirmation_controller_unittest.cc     now_ = tasks_.top().first;
top               123 ash/system/chromeos/session/logout_confirmation_controller_unittest.cc     base::Closure task = tasks_.top().second;
top               522 ash/system/user/tray_user.cc   position.set_y(position.y() - learn_more_->GetInsets().top());
top               599 ash/system/user/tray_user.cc       link_size.height() - learn_more_->GetInsets().top() - line_height, 0);
top               757 ash/wm/immersive_fullscreen_controller_unittest.cc   int top = behind->GetBoundsInScreen().y();
top               759 ash/wm/immersive_fullscreen_controller_unittest.cc   ui::TouchEvent touch(ui::ET_TOUCH_MOVED, gfx::Point(10, top), 0,
top               769 ash/wm/immersive_fullscreen_controller_unittest.cc   top = behind->GetBoundsInScreen().y();
top               770 ash/wm/immersive_fullscreen_controller_unittest.cc   ui::TouchEvent touch2(ui::ET_TOUCH_MOVED, gfx::Point(10, top), 0,
top               140 ash/wm/partial_screenshot_view.cc   int top = std::min(start_position_.y(), current_position_.y());
top               143 ash/wm/partial_screenshot_view.cc   return gfx::Rect(left, top, width, height);
top               135 base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java     public static void setPaddingRelative(View view, int start, int top, int end, int bottom) {
top               137 base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java             view.setPaddingRelative(start, top, end, bottom);
top               140 base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java             view.setPadding(start, top, end, bottom);
top               172 base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java     public static void setCompoundDrawablesRelative(TextView textView, Drawable start, Drawable top,
top               175 base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java             textView.setCompoundDrawablesRelative(start, top, bottom, end);
top               177 base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java             textView.setCompoundDrawables(start, top, bottom, end);
top               186 base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java             Drawable start, Drawable top, Drawable end, Drawable bottom) {
top               188 base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java             textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, bottom, end);
top               190 base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java             textView.setCompoundDrawablesWithIntrinsicBounds(start, top, bottom, end);
top               199 base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java             int start, int top, int end, int bottom) {
top               201 base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java             textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, bottom, end);
top               203 base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java             textView.setCompoundDrawablesWithIntrinsicBounds(start, top, bottom, end);
top                71 base/at_exit.cc     base::Closure task = g_top_manager->stack_.top();
top              1912 base/debug/trace_event_impl.cc     duration = timestamp - thread_event_start_times_[thread_id].top();
top               231 base/file_util_posix.cc     FilePath dir = FilePath(directories.top());
top                82 base/files/file_enumerator_posix.cc     root_path_ = pending_paths_.top();
top                92 base/files/file_enumerator_win.cc       root_path_ = pending_paths_.top();
top               572 base/message_loop/message_loop.cc         if (delayed_work_queue_.top().task.Equals(pending_task.task))
top               598 base/message_loop/message_loop.cc   TimeTicks next_run_time = delayed_work_queue_.top().delayed_run_time;
top               607 base/message_loop/message_loop.cc   PendingTask pending_task = delayed_work_queue_.top();
top               611 base/message_loop/message_loop.cc     *next_delayed_work_time = delayed_work_queue_.top().delayed_run_time;
top               279 base/synchronization/condition_variable_win.cc     SetEvent(handles.top());
top               422 base/tracked_objects.cc     const Births* parent = parent_stack_.top();
top               463 base/tracked_objects.cc     DCHECK_EQ(parent_stack_.top(), &birth);
top               257 cc/base/tiling_data.cc   int top = (!y_index || num_tiles_y_ == 1) ? 0 : border_texels_;
top               259 cc/base/tiling_data.cc   return gfx::Vector2d(left, top);
top               351 cc/layers/delegated_renderer_layer_impl.cc     gfx::Rect top(x, 0, width, border_width);
top               362 cc/layers/delegated_renderer_layer_impl.cc     if (top.IsEmpty() && left.IsEmpty())
top               365 cc/layers/delegated_renderer_layer_impl.cc     if (!top.IsEmpty()) {
top               368 cc/layers/delegated_renderer_layer_impl.cc           shared_quad_state, top, top, colors[i % kNumColors], false);
top               295 cc/layers/heads_up_display_layer_impl.cc                    bounds.top() - 1,
top               297 cc/layers/heads_up_display_layer_impl.cc                    bounds.top() - 1,
top               310 cc/layers/heads_up_display_layer_impl.cc                    bounds.top() + indicator_top,
top               312 cc/layers/heads_up_display_layer_impl.cc                    bounds.top() + indicator_top,
top               321 cc/layers/heads_up_display_layer_impl.cc     int top) const {
top               335 cc/layers/heads_up_display_layer_impl.cc   SkRect area = SkRect::MakeXYWH(left, top, width, height);
top               342 cc/layers/heads_up_display_layer_impl.cc                        top + kPadding,
top               350 cc/layers/heads_up_display_layer_impl.cc                                              graph_bounds.top(),
top               420 cc/layers/heads_up_display_layer_impl.cc                    histogram_bounds.top() - 1,
top               425 cc/layers/heads_up_display_layer_impl.cc                    histogram_bounds.top() - 1,
top               457 cc/layers/heads_up_display_layer_impl.cc                                                   int top,
top               467 cc/layers/heads_up_display_layer_impl.cc   const SkRect area = SkRect::MakeXYWH(left, top, width, height);
top               474 cc/layers/heads_up_display_layer_impl.cc   SkPoint title_pos = SkPoint::Make(left + kPadding, top + kFontHeight);
top               476 cc/layers/heads_up_display_layer_impl.cc                                     top + kPadding + 2 * kFontHeight);
top               478 cc/layers/heads_up_display_layer_impl.cc                                     top + 2 * kPadding + 3 * kFontHeight);
top               511 cc/layers/heads_up_display_layer_impl.cc     int top) const {
top               523 cc/layers/heads_up_display_layer_impl.cc   const SkRect area = SkRect::MakeXYWH(left, top, width, height);
top               529 cc/layers/heads_up_display_layer_impl.cc       left + kPadding, top + kPadding, kGraphWidth, kFontHeight);
top               103 cc/layers/heads_up_display_layer_impl.h                         int top) const;
top               105 cc/layers/heads_up_display_layer_impl.h                            int top,
top               110 cc/layers/heads_up_display_layer_impl.h                               int top,
top               325 cc/layers/tiled_layer.cc                              int top,
top               334 cc/layers/tiled_layer.cc   if (!HaveTexturesForTiles(left, top, right, bottom, ignore_occlusions)) {
top               342 cc/layers/tiled_layer.cc     &update_rect, &paint_rect, left, top, right, bottom, ignore_occlusions);
top               349 cc/layers/tiled_layer.cc       update_rect, paint_rect, left, top, right, bottom, queue, occlusion);
top               355 cc/layers/tiled_layer.cc     int top,
top               361 cc/layers/tiled_layer.cc   for (int j = top; j <= bottom; ++j) {
top               386 cc/layers/tiled_layer.cc                                       int top,
top               390 cc/layers/tiled_layer.cc   for (int j = top; j <= bottom; ++j) {
top               417 cc/layers/tiled_layer.cc                                     int top,
top               421 cc/layers/tiled_layer.cc   for (int j = top; j <= bottom; ++j) {
top               461 cc/layers/tiled_layer.cc                                     int top,
top               489 cc/layers/tiled_layer.cc   for (int j = top; j <= bottom; ++j) {
top               616 cc/layers/tiled_layer.cc     int left, top, right, bottom;
top               618 cc/layers/tiled_layer.cc         create_tiles_rect, &left, &top, &right, &bottom);
top               619 cc/layers/tiled_layer.cc     for (int j = top; j <= bottom; ++j) {
top               740 cc/layers/tiled_layer.cc     int left, top, right, bottom;
top               743 cc/layers/tiled_layer.cc                                      &top,
top               746 cc/layers/tiled_layer.cc     UpdateTiles(left, top, right, bottom, queue, NULL, &updated);
top               759 cc/layers/tiled_layer.cc   int left, top, right, bottom;
top               761 cc/layers/tiled_layer.cc       predicted_visible_rect_, &left, &top, &right, &bottom);
top               762 cc/layers/tiled_layer.cc   MarkOcclusionsAndRequestTextures(left, top, right, bottom, occlusion);
top               764 cc/layers/tiled_layer.cc       left, top, right, bottom, queue, occlusion, &updated);
top               777 cc/layers/tiled_layer.cc   if (!UpdateTiles(left, top, right, bottom, queue, NULL, &updated) ||
top               813 cc/layers/tiled_layer.cc       while (top > prepaint_top) {
top               814 cc/layers/tiled_layer.cc         --top;
top               816 cc/layers/tiled_layer.cc                 left, top, right, top, queue, NULL, &updated) ||
top               825 cc/layers/tiled_layer.cc                 left, top, left, bottom, queue, NULL, &updated) ||
top               834 cc/layers/tiled_layer.cc                 right, top, right, bottom, queue, NULL, &updated) ||
top               866 cc/layers/tiled_layer.cc   int left, top, right, bottom;
top               868 cc/layers/tiled_layer.cc       idle_paint_content_rect, &left, &top, &right, &bottom);
top               870 cc/layers/tiled_layer.cc   for (int j = top; j <= bottom; ++j) {
top                90 cc/layers/tiled_layer.h       int top,
top                96 cc/layers/tiled_layer.h                    int top,
top               103 cc/layers/tiled_layer.h                             int top,
top               110 cc/layers/tiled_layer.h                           int top,
top               117 cc/layers/tiled_layer.h                           int top,
top               165 cc/layers/tiled_layer_impl.cc   int left, top, right, bottom;
top               166 cc/layers/tiled_layer_impl.cc   tiler_->ContentRectToTileIndices(content_rect, &left, &top, &right, &bottom);
top               169 cc/layers/tiled_layer_impl.cc     for (int j = top; j <= bottom; ++j) {
top               199 cc/layers/tiled_layer_impl.cc   for (int j = top; j <= bottom; ++j) {
top                24 cc/output/direct_renderer.cc                                             float top) {
top                28 cc/output/direct_renderer.cc   float delta_y = top - bottom;
top                35 cc/output/direct_renderer.cc   proj.matrix().set(1, 3, -(top + bottom) / delta_y);
top                56 cc/output/filter_operations.cc void FilterOperations::GetOutsets(int* top,
top                60 cc/output/filter_operations.cc   *top = *right = *bottom = *left = 0;
top                70 cc/output/filter_operations.cc         *top += spread;
top                75 cc/output/filter_operations.cc         *top += spread - op.drop_shadow_offset().y();
top                44 cc/output/filter_operations.h   void GetOutsets(int* top, int* right, int* bottom, int* left) const;
top                17 cc/output/filter_operations_unittest.cc   int top, right, bottom, left;
top                18 cc/output/filter_operations_unittest.cc   top = right = bottom = left = 0;
top                19 cc/output/filter_operations_unittest.cc   ops.GetOutsets(&top, &right, &bottom, &left);
top                20 cc/output/filter_operations_unittest.cc   EXPECT_EQ(57, top);
top                29 cc/output/filter_operations_unittest.cc   int top, right, bottom, left;
top                30 cc/output/filter_operations_unittest.cc   top = right = bottom = left = 0;
top                31 cc/output/filter_operations_unittest.cc   ops.GetOutsets(&top, &right, &bottom, &left);
top                32 cc/output/filter_operations_unittest.cc   EXPECT_EQ(49, top);
top               742 cc/output/gl_renderer.cc   int top, right, bottom, left;
top               743 cc/output/gl_renderer.cc   quad->background_filters.GetOutsets(&top, &right, &bottom, &left);
top               744 cc/output/gl_renderer.cc   window_rect.Inset(-left, -top, -right, -bottom);
top              1303 cc/output/gl_renderer.cc     top_edge = device_layer_edges.top();
top                37 cc/resources/layer_quad.cc                      const Edge& top,
top                41 cc/resources/layer_quad.cc       top_(top),
top                73 cc/resources/layer_quad.h             const Edge& top,
top                79 cc/resources/layer_quad.h   Edge top() const { return top_; }
top                72 cc/resources/layer_tiling_data.cc                                                int* top,
top                82 cc/resources/layer_tiling_data.cc   *top = tiling_data_.TileYIndexFromSrcCoord(content_rect.y());
top                99 cc/resources/layer_tiling_data.cc   int left, top, right, bottom;
top               100 cc/resources/layer_tiling_data.cc   ContentRectToTileIndices(content_rect, &left, &top, &right, &bottom);
top               101 cc/resources/layer_tiling_data.cc   for (int j = top; j <= bottom; ++j) {
top               124 cc/resources/layer_tiling_data.cc   int left, top, right, bottom;
top               126 cc/resources/layer_tiling_data.cc       gfx::Rect(size), &left, &top, &right, &bottom);
top                89 cc/resources/layer_tiling_data.h                                 int* top,
top                30 cc/trees/damage_tracker.cc   int top, right, bottom, left;
top                31 cc/trees/damage_tracker.cc   filters.GetOutsets(&top, &right, &bottom, &left);
top                32 cc/trees/damage_tracker.cc   rect->Inset(-left, -top, -right, -bottom);
top               500 cc/trees/layer_tree_host.cc     Layer* current_layer = layer_stack.top();
top               163 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenu.java             popup.setVerticalOffset(mAdditionalVerticalOffset - paddingRect.top);
top               213 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenu.java         anchorViewLocation[1] -= appDimensions.top;
top               220 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenu.java         availableScreenSpace -= mIsByHardwareButton ? padding.top : padding.bottom;
top               231 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenu.java                         padding.top + padding.bottom);
top               234 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenu.java                         padding.top + padding.bottom);
top               280 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.java                         (rawY - getScreenVisibleRect(listView).top) / listView.getHeight();
top               183 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java         mBackgroundDrawablePadding.top = getPaddingTop();
top               591 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java         int bgPaddingHeight = mBackgroundDrawablePadding.top + mBackgroundDrawablePadding.bottom;
top               663 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java         int bannerPadding = mBackgroundDrawablePadding.top + mBackgroundDrawablePadding.bottom
top               681 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java         int top = mBackgroundDrawablePadding.top;
top               687 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java         mBannerHighlightView.layout(start, top, end, bottom);
top               694 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java                     top + ((MarginLayoutParams) mCloseButtonView.getLayoutParams()).topMargin;
top               702 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java         top += mPaddingCard;
top               710 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java         mIconView.layout(iconLeft, top, iconLeft + iconWidth, top + mIconView.getMeasuredHeight());
top               719 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java         int titleTop = top + ((MarginLayoutParams) mTitleView.getLayoutParams()).topMargin;
top               726 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java         top = titleTop + textBaseline
top               731 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java         int starTop = top + ((MarginLayoutParams) mRatingView.getLayoutParams()).topMargin;
top                75 chrome/android/java/src/org/chromium/chrome/browser/banners/RatingView.java         mDrawingRect.top = 0;
top               388 chrome/android/java/src/org/chromium/chrome/browser/banners/SwipableOverlayView.java             public void onLayoutChange(View v, int left, int top, int right, int bottom,
top               260 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java     protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
top                43 chrome/browser/chromeos/display/display_preferences.cc   int top = 0;
top                47 chrome/browser/chromeos/display/display_preferences.cc   if (value.GetInteger(kInsetsTopKey, &top) &&
top                51 chrome/browser/chromeos/display/display_preferences.cc     insets->Set(top, left, bottom, right);
top                59 chrome/browser/chromeos/display/display_preferences.cc   value->SetInteger(kInsetsTopKey, insets.top());
top               123 chrome/browser/chromeos/display/display_preferences_unittest.cc     insets_value->SetInteger("insets_top", insets.top());
top               260 chrome/browser/chromeos/display/display_preferences_unittest.cc   int top = 0, left = 0, bottom = 0, right = 0;
top               261 chrome/browser/chromeos/display/display_preferences_unittest.cc   EXPECT_TRUE(property->GetInteger("insets_top", &top));
top               265 chrome/browser/chromeos/display/display_preferences_unittest.cc   EXPECT_EQ(10, top);
top               280 chrome/browser/chromeos/display/display_preferences_unittest.cc   EXPECT_FALSE(property->GetInteger("insets_top", &top));
top               111 chrome/browser/chromeos/display/overscan_calibrator.cc   insets_.Set(std::max(insets.top(), 0),
top                77 chrome/browser/chromeos/drive/search_metadata.cc   const T* top() const { return queue_.top(); }
top                85 chrome/browser/chromeos/drive/search_metadata.cc     T* saved_top = queue_.top();
top               215 chrome/browser/chromeos/drive/search_metadata.cc       !CompareByTimestamp(entry, result_candidates->top()->entry))
top               268 chrome/browser/chromeos/drive/search_metadata.cc     const ResultCandidate& candidate = *result_candidates.top();
top                58 chrome/browser/chromeos/login/screens/screen_manager.cc   DCHECK_EQ(screen_stack_.top(), screen_id);
top                76 chrome/browser/chromeos/login/screens/screen_manager.cc   return screen_stack_.top();
top               121 chrome/browser/chromeos/login/screens/screen_manager.cc   std::string screen_id = screen_stack_.top();
top               146 chrome/browser/chromeos/login/screens/screen_manager.cc   return FindOrCreateScreen(screen_stack_.top());
top               161 chrome/browser/chromeos/session_length_limiter_unittest.cc   while (!tasks_.empty() && tasks_.top().first <= latest) {
top               162 chrome/browser/chromeos/session_length_limiter_unittest.cc     now_ = tasks_.top().first;
top               163 chrome/browser/chromeos/session_length_limiter_unittest.cc     base::Closure task = tasks_.top().second;
top               172 chrome/browser/chromeos/session_length_limiter_unittest.cc     now_ = tasks_.top().first;
top               173 chrome/browser/chromeos/session_length_limiter_unittest.cc     base::Closure task = tasks_.top().second;
top               267 chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc   while (!tasks_.empty() && tasks_.top().first <= latest) {
top               268 chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc     uptime_ += tasks_.top().first - now_;
top               270 chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc     now_ = tasks_.top().first;
top               271 chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc     base::Closure task = tasks_.top().second;
top               286 chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc     uptime_ += tasks_.top().first - now_;
top               288 chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc     now_ = tasks_.top().first;
top               289 chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc     base::Closure task = tasks_.top().second;
top               300 chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc   while (!tasks_.empty() && tasks_.top().first <= now_) {
top               301 chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc     base::Closure task = tasks_.top().second;
top                55 chrome/browser/devtools/devtools_contents_resizing_strategy.cc   int top = insets.top();
top                61 chrome/browser/devtools/devtools_contents_resizing_strategy.cc     top -= insets_decrease * insets.top() / insets.height();
top                64 chrome/browser/devtools/devtools_contents_resizing_strategy.cc   top = std::max(0, std::min(container_size.height(), top));
top                66 chrome/browser/devtools/devtools_contents_resizing_strategy.cc   new_contents_bounds->SetRect(left, top, width, height);
top                28 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc   int top = 0;
top                32 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc   if (!dict->GetInteger("top", &top) ||
top                37 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc   insets.Set(top, left, bottom, right);
top                34 chrome/browser/devtools/devtools_embedder_message_dispatcher.h         int top, int left, int bottom, int right) = 0;
top              1011 chrome/browser/devtools/devtools_window.cc     int top, int left, int bottom, int right) {
top              1012 chrome/browser/devtools/devtools_window.cc   gfx::Insets insets(top, left, bottom, right);
top               306 chrome/browser/devtools/devtools_window.h       int left, int top, int right, int bottom) OVERRIDE;
top                61 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc   if (bounds_spec.top)
top                62 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc     bounds->set_y(*bounds_spec.top);
top               224 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc       if (bounds_spec.top)
top               225 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc         window_bounds.set_y(*bounds_spec.top);
top               424 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc       int32_t y = inputRect.top;
top               117 chrome/browser/extensions/api/app_window/app_window_api.cc   if (input_spec->top.get())
top               118 chrome/browser/extensions/api/app_window/app_window_api.cc     create_spec->bounds.set_y(*input_spec->top);
top               328 chrome/browser/extensions/api/app_window/app_window_api.cc                inner_bounds->top, outer_bounds->top, "top", error)) {
top               388 chrome/browser/extensions/api/app_window/app_window_api.cc     if (options.top.get())
top               389 chrome/browser/extensions/api/app_window/app_window_api.cc       params->window_spec.bounds.set_y(*options.top.get());
top               399 chrome/browser/extensions/api/app_window/app_window_api.cc       if (bounds->top.get())
top               400 chrome/browser/extensions/api/app_window/app_window_api.cc         params->window_spec.bounds.set_y(*bounds->top.get());
top               322 chrome/browser/extensions/api/sessions/sessions_api.cc   window_struct->top.reset(new int(window.bounds.y()));
top                43 chrome/browser/extensions/api/system_display/display_info_provider.cc   unit->bounds.top = bounds.y();
top                47 chrome/browser/extensions/api/system_display/display_info_provider.cc   unit->work_area.top = work_area.y();
top               247 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc     if (info.overscan->left < 0 || info.overscan->top < 0 ||
top               263 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc     if ((info.overscan->top + info.overscan->bottom) * 2 > screen_height) {
top               326 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc         gfx::Insets(info.overscan->top, info.overscan->left,
top               381 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc   unit->overscan.top = overscan_insets.top();
top                56 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc         insets.top,  insets.left, insets.bottom, insets.right);
top                63 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc         bounds.left,  bounds.top, bounds.width, bounds.height);
top               762 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc   info.overscan->top = -300;
top               773 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc   info.overscan->top = -1000;
top               784 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc   info.overscan->top = 0;
top               803 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc   info.overscan->top = 10;
top               825 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc   info.overscan->top = 250;
top               846 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc   info.overscan->top = 199;
top               863 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc   EXPECT_EQ(199, overscan.top());
top               878 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc   info.overscan->top = 20;
top               158 chrome/browser/extensions/api/system_display/system_display_apitest.cc       unit->overscan.top = 40;
top               505 chrome/browser/extensions/api/tabs/tabs_api.cc     if (create_data->top)
top               506 chrome/browser/extensions/api/tabs/tabs_api.cc       window_bounds.set_y(*create_data->top);
top               706 chrome/browser/extensions/api/tabs/tabs_api.cc   if (params->update_info.top) {
top               707 chrome/browser/extensions/api/tabs/tabs_api.cc     bounds.set_y(*params->update_info.top);
top                40 chrome/browser/extensions/extension_icon_manager.cc       padding.left(), padding.top(), source.width(), source.height(),
top               551 chrome/browser/extensions/updater/extension_updater.cc     const FetchedCRXFile& crx_file = fetched_crx_files_.top();
top                53 chrome/browser/feedback/feedback_uploader.cc   scoped_refptr<FeedbackReport> report = reports_queue_.top();
top               317 chrome/browser/first_run/try_chrome_dialog_view.cc   int top = info.rcWork.bottom - height;
top               318 chrome/browser/first_run/try_chrome_dialog_view.cc   return gfx::Rect(left, top, width, height);
top               258 chrome/browser/notifications/desktop_notifications_unittest.cc     int top = balloon_collection_->UppermostVerticalPosition();
top               260 chrome/browser/notifications/desktop_notifications_unittest.cc       EXPECT_LE(top, last_top - balloon_collection_->MinHeight());
top               261 chrome/browser/notifications/desktop_notifications_unittest.cc     last_top = top;
top               149 chrome/browser/prefs/pref_service_browsertest.cc   int top = 0;
top               151 chrome/browser/prefs/pref_service_browsertest.cc       &top));
top               152 chrome/browser/prefs/pref_service_browsertest.cc   EXPECT_EQ(top, bounds.y());
top               214 chrome/browser/prefs/pref_service_browsertest.cc   int top = 0;
top               216 chrome/browser/prefs/pref_service_browsertest.cc       &top));
top               217 chrome/browser/prefs/pref_service_browsertest.cc   EXPECT_EQ(top, bounds.y());
top               183 chrome/browser/sync/glue/bookmark_change_processor.cc     const int64 sync_node_id = dfs_sync_id_stack.top();
top               490 chrome/browser/sync/glue/bookmark_model_associator.cc     int64 sync_parent_id = dfs_stack.top();
top               615 chrome/browser/sync/glue/bookmark_model_associator.cc     const BookmarkNode* parent = dfs_stack.top();
top               692 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc       int64 id = stack.top();
top               373 chrome/browser/sync/test/integration/bookmarks_helper.cc     ASSERT_LT(path.top(), walker->child_count());
top               374 chrome/browser/sync/test/integration/bookmarks_helper.cc     walker = walker->GetChild(path.top());
top                47 chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc   const BookmarkNode* top = AddFolder(0, GetOtherNode(0), 0, L"top");
top                48 chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc   const BookmarkNode* tier1_a = AddFolder(0, top, 0, L"tier1_a");
top                49 chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc   const BookmarkNode* tier1_b = AddFolder(0, top, 1, L"tier1_b");
top               112 chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc   Move(0, tier1_a_url0, top, top->child_count());
top               130 chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc   ASSERT_EQ(tier1_a_url0->id(), top->GetChild(top->child_count() - 1)->id());
top               131 chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc   Remove(0, top, top->child_count() - 1);
top               414 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc       fileapi::FileSystemURL url(CreateURL(app_id, folders.top()));
top               266 chrome/browser/sync_file_system/drive_backend/sync_task_manager.cc     base::Closure closure = pending_tasks_.top().task;
top                27 chrome/browser/ui/app_list/app_list_positioner.cc                                       int top,
top                31 chrome/browser/ui/app_list/app_list_positioner.cc   work_area.Inset(left, top, right, bottom);
top                55 chrome/browser/ui/app_list/app_list_positioner.h   void WorkAreaInset(int left, int top, int right, int bottom);
top               359 chrome/browser/ui/autofill/autofill_popup_controller_impl.cc   int top = kPopupBorderThickness;
top               361 chrome/browser/ui/autofill/autofill_popup_controller_impl.cc     top += GetRowHeightFromId(identifiers()[i]);
top               366 chrome/browser/ui/autofill/autofill_popup_controller_impl.cc       top,
top                40 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_unittest_helper.h - (NSPoint)top;
top              1620 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc       region_before.top == region_after.top &&
top               174 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc   GtkWidget* top = gtk_hbox_new(FALSE, 0);
top               177 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc   gtk_box_pack_start(GTK_BOX(top), label,
top               179 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc   gtk_box_pack_start(GTK_BOX(top), remove_button_,
top               208 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc   gtk_box_pack_start(GTK_BOX(content), top, TRUE, TRUE, 0);
top               335 chrome/browser/ui/gtk/certificate_viewer_gtk.cc   GtkTreeIter top;
top               336 chrome/browser/ui/gtk/certificate_viewer_gtk.cc   gtk_tree_store_append(store, &top, NULL);
top               338 chrome/browser/ui/gtk/certificate_viewer_gtk.cc       store, &top,
top               344 chrome/browser/ui/gtk/certificate_viewer_gtk.cc   gtk_tree_store_append(store, &cert_iter, &top);
top               486 chrome/browser/ui/gtk/certificate_viewer_gtk.cc   gtk_tree_store_append(store, &iter, &top);
top               495 chrome/browser/ui/gtk/certificate_viewer_gtk.cc   gtk_tree_store_append(store, &iter, &top);
top               505 chrome/browser/ui/gtk/certificate_viewer_gtk.cc   gtk_tree_store_append(store, &top_fingerprints_iter, &top);
top                78 chrome/browser/ui/gtk/global_error_bubble.cc   GtkWidget* top = gtk_hbox_new(FALSE, ui::kControlSpacing);
top                79 chrome/browser/ui/gtk/global_error_bubble.cc   gtk_box_pack_start(GTK_BOX(top), image_view, FALSE, FALSE, 0);
top                80 chrome/browser/ui/gtk/global_error_bubble.cc   gtk_box_pack_start(GTK_BOX(top), title_label, FALSE, FALSE, 0);
top                81 chrome/browser/ui/gtk/global_error_bubble.cc   gtk_box_pack_start(GTK_BOX(content), top, FALSE, FALSE, 0);
top               107 chrome/browser/ui/gtk/global_error_bubble.cc   g_signal_connect(top, "realize", G_CALLBACK(OnRealizeThunk), this);
top               315 chrome/browser/ui/gtk/gtk_util.cc                               int top, int bottom, int left, int right) {
top               323 chrome/browser/ui/gtk/gtk_util.cc   gtk_alignment_set_padding(GTK_ALIGNMENT(alignment), top, bottom, left, right);
top                51 chrome/browser/ui/gtk/gtk_util.h                               int top, int bottom, int left, int right);
top                61 chrome/browser/ui/gtk/nine_box.cc NineBox::NineBox(int top_left, int top, int top_right, int left, int center,
top                67 chrome/browser/ui/gtk/nine_box.cc   images_[1] = top ? &rb.GetNativeImageNamed(top) : NULL;
top                26 chrome/browser/ui/gtk/nine_box.h   NineBox(int top_left, int top, int top_right, int left, int center, int right,
top               526 chrome/browser/ui/gtk/task_manager_gtk.cc     int top = 0, left = 0, bottom = 1, right = 1;
top               528 chrome/browser/ui/gtk/task_manager_gtk.cc         placement_pref->GetInteger("top", &top) &&
top               534 chrome/browser/ui/gtk/task_manager_gtk.cc                         std::max(1, bottom - top));
top              1359 chrome/browser/ui/libgtk2ui/gtk2_ui.cc     button_insets_ = gfx::Insets(border->top, border->left,
top               102 chrome/browser/ui/metro_pin_tab_helper_win.cc   int top = (kLogoHeight - kCaptionHeight - bitmap.height()) / 2;
top               103 chrome/browser/ui/metro_pin_tab_helper_win.cc   canvas.DrawImageInt(gfx::ImageSkia::CreateFrom1xBitmap(bitmap), left, top);
top                36 chrome/browser/ui/tabs/tab_resources.cc   SkScalar top = kTabTop;
top                46 chrome/browser/ui/tabs/tab_resources.cc                top + kTabTopCurveWidth);
top                47 chrome/browser/ui/tabs/tab_resources.cc   path->lineTo(left + kTabCapWidth, top);
top                56 chrome/browser/ui/tabs/tab_resources.cc   path->lineTo(right - kTabCapWidth, top);
top                60 chrome/browser/ui/tabs/tab_resources.cc                top + kTabTopCurveWidth);
top               989 chrome/browser/ui/views/autofill/autofill_dialog_views.cc                        insets.left(), insets.top());
top               104 chrome/browser/ui/views/autofill/generated_credit_card_bubble_views.cc   set_margins(gfx::Insets(0, insets.left(), insets.top(), insets.left()));
top               128 chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc   int y = web_contents_bounds.y() - border_insets.top() + kAnchorlessTopPadding;
top               158 chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc   set_margins(gfx::Insets(0, insets.left(), insets.top(), insets.left()));
top               113 chrome/browser/ui/views/chrome_views_delegate.cc   int left, top, right, bottom;
top               115 chrome/browser/ui/views/chrome_views_delegate.cc       !dictionary->GetInteger("top", &top) ||
top               120 chrome/browser/ui/views/chrome_views_delegate.cc   bounds->SetRect(left, top, right - left, bottom - top);
top                85 chrome/browser/ui/views/constrained_window_views.cc     position.set_y(position.y() - border->GetInsets().top());
top               110 chrome/browser/ui/views/constrained_window_views.cc     max_size.Enlarge(0, border->GetInsets().top());
top               141 chrome/browser/ui/views/constrained_window_views_unittest.cc     expected_size.Enlarge(0, border->GetInsets().top());
top               391 chrome/browser/ui/views/download/download_item_view.cc       width += normal_drop_down_image_set_.top->width();
top               397 chrome/browser/ui/views/download/download_item_view.cc     width += normal_drop_down_image_set_.top->width();
top               718 chrome/browser/ui/views/download/download_item_view.cc               body_image_set->top, body_image_set->center,
top               740 chrome/browser/ui/views/download/download_item_view.cc                 hot_body_image_set_.top, hot_body_image_set_.center,
top               757 chrome/browser/ui/views/download/download_item_view.cc                 drop_down_image_set->top, drop_down_image_set->center,
top               759 chrome/browser/ui/views/download/download_item_view.cc                 x, box_y_, box_height_, drop_down_image_set->top->width());
top               767 chrome/browser/ui/views/download/download_item_view.cc                   drop_down_image_set->top, drop_down_image_set->center,
top               769 chrome/browser/ui/views/download/download_item_view.cc                   x, box_y_, box_height_, drop_down_image_set->top->width());
top              1334 chrome/browser/ui/views/download/download_item_view.cc     drop_down_x_right_ = normal_drop_down_image_set_.top->width();
top              1338 chrome/browser/ui/views/download/download_item_view.cc       size.width() - normal_drop_down_image_set_.top->width();
top               132 chrome/browser/ui/views/download/download_item_view.h     gfx::ImageSkia* top;
top               142 chrome/browser/ui/views/download/download_item_view.h     gfx::ImageSkia* top;
top               424 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc   gfx::ImageSkia* top = rb.GetImageSkiaNamed(IDR_APP_TOP_CENTER);
top               435 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc   int top_edge_y = client_area_top - top->height();
top               438 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc   canvas->TileImageInt(*top, client_area_bounds.x(), top_edge_y,
top               439 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc                        client_area_bounds.width(), top->height());
top                85 chrome/browser/ui/views/frame/browser_view_layout.cc     const int top = browser_view_layout_->web_contents_modal_dialog_top_y_;
top                86 chrome/browser/ui/views/frame/browser_view_layout.cc     return gfx::Point(middle_x - size.width() / 2, top);
top                92 chrome/browser/ui/views/frame/browser_view_layout.cc     const int top = browser_view_layout_->web_contents_modal_dialog_top_y_;
top                93 chrome/browser/ui/views/frame/browser_view_layout.cc     return gfx::Size(content_area.width(), content_area.bottom() - top);
top               334 chrome/browser/ui/views/frame/browser_view_layout.cc   int top = delegate_->GetTopInsetInBrowserView();
top               335 chrome/browser/ui/views/frame/browser_view_layout.cc   top = LayoutTabStripRegion(top);
top               343 chrome/browser/ui/views/frame/browser_view_layout.cc   top = LayoutToolbar(top);
top               345 chrome/browser/ui/views/frame/browser_view_layout.cc   top = LayoutBookmarkAndInfoBars(top, browser_view->y());
top               355 chrome/browser/ui/views/frame/browser_view_layout.cc   top -= active_top_margin;
top               356 chrome/browser/ui/views/frame/browser_view_layout.cc   LayoutContentsContainerView(top, bottom);
top               393 chrome/browser/ui/views/frame/browser_view_layout.cc int BrowserViewLayout::LayoutTabStripRegion(int top) {
top               397 chrome/browser/ui/views/frame/browser_view_layout.cc     return top;
top               440 chrome/browser/ui/views/frame/browser_view_layout.cc int BrowserViewLayout::LayoutToolbar(int top) {
top               443 chrome/browser/ui/views/frame/browser_view_layout.cc   int y = top;
top               453 chrome/browser/ui/views/frame/browser_view_layout.cc int BrowserViewLayout::LayoutBookmarkAndInfoBars(int top, int browser_view_y) {
top               455 chrome/browser/ui/views/frame/browser_view_layout.cc       top + browser_view_y - kConstrainedWindowOverlap;
top               463 chrome/browser/ui/views/frame/browser_view_layout.cc           top + browser_view_y - kConstrainedWindowOverlap;
top               464 chrome/browser/ui/views/frame/browser_view_layout.cc       return LayoutBookmarkBar(LayoutInfoBar(top));
top               467 chrome/browser/ui/views/frame/browser_view_layout.cc     top = std::max(toolbar_->bounds().bottom(), LayoutBookmarkBar(top));
top               470 chrome/browser/ui/views/frame/browser_view_layout.cc   return LayoutInfoBar(top);
top               473 chrome/browser/ui/views/frame/browser_view_layout.cc int BrowserViewLayout::LayoutBookmarkBar(int top) {
top               474 chrome/browser/ui/views/frame/browser_view_layout.cc   int y = top;
top               496 chrome/browser/ui/views/frame/browser_view_layout.cc int BrowserViewLayout::LayoutInfoBar(int top) {
top               500 chrome/browser/ui/views/frame/browser_view_layout.cc     top = browser_view_->y();
top               502 chrome/browser/ui/views/frame/browser_view_layout.cc       top += TabStrip::GetImmersiveHeight();
top               507 chrome/browser/ui/views/frame/browser_view_layout.cc   int overlapped_top = top - infobar_container_->GetVerticalOverlap(&height);
top               515 chrome/browser/ui/views/frame/browser_view_layout.cc void BrowserViewLayout::LayoutContentsContainerView(int top, int bottom) {
top               519 chrome/browser/ui/views/frame/browser_view_layout.cc                                       top,
top               521 chrome/browser/ui/views/frame/browser_view_layout.cc                                       std::max(0, bottom - top));
top                99 chrome/browser/ui/views/frame/browser_view_layout.h   int LayoutTabStripRegion(int top);
top               100 chrome/browser/ui/views/frame/browser_view_layout.h   int LayoutToolbar(int top);
top               101 chrome/browser/ui/views/frame/browser_view_layout.h   int LayoutBookmarkAndInfoBars(int top, int browser_view_y);
top               102 chrome/browser/ui/views/frame/browser_view_layout.h   int LayoutBookmarkBar(int top);
top               103 chrome/browser/ui/views/frame/browser_view_layout.h   int LayoutInfoBar(int top);
top               108 chrome/browser/ui/views/frame/browser_view_layout.h   void LayoutContentsContainerView(int top, int bottom);
top                43 chrome/browser/ui/views/frame/contents_layout_manager.cc   int top = active_top_margin_;
top                44 chrome/browser/ui/views/frame/contents_layout_manager.cc   int height = std::max(0, contents_container->height() - top);
top                53 chrome/browser/ui/views/frame/contents_layout_manager.cc   old_devtools_bounds.Offset(0, -top);
top                54 chrome/browser/ui/views/frame/contents_layout_manager.cc   old_contents_bounds.Offset(0, -top);
top                58 chrome/browser/ui/views/frame/contents_layout_manager.cc   new_devtools_bounds.Offset(0, top);
top                59 chrome/browser/ui/views/frame/contents_layout_manager.cc   new_contents_bounds.Offset(0, top);
top               146 chrome/browser/ui/views/frame/glass_browser_frame_view.cc   return GetClientAreaInsets().top();
top               210 chrome/browser/ui/views/frame/glass_browser_frame_view.cc                    std::max(0, client_bounds.y() - insets.top()),
top               441 chrome/browser/ui/views/frame/global_menu_bar_x11.cc   DbusmenuMenuitem* top = menuitem_new();
top               443 chrome/browser/ui/views/frame/global_menu_bar_x11.cc       top, kPropertyLabel,
top               446 chrome/browser/ui/views/frame/global_menu_bar_x11.cc   menuitem_property_set_bool(top, kPropertyVisible, true);
top               473 chrome/browser/ui/views/frame/global_menu_bar_x11.cc     menuitem_child_append(top, menu_item);
top               477 chrome/browser/ui/views/frame/global_menu_bar_x11.cc   menuitem_child_append(parent, top);
top               478 chrome/browser/ui/views/frame/global_menu_bar_x11.cc   g_object_unref(top);
top               479 chrome/browser/ui/views/frame/global_menu_bar_x11.cc   return top;
top                39 chrome/browser/ui/views/infobars/infobar_container_view.cc   int top = GetVerticalOverlap(NULL);
top                43 chrome/browser/ui/views/infobars/infobar_container_view.cc     top -= child->arrow_height();
top                45 chrome/browser/ui/views/infobars/infobar_container_view.cc     child->SetBounds(0, top, width(), child_height);
top                46 chrome/browser/ui/views/infobars/infobar_container_view.cc     top += child_height;
top               979 chrome/browser/ui/views/location_bar/location_bar_view.cc       insets.top(), insets.left(), insets.bottom(), omnibox_view_margin));
top               157 chrome/browser/ui/views/location_bar/star_view_browsertest.cc       region_before.top == region_after.top &&
top               403 chrome/browser/ui/views/notifications/balloon_view_views.cc   SkScalar top = SkIntToScalar(0);
top               407 chrome/browser/ui/views/notifications/balloon_view_views.cc   path->moveTo(left, top);
top               408 chrome/browser/ui/views/notifications/balloon_view_views.cc   path->lineTo(right, top);
top               417 chrome/browser/ui/views/notifications/balloon_view_views.cc   path->lineTo(left, top);
top               427 chrome/browser/ui/views/notifications/balloon_view_views.cc   SkScalar top = SkIntToScalar(rect.y());
top               432 chrome/browser/ui/views/notifications/balloon_view_views.cc   path->lineTo(left, top + radius);
top               433 chrome/browser/ui/views/notifications/balloon_view_views.cc   path->cubicTo(left, top + spline_radius,
top               434 chrome/browser/ui/views/notifications/balloon_view_views.cc                 left + spline_radius, top,
top               435 chrome/browser/ui/views/notifications/balloon_view_views.cc                 left + radius, top);
top               436 chrome/browser/ui/views/notifications/balloon_view_views.cc   path->lineTo(right - radius, top);
top               437 chrome/browser/ui/views/notifications/balloon_view_views.cc   path->cubicTo(right - spline_radius, top,
top               438 chrome/browser/ui/views/notifications/balloon_view_views.cc                 right, top + spline_radius,
top               439 chrome/browser/ui/views/notifications/balloon_view_views.cc                 right, top + radius);
top               125 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc   int top = contents_rect.y();
top               129 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc       v->SetBounds(contents_rect.x(), top, contents_rect.width(),
top               131 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc       top = v->bounds().bottom();
top                55 chrome/browser/ui/views/panels/panel_view_browsertest.cc   EXPECT_EQ(150, window_rect.bottom - window_rect.top);
top                83 chrome/browser/ui/views/panels/panel_view_browsertest.cc   EXPECT_EQ(150, window_rect.bottom - window_rect.top);
top               171 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc       enclosing_y = bounds.top;
top               177 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc       if (bounds.top < enclosing_y)
top               178 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc         enclosing_y = bounds.top;
top               204 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc                current_bounds.top - enclosing_y,
top               206 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc                current_bounds.bottom - current_bounds.top,
top               289 chrome/browser/ui/views/tabs/tab_unittest.cc   EXPECT_EQ(close_button_insets.top(), close_button_insets_2.top());
top               117 chrome/browser/ui/views/tabs/window_finder_win.cc         screen_loc_.x() - r.left, screen_loc_.y() - r.top);
top                33 chrome/browser/ui/views/toolbar/back_button.cc   border->set_insets(gfx::Insets(insets.top(), insets.left() + margin,
top                24 chrome/browser/ui/webui/chromeos/first_run/first_run_actor.cc FirstRunActor::StepPosition& FirstRunActor::StepPosition::SetTop(int top) {
top                25 chrome/browser/ui/webui/chromeos/first_run/first_run_actor.cc   top_ = top;
top                52 chrome/browser/ui/webui/chromeos/first_run/first_run_actor.h     StepPosition& SetTop(int top);
top               157 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc     insets.Set(insets.top(), insets.left() + length,
top               160 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc     insets.Set(insets.top() + length, insets.left(),
top               188 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc     insets.Set(insets.top(), insets.left() + length,
top               191 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc     insets.Set(insets.top() + length, insets.left(),
top               175 chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc       region_before.top == region_after.top &&
top                57 chrome/browser/ui/window_sizer/window_sizer.cc     int top = 0, left = 0, bottom = 0, right = 0;
top                60 chrome/browser/ui/window_sizer/window_sizer.cc                      wp_pref->GetInteger("top", &top) &&
top                65 chrome/browser/ui/window_sizer/window_sizer.cc     bounds->SetRect(left, top, std::max(0, right - left),
top                66 chrome/browser/ui/window_sizer/window_sizer.cc                     std::max(0, bottom - top));
top                42 chrome/common/thumbnail_score.cc ThumbnailScore::ThumbnailScore(double score, bool clipping, bool top)
top                45 chrome/common/thumbnail_score.cc       at_top(top),
top                51 chrome/common/thumbnail_score.cc ThumbnailScore::ThumbnailScore(double score, bool clipping, bool top,
top                55 chrome/common/thumbnail_score.cc       at_top(top),
top                20 chrome/common/thumbnail_score.h   ThumbnailScore(double score, bool clipping, bool top);
top                23 chrome/common/thumbnail_score.h   ThumbnailScore(double score, bool clipping, bool top,
top               117 chrome/installer/util/install_util.cc       int y_offset = (screen_rect.bottom - screen_rect.top) / 2;
top               120 chrome/installer/util/install_util.cc                    screen_rect.top + y_offset,
top               496 chrome/renderer/chrome_content_renderer_client.cc       frame->top()->document().url(), orig_mime_type, &output));
top               650 chrome/renderer/chrome_content_renderer_client.cc             app_url = frame->top()->document().url();
top              1168 chrome/renderer/chrome_content_renderer_client.cc   if (frame->top()->document().url() == url) {
top              1260 chrome/renderer/chrome_content_renderer_client.cc   GURL old_url(frame->top()->document().url());
top              1282 chrome/renderer/chrome_content_renderer_client.cc     old_url = frame->top()->opener()->top()->document().url();
top               112 chrome/renderer/content_settings_observer.cc   WebString top_origin = frame->top()->document().securityOrigin().toString();
top               116 chrome/renderer/content_settings_observer.cc     return frame->top()->document().url();
top               335 chrome/renderer/content_settings_observer.cc       frame->top()->document().securityOrigin().isUnique())
top               341 chrome/renderer/content_settings_observer.cc       GURL(frame->top()->document().securityOrigin().toString()),
top               349 chrome/renderer/content_settings_observer.cc       frame->top()->document().securityOrigin().isUnique())
top               355 chrome/renderer/content_settings_observer.cc       GURL(frame->top()->document().securityOrigin().toString()), &result));
top               386 chrome/renderer/content_settings_observer.cc       frame->top()->document().securityOrigin().isUnique())
top               392 chrome/renderer/content_settings_observer.cc       GURL(frame->top()->document().securityOrigin().toString()),
top               453 chrome/renderer/content_settings_observer.cc       frame->top()->document().securityOrigin().isUnique())
top               466 chrome/renderer/content_settings_observer.cc       GURL(frame->top()->document().securityOrigin().toString()),
top                85 chrome/renderer/extensions/content_watcher.cc   blink::WebFrame* const top_frame = changed_frame->top();
top                71 chrome/renderer/extensions/resource_request_policy.cc     GURL page_url = frame->top()->document().url();
top               267 chrome/renderer/extensions/user_script_slave.cc                                                  frame->top()->document().url(),
top               326 chrome/renderer/extensions/user_script_slave.cc     blink::WebFrame* top_frame = frame->top();
top               109 chrome/renderer/extensions/webstore_bindings.cc   if (frame != frame->top()) {
top               271 chrome/renderer/plugins/chrome_plugin_placeholder.cc   WebDocument document = GetFrame()->top()->document();
top                20 chrome/renderer/worker_permission_client_proxy.cc       frame->top()->document().securityOrigin().isUnique())
top                25 chrome/renderer/worker_permission_client_proxy.cc       frame->top()->document().securityOrigin().toString());
top               533 chrome/test/base/ui_test_utils.cc         gfx::Size(rect.right - rect.left, rect.bottom - rect.top));
top               649 chrome/test/data/dromaeo/JSON.php                         $top = end($stk);
top               652 chrome/test/data/dromaeo/JSON.php                         if (($c == $strlen_chrs) || (($chrs{$c} == ',') && ($top['what'] == SERVICES_JSON_SLICE))) {
top               655 chrome/test/data/dromaeo/JSON.php                             $slice = substr($chrs, $top['where'], ($c - $top['where']));
top               694 chrome/test/data/dromaeo/JSON.php                         } elseif ((($chrs{$c} == '"') || ($chrs{$c} == "'")) && ($top['what'] != SERVICES_JSON_IN_STR)) {
top               699 chrome/test/data/dromaeo/JSON.php                         } elseif (($chrs{$c} == $top['delim']) &&
top               700 chrome/test/data/dromaeo/JSON.php                                  ($top['what'] == SERVICES_JSON_IN_STR) &&
top               709 chrome/test/data/dromaeo/JSON.php                                  in_array($top['what'], array(SERVICES_JSON_SLICE, SERVICES_JSON_IN_ARR, SERVICES_JSON_IN_OBJ))) {
top               714 chrome/test/data/dromaeo/JSON.php                         } elseif (($chrs{$c} == ']') && ($top['what'] == SERVICES_JSON_IN_ARR)) {
top               720 chrome/test/data/dromaeo/JSON.php                                  in_array($top['what'], array(SERVICES_JSON_SLICE, SERVICES_JSON_IN_ARR, SERVICES_JSON_IN_OBJ))) {
top               725 chrome/test/data/dromaeo/JSON.php                         } elseif (($chrs{$c} == '}') && ($top['what'] == SERVICES_JSON_IN_OBJ)) {
top               731 chrome/test/data/dromaeo/JSON.php                                  in_array($top['what'], array(SERVICES_JSON_SLICE, SERVICES_JSON_IN_ARR, SERVICES_JSON_IN_OBJ))) {
top               737 chrome/test/data/dromaeo/JSON.php                         } elseif (($substr_chrs_c_2 == '*/') && ($top['what'] == SERVICES_JSON_IN_CMT)) {
top               742 chrome/test/data/dromaeo/JSON.php                             for ($i = $top['where']; $i <= $c; ++$i)
top               430 chrome/test/remoting/remote_desktop_browsertest.cc   int top = ExecuteScriptAndExtractInt("clientPluginRect.top");
top               444 chrome/test/remoting/remote_desktop_browsertest.cc       gfx::Point(left + x, top + y));
top               676 chromeos/audio/cras_audio_handler.cc     SwitchToDevice(input_devices_pq_.top());
top               682 chromeos/audio/cras_audio_handler.cc     SwitchToDevice(output_devices_pq_.top());
top               136 content/browser/accessibility/accessibility_tree_formatter_win.cc   LONG left, top, width, height;
top               138 content/browser/accessibility/accessibility_tree_formatter_win.cc   if (acc_obj->accLocation(&left, &top, &width, &height, variant_self)
top               145 content/browser/accessibility/accessibility_tree_formatter_win.cc     location->SetInteger("y", top - root_top);
top               278 content/browser/accessibility/browser_accessibility.cc         int top = child_rect.y() + start_pixel_offset;
top               280 content/browser/accessibility/browser_accessibility.cc         child_overlap_rect = gfx::Rect(child_rect.x(), top,
top               281 content/browser/accessibility/browser_accessibility.cc                                        child_rect.width(), bottom - top);
top               286 content/browser/accessibility/browser_accessibility.cc         int top = child_rect.bottom() - end_pixel_offset;
top               287 content/browser/accessibility/browser_accessibility.cc         child_overlap_rect = gfx::Rect(child_rect.x(), top,
top               288 content/browser/accessibility/browser_accessibility.cc                                        child_rect.width(), bottom - top);
top               467 content/browser/appcache/appcache_storage_impl_unittest.cc     base::MessageLoop::current()->PostTask(FROM_HERE, task_stack_.top());
top                73 content/browser/compositor/software_output_device_win.cc     SIZE size = {wr.right - wr.left, wr.bottom - wr.top};
top                74 content/browser/compositor/software_output_device_win.cc     POINT position = {wr.left, wr.top};
top                48 content/browser/indexed_db/indexed_db_transaction.cc   Operation task(stack_.top());
top               235 content/browser/media/capture/desktop_capture_device.cc         output_frame_->stride() * output_rect_.top() +
top               301 content/browser/media/capture/desktop_capture_device.cc       output_rect_.Translate(-output_rect_.left(), -output_rect_.top());
top               633 content/child/npapi/plugin_host.cc         rect.top = invalidRect->top;
top               640 content/child/npapi/plugin_host.cc                      invalidRect->top,
top               642 content/child/npapi/plugin_host.cc                      invalidRect->bottom - invalidRect->top);
top               224 content/child/npapi/plugin_instance.h     return popups_enabled_stack_.empty() ? false : popups_enabled_stack_.top();
top               199 content/child/npapi/webplugin_delegate_impl_gtk.cc   window_.clipRect.top = clip_rect_.y();
top               369 content/child/npapi/webplugin_delegate_impl_gtk.cc     window_.clipRect.top = 0;
top               495 content/child/npapi/webplugin_delegate_impl_gtk.cc   window_.clipRect.top = clip_rect_.y() + window_rect_.y();
top               839 content/child/npapi/webplugin_delegate_impl_win.cc   window_.clipRect.top = std::max(0, clip_rect_.y());
top               974 content/child/npapi/webplugin_delegate_impl_win.cc     invalid_rect.Offset(-window_rect.left, -window_rect.top);
top              1080 content/child/npapi/webplugin_delegate_impl_win.cc   damage_rect_win.top    = damage_rect.y();  // + window_rect_.y();
top              1082 content/child/npapi/webplugin_delegate_impl_win.cc   damage_rect_win.bottom = damage_rect_win.top + damage_rect.height();
top              1108 content/child/npapi/webplugin_delegate_impl_win.cc   window_.clipRect.top = clip_rect_.y();
top              1226 content/common/gpu/media/exynos_video_encode_accelerator.cc   crop.c.top    = 0;
top              1273 content/common/gpu/media/exynos_video_encode_accelerator.cc   crop.c.top    = 0;
top              1322 content/common/gpu/media/exynos_video_encode_accelerator.cc   crop.c.top    = 0;
top               624 content/common/page_state_serialization.cc   WriteFrameState(state.top, obj, true);
top               633 content/common/page_state_serialization.cc     state->top.url_string =
top               647 content/common/page_state_serialization.cc   ReadFrameState(obj, true, &state->top);
top               650 content/common/page_state_serialization.cc     RecursivelyAppendReferencedFiles(state->top, &state->referenced_files);
top                64 content/common/page_state_serialization.h   ExplodedFrameState top;
top                85 content/common/page_state_serialization_unittest.cc   ExpectEquality(a.top, b.top);
top               183 content/common/page_state_serialization_unittest.cc     PopulateFrameStateForBackwardsCompatTest(&page_state->top, false);
top               248 content/common/page_state_serialization_unittest.cc   PopulateFrameState(&input.top);
top               261 content/common/page_state_serialization_unittest.cc   PopulateFrameState(&input.top);
top               262 content/common/page_state_serialization_unittest.cc   PopulateHttpBody(&input.top.http_body, &input.referenced_files);
top               275 content/common/page_state_serialization_unittest.cc   PopulateFrameState(&input.top);
top               281 content/common/page_state_serialization_unittest.cc     input.top.children.push_back(child_state);
top               295 content/common/page_state_serialization_unittest.cc   PopulateFrameState(&input.top);
top               306 content/common/page_state_serialization_unittest.cc     input.top.children.push_back(child_state);
top               279 content/public/android/java/src/org/chromium/content/browser/ContentView.java     protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
top               280 content/public/android/java/src/org/chromium/content/browser/ContentView.java         super.onLayout(changed, left, top, right, bottom);
top              2522 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java         mTopLeftVisibilityClippingPoint.setLocalDip(bounds.left, bounds.top);
top               327 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java         float t = mTouch.y - mScale * (mTouch.y - mTargetBounds.top);
top               358 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java         if (mClipRect.top < ZOOM_BOUNDS_MARGIN) {
top               359 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java             mShiftY = ZOOM_BOUNDS_MARGIN - mClipRect.top;
top               360 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java             mClipRect.top += mShiftY;
top               365 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java             mClipRect.top += mShiftY;
top               377 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java         if (mViewClipRect.top + mShiftY > mClipRect.top) {
top               378 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java             mMaxScrollY = mViewClipRect.top - mClipRect.top;
top               388 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java         mTopExtrusion = mTouch.y - mClipRect.top;
top               468 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java         rect.top = mTouch.y - mTopExtrusion * scale + unshiftY;
top               476 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java         canvas.scale(scale, scale, rect.left, rect.top);
top               478 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java         canvas.drawBitmap(mZoomedBitmap, rect.left, rect.top, null);
top               482 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java                 (int) rect.top - sOverlayPadding.top,
top               527 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java         rect.top = (int) mRenderCoordinates.fromLocalCssToPix(rect.top);
top                48 content/public/android/java/src/org/chromium/content/browser/input/CursorController.java     public void setVisibleClippingRectangle(int left, int top, int right, int bottom) {
top                50 content/public/android/java/src/org/chromium/content/browser/input/CursorController.java             mVisibleClippingRectangle = new Rect(left, top, right, bottom);
top                52 content/public/android/java/src/org/chromium/content/browser/input/CursorController.java             mVisibleClippingRectangle.set(left,top,right,bottom);
top               244 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java         clip.top = 0;
top               257 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java                 posY >= clip.top && posY <= clip.bottom;
top                75 content/public/android/java/src/org/chromium/content/browser/input/InputMethodManagerWrapper.java     public void updateCursor(View view, int left, int top, int right, int bottom) {
top                76 content/public/android/java/src/org/chromium/content/browser/input/InputMethodManagerWrapper.java         getInputMethodManager().updateCursor(view, left, top, right, bottom);
top               261 content/public/android/javatests/src/org/chromium/content/browser/input/InsertionHandleTest.java         float top = renderCoordinates.fromLocalCssToPix(nodeBounds.top) + offsetY;
top               266 content/public/android/javatests/src/org/chromium/content/browser/input/InsertionHandleTest.java                 (int)(left + 3 * (right - left) / 4), (int)(top + (bottom - top) / 2));
top               274 content/public/android/javatests/src/org/chromium/content/browser/input/InsertionHandleTest.java                 (int)(left + (right - left) / 4), (int)(top + (bottom - top) / 2));
top               207 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java         int visibleBoundsTopY = Math.round(affineTopLeft.x * nodeWindowBounds.top
top               212 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java         int visibleBoundsBottomY = Math.round(affineBottomRight.x * nodeWindowBounds.top
top               221 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java         int topY = (nodeWindowBounds.top + nodeWindowBounds.centerY()) / 2;
top               245 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java         int topY = (nodeWindowBounds.top + nodeWindowBounds.centerY()) / 2;
top               461 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java         int top = (int) renderCoordinates.fromLocalCssToPix(nodeBounds.top) + offsetY;
top               464 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java         return new Rect(left, top, right, bottom);
top                68 content/public/common/page_state.cc   state.top.url_string = ToNullableString16(url.possibly_invalid_spec());
top                81 content/public/common/page_state.cc   state.top.url_string = ToNullableString16(url.possibly_invalid_spec());
top                84 content/public/common/page_state.cc     state.top.http_body.is_null = false;
top                89 content/public/common/page_state.cc       state.top.http_body.elements.push_back(element);
top                96 content/public/common/page_state.cc       state.top.http_body.elements.push_back(element);
top                99 content/public/common/page_state.cc     state.top.http_body.contains_passwords =
top               136 content/public/common/page_state.cc   RecursivelyRemovePasswordData(&state.top);
top               146 content/public/common/page_state.cc   RecursivelyRemoveScrollOffset(&state.top);
top               159 content/public/common/page_state.cc   RecursivelyRemoveReferrer(&state.top);
top               169 content/public/renderer/history_item_serialization.cc   if (!RecursivelyGenerateFrameState(item, &state.top))
top               186 content/public/renderer/history_item_serialization.cc   if (!RecursivelyGenerateHistoryItem(state.top, &item))
top                75 content/renderer/disambiguation_popup_helper.cc   int top = touch_point.y() - zoom_rect.y();
top                78 content/renderer/disambiguation_popup_helper.cc   TrimEdges(&top, &bottom, max_size.height());
top                81 content/renderer/disambiguation_popup_helper.cc                    touch_point.y() - top,
top                83 content/renderer/disambiguation_popup_helper.cc                    top + bottom);
top               302 content/renderer/pepper/v8_var_converter.cc     const PP_Var& current_var = stack.top().val;
top               305 content/renderer/pepper/v8_var_converter.cc     if (stack.top().sentinel) {
top               311 content/renderer/pepper/v8_var_converter.cc       stack.top().sentinel = true;
top               413 content/renderer/pepper/v8_var_converter.cc     v8::Handle<v8::Value> current_v8 = stack.top().val;
top               416 content/renderer/pepper/v8_var_converter.cc     if (stack.top().sentinel) {
top               422 content/renderer/pepper/v8_var_converter.cc       stack.top().sentinel = true;
top              1198 content/renderer/render_frame_impl.cc       routing_id_, params.url, frame->top()->document().url(),
top              2097 content/renderer/render_frame_impl.cc   WebFrame* top_frame = frame->top();
top              2510 content/renderer/render_frame_impl.cc       GURL(frame->top()->document().securityOrigin().toString()),
top              2520 content/renderer/render_frame_impl.cc       GURL(frame->top()->document().securityOrigin().toString()),
top              2924 content/renderer/render_frame_impl.cc         source_url = frame->opener()->top()->document().url();
top              1491 content/renderer/render_view_impl.cc   params.opener_top_level_frame_url = creator->top()->document().url();
top               594 content/shell/renderer/test_runner/WebTestProxy.cpp         int top = max(damageRect.y, clientRect.y);
top               598 content/shell/renderer/test_runner/WebTestProxy.cpp         if (left < right && top < bottom)
top               599 content/shell/renderer/test_runner/WebTestProxy.cpp             rect = WebRect(left, top, right - left, bottom - top);
top               712 content/shell/renderer/test_runner/WebTestProxy.cpp     int top = min(m_paintRect.y, rect.y);
top               715 content/shell/renderer/test_runner/WebTestProxy.cpp     m_paintRect = WebRect(left, top, right - left, bottom - top);
top               194 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp     int top = irect.fTop;
top               196 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp     SkScalar cy = SkIntToScalar(top  + height / 2);
top               231 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp     int top = irect.fTop;
top               248 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp         for (int i = top + readOnlyLineOffset; i < bottom; i += readOnlyLineOffset)
top               255 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             left,                 top,
top               256 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             left + triangleSize,  top,
top               257 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             left,                 top + triangleSize,
top               321 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp     int top = irect.fTop;
top               328 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             left  + quarterWidth, top    + quarterHeight,
top               329 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             right - quarterWidth, top    + quarterHeight,
top               338 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             right - quarterWidth, top    + quarterHeight,
top               340 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             left  + quarterWidth, top    + halfHeight,
top               347 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             left  + quarterWidth, top    + quarterHeight,
top               348 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             right - quarterWidth, top    + halfHeight,
top               357 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             left  + halfWidth,    top    + quarterHeight,
top               371 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             left  + gripLongIndent, top    + halfHeight,
top               372 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             right - gripLongIndent, top    + halfHeight,
top               375 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             left  + longOffset,     top    + gripShortIndent,
top               379 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             right - longOffset,     top    + gripShortIndent,
top               394 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             left  + halfWidth,       top    + gripLongIndent,
top               398 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             left  + gripShortIndent, top    + longOffset,
top               399 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             right - gripShortIndent, top    + longOffset,
top               540 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             line(canvas, left, top, right, top, edgeColor);
top               545 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             line(canvas, left, top, left, bottom, edgeColor);
top               546 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             line(canvas, right, top, right, bottom, edgeColor);
top               571 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             left  + halfWidth,    top    + quarterHeight,
top               576 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp         top = lirect.fTop;
top               581 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             left  + quarterWidth, top    + quarterHeight,
top               582 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp             right - quarterWidth, top    + quarterHeight,
top              1656 content/shell/renderer/test_runner/test_runner.cc   if (frame->top()->view() != web_view_)
top               366 content/shell/renderer/test_runner/web_ax_object_proxy.cc           int top = inline_text_box_rect.y + character_offsets[localIndex - 1];
top               369 content/shell/renderer/test_runner/web_ax_object_proxy.cc           return blink::WebRect(inline_text_box_rect.x, top,
top               379 content/shell/renderer/test_runner/web_ax_object_proxy.cc           int top = bottom - character_offsets[localIndex];
top               382 content/shell/renderer/test_runner/web_ax_object_proxy.cc           return blink::WebRect(inline_text_box_rect.x, top,
top               385 content/shell/renderer/test_runner/web_ax_object_proxy.cc         int top = bottom - character_offsets[0];
top               386 content/shell/renderer/test_runner/web_ax_object_proxy.cc         return blink::WebRect(inline_text_box_rect.x, top,
top               365 content/shell/tools/plugin/PluginObject.cpp         plugin->lastWindow.clipRect.top,
top               367 content/shell/tools/plugin/PluginObject.cpp         plugin->lastWindow.clipRect.bottom - plugin->lastWindow.clipRect.top);
top              1178 content/shell/tools/plugin/PluginObject.cpp   rect.top = static_cast<int>(NPVARIANT_TO_DOUBLE(args[1]));
top                54 content/shell/tools/plugin/Tests/LogNPPSetWindow.cpp         window->clipRect.left, window->clipRect.top, window->clipRect.right, window->clipRect.bottom,
top                27 content/test/plugin/plugin_window_size_test.cc   window_rect.top = pNPWindow->y;
top                44 content/test/plugin/plugin_window_size_test.cc     origin_from_os.y = window_rect_from_os.top;
top               217 crypto/p224.cc   uint32 top = a[7] >> 28;
top               222 crypto/p224.cc   uint32 mask = top;
top               229 crypto/p224.cc   a[0] -= top;
top               230 crypto/p224.cc   a[3] += top << 12;
top               303 crypto/p224.cc   uint32 top = out[7] >> 28;
top               307 crypto/p224.cc   out[0] -= top;
top               308 crypto/p224.cc   out[3] += top << 12;
top               325 crypto/p224.cc   top = out[7] >> 28;
top               329 crypto/p224.cc   out[0] -= top;
top               330 crypto/p224.cc   out[3] += top << 12;
top                70 extensions/browser/file_highlighter.cc     else if (!stack.empty() && c == stack.top())
top               135 extensions/common/features/base_feature_provider.cc         if (!ParseFeature(parse_stack.top().second,
top               136 extensions/common/features/base_feature_provider.cc                           parse_stack.top().first,
top               101 gpu/command_buffer/client/share_group.cc         ids[ii] = free_ids_.top();
top                31 gpu/command_buffer/common/debug_marker_manager.cc   group_stack_.top().SetMarker(marker);
top                35 gpu/command_buffer/common/debug_marker_manager.cc   return group_stack_.top().marker();
top                39 gpu/command_buffer/common/debug_marker_manager.cc   group_stack_.push(Group(group_stack_.top().name() + "." + name));
top               527 gpu/command_buffer/service/texture_manager.cc     int32 top;
top               529 gpu/command_buffer/service/texture_manager.cc            SafeAddInt32(yoffset, height, &top) &&
top               533 gpu/command_buffer/service/texture_manager.cc            top <= info.height &&
top                70 gpu/gles2_conform_support/native/egl_native_win.cc   wnd_rect.top = 0;
top                90 gpu/gles2_conform_support/native/egl_native_win.cc       wnd_rect.bottom - wnd_rect.top,
top               413 gpu/tools/compositor_model_bench/shaders.cc   float top = g_current_tile_height*y;
top               414 gpu/tools/compositor_model_bench/shaders.cc   if (left > g_current_tile_layer_width || top > g_current_tile_layer_height)
top               418 gpu/tools/compositor_model_bench/shaders.cc   float bottom = min(top+g_current_tile_height, g_current_tile_layer_height);
top               420 gpu/tools/compositor_model_bench/shaders.cc   float height = bottom-top;
top               441 gpu/tools/compositor_model_bench/shaders.cc   float center_y = (top+bottom)/2 - g_current_tile_layer_height/2;
top               381 media/cdm/ppapi/cdm_file_io_test.cc     cdm::FileIO* file_io = file_io_stack_.empty()? NULL : file_io_stack_.top();
top               447 media/cdm/ppapi/cdm_file_io_test.cc     file_io_stack_.top()->Close();
top               268 media/formats/webm/chromeos/webm_encoder.cc   long int start_pos = ebml_sub_elements_.top();
top               201 mojo/examples/sample_app/spinning_cube.cc                float top,
top               205 mojo/examples/sample_app/spinning_cube.cc     float delta_y = top - bottom;
top               223 mojo/examples/sample_app/spinning_cube.cc     frust.m[2][1] = (top + bottom) / delta_y;
top                15 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc   int32_t top;
top                33 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc     rect.set_y(input.top);
top                35 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc     rect.set_height(input.bottom - input.top);
top                41 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc     rect.top = input.y();
top               142 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc   EXPECT_EQ(20, rr.top);
top               171 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc     rr.top += static_cast<int32_t>(i);
top               215 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc     rect.top += static_cast<int32_t>(i);
top               228 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc     EXPECT_EQ(redmond_region.rects[i].top, redmond_region2.rects[i].top);
top                19 mojo/services/native_viewport/native_viewport_win.cc   wr.top = bounds.y();
top                23 mojo/services/native_viewport/native_viewport_win.cc   return gfx::Rect(wr.left, wr.top, wr.right - wr.left, wr.bottom - wr.top);
top                63 mojo/services/native_viewport/native_viewport_win.cc     return gfx::Size(cr.right - cr.left, cr.bottom - cr.top);
top               131 mojo/services/native_viewport/native_viewport_win.cc     Rectangle(dc, cr.left, cr.top, cr.right, cr.bottom);
top               113 native_client_sdk/src/examples/api/gamepad/gamepad.cc               int top,
top               117 native_client_sdk/src/examples/api/gamepad/gamepad.cc   for (int y = std::max(0, top);
top               118 native_client_sdk/src/examples/api/gamepad/gamepad.cc        y < std::min(image->size().height() - 1, top + height);
top                19 native_client_sdk/src/examples/api/graphics_3d/matrix.cc                   GLfloat top,
top                25 native_client_sdk/src/examples/api/graphics_3d/matrix.cc   temp3 = top - bottom;
top                36 native_client_sdk/src/examples/api/graphics_3d/matrix.cc   mat[9] = (top + bottom) / temp3;
top                28 native_client_sdk/src/examples/api/graphics_3d/matrix.h                   GLfloat top,
top                19 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc                   GLfloat top,
top                25 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc   temp3 = top - bottom;
top                36 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc   mat[9] = (top + bottom) / temp3;
top                28 native_client_sdk/src/gonacl_appengine/src/cube/matrix.h                   GLfloat top,
top                18 net/base/int128.h   uint128(uint64 top, uint64 bottom);
top                25 net/base/int128.h   void Initialize(uint64 top, uint64 bottom);
top               108 net/base/int128.h inline uint128::uint128(uint64 top, uint64 bottom) : lo_(bottom), hi_(top) { }
top               118 net/base/int128.h inline void uint128::Initialize(uint64 top, uint64 bottom) {
top               119 net/base/int128.h   hi_ = top;
top               153 net/websockets/websocket_inflater.cc     std::pair<char*, size_t> top = input_queue_.Top();
top               155 net/websockets/websocket_inflater.cc     result = InflateWithFlush(top.first, top.second);
top               156 net/websockets/websocket_inflater.cc     input_queue_.Consume(top.second - stream_->avail_in);
top                26 ppapi/cpp/rect.cc void Rect::Inset(int32_t left, int32_t top, int32_t right, int32_t bottom) {
top                27 ppapi/cpp/rect.cc   Offset(left, top);
top                29 ppapi/cpp/rect.cc   set_height(std::max<int32_t>(height() - top - bottom, 0));
top               281 ppapi/cpp/rect.h   void Inset(int32_t left, int32_t top, int32_t right, int32_t bottom);
top                28 ppapi/examples/2d/paint_manager_example.cc                      int left, int top, int width, int height,
top                30 ppapi/examples/2d/paint_manager_example.cc   for (int y = std::max(0, top);
top                31 ppapi/examples/2d/paint_manager_example.cc        y < std::min(image->size().height() - 1, top + height);
top                24 ppapi/examples/gamepad/gamepad.cc void FillRect(pp::ImageData* image, int left, int top, int width, int height,
top                26 ppapi/examples/gamepad/gamepad.cc   for (int y = std::max(0, top);
top                27 ppapi/examples/gamepad/gamepad.cc        y < std::min(image->size().height() - 1, top + height);
top               200 ppapi/examples/gles2_spinning_cube/spinning_cube.cc                float top,
top               204 ppapi/examples/gles2_spinning_cube/spinning_cube.cc     float delta_y = top - bottom;
top               222 ppapi/examples/gles2_spinning_cube/spinning_cube.cc     frust.m[2][1] = (top + bottom) / delta_y;
top                45 ppapi/examples/ime/ime.cc               int left, int top, int width, int height,
top                47 ppapi/examples/ime/ime.cc   for (int y = std::max(0, top);
top                48 ppapi/examples/ime/ime.cc        y < std::min(image->size().height() - 1, top + height);
top                28 ppapi/examples/input/pointer_event_input.cc                      int left, int top, int width, int height,
top                30 ppapi/examples/input/pointer_event_input.cc   for (int y = std::max(0, top);
top                31 ppapi/examples/input/pointer_event_input.cc        y < std::min(image->size().height() - 1, top + height);
top                15 ppapi/examples/mouse_cursor/mouse_cursor.cc void FillRect(pp::ImageData* image, int left, int top, int width, int height,
top                17 ppapi/examples/mouse_cursor/mouse_cursor.cc   for (int y = std::max(0, top);
top                18 ppapi/examples/mouse_cursor/mouse_cursor.cc        y < std::min(image->size().height() - 1, top + height);
top               146 ppapi/examples/video_effects/video_effects.cc       uint8_t* top = image + i * image_data.stride();
top               148 ppapi/examples/video_effects/video_effects.cc       memcpy(&tmp_row[0], top, image_data.stride());
top               149 ppapi/examples/video_effects/video_effects.cc       memcpy(top, bottom, image_data.stride());
top                98 ppapi/proxy/raw_var_data.cc     PP_Var current_var = stack.top().var;
top                99 ppapi/proxy/raw_var_data.cc     RawVarData* current_var_data = graph->data_[stack.top().data_index];
top               226 ppapi/shared_impl/var_value_conversions.cc     VarNode& top = state.top();
top               227 ppapi/shared_impl/var_value_conversions.cc     if (top.sentinel) {
top               228 ppapi/shared_impl/var_value_conversions.cc       parent_ids.erase(top.var.value.as_id);
top               230 ppapi/shared_impl/var_value_conversions.cc     } else if (top.var.type == PP_VARTYPE_DICTIONARY) {
top               231 ppapi/shared_impl/var_value_conversions.cc       parent_ids.insert(top.var.value.as_id);
top               232 ppapi/shared_impl/var_value_conversions.cc       top.sentinel = true;
top               234 ppapi/shared_impl/var_value_conversions.cc       DictionaryVar* dict_var = DictionaryVar::FromPPVar(top.var);
top               238 ppapi/shared_impl/var_value_conversions.cc       DCHECK(top.value->GetType() == base::Value::TYPE_DICTIONARY);
top               240 ppapi/shared_impl/var_value_conversions.cc           static_cast<base::DictionaryValue*>(top.value);
top               260 ppapi/shared_impl/var_value_conversions.cc     } else if (top.var.type == PP_VARTYPE_ARRAY) {
top               261 ppapi/shared_impl/var_value_conversions.cc       parent_ids.insert(top.var.value.as_id);
top               262 ppapi/shared_impl/var_value_conversions.cc       top.sentinel = true;
top               264 ppapi/shared_impl/var_value_conversions.cc       ArrayVar* array_var = ArrayVar::FromPPVar(top.var);
top               268 ppapi/shared_impl/var_value_conversions.cc       DCHECK(top.value->GetType() == base::Value::TYPE_LIST);
top               269 ppapi/shared_impl/var_value_conversions.cc       base::ListValue* list_value = static_cast<base::ListValue*>(top.value);
top               300 ppapi/shared_impl/var_value_conversions.cc     ValueNode top = state.top();
top               303 ppapi/shared_impl/var_value_conversions.cc     if (top.value->GetType() == base::Value::TYPE_DICTIONARY) {
top               305 ppapi/shared_impl/var_value_conversions.cc           static_cast<const base::DictionaryValue*>(top.value);
top               306 ppapi/shared_impl/var_value_conversions.cc       DictionaryVar* dict_var = DictionaryVar::FromPPVar(top.var);
top               316 ppapi/shared_impl/var_value_conversions.cc     } else if (top.value->GetType() == base::Value::TYPE_LIST) {
top               318 ppapi/shared_impl/var_value_conversions.cc           static_cast<const base::ListValue*>(top.value);
top               319 ppapi/shared_impl/var_value_conversions.cc       ArrayVar* array_var = ArrayVar::FromPPVar(top.var);
top               252 printing/emf_win.cc                    header.rclBounds.top,
top               254 printing/emf_win.cc                    header.rclBounds.bottom - header.rclBounds.top + 1);
top                18 printing/page_setup.cc       top(0),
top                27 printing/page_setup.cc   top = 0;
top                35 printing/page_setup.cc       top == rhs.top &&
top               127 printing/page_setup.cc   effective_margins_.top = std::max(std::max(requested_margins_.top,
top               154 printing/page_setup.cc   content_area_.set_y(effective_margins_.top);
top                30 printing/page_setup.h   int top;
top                24 printing/page_setup_unittest.cc   margins.top = rand() % kMax;
top                46 printing/page_setup_unittest.cc   effective_margins.top = std::max(margins.top,
top                66 printing/page_setup_unittest.cc                          effective_margins.top,
top                69 printing/page_setup_unittest.cc                              effective_margins.top);
top                91 printing/page_setup_unittest.cc   EXPECT_EQ(effective_margins.top, setup.effective_margins().top) << seed <<
top               108 printing/page_setup_unittest.cc   margins.top = 4;
top               126 printing/page_setup_unittest.cc   effective_margins.top = 6;
top               156 printing/page_setup_unittest.cc   EXPECT_EQ(effective_margins.top, setup.effective_margins().top) <<
top               172 printing/page_setup_unittest.cc   margins.top = -11;
top               185 printing/page_setup_unittest.cc   EXPECT_EQ(setup.effective_margins().top, 2);
top               191 printing/page_setup_unittest.cc   EXPECT_EQ(setup.effective_margins().top, 0);
top               202 printing/page_setup_unittest.cc   margins.top = 14;
top               224 printing/page_setup_unittest.cc   EXPECT_EQ(setup.effective_margins().top, 14);
top               245 printing/page_setup_unittest.cc   EXPECT_EQ(setup.effective_margins().top, 14);
top               253 printing/page_setup_unittest.cc   EXPECT_EQ(setup.effective_margins().top, 14);
top               273 printing/page_setup_unittest.cc   EXPECT_EQ(setup.effective_margins().top, 14);
top               162 printing/print_settings.cc       margins.top = margin_printer_units;
top               172 printing/print_settings.cc       margins.top = 0;
top               181 printing/print_settings.cc       margins.top = ConvertUnitDouble(
top               182 printing/print_settings.cc           requested_custom_margins_in_points_.top,
top                70 printing/print_settings_initializer.cc     margins_in_points.top = page_size_margins.margin_top;
top                51 printing/print_settings_initializer_mac.cc       (paper_rect.bottom - paper_rect.top));
top                54 printing/print_settings_initializer_mac.cc       (page_rect.top - paper_rect.top),
top                56 printing/print_settings_initializer_mac.cc       (page_rect.bottom - page_rect.top));
top                65 remoting/base/plugin_thread_task_runner.cc       event_.TimedWait(CalcTimeDelta(delayed_queue_.top().delayed_run_time));
top               214 remoting/base/plugin_thread_task_runner.cc          delayed_queue_.top().delayed_run_time <= now) {
top               215 remoting/base/plugin_thread_task_runner.cc     delayed_queue_.top().task.Run();
top               222 remoting/base/plugin_thread_task_runner.cc     base::TimeTicks when = delayed_queue_.top().delayed_run_time;
top                96 remoting/base/util.cc                                     source_buffer_rect.top(),
top                99 remoting/base/util.cc                                       source_buffer_rect.top(),
top               102 remoting/base/util.cc                                         dest_buffer_rect.top(),
top               111 remoting/base/util.cc                                       RoundToTwosMultiple(dest_rect.top() + 1),
top               115 remoting/base/util.cc     y_offset += CalculateYOffset(inner_rect.left(), inner_rect.top(),
top               117 remoting/base/util.cc     uv_offset += CalculateUVOffset(inner_rect.left(), inner_rect.top(),
top               119 remoting/base/util.cc     rgb_offset += CalculateRGBOffset(inner_rect.left(), inner_rect.top(),
top               132 remoting/base/util.cc                                         RoundToTwosMultiple(dest_rect.top()),
top               136 remoting/base/util.cc                                    outer_rect.top() - inner_rect.top());
top               150 remoting/base/util.cc         rect.Translate(-outer_rect.left(), -outer_rect.top());
top               160 remoting/base/util.cc                                        rect.top(),
top               178 remoting/base/util.cc                                    dest_rect.top(),
top               193 remoting/base/util.cc   int y = RoundToTwosMultiple(rect.top());
top               203 remoting/base/util.cc   int top = (rect.top() * out_size.height()) / in_size.height();
top               208 remoting/base/util.cc   return webrtc::DesktopRect::MakeLTRB(left, top, right, bottom);
top               224 remoting/base/util.cc       dest_rect.top() - source_buffer_rect.top(),
top               228 remoting/base/util.cc       dest_rect.top() - dest_buffer_rect.top(),
top                49 remoting/base/util_unittest.cc         rgb_buffer_.get() + (rect.top() * kRgbStride) +
top                62 remoting/base/util_unittest.cc       if (y < rect.top() || rect.bottom() <= y) {
top               159 remoting/base/util_unittest.cc         rect.top() + ((i & 2) ? 2 : 0),
top               177 remoting/base/util_unittest.cc         rect.top() + ((i & 2) ? 2 : 0),
top               401 remoting/client/plugin/chromoting_instance.cc     rect_value->AppendInteger(rect.top());
top               280 remoting/client/plugin/pepper_view.cc     rect.Translate(-clip_area.left(), -clip_area.top());
top               286 remoting/client/plugin/pepper_view.cc         pp::Point(clip_area.left(), clip_area.top()),
top               287 remoting/client/plugin/pepper_view.cc         pp::Rect(rect.left(), rect.top(), rect.width(), rect.height()));
top                64 remoting/client/software_video_renderer.cc       uint8* pixels = image_buffer + (rect.top() * image_stride) +
top               129 remoting/codec/codec_test.cc       const int offset =  stride * i.rect().top() +
top               154 remoting/codec/codec_test.cc       const int offset =  stride * i.rect().top() +
top               297 remoting/codec/codec_test.cc       frame->stride() * rects[i].top() +
top                49 remoting/codec/video_decoder_verbatim.cc     uint8_t* out = screen_buffer_.get() + rect.top() * stride +
top                51 remoting/codec/video_decoder_verbatim.cc     for (int y = rect.top(); y < rect.top() + rect.height(); ++y) {
top                33 remoting/codec/video_decoder_vpx.cc   uint32* ptr = reinterpret_cast<uint32*>(buffer + (rect.top() * stride) +
top               192 remoting/codec/video_decoder_vpx.cc         RoundToTwosMultiple(source_rect.top()),
top               203 remoting/codec/video_decoder_vpx.cc     int y_offset = CalculateYOffset(source_rect.left(), source_rect.top(),
top               205 remoting/codec/video_decoder_vpx.cc     int uv_offset = CalculateUVOffset(source_rect.left(), source_rect.top(),
top                51 remoting/codec/video_encoder_verbatim.cc     const uint8_t* in = frame.data() + rect.top() * in_stride +
top                53 remoting/codec/video_encoder_verbatim.cc     for (int y = rect.top(); y < rect.top() + rect.height(); ++y) {
top                61 remoting/codec/video_encoder_verbatim.cc     dirty_rect->set_y(rect.top());
top               221 remoting/codec/video_encoder_vpx.cc     rect->set_y(r.rect().top());
top               315 remoting/codec/video_encoder_vpx.cc         rect.left(), rect.top(), rect.right(), rect.bottom())));
top               341 remoting/codec/video_encoder_vpx.cc         rect.left(), rect.top(), rect.width(), rect.height(),
top               357 remoting/codec/video_encoder_vpx.cc     int top = rect.top() / kMacroBlockSize;
top               362 remoting/codec/video_encoder_vpx.cc     uint8* map = active_map_.get() + top * active_map_width_;
top               363 remoting/codec/video_encoder_vpx.cc     for (int y = top; y <= bottom; ++y) {
top                65 remoting/host/chromoting_param_traits.cc   m->WriteInt(p.top());
top                74 remoting/host/chromoting_param_traits.cc   int left, right, top, bottom;
top                75 remoting/host/chromoting_param_traits.cc   if (!m->ReadInt(iter, &left) || !m->ReadInt(iter, &top) ||
top                79 remoting/host/chromoting_param_traits.cc   *r = webrtc::DesktopRect::MakeLTRB(left, top, right, bottom);
top                87 remoting/host/chromoting_param_traits.cc                                p.left(), p.top(), p.right(), p.bottom()));
top                84 remoting/host/desktop_shape_tracker_win.cc           rects[i].left, rects[i].top, rects[i].right, rects[i].bottom));
top               112 remoting/host/desktop_shape_tracker_win.cc     OffsetRgn(window_region, window_rect.left, window_rect.top);
top               115 remoting/host/desktop_shape_tracker_win.cc     SetRectRgn(window_region, window_rect.left, window_rect.top,
top               217 remoting/host/disconnect_window_win.cc         RoundRect(hdc, rect.left, rect.top, rect.right - 1, rect.bottom - 1,
top               293 remoting/host/disconnect_window_win.cc     int window_height = window_rect.bottom - window_rect.top;
top               294 remoting/host/disconnect_window_win.cc     int top = monitor_info.rcWork.bottom - window_height;
top               297 remoting/host/disconnect_window_win.cc     SetWindowPos(hwnd_, NULL, left, top, 0, 0, SWP_NOSIZE | SWP_NOZORDER);
top               346 remoting/host/disconnect_window_win.cc                     message_rect.left, message_rect.top,
top               348 remoting/host/disconnect_window_win.cc                     message_rect.bottom - message_rect.top,
top               364 remoting/host/disconnect_window_win.cc                     button_rect.left, button_rect.top,
top               366 remoting/host/disconnect_window_win.cc                     button_rect.bottom - button_rect.top,
top               376 remoting/host/disconnect_window_win.cc   int height = window_rect.bottom - window_rect.top;
top               252 remoting/host/input_injector_mac.cc                                          desktop_config.pixel_bounds.top()));
top               258 remoting/host/input_injector_mac.cc        std::max(desktop_config.pixel_bounds.top(),
top                94 remoting/host/verify_config_window_win.cc   LONG height = rect.bottom - rect.top;
top                96 remoting/host/verify_config_window_win.cc   LONG y = (owner_rect.top + owner_rect.bottom - height) / 2;
top               100 remoting/host/verify_config_window_win.cc   y = std::max(y, area_rect.top);
top               174 skia/ext/analysis_canvas.cc                                 SkScalar top,
top               211 skia/ext/analysis_canvas.cc                                 int top,
top                46 skia/ext/analysis_canvas.h                           SkScalar top,
top                60 skia/ext/analysis_canvas.h   virtual void drawSprite(const SkBitmap&, int left, int top,
top                91 skia/ext/benchmarking_canvas.cc   virtual void drawBitmap(const SkBitmap& bitmap, SkScalar left, SkScalar top,
top                94 skia/ext/benchmarking_canvas.cc     SkProxyCanvas::drawBitmap(bitmap, left, top, paint);
top               111 skia/ext/benchmarking_canvas.cc   virtual void drawSprite(const SkBitmap& bitmap, int left, int top,
top               114 skia/ext/benchmarking_canvas.cc     SkProxyCanvas::drawSprite(bitmap, left, top, paint);
top               218 skia/ext/bitmap_platform_device_win.cc     temp_rect.top = 0;
top               224 skia/ext/bitmap_platform_device_win.cc   int copy_height = src_rect->bottom - src_rect->top;
top               240 skia/ext/bitmap_platform_device_win.cc            src_rect->top,
top               252 skia/ext/bitmap_platform_device_win.cc                   src_rect->top,
top               113 skia/ext/platform_canvas_unittest.cc   inner_rc.top = y;
top                62 skia/ext/recursive_gaussian_convolution_unittest.cc   for (int y = box.top(); y < box.bottom(); ++y) {
top                76 skia/ext/recursive_gaussian_convolution_unittest.cc   for (int y = box.top(); y < box.bottom(); ++y) {
top               378 skia/ext/recursive_gaussian_convolution_unittest.cc                                                      box.top() - spread,
top               384 skia/ext/recursive_gaussian_convolution_unittest.cc                                                      box.top() + spread,
top                23 skia/ext/skia_utils_win.cc COMPILE_ASSERT(SK_OFFSETOF(RECT, top) == SK_OFFSETOF(SkIRect, fTop), o2);
top                27 skia/ext/skia_utils_win.cc COMPILE_ASSERT(sizeof(RECT().top) == sizeof(SkIRect().fTop), o6);
top                44 skia/ext/skia_utils_win.cc   SkRect sk_rect = { SkIntToScalar(rect.left), SkIntToScalar(rect.top),
top               186 sync/internal_api/change_reorder_buffer.cc   to_visit.push(traversal.top());
top               504 third_party/bintrees/bintrees/ctrees.c 		int upd[32], top = 0;
top               520 third_party/bintrees/bintrees/ctrees.c 			upd[top] = (cmp_res < 0);
top               521 third_party/bintrees/bintrees/ctrees.c 			up[top++] = it;
top               523 third_party/bintrees/bintrees/ctrees.c 			if (it->link[upd[top - 1]] == NULL)
top               525 third_party/bintrees/bintrees/ctrees.c 			it = it->link[upd[top - 1]];
top               529 third_party/bintrees/bintrees/ctrees.c 		it->link[upd[top - 1]] = avl_new_node(key, value);
top               530 third_party/bintrees/bintrees/ctrees.c 		if (it->link[upd[top - 1]] == NULL)
top               534 third_party/bintrees/bintrees/ctrees.c 		while (--top >= 0 && !done) {
top               538 third_party/bintrees/bintrees/ctrees.c 			cmp_res = ct_compare(KEY(up[top]), key);
top               540 third_party/bintrees/bintrees/ctrees.c 			lh = height(up[top]->link[upd[top]]);
top               541 third_party/bintrees/bintrees/ctrees.c 			rh = height(up[top]->link[!upd[top]]);
top               547 third_party/bintrees/bintrees/ctrees.c 				node_t *a = up[top]->link[upd[top]]->link[upd[top]];
top               548 third_party/bintrees/bintrees/ctrees.c 				node_t *b = up[top]->link[upd[top]]->link[!upd[top]];
top               551 third_party/bintrees/bintrees/ctrees.c 					up[top] = avl_single(up[top], !upd[top]);
top               553 third_party/bintrees/bintrees/ctrees.c 					up[top] = avl_double(up[top], !upd[top]);
top               556 third_party/bintrees/bintrees/ctrees.c 				if (top != 0)
top               557 third_party/bintrees/bintrees/ctrees.c 					up[top - 1]->link[upd[top - 1]] = up[top];
top               563 third_party/bintrees/bintrees/ctrees.c 			lh = height(up[top]->link[upd[top]]);
top               564 third_party/bintrees/bintrees/ctrees.c 			rh = height(up[top]->link[!upd[top]]);
top               566 third_party/bintrees/bintrees/ctrees.c 			BALANCE(up[top]) = max + 1;
top               581 third_party/bintrees/bintrees/ctrees.c 		int upd[32], top = 0;
top               593 third_party/bintrees/bintrees/ctrees.c 			upd[top] = (cmp_res < 0);
top               594 third_party/bintrees/bintrees/ctrees.c 			up[top++] = it;
top               595 third_party/bintrees/bintrees/ctrees.c 			it = it->link[upd[top - 1]];
top               605 third_party/bintrees/bintrees/ctrees.c 			if (top != 0)
top               606 third_party/bintrees/bintrees/ctrees.c 				up[top - 1]->link[upd[top - 1]] = it->link[dir];
top               617 third_party/bintrees/bintrees/ctrees.c 			upd[top] = 1;
top               618 third_party/bintrees/bintrees/ctrees.c 			up[top++] = it;
top               621 third_party/bintrees/bintrees/ctrees.c 				upd[top] = 0;
top               622 third_party/bintrees/bintrees/ctrees.c 				up[top++] = heir;
top               628 third_party/bintrees/bintrees/ctrees.c 			up[top - 1]->link[up[top - 1] == it] = heir->link[1];
top               633 third_party/bintrees/bintrees/ctrees.c 		while (--top >= 0) {
top               634 third_party/bintrees/bintrees/ctrees.c 			int lh = height(up[top]->link[upd[top]]);
top               635 third_party/bintrees/bintrees/ctrees.c 			int rh = height(up[top]->link[!upd[top]]);
top               639 third_party/bintrees/bintrees/ctrees.c 			BALANCE(up[top]) = max + 1;
top               645 third_party/bintrees/bintrees/ctrees.c 				node_t *a = up[top]->link[!upd[top]]->link[upd[top]];
top               646 third_party/bintrees/bintrees/ctrees.c 				node_t *b = up[top]->link[!upd[top]]->link[!upd[top]];
top               649 third_party/bintrees/bintrees/ctrees.c 					up[top] = avl_single(up[top], upd[top]);
top               651 third_party/bintrees/bintrees/ctrees.c 					up[top] = avl_double(up[top], upd[top]);
top               654 third_party/bintrees/bintrees/ctrees.c 				if (top != 0)
top               655 third_party/bintrees/bintrees/ctrees.c 					up[top - 1]->link[upd[top - 1]] = up[top];
top               832 third_party/jsoncpp/overrides/src/lib_json/json_reader.cpp    return *(nodes_.top());
top               778 third_party/libwebp/dec/idec.c                                       int* left, int* top,
top               782 third_party/libwebp/dec/idec.c   if (top != NULL) *top = 0;
top               282 third_party/libwebp/dec/tree.c   uint8_t* const top = dec->intra_t_ + 4 * dec->mb_x_;
top               293 third_party/libwebp/dec/tree.c     memset(top, ymode, 4 * sizeof(*top));
top               302 third_party/libwebp/dec/tree.c         const uint8_t* const prob = kBModesProba[top[x]][ymode];
top               322 third_party/libwebp/dec/tree.c         top[x] = ymode;
top               324 third_party/libwebp/dec/tree.c       memcpy(modes, top, 4 * sizeof(*top));
top               195 third_party/libwebp/dsp/dec.c   const uint8_t* top = dst - BPS;
top               196 third_party/libwebp/dsp/dec.c   const uint8_t* const clip0 = clip1 + 255 - top[-1];
top               202 third_party/libwebp/dsp/dec.c       dst[x] = clip[top[x]];
top               274 third_party/libwebp/dsp/dec.c   const uint8_t* top = dst - BPS;
top               276 third_party/libwebp/dsp/dec.c     AVG3(top[-1], top[0], top[1]),
top               277 third_party/libwebp/dsp/dec.c     AVG3(top[ 0], top[1], top[2]),
top               278 third_party/libwebp/dsp/dec.c     AVG3(top[ 1], top[2], top[3]),
top               279 third_party/libwebp/dsp/dec.c     AVG3(top[ 2], top[3], top[4])
top                70 third_party/libwebp/dsp/dsp.h                               const uint8_t* top);
top                71 third_party/libwebp/dsp/dsp.h typedef void (*VP8Intra4Preds)(uint8_t *dst, const uint8_t* top);
top               235 third_party/libwebp/dsp/enc.c                                      const uint8_t* top, int size) {
top               237 third_party/libwebp/dsp/enc.c   if (top) {
top               238 third_party/libwebp/dsp/enc.c     for (j = 0; j < size; ++j) memcpy(dst + j * BPS, top, size);
top               257 third_party/libwebp/dsp/enc.c                                    const uint8_t* top, int size) {
top               260 third_party/libwebp/dsp/enc.c     if (top) {
top               266 third_party/libwebp/dsp/enc.c           dst[x] = clip_table[top[x]];
top               278 third_party/libwebp/dsp/enc.c     if (top) {
top               279 third_party/libwebp/dsp/enc.c       VerticalPred(dst, top, size);
top               287 third_party/libwebp/dsp/enc.c                                const uint8_t* top,
top               291 third_party/libwebp/dsp/enc.c   if (top) {
top               292 third_party/libwebp/dsp/enc.c     for (j = 0; j < size; ++j) DC += top[j];
top               313 third_party/libwebp/dsp/enc.c                              const uint8_t* top) {
top               315 third_party/libwebp/dsp/enc.c   DCMode(C8DC8 + dst, left, top, 8, 8, 4);
top               316 third_party/libwebp/dsp/enc.c   VerticalPred(C8VE8 + dst, top, 8);
top               318 third_party/libwebp/dsp/enc.c   TrueMotion(C8TM8 + dst, left, top, 8);
top               321 third_party/libwebp/dsp/enc.c   if (top) top += 8;
top               323 third_party/libwebp/dsp/enc.c   DCMode(C8DC8 + dst, left, top, 8, 8, 4);
top               324 third_party/libwebp/dsp/enc.c   VerticalPred(C8VE8 + dst, top, 8);
top               326 third_party/libwebp/dsp/enc.c   TrueMotion(C8TM8 + dst, left, top, 8);
top               333 third_party/libwebp/dsp/enc.c                          const uint8_t* left, const uint8_t* top) {
top               334 third_party/libwebp/dsp/enc.c   DCMode(I16DC16 + dst, left, top, 16, 16, 5);
top               335 third_party/libwebp/dsp/enc.c   VerticalPred(I16VE16 + dst, top, 16);
top               337 third_party/libwebp/dsp/enc.c   TrueMotion(I16TM16 + dst, left, top, 16);
top               346 third_party/libwebp/dsp/enc.c static void VE4(uint8_t* dst, const uint8_t* top) {    // vertical
top               348 third_party/libwebp/dsp/enc.c     AVG3(top[-1], top[0], top[1]),
top               349 third_party/libwebp/dsp/enc.c     AVG3(top[ 0], top[1], top[2]),
top               350 third_party/libwebp/dsp/enc.c     AVG3(top[ 1], top[2], top[3]),
top               351 third_party/libwebp/dsp/enc.c     AVG3(top[ 2], top[3], top[4])
top               359 third_party/libwebp/dsp/enc.c static void HE4(uint8_t* dst, const uint8_t* top) {    // horizontal
top               360 third_party/libwebp/dsp/enc.c   const int X = top[-1];
top               361 third_party/libwebp/dsp/enc.c   const int I = top[-2];
top               362 third_party/libwebp/dsp/enc.c   const int J = top[-3];
top               363 third_party/libwebp/dsp/enc.c   const int K = top[-4];
top               364 third_party/libwebp/dsp/enc.c   const int L = top[-5];
top               371 third_party/libwebp/dsp/enc.c static void DC4(uint8_t* dst, const uint8_t* top) {
top               374 third_party/libwebp/dsp/enc.c   for (i = 0; i < 4; ++i) dc += top[i] + top[-5 + i];
top               378 third_party/libwebp/dsp/enc.c static void RD4(uint8_t* dst, const uint8_t* top) {
top               379 third_party/libwebp/dsp/enc.c   const int X = top[-1];
top               380 third_party/libwebp/dsp/enc.c   const int I = top[-2];
top               381 third_party/libwebp/dsp/enc.c   const int J = top[-3];
top               382 third_party/libwebp/dsp/enc.c   const int K = top[-4];
top               383 third_party/libwebp/dsp/enc.c   const int L = top[-5];
top               384 third_party/libwebp/dsp/enc.c   const int A = top[0];
top               385 third_party/libwebp/dsp/enc.c   const int B = top[1];
top               386 third_party/libwebp/dsp/enc.c   const int C = top[2];
top               387 third_party/libwebp/dsp/enc.c   const int D = top[3];
top               397 third_party/libwebp/dsp/enc.c static void LD4(uint8_t* dst, const uint8_t* top) {
top               398 third_party/libwebp/dsp/enc.c   const int A = top[0];
top               399 third_party/libwebp/dsp/enc.c   const int B = top[1];
top               400 third_party/libwebp/dsp/enc.c   const int C = top[2];
top               401 third_party/libwebp/dsp/enc.c   const int D = top[3];
top               402 third_party/libwebp/dsp/enc.c   const int E = top[4];
top               403 third_party/libwebp/dsp/enc.c   const int F = top[5];
top               404 third_party/libwebp/dsp/enc.c   const int G = top[6];
top               405 third_party/libwebp/dsp/enc.c   const int H = top[7];
top               415 third_party/libwebp/dsp/enc.c static void VR4(uint8_t* dst, const uint8_t* top) {
top               416 third_party/libwebp/dsp/enc.c   const int X = top[-1];
top               417 third_party/libwebp/dsp/enc.c   const int I = top[-2];
top               418 third_party/libwebp/dsp/enc.c   const int J = top[-3];
top               419 third_party/libwebp/dsp/enc.c   const int K = top[-4];
top               420 third_party/libwebp/dsp/enc.c   const int A = top[0];
top               421 third_party/libwebp/dsp/enc.c   const int B = top[1];
top               422 third_party/libwebp/dsp/enc.c   const int C = top[2];
top               423 third_party/libwebp/dsp/enc.c   const int D = top[3];
top               437 third_party/libwebp/dsp/enc.c static void VL4(uint8_t* dst, const uint8_t* top) {
top               438 third_party/libwebp/dsp/enc.c   const int A = top[0];
top               439 third_party/libwebp/dsp/enc.c   const int B = top[1];
top               440 third_party/libwebp/dsp/enc.c   const int C = top[2];
top               441 third_party/libwebp/dsp/enc.c   const int D = top[3];
top               442 third_party/libwebp/dsp/enc.c   const int E = top[4];
top               443 third_party/libwebp/dsp/enc.c   const int F = top[5];
top               444 third_party/libwebp/dsp/enc.c   const int G = top[6];
top               445 third_party/libwebp/dsp/enc.c   const int H = top[7];
top               459 third_party/libwebp/dsp/enc.c static void HU4(uint8_t* dst, const uint8_t* top) {
top               460 third_party/libwebp/dsp/enc.c   const int I = top[-2];
top               461 third_party/libwebp/dsp/enc.c   const int J = top[-3];
top               462 third_party/libwebp/dsp/enc.c   const int K = top[-4];
top               463 third_party/libwebp/dsp/enc.c   const int L = top[-5];
top               474 third_party/libwebp/dsp/enc.c static void HD4(uint8_t* dst, const uint8_t* top) {
top               475 third_party/libwebp/dsp/enc.c   const int X = top[-1];
top               476 third_party/libwebp/dsp/enc.c   const int I = top[-2];
top               477 third_party/libwebp/dsp/enc.c   const int J = top[-3];
top               478 third_party/libwebp/dsp/enc.c   const int K = top[-4];
top               479 third_party/libwebp/dsp/enc.c   const int L = top[-5];
top               480 third_party/libwebp/dsp/enc.c   const int A = top[0];
top               481 third_party/libwebp/dsp/enc.c   const int B = top[1];
top               482 third_party/libwebp/dsp/enc.c   const int C = top[2];
top               497 third_party/libwebp/dsp/enc.c static void TM4(uint8_t* dst, const uint8_t* top) {
top               499 third_party/libwebp/dsp/enc.c   const uint8_t* const clip = clip1 + 255 - top[-1];
top               501 third_party/libwebp/dsp/enc.c     const uint8_t* const clip_table = clip + top[-2 - y];
top               503 third_party/libwebp/dsp/enc.c       dst[x] = clip_table[top[x]];
top               515 third_party/libwebp/dsp/enc.c static void Intra4Preds(uint8_t* dst, const uint8_t* top) {
top               516 third_party/libwebp/dsp/enc.c   DC4(I4DC4 + dst, top);
top               517 third_party/libwebp/dsp/enc.c   TM4(I4TM4 + dst, top);
top               518 third_party/libwebp/dsp/enc.c   VE4(I4VE4 + dst, top);
top               519 third_party/libwebp/dsp/enc.c   HE4(I4HE4 + dst, top);
top               520 third_party/libwebp/dsp/enc.c   RD4(I4RD4 + dst, top);
top               521 third_party/libwebp/dsp/enc.c   VR4(I4VR4 + dst, top);
top               522 third_party/libwebp/dsp/enc.c   LD4(I4LD4 + dst, top);
top               523 third_party/libwebp/dsp/enc.c   VL4(I4VL4 + dst, top);
top               524 third_party/libwebp/dsp/enc.c   HD4(I4HD4 + dst, top);
top               525 third_party/libwebp/dsp/enc.c   HU4(I4HU4 + dst, top);
top               444 third_party/libwebp/dsp/lossless.c static uint32_t Predictor0(uint32_t left, const uint32_t* const top) {
top               445 third_party/libwebp/dsp/lossless.c   (void)top;
top               449 third_party/libwebp/dsp/lossless.c static uint32_t Predictor1(uint32_t left, const uint32_t* const top) {
top               450 third_party/libwebp/dsp/lossless.c   (void)top;
top               453 third_party/libwebp/dsp/lossless.c static uint32_t Predictor2(uint32_t left, const uint32_t* const top) {
top               455 third_party/libwebp/dsp/lossless.c   return top[0];
top               457 third_party/libwebp/dsp/lossless.c static uint32_t Predictor3(uint32_t left, const uint32_t* const top) {
top               459 third_party/libwebp/dsp/lossless.c   return top[1];
top               461 third_party/libwebp/dsp/lossless.c static uint32_t Predictor4(uint32_t left, const uint32_t* const top) {
top               463 third_party/libwebp/dsp/lossless.c   return top[-1];
top               465 third_party/libwebp/dsp/lossless.c static uint32_t Predictor5(uint32_t left, const uint32_t* const top) {
top               466 third_party/libwebp/dsp/lossless.c   const uint32_t pred = Average3(left, top[0], top[1]);
top               469 third_party/libwebp/dsp/lossless.c static uint32_t Predictor6(uint32_t left, const uint32_t* const top) {
top               470 third_party/libwebp/dsp/lossless.c   const uint32_t pred = Average2(left, top[-1]);
top               473 third_party/libwebp/dsp/lossless.c static uint32_t Predictor7(uint32_t left, const uint32_t* const top) {
top               474 third_party/libwebp/dsp/lossless.c   const uint32_t pred = Average2(left, top[0]);
top               477 third_party/libwebp/dsp/lossless.c static uint32_t Predictor8(uint32_t left, const uint32_t* const top) {
top               478 third_party/libwebp/dsp/lossless.c   const uint32_t pred = Average2(top[-1], top[0]);
top               482 third_party/libwebp/dsp/lossless.c static uint32_t Predictor9(uint32_t left, const uint32_t* const top) {
top               483 third_party/libwebp/dsp/lossless.c   const uint32_t pred = Average2(top[0], top[1]);
top               487 third_party/libwebp/dsp/lossless.c static uint32_t Predictor10(uint32_t left, const uint32_t* const top) {
top               488 third_party/libwebp/dsp/lossless.c   const uint32_t pred = Average4(left, top[-1], top[0], top[1]);
top               491 third_party/libwebp/dsp/lossless.c static uint32_t Predictor11(uint32_t left, const uint32_t* const top) {
top               492 third_party/libwebp/dsp/lossless.c   const uint32_t pred = VP8LSelect(top[0], left, top[-1]);
top               495 third_party/libwebp/dsp/lossless.c static uint32_t Predictor12(uint32_t left, const uint32_t* const top) {
top               496 third_party/libwebp/dsp/lossless.c   const uint32_t pred = VP8LClampedAddSubtractFull(left, top[0], top[-1]);
top               499 third_party/libwebp/dsp/lossless.c static uint32_t Predictor13(uint32_t left, const uint32_t* const top) {
top               500 third_party/libwebp/dsp/lossless.c   const uint32_t pred = VP8LClampedAddSubtractHalf(left, top[0], top[-1]);
top               505 third_party/libwebp/dsp/lossless.c typedef uint32_t (*PredictorFunc)(uint32_t left, const uint32_t* const top);
top               429 third_party/libwebp/enc/iterator.c   uint8_t* const top = it->i4_top_;
top               434 third_party/libwebp/enc/iterator.c     top[-4 + i] = blk[i + 3 * BPS];   // store future top samples
top               438 third_party/libwebp/enc/iterator.c       top[i] = blk[3 + (2 - i) * BPS];
top               442 third_party/libwebp/enc/iterator.c       top[i] = top[i + 4];
top               216 third_party/libwebp/enc/picture.c                                 int* const left, int* const top) {
top               221 third_party/libwebp/enc/picture.c       if (!is_yuv422) *top &= ~1;
top               228 third_party/libwebp/enc/picture.c                                    int* const left, int* const top,
top               230 third_party/libwebp/enc/picture.c   SnapTopLeftPosition(pic, left, top);
top               231 third_party/libwebp/enc/picture.c   if ((*left) < 0 || (*top) < 0) return 0;
top               234 third_party/libwebp/enc/picture.c   if ((*top) + height > pic->height) return 0;
top               285 third_party/libwebp/enc/picture.c                     int left, int top, int width, int height,
top               290 third_party/libwebp/enc/picture.c   if (!AdjustAndCheckRectangle(src, &left, &top, width, height)) return 0;
top               298 third_party/libwebp/enc/picture.c     dst->y = src->y + top * src->y_stride + left;
top               299 third_party/libwebp/enc/picture.c     dst->u = src->u + (top >> 1) * src->uv_stride + (left >> 1);
top               300 third_party/libwebp/enc/picture.c     dst->v = src->v + (top >> 1) * src->uv_stride + (left >> 1);
top               304 third_party/libwebp/enc/picture.c       dst->a = src->a + top * src->a_stride + left;
top               311 third_party/libwebp/enc/picture.c       dst->u0 = src->u0 + top * src->uv0_stride + left_pos;
top               312 third_party/libwebp/enc/picture.c       dst->v0 = src->v0 + top * src->uv0_stride + left_pos;
top               317 third_party/libwebp/enc/picture.c     dst->argb = src->argb + top * src->argb_stride + left;
top               327 third_party/libwebp/enc/picture.c                     int left, int top, int width, int height) {
top               331 third_party/libwebp/enc/picture.c   if (!AdjustAndCheckRectangle(pic, &left, &top, width, height)) return 0;
top               339 third_party/libwebp/enc/picture.c     const int y_offset = top * pic->y_stride + left;
top               340 third_party/libwebp/enc/picture.c     const int uv_offset = (top / 2) * pic->uv_stride + left / 2;
top               349 third_party/libwebp/enc/picture.c       const int a_offset = top * pic->a_stride + left;
top               361 third_party/libwebp/enc/picture.c       CopyPlane(pic->u0 + top * pic->uv0_stride + left_pos, pic->uv0_stride,
top               363 third_party/libwebp/enc/picture.c       CopyPlane(pic->v0 + top * pic->uv0_stride + left_pos, pic->uv0_stride,
top               369 third_party/libwebp/enc/picture.c         (const uint8_t*)(pic->argb + top * pic->argb_stride + left);
top               429 third_party/libwebp/enc/quant.c   const uint8_t* const top = it->y_ ? it->y_top_ : NULL;
top               430 third_party/libwebp/enc/quant.c   VP8EncPredLuma16(it->yuv_p_, left, top);
top               435 third_party/libwebp/enc/quant.c   const uint8_t* const top = it->y_ ? it->uv_top_ : NULL;
top               436 third_party/libwebp/enc/quant.c   VP8EncPredChroma8(it->yuv_p_, left, top);
top               912 third_party/libwebp/enc/quant.c   const int top = (y == 0) ? it->preds_[-preds_w + x] : modes[it->i4_ - 4];
top               913 third_party/libwebp/enc/quant.c   return VP8FixedCostsI4[top][left];
top                83 third_party/libwebp/enc/webpenc.c   uint8_t* const top = enc->preds_ - enc->preds_w_;
top                86 third_party/libwebp/enc/webpenc.c     top[i] = B_DC_PRED;
top               366 third_party/libwebp/webp/decode.h     const WebPIDecoder* idec, int* left, int* top, int* width, int* height);
top               390 third_party/libwebp/webp/encode.h                                  int left, int top, int width, int height);
top               404 third_party/libwebp/webp/encode.h                                  int left, int top, int width, int height,
top              7814 third_party/libxml/src/relaxng.c xmlRelaxNGDumpGrammar(FILE * output, xmlRelaxNGGrammarPtr grammar, int top)
top              7820 third_party/libxml/src/relaxng.c     if (top)
top               352 third_party/libxml/src/xmlregexp.c static void xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top);
top              5353 third_party/libxml/src/xmlregexp.c xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top) {
top              5360 third_party/libxml/src/xmlregexp.c     if (top) {
top              5377 third_party/libxml/src/xmlregexp.c     if (!top) {
top              5308 third_party/libxml/src/xpath.c 		xmlDocPtr top;
top              5311 third_party/libxml/src/xpath.c 		top =  xmlNewDoc(NULL);
top              5312 third_party/libxml/src/xpath.c 		top->name = (char *)
top              5314 third_party/libxml/src/xpath.c 		ret->user = top;
top              5315 third_party/libxml/src/xpath.c 		if (top != NULL) {
top              5316 third_party/libxml/src/xpath.c 		    top->doc = top;
top              5319 third_party/libxml/src/xpath.c 			tmp = xmlDocCopyNode(cur, top, 1);
top              5320 third_party/libxml/src/xpath.c 			xmlAddChild((xmlNodePtr) top, tmp);
top              5325 third_party/libxml/src/xpath.c 		ret->nodesetval = xmlXPathNodeSetCreate((xmlNodePtr) top);
top              2036 third_party/libxslt/libxslt/pattern.c     void **top = NULL;
top              2069 third_party/libxslt/libxslt/pattern.c 		top = &(style->attrMatch);
top              2073 third_party/libxslt/libxslt/pattern.c 	    top = &(style->elemMatch);
top              2076 third_party/libxslt/libxslt/pattern.c 	    top = &(style->rootMatch);
top              2079 third_party/libxslt/libxslt/pattern.c 	    top = &(style->keyMatch);
top              2085 third_party/libxslt/libxslt/pattern.c 	    top = &(style->elemMatch);
top              2101 third_party/libxslt/libxslt/pattern.c 		top = &(style->piMatch);
top              2104 third_party/libxslt/libxslt/pattern.c 	    top = &(style->commentMatch);
top              2107 third_party/libxslt/libxslt/pattern.c 	    top = &(style->textMatch);
top              2114 third_party/libxslt/libxslt/pattern.c 		top = &(style->elemMatch);
top              2152 third_party/libxslt/libxslt/pattern.c 	} else if (top != NULL) {
top              2153 third_party/libxslt/libxslt/pattern.c 	    list = *top;
top              2155 third_party/libxslt/libxslt/pattern.c 		*top = pat;
top              2159 third_party/libxslt/libxslt/pattern.c 		*top = pat;
top              6035 third_party/libxslt/libxslt/xslt.c xsltParseStylesheetTop(xsltStylesheetPtr style, xmlNodePtr top) {
top              6042 third_party/libxslt/libxslt/xslt.c     if (top == NULL)
top              6045 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(top, (const xmlChar *)"version", NULL);
top              6047 third_party/libxslt/libxslt/xslt.c 	xsltTransformError(NULL, style, top,
top              6053 third_party/libxslt/libxslt/xslt.c 	    xsltTransformError(NULL, style, top,
top              6064 third_party/libxslt/libxslt/xslt.c     cur = top->children;
top               245 third_party/npapi/bindings/npapi.h   uint16_t top;
top               163 third_party/npapi/bindings/npapi_extensions.h     int32_t top;
top               440 third_party/npapi/bindings/npapi_extensions.h   uint32_t top;
top               892 third_party/npapi/npspy/common/format.cpp         uint16 top    = ((NPRect *)plis->arg2.pData)->top;
top               896 third_party/npapi/npspy/common/format.cpp         *output = StringPrintf("NPN_InvalidateRect(%#08lx, %#08lx(%u,%u;%u,%u)", dw1,dw2,top,left,bottom,right);
top              1017 third_party/npapi/npspy/common/format.cpp                  ((NPWindow*)plis->arg2.pData)->clipRect.top, 
top               482 third_party/npapi/npspy/extern/nspr/md/_beos.h NSPR_API(void) _MD_init_context(PRThread *thread, char *top, void (*start) (void), PRBool *status);
top               288 third_party/npapi/npspy/extern/plugin/npapi.h   uint16 top;
top               345 third_party/npapi/npspy/windows/dirpick.cpp                lpdis->rcItem.top,
top               354 third_party/npapi/npspy/windows/dirpick.cpp                         lpdis->rcItem.top, 
top               127 third_party/npapi/npspy/windows/gui_main.cpp         profile.setSizeAndPosition(rc.right - rc.left, rc.bottom - rc.top, rc.left, rc.top);
top               218 third_party/npapi/npspy/windows/gui_main.cpp   int height = rcMain.bottom - rcMain.top;
top               224 third_party/npapi/npspy/windows/gui_main.cpp                height - rcButtonOptions.bottom + rcButtonOptions.top - marginBottom, 
top               231 third_party/npapi/npspy/windows/gui_main.cpp                height - rcClear.bottom + rcClear.top - marginBottom, 
top               238 third_party/npapi/npspy/windows/gui_main.cpp                height - rcCheckMute.bottom + rcCheckMute.top - marginBottom, 
top               245 third_party/npapi/npspy/windows/gui_main.cpp                height - rcCheckOntop.bottom + rcCheckOntop.top - marginBottom, 
top               251 third_party/npapi/npspy/windows/gui_main.cpp                height - rcButtonOptions.bottom + rcButtonOptions.top - marginBottom - marginTop - spaceVer, 
top               140 third_party/npapi/npspy/windows/loggerw.cpp       profile.setSizeAndPosition(rc.right - rc.left, rc.bottom - rc.top, rc.left, rc.top);
top               190 third_party/re2/re2/testing/regexp_generator.cc         string a = regexps.top();
top               196 third_party/re2/re2/testing/regexp_generator.cc         string b = regexps.top();
top               198 third_party/re2/re2/testing/regexp_generator.cc         string a = regexps.top();
top               216 third_party/re2/re2/testing/regexp_generator.cc       printf("  %s\n", CEscape(regexps.top()).c_str());
top               222 third_party/re2/re2/testing/regexp_generator.cc   HandleRegexp(regexps.top());
top               223 third_party/re2/re2/testing/regexp_generator.cc   HandleRegexp("^(?:" + regexps.top() + ")$");
top               224 third_party/re2/re2/testing/regexp_generator.cc   HandleRegexp("^(?:" + regexps.top() + ")");
top               225 third_party/re2/re2/testing/regexp_generator.cc   HandleRegexp("(?:" + regexps.top() + ")$");
top               149 third_party/re2/re2/walker-inl.h       delete stack_->top().child_args;
top               169 third_party/re2/re2/walker-inl.h     s = &stack_->top();
top               218 third_party/re2/re2/walker-inl.h     s = &stack_->top();
top              48268 third_party/sqlite/amalgamation/sqlite3.c   int top;                             /* First byte of cell content area */
top              48285 third_party/sqlite/amalgamation/sqlite3.c   top = get2byteNotZero(&data[hdr+5]);
top              48286 third_party/sqlite/amalgamation/sqlite3.c   if( gap>top ) return SQLITE_CORRUPT_BKPT;
top              48287 third_party/sqlite/amalgamation/sqlite3.c   testcase( gap+2==top );
top              48288 third_party/sqlite/amalgamation/sqlite3.c   testcase( gap+1==top );
top              48289 third_party/sqlite/amalgamation/sqlite3.c   testcase( gap==top );
top              48295 third_party/sqlite/amalgamation/sqlite3.c     top = get2byteNotZero(&data[hdr+5]);
top              48296 third_party/sqlite/amalgamation/sqlite3.c   }else if( gap+2<=top ){
top              48333 third_party/sqlite/amalgamation/sqlite3.c   testcase( gap+2+nByte==top );
top              48334 third_party/sqlite/amalgamation/sqlite3.c   if( gap+2+nByte>top ){
top              48337 third_party/sqlite/amalgamation/sqlite3.c     top = get2byteNotZero(&data[hdr+5]);
top              48338 third_party/sqlite/amalgamation/sqlite3.c     assert( gap+nByte<=top );
top              48348 third_party/sqlite/amalgamation/sqlite3.c   top -= nByte;
top              48349 third_party/sqlite/amalgamation/sqlite3.c   put2byte(&data[hdr+5], top);
top              48350 third_party/sqlite/amalgamation/sqlite3.c   assert( top+nByte <= (int)pPage->pBt->usableSize );
top              48351 third_party/sqlite/amalgamation/sqlite3.c   *pIdx = top;
top              48434 third_party/sqlite/amalgamation/sqlite3.c     int top;
top              48437 third_party/sqlite/amalgamation/sqlite3.c     top = get2byte(&data[hdr+5]) + get2byte(&data[pbegin+2]);
top              48438 third_party/sqlite/amalgamation/sqlite3.c     put2byte(&data[hdr+5], top);
top              48506 third_party/sqlite/amalgamation/sqlite3.c     int top;           /* First byte of the cell content area */
top              48520 third_party/sqlite/amalgamation/sqlite3.c     top = get2byteNotZero(&data[hdr+5]);
top              48562 third_party/sqlite/amalgamation/sqlite3.c     nFree = data[hdr+7] + top;
top              1149 third_party/sqlite/src/src/btree.c   int top;                             /* First byte of cell content area */
top              1166 third_party/sqlite/src/src/btree.c   top = get2byteNotZero(&data[hdr+5]);
top              1167 third_party/sqlite/src/src/btree.c   if( gap>top ) return SQLITE_CORRUPT_BKPT;
top              1168 third_party/sqlite/src/src/btree.c   testcase( gap+2==top );
top              1169 third_party/sqlite/src/src/btree.c   testcase( gap+1==top );
top              1170 third_party/sqlite/src/src/btree.c   testcase( gap==top );
top              1176 third_party/sqlite/src/src/btree.c     top = get2byteNotZero(&data[hdr+5]);
top              1177 third_party/sqlite/src/src/btree.c   }else if( gap+2<=top ){
top              1214 third_party/sqlite/src/src/btree.c   testcase( gap+2+nByte==top );
top              1215 third_party/sqlite/src/src/btree.c   if( gap+2+nByte>top ){
top              1218 third_party/sqlite/src/src/btree.c     top = get2byteNotZero(&data[hdr+5]);
top              1219 third_party/sqlite/src/src/btree.c     assert( gap+nByte<=top );
top              1229 third_party/sqlite/src/src/btree.c   top -= nByte;
top              1230 third_party/sqlite/src/src/btree.c   put2byte(&data[hdr+5], top);
top              1231 third_party/sqlite/src/src/btree.c   assert( top+nByte <= (int)pPage->pBt->usableSize );
top              1232 third_party/sqlite/src/src/btree.c   *pIdx = top;
top              1315 third_party/sqlite/src/src/btree.c     int top;
top              1318 third_party/sqlite/src/src/btree.c     top = get2byte(&data[hdr+5]) + get2byte(&data[pbegin+2]);
top              1319 third_party/sqlite/src/src/btree.c     put2byte(&data[hdr+5], top);
top              1387 third_party/sqlite/src/src/btree.c     int top;           /* First byte of the cell content area */
top              1401 third_party/sqlite/src/src/btree.c     top = get2byteNotZero(&data[hdr+5]);
top              1443 third_party/sqlite/src/src/btree.c     nFree = data[hdr+7] + top;
top               888 third_party/talloc/testsuite.c 	void *top = talloc_new(NULL);
top               894 third_party/talloc/testsuite.c 	parent = talloc_strdup(top, "parent");
top               898 third_party/talloc/testsuite.c 	talloc_report_full(top, stderr);
top               899 third_party/talloc/testsuite.c 	talloc_unlink(top, parent);
top               900 third_party/talloc/testsuite.c 	talloc_unlink(top, child);
top               901 third_party/talloc/testsuite.c 	talloc_report_full(top, stderr);
top               902 third_party/talloc/testsuite.c 	talloc_free(top);
top               920 third_party/talloc/testsuite.c 	void *top = talloc_new(NULL);
top               928 third_party/talloc/testsuite.c 	parent = talloc_strdup(top, "parent");
top               934 third_party/talloc/testsuite.c 	talloc_report_full(top, stderr);
top               936 third_party/talloc/testsuite.c 	talloc_report_full(top, stderr);
top               938 third_party/talloc/testsuite.c 	talloc_free(top);
top               955 third_party/talloc/testsuite.c 	void *top = talloc_new(NULL);
top               962 third_party/talloc/testsuite.c 	level1 = talloc_strdup(top, "level1");
top               970 third_party/talloc/testsuite.c 	CHECK_PARENT("free_parent_deny_child", level3, top);
top               972 third_party/talloc/testsuite.c 	talloc_free(top);
top               980 third_party/talloc/testsuite.c 	void *top = talloc_new(NULL);
top               992 third_party/talloc/testsuite.c 	s1 = talloc_ptrtype(top, s1);location1 = __location__;
top              1009 third_party/talloc/testsuite.c 	s2 = talloc_array_ptrtype(top, s2, 10);location2 = __location__;
top              1027 third_party/talloc/testsuite.c 	s3 = talloc_array_ptrtype(top, s3, 10);location3 = __location__;
top              1041 third_party/talloc/testsuite.c 	s4 = talloc_array_ptrtype(top, s4, 10);location4 = __location__;
top              1055 third_party/talloc/testsuite.c 	talloc_free(top);
top               639 third_party/tcmalloc/chromium/src/heap-checker.cc   uintptr_t top = AsInt(top_ptr);
top               640 third_party/tcmalloc/chromium/src/heap-checker.cc   stack_tops->insert(top);  // add for later use
top               644 third_party/tcmalloc/chromium/src/heap-checker.cc     stack_direction = GetStackDirection(&top);
top               649 third_party/tcmalloc/chromium/src/heap-checker.cc   if (MemoryRegionMap::FindAndMarkStackRegion(top, &region)) {
top               653 third_party/tcmalloc/chromium/src/heap-checker.cc                   top_ptr, region.end_addr - top);
top               654 third_party/tcmalloc/chromium/src/heap-checker.cc       live_objects->push_back(AllocObject(top_ptr, region.end_addr - top,
top               659 third_party/tcmalloc/chromium/src/heap-checker.cc                   top - region.start_addr);
top               661 third_party/tcmalloc/chromium/src/heap-checker.cc                                           top - region.start_addr,
top               672 third_party/tcmalloc/chromium/src/heap-checker.cc         if (start <= top  &&  top < end) {
top               686 third_party/tcmalloc/chromium/src/heap-checker.cc             if (top < r->start_addr  &&  r->start_addr < stack_end) {
top               689 third_party/tcmalloc/chromium/src/heap-checker.cc             if (stack_start < r->end_addr  &&  r->end_addr <= top) {
top               700 third_party/tcmalloc/chromium/src/heap-checker.cc                         top_ptr, stack_end - top);
top               702 third_party/tcmalloc/chromium/src/heap-checker.cc               AllocObject(top_ptr, stack_end - top, THREAD_DATA));
top               705 third_party/tcmalloc/chromium/src/heap-checker.cc                         AsPtr(stack_start), top - stack_start);
top               707 third_party/tcmalloc/chromium/src/heap-checker.cc               AllocObject(AsPtr(stack_start), top - stack_start, THREAD_DATA));
top               639 third_party/tcmalloc/vendor/src/heap-checker.cc   uintptr_t top = AsInt(top_ptr);
top               640 third_party/tcmalloc/vendor/src/heap-checker.cc   stack_tops->insert(top);  // add for later use
top               644 third_party/tcmalloc/vendor/src/heap-checker.cc     stack_direction = GetStackDirection(&top);
top               649 third_party/tcmalloc/vendor/src/heap-checker.cc   if (MemoryRegionMap::FindAndMarkStackRegion(top, &region)) {
top               653 third_party/tcmalloc/vendor/src/heap-checker.cc                   top_ptr, region.end_addr - top);
top               654 third_party/tcmalloc/vendor/src/heap-checker.cc       live_objects->push_back(AllocObject(top_ptr, region.end_addr - top,
top               659 third_party/tcmalloc/vendor/src/heap-checker.cc                   top - region.start_addr);
top               661 third_party/tcmalloc/vendor/src/heap-checker.cc                                           top - region.start_addr,
top               672 third_party/tcmalloc/vendor/src/heap-checker.cc         if (start <= top  &&  top < end) {
top               686 third_party/tcmalloc/vendor/src/heap-checker.cc             if (top < r->start_addr  &&  r->start_addr < stack_end) {
top               689 third_party/tcmalloc/vendor/src/heap-checker.cc             if (stack_start < r->end_addr  &&  r->end_addr <= top) {
top               700 third_party/tcmalloc/vendor/src/heap-checker.cc                         top_ptr, stack_end - top);
top               702 third_party/tcmalloc/vendor/src/heap-checker.cc               AllocObject(top_ptr, stack_end - top, THREAD_DATA));
top               705 third_party/tcmalloc/vendor/src/heap-checker.cc                         AsPtr(stack_start), top - stack_start);
top               707 third_party/tcmalloc/vendor/src/heap-checker.cc               AllocObject(AsPtr(stack_start), top - stack_start, THREAD_DATA));
top              2081 third_party/wtl/include/atlctrls.h 		return ImageList_DrawEx(m_hImageList, nImage, hDC, rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, rgbBk, rgbFg, fStyle);
top              3172 third_party/wtl/include/atlctrls.h 		lpRect->top = nSubItem;
top              3506 third_party/wtl/include/atlctrls.h 			lpRect->top = nType;
top              3559 third_party/wtl/include/atlctrls.h 			lpRect->top = nSubItem;
top              2002 third_party/wtl/include/atlctrlw.h 								PostMessage(WM_LBUTTONDOWN, MK_LBUTTON, MAKELPARAM(rect.left, rect.top));
top              2119 third_party/wtl/include/atlctrlw.h 			rc.top += (rc.bottom - rc.top) / 2;      // vertical center
top              2131 third_party/wtl/include/atlctrlw.h 			RECT rcButn = { rcItem.left, rcItem.top, rcItem.left + m_szButton.cx, rcItem.top + m_szButton.cy };   // button rect
top              2132 third_party/wtl/include/atlctrlw.h 			::OffsetRect(&rcButn, 0, ((rcItem.bottom - rcItem.top) - (rcButn.bottom - rcButn.top)) / 2);          // center vertically
top              2140 third_party/wtl/include/atlctrlw.h 				SIZE sz = { rcButn.right - rcButn.left - m_szBitmap.cx, rcButn.bottom - rcButn.top - m_szBitmap.cy };
top              2143 third_party/wtl/include/atlctrlw.h 				POINT point = { rcButn.left + sz.cx, rcButn.top + sz.cy };
top              2158 third_party/wtl/include/atlctrlw.h 					dc.SetBrushOrg(rcButn.left, rcButn.top);
top              2258 third_party/wtl/include/atlctrlw.h 			rc.top += (rc.bottom - rc.top) / 2;      // vertical center
top              2265 third_party/wtl/include/atlctrlw.h 			RECT rcButn = { rcItem.left, rcItem.top, rcItem.left + m_szButton.cx, rcItem.top + m_szButton.cy };   // button rect
top              2266 third_party/wtl/include/atlctrlw.h 			::OffsetRect(&rcButn, 0, ((rcItem.bottom - rcItem.top) - (rcButn.bottom - rcButn.top)) / 2);          // center vertically
top              2282 third_party/wtl/include/atlctrlw.h 				SIZE sz = { rcButn.right - rcButn.left - m_szBitmap.cx, rcButn.bottom - rcButn.top - m_szBitmap.cy };
top              2285 third_party/wtl/include/atlctrlw.h 				POINT point = { rcButn.left + sz.cx, rcButn.top + sz.cy };
top              2417 third_party/wtl/include/atlctrlw.h 		if((rc.bottom - rc.top) > size.cy)
top              2419 third_party/wtl/include/atlctrlw.h 			rcDest.top = rc.top + (rc.bottom - rc.top - size.cy) / 2;
top              2420 third_party/wtl/include/atlctrlw.h 			rcDest.bottom = rcDest.top + size.cy;
top              2434 third_party/wtl/include/atlctrlw.h 				dc.SetBrushOrg(rcDest.left, rcDest.top);
top              2459 third_party/wtl/include/atlctrlw.h 		int cy = rcDest.bottom - rcDest.top;
top              2468 third_party/wtl/include/atlctrlw.h 			dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcSource, 0, 0, SRCINVERT);
top              2469 third_party/wtl/include/atlctrlw.h 			dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcMask, 0, 0, SRCAND);
top              2470 third_party/wtl/include/atlctrlw.h 			dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcSource, 0, 0, SRCINVERT);
top              2480 third_party/wtl/include/atlctrlw.h 			RECT rcSource = { 0, 0, __min(size.cx, rc.right - rc.left), __min(size.cy, rc.bottom - rc.top) };
top              2488 third_party/wtl/include/atlctrlw.h 				int y = rcDest.top + 1;
top              2519 third_party/wtl/include/atlctrlw.h 				dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcMask,  0, 0,   ROP_DSno);
top              2520 third_party/wtl/include/atlctrlw.h 				dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcSource, 0, 0, ROP_DSa);
top              2530 third_party/wtl/include/atlctrlw.h 				dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcMask,  0,  0,  ROP_DSa);
top              2531 third_party/wtl/include/atlctrlw.h 				dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcSource, 0, 0, ROP_DSo);
top              3484 third_party/wtl/include/atlctrlw.h 		int cyHeight = rect.bottom - rect.top;
top              3508 third_party/wtl/include/atlctrlw.h 		dc.DrawIconEx(rcIcon.left, rcIcon.top, m_hIconChildMaximized, m_cxIconWidth, m_cyIconHeight);
top              3558 third_party/wtl/include/atlctrlw.h 			POINT pt = { GET_X_LPARAM(lParam) - rect.left, GET_Y_LPARAM(lParam) - rect.top };
top              3587 third_party/wtl/include/atlctrlw.h 		pt.y -= rect.top;
top              3591 third_party/wtl/include/atlctrlw.h 		pT->_CalcIconRect(rect.right - rect.left, rect.bottom - rect.top, rcIcon, m_bLayoutRTL);
top              3593 third_party/wtl/include/atlctrlw.h 		pT->_CalcBtnRects(rect.right - rect.left, rect.bottom - rect.top, arrRect, m_bLayoutRTL);
top              3608 third_party/wtl/include/atlctrlw.h 			::OffsetRect(&rcIcon, rect.left, rect.top);
top              3647 third_party/wtl/include/atlctrlw.h 			pT->_CalcBtnRects(rect.right - rect.left, rect.bottom - rect.top, arrRect);
top              3667 third_party/wtl/include/atlctrlw.h 		pt.y -= rect.top;
top              3670 third_party/wtl/include/atlctrlw.h 		pT->_CalcBtnRects(rect.right - rect.left, rect.bottom - rect.top, arrRect, m_bLayoutRTL);
top              3676 third_party/wtl/include/atlctrlw.h 			pT->_CalcBtnRects(rect.right - rect.left, rect.bottom - rect.top, arrRect);
top              3698 third_party/wtl/include/atlctrlw.h 		pt.y -= rect.top;
top              3705 third_party/wtl/include/atlctrlw.h 		pT->_CalcBtnRects(rect.right - rect.left, rect.bottom - rect.top, arrRect, m_bLayoutRTL);
top              3750 third_party/wtl/include/atlctrlw.h 		pt.y -= rect.top;
top              3754 third_party/wtl/include/atlctrlw.h 		pT->_CalcIconRect(rect.right - rect.left, rect.bottom - rect.top, rcIcon, m_bLayoutRTL);
top              3756 third_party/wtl/include/atlctrlw.h 		pT->_CalcBtnRects(rect.right - rect.left, rect.bottom - rect.top, arrRect, m_bLayoutRTL);
top              3782 third_party/wtl/include/atlctrlw.h 				pT->_CalcBtnRects(rect.right - rect.left, rect.bottom - rect.top, arrRect);
top               941 third_party/wtl/include/atlctrlx.h 		return __max(rcText.bottom - rcText.top, rcLink.bottom - rcLink.top);
top               988 third_party/wtl/include/atlctrlx.h 			RECT rcLink = { rcLeft.right, rcLeft.top, rcClient.right, rcClient.bottom };
top               992 third_party/wtl/include/atlctrlx.h 			RECT rcRight = { rcLink.right, rcLink.top, rcClient.right, rcClient.bottom };
top               998 third_party/wtl/include/atlctrlx.h 			::SetRect(&rcAll, rcLeft.left, rcLeft.top, rcRight.right, cyMax);
top              1028 third_party/wtl/include/atlctrlx.h 		cy = rcAll.bottom - rcAll.top;
top              1669 third_party/wtl/include/atlctrlx.h 				RECT rcRight = { m_rcLink.right, m_rcLink.top, rcClient.right, rcClient.bottom };
top              2524 third_party/wtl/include/atlctrlx.h 		::OffsetRect(&rcImage, rc.left, rc.top);
top              2661 third_party/wtl/include/atlctrlx.h 			rect.bottom = rect.top + m_cxyHeader;
top              2700 third_party/wtl/include/atlctrlx.h 			rect.top += m_cxyHeader;
top              2712 third_party/wtl/include/atlctrlx.h 		dc.MoveTo(rcImage.left, rcImage.top);
top              2714 third_party/wtl/include/atlctrlx.h 		dc.MoveTo(rcImage.left + 1, rcImage.top);
top              2718 third_party/wtl/include/atlctrlx.h 		dc.LineTo(rcImage.right, rcImage.top - 1);
top              2720 third_party/wtl/include/atlctrlx.h 		dc.LineTo(rcImage.right + 1, rcImage.top - 1);
top              4584 third_party/wtl/include/atlctrlx.h 		RECT rcWnd = { 0, 0, 1000, rect.top };
top              4587 third_party/wtl/include/atlctrlx.h 		int nHeight = rcWnd.bottom - rcWnd.top;
top              4608 third_party/wtl/include/atlctrlx.h 			::SetWindowPos(GetPageHWND(m_nActivePage), NULL, 0, m_cyTabHeight, rect.right - rect.left, rect.bottom - rect.top - m_cyTabHeight, SWP_NOZORDER);
top              4679 third_party/wtl/include/atlctrlx.h 			int y = rect.top;
top              4730 third_party/wtl/include/atlctrlx.h 		m_ilDrag.Create(rcItem.right - rcItem.left, rcItem.bottom - rcItem.top, ILC_COLORDDB | ILC_MASK, 1, 1);
top              4736 third_party/wtl/include/atlctrlx.h 		dcMem.SetViewportOrg(-rcItem.left, -rcItem.top);
top              4739 third_party/wtl/include/atlctrlx.h 		bmp.CreateCompatibleBitmap(dc, rcItem.right - rcItem.left, rcItem.bottom - rcItem.top);
top              4836 third_party/wtl/include/atldlgs.h 								rect.top = 
top              4844 third_party/wtl/include/atldlgs.h 								rect.bottom = rect.top + 
top               258 third_party/wtl/include/atlfind.h 					rect.OffsetRect(0, 40 + point.y - rect.top);
top               261 third_party/wtl/include/atlfind.h 			::MoveWindow(hWndDialog, rect.left, rect.top, rect.Width(), rect.Height(), TRUE);
top               434 third_party/wtl/include/atlframe.h 			dwStyle, rect.m_lpRect->left, rect.m_lpRect->top, rect.m_lpRect->right - rect.m_lpRect->left,
top               435 third_party/wtl/include/atlframe.h 			rect.m_lpRect->bottom - rect.m_lpRect->top, hWndParent, MenuOrID.m_hMenu,
top               644 third_party/wtl/include/atlframe.h 			rbBand.cyMinChild = rcTmp.bottom - rcTmp.top;
top               666 third_party/wtl/include/atlframe.h 			rbBand.cyMinChild = rcTmp.bottom - rcTmp.top;
top               799 third_party/wtl/include/atlframe.h 		int cy = ::IsWindowVisible(m_hWndCECommandBar) ? rectMB.top - rect.top : rectMB.bottom - rect.top;
top               815 third_party/wtl/include/atlframe.h 			::SetWindowPos(m_hWndClient, NULL, rect.left, rect.top,
top               816 third_party/wtl/include/atlframe.h 				rect.right - rect.left, rect.bottom - rect.top,
top               832 third_party/wtl/include/atlframe.h 			rect.top += rectTB.bottom - rectTB.top;
top               842 third_party/wtl/include/atlframe.h 			rect.bottom -= rectSB.bottom - rectSB.top;
top              1851 third_party/wtl/include/atlframe.h 				lpWndPos->y = rectClient.top;
top              1853 third_party/wtl/include/atlframe.h 				lpWndPos->cy = rectClient.bottom - rectClient.top;
top              3092 third_party/wtl/include/atlframe.h 					_AtlDlgResizeData data = { ATL_IDW_STATUS_BAR, DLSZ_MOVE_X | DLSZ_MOVE_Y | DLSZ_REPAINT | _DLSZ_GRIPPER, { rectCtl.left, rectCtl.top, rectCtl.right, rectCtl.bottom } };
top              3109 third_party/wtl/include/atlframe.h 				m_ptMinTrackSize.y = rect.bottom - rect.top;
top              3116 third_party/wtl/include/atlframe.h 				m_ptMinTrackSize.y = rect.bottom - rect.top;
top              3159 third_party/wtl/include/atlframe.h 				_AtlDlgResizeData data = { pMap->m_nCtlID, pMap->m_dwResizeFlags | dwGroupFlag, { rectCtl.left, rectCtl.top, rectCtl.right, rectCtl.bottom } };
top              3196 third_party/wtl/include/atlframe.h 					rectGroup.top = __min(rectGroup.top, m_arrData[i + j].m_rect.top);
top              3316 third_party/wtl/include/atlframe.h 				int cyCtl = data.m_rect.bottom - data.m_rect.top;
top              3317 third_party/wtl/include/atlframe.h 				rectCtl.top = rectGroup.top + (cyBottom - rectGroup.top - cyCtl) / 2;
top              3318 third_party/wtl/include/atlframe.h 				rectCtl.bottom = rectCtl.top + cyCtl;
top              3322 third_party/wtl/include/atlframe.h 				rectCtl.top = rectGroup.top + ::MulDiv(data.m_rect.top - rectGroup.top, rectGroup.bottom - rectGroup.top + (cyHeight - m_sizeDialog.cy), rectGroup.bottom - rectGroup.top);
top              3326 third_party/wtl/include/atlframe.h 					rectCtl.bottom = rectGroup.top + ::MulDiv(data.m_rect.bottom - rectGroup.top, rectGroup.bottom - rectGroup.top + (cyHeight - m_sizeDialog.cy), rectGroup.bottom - rectGroup.top);
top              3334 third_party/wtl/include/atlframe.h 						int dxAdjust = (rectCtl.top - rcPrev.bottom) - (data.m_rect.top - pDataPrev->m_rect.bottom);
top              3341 third_party/wtl/include/atlframe.h 					rectCtl.bottom = rectCtl.top + (data.m_rect.bottom - data.m_rect.top);
top              3363 third_party/wtl/include/atlframe.h 				int cyCtl = data.m_rect.bottom - data.m_rect.top;
top              3364 third_party/wtl/include/atlframe.h 				rectCtl.top = (cyHeight - cyCtl) / 2;
top              3365 third_party/wtl/include/atlframe.h 				rectCtl.bottom = rectCtl.top + cyCtl;
top              3372 third_party/wtl/include/atlframe.h 					rectCtl.top = rectCtl.bottom - (data.m_rect.bottom - data.m_rect.top);
top              1118 third_party/wtl/include/atlgdi.h 		::SetRectRgn(m_hRgn, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom);
top              1878 third_party/wtl/include/atlgdi.h 		return ::ExcludeClipRect(m_hDC, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom);
top              1898 third_party/wtl/include/atlgdi.h 		return ::IntersectClipRect(m_hDC, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom);
top              1964 third_party/wtl/include/atlgdi.h 		return ::Arc(m_hDC, lpRect->left, lpRect->top,
top              1992 third_party/wtl/include/atlgdi.h 		return ArcTo(lpRect->left, lpRect->top, lpRect->right,
top              2142 third_party/wtl/include/atlgdi.h 		return ::Chord(m_hDC, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom, ptStart.x, ptStart.y, ptEnd.x, ptEnd.y);
top              2161 third_party/wtl/include/atlgdi.h 		return ::Ellipse(m_hDC, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom);
top              2174 third_party/wtl/include/atlgdi.h 		return ::Pie(m_hDC, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom, ptStart.x, ptStart.y, ptEnd.x, ptEnd.y);
top              2201 third_party/wtl/include/atlgdi.h 		return ::Rectangle(m_hDC, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom);
top              2213 third_party/wtl/include/atlgdi.h 		return ::RoundRect(m_hDC, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom, point.x, point.y);
top              3048 third_party/wtl/include/atlgdi.h 			rgnOutside.SetRectRgn(lpRectLast->left, lpRectLast->top, lpRectLast->right, lpRectLast->bottom);
top              3052 third_party/wtl/include/atlgdi.h 			rgnInside.SetRectRgn(rect.left, rect.top, rect.right, rect.bottom);
top              3068 third_party/wtl/include/atlgdi.h 			PatBlt(rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, PATINVERT);
top              3077 third_party/wtl/include/atlgdi.h 		PatBlt(rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, PATINVERT);
top              3108 third_party/wtl/include/atlgdi.h 		Draw3dRect(lpRect->left, lpRect->top, lpRect->right - lpRect->left,
top              3109 third_party/wtl/include/atlgdi.h 			lpRect->bottom - lpRect->top, clrTopLeft, clrBottomRight);
top              3405 third_party/wtl/include/atlgdi.h 		m_bmp.CreateCompatibleBitmap(m_hDCOriginal, m_rcPaint.right - m_rcPaint.left, m_rcPaint.bottom - m_rcPaint.top);
top              3408 third_party/wtl/include/atlgdi.h 		SetViewportOrg(-m_rcPaint.left, -m_rcPaint.top);
top              3413 third_party/wtl/include/atlgdi.h 		::BitBlt(m_hDCOriginal, m_rcPaint.left, m_rcPaint.top, m_rcPaint.right - m_rcPaint.left, m_rcPaint.bottom - m_rcPaint.top, m_hDC, m_rcPaint.left, m_rcPaint.top, SRCCOPY);
top               316 third_party/wtl/include/atlmisc.h 		top = 0;
top               324 third_party/wtl/include/atlmisc.h 		top = t;
top               342 third_party/wtl/include/atlmisc.h 		bottom = (top = point.y) + size.cy;
top               348 third_party/wtl/include/atlmisc.h 		top = topLeft.y;
top               361 third_party/wtl/include/atlmisc.h 		return bottom - top;
top               366 third_party/wtl/include/atlmisc.h 		return CSize(right - left, bottom - top);
top               391 third_party/wtl/include/atlmisc.h 		return CPoint((left + right) / 2, (top + bottom) / 2);
top               412 third_party/wtl/include/atlmisc.h 		return (left == 0 && right == 0 && top == 0 && bottom == 0);
top               459 third_party/wtl/include/atlmisc.h 		top -= lpRect->top;
top               467 third_party/wtl/include/atlmisc.h 		top -= t;
top               485 third_party/wtl/include/atlmisc.h 		top += lpRect->top;
top               493 third_party/wtl/include/atlmisc.h 		top += t;
top               521 third_party/wtl/include/atlmisc.h 		if (top > bottom)
top               523 third_party/wtl/include/atlmisc.h 			nTemp = top;
top               524 third_party/wtl/include/atlmisc.h 			top = bottom;
top               533 third_party/wtl/include/atlmisc.h 		top = y;
top               687 third_party/wtl/include/atlmisc.h 			::MulDiv(top, nMultiplier, nDivisor),
top               771 third_party/wtl/include/atlprint.h 		int y1 = rc.bottom - rc.top;
top               788 third_party/wtl/include/atlprint.h 			prc->top = rc.top;
top               795 third_party/wtl/include/atlprint.h 			prc->top = rc.top + (y1 - y1p) / 2;
top               796 third_party/wtl/include/atlprint.h 			prc->bottom = prc->top + y1p;
top               811 third_party/wtl/include/atlprint.h 		int nOffsetY = MulDiv(m_sizeCurPhysOffset.cy, rc.bottom-rc.top, pmh->szlDevice.cy);
top               909 third_party/wtl/include/atlprint.h 		if (rcArea.top > rcArea.bottom)
top               910 third_party/wtl/include/atlprint.h 			rcArea.bottom = rcArea.top;
top              1072 third_party/wtl/include/atlprint.h 		if (rcArea.top > rcArea.bottom)
top              1073 third_party/wtl/include/atlprint.h 			rcArea.bottom = rcArea.top;
top              1076 third_party/wtl/include/atlprint.h 		dc.PatBlt(rcClient.left, rcClient.top, rc.left - rcClient.left, rcClient.bottom - rcClient.top, PATCOPY);
top              1077 third_party/wtl/include/atlprint.h 		dc.PatBlt(rc.left, rcClient.top, rc.right - rc.left, rc.top - rcClient.top, PATCOPY);
top              1078 third_party/wtl/include/atlprint.h 		dc.PatBlt(rc.right, rcClient.top, rcClient.right - rc.right, rcClient.bottom - rcClient.top, PATCOPY);
top              1081 third_party/wtl/include/atlprint.h 		dc.PatBlt(rc.left, rc.top, rc.right - rc.left, rc.bottom - rc.top, PATCOPY);
top              1083 third_party/wtl/include/atlprint.h 		dc.PatBlt(rc.right, rc.top + 4, 4, rc.bottom - rc.top, PATCOPY);
top              1093 third_party/wtl/include/atlprint.h 		int nOffsetY = MulDiv(m_sizeCurPhysOffset.cy, rc.bottom-rc.top, pmh->szlDevice.cy);
top               178 third_party/wtl/include/atlscrl.h 				::SetWindowPos(hWndChild, NULL, rect.left + dx, rect.top + dy, 0, 0, SWP_NOZORDER | SWP_NOSIZE | SWP_NOACTIVATE);
top               253 third_party/wtl/include/atlscrl.h 				::SetWindowPos(hWndChild, NULL, rect.left + dx, rect.top + dy, 0, 0, SWP_NOZORDER | SWP_NOSIZE | SWP_NOACTIVATE);
top               423 third_party/wtl/include/atlscrl.h 		if(rect.top < m_ptOffset.y)
top               424 third_party/wtl/include/atlscrl.h 			y = rect.top;
top              1029 third_party/wtl/include/atlscrl.h 		SetScrollSize(rcScroll.left, rcScroll.top, rcScroll.right, rcScroll.bottom, bRedraw, bResetOffset);
top              1148 third_party/wtl/include/atlscrl.h 			dc.SetWindowOrg(m_rectLogAll.left, m_rectLogAll.top, &ptWindowOrg);
top              1164 third_party/wtl/include/atlscrl.h 			dc.SetWindowOrg(m_rectLogAll.left, m_rectLogAll.top);
top              1465 third_party/wtl/include/atlscrl.h 		SIZE size = { rcZoom.right - rcZoom.left, rcZoom.bottom - rcZoom.top };
top              1466 third_party/wtl/include/atlscrl.h 		POINT pt = { rcZoom.left + size.cx / 2, rcZoom.top + size.cy / 2 };
top              1613 third_party/wtl/include/atlscrl.h 		if(rc.top > rc.bottom)
top              1616 third_party/wtl/include/atlscrl.h 			rc.bottom = rc.top;
top              1617 third_party/wtl/include/atlscrl.h 			rc.top = b;
top              1885 third_party/wtl/include/atlscrl.h 				if((rect.right - rect.left) > 0 && (rect.bottom - rect.top) > 0)
top              1886 third_party/wtl/include/atlscrl.h 					SetScrollSize(rect.right - rect.left, rect.bottom - rect.top, FALSE);
top               144 third_party/wtl/include/atlsplit.h 				xyPos = (m_rcSplitter.bottom - m_rcSplitter.top - m_cxySplitBar - m_cxyBarEdge) / 2;
top               152 third_party/wtl/include/atlsplit.h 			cxyMax = m_rcSplitter.bottom - m_rcSplitter.top;
top               479 third_party/wtl/include/atlsplit.h 				xyNewSplitPos = yPos - m_rcSplitter.top - m_cxyDragOffset;
top               523 third_party/wtl/include/atlsplit.h 				m_cxyDragOffset = yPos - m_rcSplitter.top - m_xySplitterPos;
top               618 third_party/wtl/include/atlsplit.h 						::SetWindowPos(m_hWndPane[nPane], NULL, rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, SWP_NOZORDER);
top               629 third_party/wtl/include/atlsplit.h 					::SetWindowPos(m_hWndPane[m_nSinglePane], NULL, rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, SWP_NOZORDER);
top               645 third_party/wtl/include/atlsplit.h 			lpRect->top = m_rcSplitter.top;
top               652 third_party/wtl/include/atlsplit.h 			lpRect->top = m_rcSplitter.top + m_xySplitterPos;
top               654 third_party/wtl/include/atlsplit.h 			lpRect->bottom = m_rcSplitter.top + m_xySplitterPos + m_cxySplitBar + m_cxyBarEdge;
top               677 third_party/wtl/include/atlsplit.h 				lpRect->top = m_rcSplitter.top;
top               684 third_party/wtl/include/atlsplit.h 				lpRect->top = m_rcSplitter.top;
top               686 third_party/wtl/include/atlsplit.h 				lpRect->bottom = m_rcSplitter.top + m_xySplitterPos;
top               694 third_party/wtl/include/atlsplit.h 				lpRect->top = m_rcSplitter.top;
top               701 third_party/wtl/include/atlsplit.h 				lpRect->top = m_rcSplitter.top + m_xySplitterPos + m_cxySplitBar + m_cxyBarEdge;
top               717 third_party/wtl/include/atlsplit.h 			(y == -1 || (y >= m_rcSplitter.top && y <= m_rcSplitter.bottom)));
top               727 third_party/wtl/include/atlsplit.h 		int xyOff = t_bVertical ? m_rcSplitter.left : m_rcSplitter.top;
top               743 third_party/wtl/include/atlsplit.h 				dc.PatBlt(rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, PATINVERT);
top               784 third_party/wtl/include/atlsplit.h 		int cxyTotal = t_bVertical ? (m_rcSplitter.right - m_rcSplitter.left - m_cxySplitBar - m_cxyBarEdge) : (m_rcSplitter.bottom - m_rcSplitter.top - m_cxySplitBar - m_cxyBarEdge);
top               794 third_party/wtl/include/atlsplit.h 		int cxyTotal = t_bVertical ? (m_rcSplitter.right - m_rcSplitter.left - m_cxySplitBar - m_cxyBarEdge) : (m_rcSplitter.bottom - m_rcSplitter.top - m_cxySplitBar - m_cxyBarEdge);
top               811 third_party/wtl/include/atlsplit.h 		int cxyTotal = t_bVertical ? (m_rcSplitter.right - m_rcSplitter.left - m_cxySplitBar - m_cxyBarEdge) : (m_rcSplitter.bottom - m_rcSplitter.top - m_cxySplitBar - m_cxyBarEdge);
top               821 third_party/wtl/include/atlsplit.h 		int cxyTotal = t_bVertical ? (m_rcSplitter.right - m_rcSplitter.left - m_cxySplitBar - m_cxyBarEdge) : (m_rcSplitter.bottom - m_rcSplitter.top - m_cxySplitBar - m_cxyBarEdge);
top               513 third_party/wtl/include/atltheme.h 	::OffsetRect(&rect, -rect.left, -rect.top);
top               249 third_party/wtl/include/atlwince.h 		lpRect->top += nTitleHeight;
top              1481 third_party/wtl/include/atlwince.h 			rect.top = 0;
top              1815 third_party/wtl/include/atlwince.h 		rcWnd.top = rect.bottom;
top              1819 third_party/wtl/include/atlwince.h 		return rcWnd.bottom - rcWnd.top;
top               438 third_party/zlib/trees.c #define pqremove(s, tree, top) \
top               440 third_party/zlib/trees.c     top = s->heap[SMALLEST]; \
top                63 tools/clang/blink_gc_plugin/JsonWriter.h     if (state_.top()) {
top                67 tools/clang/blink_gc_plugin/JsonWriter.h     state_.top() = true;
top                31 tools/telemetry/telemetry/core/bitmaptools.cc   Box() : left(), top(), right(), bottom() {}
top                38 tools/telemetry/telemetry/core/bitmaptools.cc     if (!(ReadInt(&left) && ReadInt(&top) &&
top                43 tools/telemetry/telemetry/core/bitmaptools.cc     if (left < 0 || top < 0 || width < 0 || height < 0) {
top                48 tools/telemetry/telemetry/core/bitmaptools.cc     bottom = top + height;
top                55 tools/telemetry/telemetry/core/bitmaptools.cc     if (top > y) top = y;
top                60 tools/telemetry/telemetry/core/bitmaptools.cc   int height() const { return bottom - top; }
top                63 tools/telemetry/telemetry/core/bitmaptools.cc   int top;
top               118 tools/telemetry/telemetry/core/bitmaptools.cc     total_size = (box.bottom - box.top) * row_stride;
top               120 tools/telemetry/telemetry/core/bitmaptools.cc     data = pixels + box.top * row_stride + box.left * pixel_stride;
top               208 tools/telemetry/telemetry/core/bitmaptools.cc   box.top = bmp.total_size;
top               226 tools/telemetry/telemetry/core/bitmaptools.cc   int response[] = { box.left, box.top, box.width(), box.height(), count };
top                99 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java             public void onLayoutChange(View v, int left, int top, int right, int bottom,
top               129 ui/android/java/src/org/chromium/ui/base/ActivityWindowAndroid.java                         bitmap, clip.left, clip.top, clip.width(), clip.height());
top               149 ui/app_list/views/apps_grid_view_unittest.cc     gfx::Rect rect(gfx::Point(insets.left(), insets.top()),
top               508 ui/aura/remote_window_tree_host_win.cc     bounds.top = rect.y();
top               114 ui/aura/window_tree_host_win.cc     saved_window_rect_.bottom = saved_window_rect_.top + bounds.height();
top               119 ui/aura/window_tree_host_win.cc   window_rect.top = bounds.y();
top               130 ui/aura/window_tree_host_win.cc       window_rect.top,
top               132 ui/aura/window_tree_host_win.cc       window_rect.bottom - window_rect.top,
top               154 ui/aura/window_tree_host_win.cc   return gfx::Point(r.left, r.top);
top                16 ui/base/cocoa/appkit_utils.h   int top;
top                61 ui/base/models/tree_node_iterator.h     NodeType* result = positions_.top().node->GetChild(positions_.top().index);
top                64 ui/base/models/tree_node_iterator.h     positions_.top().index++;
top                74 ui/base/models/tree_node_iterator.h       if (positions_.top().index >= positions_.top().node->child_count())
top                77 ui/base/models/tree_node_iterator.h           prune_(positions_.top().node->GetChild(positions_.top().index)))
top                78 ui/base/models/tree_node_iterator.h         positions_.top().index++;  // Prune the branch.
top               173 ui/events/event_dispatcher.cc       CHECK(handler->dispatchers_.top() == this);
top                17 ui/events/event_handler.cc     EventDispatcher* dispatcher = dispatchers_.top();
top               810 ui/events/gestures/gesture_sequence.cc     float top = std::numeric_limits<float>::max();
top               823 ui/events/gestures/gesture_sequence.cc       top = std::min(top, point.y());
top               826 ui/events/gestures/gesture_sequence.cc     bounding_box_.SetRect(left, top, right - left, bottom - top);
top               212 ui/gfx/canvas.cc   bounds->SetRect(out.left(), out.top(), out.width(), out.height());
top                19 ui/gfx/canvas_paint_win.cc   ps_.rcPaint.top = ps.rcPaint.top;
top                31 ui/gfx/canvas_paint_win.cc   ps_.rcPaint.top = y;
top                42 ui/gfx/canvas_paint_win.cc                               ps_.rcPaint.top, NULL);
top                56 ui/gfx/canvas_paint_win.cc   const int height = ps_.rcPaint.bottom - ps_.rcPaint.top;
top                69 ui/gfx/canvas_paint_win.cc       -ps_.rcPaint.top / gfx::win::GetDeviceScaleFactor());
top                53 ui/gfx/canvas_paint_win.h            ps_.rcPaint.bottom - ps_.rcPaint.top == 0;
top                19 ui/gfx/geometry/insets.cc Insets::Insets(int top, int left, int bottom, int right)
top                20 ui/gfx/geometry/insets.cc     : InsetsBase<Insets, int>(top, left, bottom, right) {}
top                24 ui/gfx/geometry/insets.cc     : InsetsBase<Insets, int>(border.top,
top                35 ui/gfx/geometry/insets.cc   return base::StringPrintf("%d,%d,%d,%d", top(),  left(), bottom(), right());
top                25 ui/gfx/geometry/insets.h   Insets(int top, int left, int bottom, int right);
top                37 ui/gfx/geometry/insets.h     return Insets(static_cast<int>(top() * y_scale),
top                44 ui/gfx/geometry/insets.h     return InsetsF(top(), left(), bottom(), right());
top                17 ui/gfx/geometry/insets_base.h   Type top() const { return top_; }
top                33 ui/gfx/geometry/insets_base.h   void Set(Type top, Type left, Type bottom, Type right) {
top                34 ui/gfx/geometry/insets_base.h     top_ = top;
top                61 ui/gfx/geometry/insets_base.h   InsetsBase(Type top, Type left, Type bottom, Type right)
top                62 ui/gfx/geometry/insets_base.h       : top_(top),
top                15 ui/gfx/geometry/insets_f.cc InsetsF::InsetsF(float top, float left, float bottom, float right)
top                16 ui/gfx/geometry/insets_f.cc     : InsetsBase<InsetsF, float>(top, left, bottom, right) {}
top                22 ui/gfx/geometry/insets_f.cc   return base::StringPrintf("%f,%f,%f,%f", top(),  left(), bottom(), right());
top                20 ui/gfx/geometry/insets_f.h   InsetsF(float top, float left, float bottom, float right);
top                11 ui/gfx/geometry/insets_unittest.cc   EXPECT_EQ(0, insets.top());
top                22 ui/gfx/geometry/insets_unittest.cc   EXPECT_EQ(1, insets.top());
top                34 ui/gfx/geometry/insets_unittest.cc   EXPECT_EQ(1, insets.top());
top                44 ui/gfx/geometry/insets_unittest.cc   EXPECT_EQ(6, insets.top());
top               247 ui/gfx/geometry/quad_unittest.cc   float top = 1.4f;
top               250 ui/gfx/geometry/quad_unittest.cc   EXPECT_EQ(RectF(left, top, right - left, bottom - top).ToString(),
top                28 ui/gfx/geometry/rect.cc     : RectBaseT(gfx::Point(r.left, r.top)) {
top                30 ui/gfx/geometry/rect.cc   set_height(std::abs(r.bottom - r.top));
top                51 ui/gfx/geometry/rect.cc   r.top = y();
top                69 ui/gfx/geometry/rect_base.h   void Inset(Type left, Type top, Type right, Type bottom);
top                53 ui/gfx/geometry/rect_base_impl.h   Inset(insets.left(), insets.top(), insets.right(), insets.bottom());
top                63 ui/gfx/geometry/rect_base_impl.h     Inset(Type left, Type top, Type right, Type bottom) {
top                64 ui/gfx/geometry/rect_base_impl.h   origin_ += VectorClass(left, top);
top                66 ui/gfx/geometry/rect_base_impl.h   set_height(std::max(height() - top - bottom, static_cast<Type>(0)));
top                48 ui/gfx/nine_image_painter.cc       { 0, insets.top(), image.height() - insets.bottom(), image.height() };
top                20 ui/gfx/path_win.cc     ::SetRectRgn(temp, rect.left(), rect.top(), rect.right(), rect.bottom());
top                51 ui/gfx/shadow_value.cc   int top = 0;
top                62 ui/gfx/shadow_value.cc     top = std::max(top, blur - shadow.y());
top                67 ui/gfx/shadow_value.cc   return Insets(-top, -left, -bottom, -right);
top               770 ui/gfx/skbitmap_operations.cc                    SkIntToScalar(shadow_margin.top()));
top                48 ui/gfx/win/hwnd_util.cc   ::SetWindowPos(hwnd, 0, bounds.left, bounds.top,
top                49 ui/gfx/win/hwnd_util.cc                  bounds.right - bounds.left, bounds.bottom - bounds.top,
top               167 ui/gfx/win/hwnd_util.cc   window_bounds.top = center_bounds.top;
top               168 ui/gfx/win/hwnd_util.cc   if (pref.height() < (center_bounds.bottom - center_bounds.top)) {
top               169 ui/gfx/win/hwnd_util.cc     window_bounds.top +=
top               170 ui/gfx/win/hwnd_util.cc         (center_bounds.bottom - center_bounds.top - pref.height()) / 2;
top               172 ui/gfx/win/hwnd_util.cc   window_bounds.bottom = window_bounds.top + pref.height();
top               179 ui/gfx/win/hwnd_util.cc     POINT topleft = { window_bounds.left, window_bounds.top };
top               182 ui/gfx/win/hwnd_util.cc     window_bounds.top = topleft.y;
top               184 ui/gfx/win/hwnd_util.cc     window_bounds.bottom = window_bounds.top + pref.height();
top               210 ui/gfx/win/hwnd_util.cc   Point point = Point(base::i18n::IsRTL() ? rect.right : rect.left, rect.top);
top              2275 ui/gfx/win/msg_util.h     (rect)->top += (by)->top;       \
top               206 ui/gl/gl_surface_wgl.cc       rect.bottom - rect.top,
top               264 ui/gl/gl_surface_wgl.cc                   rect.bottom - rect.top,
top               277 ui/gl/gl_surface_wgl.cc   return gfx::Size(rect.right - rect.left, rect.bottom - rect.top);
top               148 ui/message_center/views/message_center_view.cc   bool AnimateChild(views::View* child, int top, int height);
top               195 ui/message_center/views/message_center_view.cc       top_down ? 0 : kMarginBetweenItems - shadow_insets.top(),    /* top */
top               211 ui/message_center/views/message_center_view.cc   int top = child_area.y();
top               220 ui/message_center/views/message_center_view.cc     child->SetBounds(child_area.x(), top, child_area.width(), height);
top               221 ui/message_center/views/message_center_view.cc     top += height + between_items;
top               450 ui/message_center/views/message_center_view.cc     int top = (reposition_top_ > 0) ? reposition_top_ : GetInsets().top();
top               455 ui/message_center/views/message_center_view.cc       if (AnimateChild(child, top, child->height()))
top               456 ui/message_center/views/message_center_view.cc         top += child->height() + between_items;
top               489 ui/message_center/views/message_center_view.cc bool MessageListView::AnimateChild(views::View* child, int top, int height) {
top               492 ui/message_center/views/message_center_view.cc     child->SetBounds(child_area.right(), top, child_area.width(), height);
top               494 ui/message_center/views/message_center_view.cc         child, gfx::Rect(child_area.x(), top, child_area.width(), height));
top               502 ui/message_center/views/message_center_view.cc     gfx::Rect target(child_area.x(), top, child_area.width(), height);
top                55 ui/message_center/views/notification_view.cc scoped_ptr<views::Border> MakeEmptyBorder(int top,
top                59 ui/message_center/views/notification_view.cc   return views::Border::CreateEmptyBorder(top, left, bottom, right);
top                63 ui/message_center/views/notification_view.cc scoped_ptr<views::Border> MakeTextBorder(int padding, int top, int bottom) {
top                65 ui/message_center/views/notification_view.cc   return MakeEmptyBorder(padding / 2 + top,
top                72 ui/message_center/views/notification_view.cc scoped_ptr<views::Border> MakeProgressBarBorder(int top, int bottom) {
top                73 ui/message_center/views/notification_view.cc   return MakeEmptyBorder(top,
top                80 ui/message_center/views/notification_view.cc scoped_ptr<views::Border> MakeSeparatorBorder(int top,
top                83 ui/message_center/views/notification_view.cc   return views::Border::CreateSolidSidedBorder(top, left, 0, 0, color);
top               504 ui/message_center/views/notification_view.cc   top_view_->SetBounds(insets.left(), insets.top(), content_width, top_height);
top               507 ui/message_center/views/notification_view.cc   icon_view_->SetBounds(insets.left(), insets.top(), kIconSize, kIconSize);
top               510 ui/message_center/views/notification_view.cc   int bottom_y = insets.top() + std::max(top_height, kIconSize);
top                89 ui/message_center/views/padded_button.cc   if (padding_.top() == 0 && padding_.bottom() == 0)
top                25 ui/metro_viewer/ime_types.cc       top(0),
top                42 ui/metro_viewer/ime_types.h   int32 top;
top               217 ui/metro_viewer/metro_viewer_messages.h   IPC_STRUCT_TRAITS_MEMBER(top)
top                98 ui/native_theme/native_theme_win.cc                       SkIntToScalar(align_rect.top));
top               847 ui/native_theme/native_theme_win.cc     --rect_win.top;
top              1399 ui/native_theme/native_theme_win.cc     channel_rect.top +=
top              1400 ui/native_theme/native_theme_win.cc         ((channel_rect.bottom - channel_rect.top - channel_thickness) / 2);
top              1401 ui/native_theme/native_theme_win.cc     channel_rect.bottom = channel_rect.top + channel_thickness;
top              1422 ui/native_theme/native_theme_win.cc     bottom_section.top = top_section.bottom;
top              1444 ui/native_theme/native_theme_win.cc       SkScalar left_triangle_top = SkIntToScalar(left_half.top);
top              1455 ui/native_theme/native_theme_win.cc       SkScalar right_triangle_top = SkIntToScalar(right_half.top);
top               213 ui/shell_dialogs/select_file_dialog_win.cc       POINT point = { dialog_rect.left, dialog_rect.top };
top               233 ui/shell_dialogs/select_file_dialog_win.cc                    parent_info.rcClient.top,
top                34 ui/snapshot/snapshot_win.cc                    content_rect.bottom - content_rect.top);
top                20 ui/views/border.cc   SidedSolidBorder(int top, int left, int bottom, int right, SkColor color);
top                34 ui/views/border.cc SidedSolidBorder::SidedSolidBorder(int top,
top                40 ui/views/border.cc       insets_(top, left, bottom, right) {
top                45 ui/views/border.cc   canvas->FillRect(gfx::Rect(0, 0, view.width(), insets_.top()), color_);
top                77 ui/views/border.cc   EmptyBorder(int top, int left, int bottom, int right)
top                78 ui/views/border.cc       : insets_(top, left, bottom, right) {}
top               146 ui/views/border.cc scoped_ptr<Border> Border::CreateEmptyBorder(int top,
top               150 ui/views/border.cc   return scoped_ptr<Border>(new EmptyBorder(top, left, bottom, right));
top               154 ui/views/border.cc scoped_ptr<Border> Border::CreateSolidSidedBorder(int top,
top               160 ui/views/border.cc       new SidedSolidBorder(top, left, bottom, right, color));
top                54 ui/views/border.h   static scoped_ptr<Border> CreateEmptyBorder(int top,
top                61 ui/views/border.h   static scoped_ptr<Border> CreateSolidSidedBorder(int top,
top               314 ui/views/bubble/bubble_border.cc       origin.set_y(insets.top() - images_->arrow_thickness);
top               136 ui/views/bubble/bubble_frame_view.cc                   SkIntToScalar(border_insets.top() - kBorderStrokeSize),
top                50 ui/views/bubble/bubble_frame_view_unittest.cc   int margin_y = frame.content_margins().top();
top                53 ui/views/bubble/bubble_frame_view_unittest.cc   EXPECT_EQ(insets.top() + margin_y, frame.GetBoundsForClientView().y());
top               429 ui/views/controls/button/text_button.cc   int content_y = (available_height - text_size_.height()) / 2 + insets.top();
top               662 ui/views/controls/button/text_button.cc     int icon_y = (available_height - icon.height()) / 2 + insets.top();
top               649 ui/views/controls/combobox/combobox.cc   int y = insets.top();
top                66 ui/views/controls/focusable_border.cc void FocusableBorder::SetInsets(int top, int left, int bottom, int right) {
top                67 ui/views/controls/focusable_border.cc   insets_.Set(top, left, bottom, right);
top                26 ui/views/controls/focusable_border.h   void SetInsets(int top, int left, int bottom, int right);
top               137 ui/views/controls/image_view.cc     case LEADING:  y = insets.top();                                     break;
top               218 ui/views/controls/label.cc   return GetInsets().top() + font_list_.GetBaseline();
top               424 ui/views/controls/label.cc   gfx::Point text_origin(insets.left(), insets.top());
top               218 ui/views/controls/label_unittest.cc       border.top(), border.left(), border.bottom(), border.right()));
top               297 ui/views/controls/label_unittest.cc       border.top(), border.left(), border.bottom(), border.right()));
top               436 ui/views/controls/label_unittest.cc       border.top(), border.left(), border.bottom(), border.right()));
top               456 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2 , text_bounds.y());
top               472 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2 , text_bounds.y());
top               488 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2 , text_bounds.y());
top               577 ui/views/controls/label_unittest.cc       border.top(), border.left(), border.bottom(), border.right()));
top               590 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2, text_bounds.y());
top               608 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2, text_bounds.y());
top               626 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2, text_bounds.y());
top               709 ui/views/controls/label_unittest.cc       border.top(), border.left(), border.bottom(), border.right()));
top               729 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2 , text_bounds.y());
top               745 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2 , text_bounds.y());
top               761 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2 , text_bounds.y());
top               856 ui/views/controls/label_unittest.cc       border.top(), border.left(), border.bottom(), border.right()));
top               869 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2, text_bounds.y());
top               888 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2, text_bounds.y());
top               907 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2, text_bounds.y());
top               222 ui/views/controls/menu/menu_scroll_view_container.cc   int y = insets.top();
top               238 ui/views/controls/menu/menu_scroll_view_container.cc   scroll_down_button_->SetBounds(x, height() - pref.height() - insets.top(),
top               291 ui/views/controls/menu/menu_scroll_view_container.cc   int top = menu_config.menu_vertical_border_size + padding;
top               302 ui/views/controls/menu/menu_scroll_view_container.cc         gfx::Insets(top, left, bottom, right)));
top               304 ui/views/controls/menu/menu_scroll_view_container.cc     SetBorder(Border::CreateEmptyBorder(top, left, bottom, right));
top               220 ui/views/controls/menu/native_menu_win.cc       rect.top += kItemTopMargin;
top               270 ui/views/controls/menu/native_menu_win.cc             draw_item_struct->rcItem.top + (draw_item_struct->rcItem.bottom -
top               271 ui/views/controls/menu/native_menu_win.cc                 draw_item_struct->rcItem.top - skia_icon->height()) / 2, NULL);
top               286 ui/views/controls/menu/native_menu_win.cc             draw_item_struct->rcItem.bottom - draw_item_struct->rcItem.top;
top               307 ui/views/controls/menu/native_menu_win.cc             draw_item_struct->rcItem.top + (draw_item_struct->rcItem.bottom -
top               308 ui/views/controls/menu/native_menu_win.cc                 draw_item_struct->rcItem.top - config.check_height) / 2, NULL);
top               313 ui/views/controls/menu/native_menu_win.cc       draw_item_struct->rcItem.top +=
top               314 ui/views/controls/menu/native_menu_win.cc           (draw_item_struct->rcItem.bottom - draw_item_struct->rcItem.top) / 3;
top               111 ui/views/controls/menu/submenu_view.cc   int y = insets.top();
top               296 ui/views/controls/styled_label.cc                      GetInsets().top() + line * line_height -
top               297 ui/views/controls/styled_label.cc                          focus_border_insets.top()),
top               474 ui/views/controls/textfield/textfield.cc   return GetInsets().top() + GetRenderText()->GetBaseline();
top               687 ui/views/layout/grid_layout.cc void GridLayout::SetInsets(int top, int left, int bottom, int right) {
top               688 ui/views/layout/grid_layout.cc   insets_.Set(top, left, bottom, right);
top               827 ui/views/layout/grid_layout.cc     int y = rows_[view_state->start_row]->Location() + insets_.top();
top               109 ui/views/layout/grid_layout.h   void SetInsets(int top, int left, int bottom, int right);
top                39 ui/views/mouse_watcher_view_host.cc                  view_topleft.y() - hot_zone_insets_.top(),
top               231 ui/views/win/hwnd_message_handler.cc       bounds.top - clip_state->y,
top               462 ui/views/win/hwnd_message_handler.cc   POINT point = { r.left, r.top };
top               464 ui/views/win/hwnd_message_handler.cc   return gfx::Rect(point.x, point.y, r.right - r.left, r.bottom - r.top);
top               514 ui/views/win/hwnd_message_handler.cc                      mi.rcWork.top - mi.rcMonitor.top);
top               983 ui/views/win/hwnd_message_handler.cc   SetWindowPos(hwnd(), NULL, client.left, client.top,
top               984 ui/views/win/hwnd_message_handler.cc                client.right - client.left, client.bottom - client.top,
top              1134 ui/views/win/hwnd_message_handler.cc     OffsetRect(&work_rect, -window_rect.left, -window_rect.top);
top              1139 ui/views/win/hwnd_message_handler.cc                                        window_rect.bottom - window_rect.top),
top              1218 ui/views/win/hwnd_message_handler.cc   SIZE size = {wr.right - wr.left, wr.bottom - wr.top};
top              1219 ui/views/win/hwnd_message_handler.cc   POINT position = {wr.left, wr.top};
top              1415 ui/views/win/hwnd_message_handler.cc                             window_rect.bottom - window_rect.top);
top              1418 ui/views/win/hwnd_message_handler.cc                               window_rect.bottom - window_rect.top);
top              1642 ui/views/win/hwnd_message_handler.cc   client_rect->top += insets.top();
top              1684 ui/views/win/hwnd_message_handler.cc         client_rect->top += kAutoHideTaskbarThicknessPx;
top              1705 ui/views/win/hwnd_message_handler.cc   if (insets.left() == 0 || insets.top() == 0)
top              1768 ui/views/win/hwnd_message_handler.cc         window_rect.top = window_rect.bottom - scroll_height;
top              1801 ui/views/win/hwnd_message_handler.cc                 window_rect.bottom - window_rect.top) != root_view_size) {
top              1815 ui/views/win/hwnd_message_handler.cc     dirty_region.top = 0;
top              1817 ui/views/win/hwnd_message_handler.cc     dirty_region.bottom = window_rect.bottom - window_rect.top;
top              1825 ui/views/win/hwnd_message_handler.cc     OffsetRect(&dirty_region, -window_rect.left, -window_rect.top);
top              1835 ui/views/win/hwnd_message_handler.cc   clip_state.y = window_rect.top;
top              1860 ui/views/win/hwnd_message_handler.cc                                 dirty_region.top,
top              1862 ui/views/win/hwnd_message_handler.cc                                 dirty_region.bottom - dirty_region.top);
top                36 ui/views/window/frame_background.cc                                     const gfx::ImageSkia* top,
top                40 ui/views/window/frame_background.cc   top_edge_ = top;
top                53 ui/views/window/frame_background.h                      const gfx::ImageSkia* top,
top               102 ui/wm/core/image_grid.cc   const int top = min(base_top_row_height_, size_.height() / 2);
top               103 ui/wm/core/image_grid.cc   const int bottom = min(base_bottom_row_height_, size_.height() - top);
top               107 ui/wm/core/image_grid.cc   int center_height = std::max(size.height() - top - bottom, 0);
top               137 ui/wm/core/image_grid.cc       transform.Translate(0, top);
top               147 ui/wm/core/image_grid.cc           size.width() - right_layer_->bounds().width(), top);
top               157 ui/wm/core/image_grid.cc         LayerExceedsSize(top_left_layer_.get(), gfx::Size(left, top)) ?
top               158 ui/wm/core/image_grid.cc             gfx::Rect(gfx::Rect(0, 0, left, top)) :
top               167 ui/wm/core/image_grid.cc         LayerExceedsSize(top_right_layer_.get(), gfx::Size(right, top)) ?
top               169 ui/wm/core/image_grid.cc                       right, top) :
top               203 ui/wm/core/image_grid.cc       transform.Translate(left, top);
top               245 webkit/browser/appcache/appcache_request_handler_unittest.cc     base::MessageLoop::current()->PostTask(FROM_HERE, task_stack_.top());
top               144 webkit/browser/appcache/appcache_response_unittest.cc     base::Closure task = task_stack_.top().first;
top               145 webkit/browser/appcache/appcache_response_unittest.cc     bool immediate = task_stack_.top().second;
top               243 webkit/browser/appcache/appcache_url_request_job_unittest.cc     base::Closure task =task_stack_.top().first;
top               244 webkit/browser/appcache/appcache_url_request_job_unittest.cc     bool immediate = task_stack_.top().second;
top                87 webkit/browser/fileapi/dump_file_system.cc     SandboxDirectoryDatabase::FileId id = paths.top().first;
top                88 webkit/browser/fileapi/dump_file_system.cc     const std::string dirname = paths.top().second;
top                69 webkit/browser/fileapi/recursive_operation_delegate.cc   pending_directory_stack_.top().push(root);
top                76 webkit/browser/fileapi/recursive_operation_delegate.cc   DCHECK(!pending_directory_stack_.top().empty());
top                79 webkit/browser/fileapi/recursive_operation_delegate.cc   const FileSystemURL& url = pending_directory_stack_.top().front();
top                92 webkit/browser/fileapi/recursive_operation_delegate.cc   DCHECK(!pending_directory_stack_.top().empty());
top               101 webkit/browser/fileapi/recursive_operation_delegate.cc   const FileSystemURL& parent = pending_directory_stack_.top().front();
top               129 webkit/browser/fileapi/recursive_operation_delegate.cc       pending_directory_stack_.top().push(url);
top               193 webkit/browser/fileapi/recursive_operation_delegate.cc   if (!pending_directory_stack_.top().empty()) {
top               207 webkit/browser/fileapi/recursive_operation_delegate.cc   DCHECK(!pending_directory_stack_.top().empty());
top               210 webkit/browser/fileapi/recursive_operation_delegate.cc       pending_directory_stack_.top().front(),
top               219 webkit/browser/fileapi/recursive_operation_delegate.cc   DCHECK(!pending_directory_stack_.top().empty());
top               223 webkit/browser/fileapi/recursive_operation_delegate.cc   pending_directory_stack_.top().pop();
top               283 webkit/browser/fileapi/sandbox_directory_database.cc     base::FilePath dir_path = pending_directories.top();
top               341 webkit/browser/fileapi/sandbox_directory_database.cc     FileId dir_id = directories.top();
top               174 win8/metro_driver/chrome_app_view.cc   int cy = rect.bottom - rect.top;
top               177 win8/metro_driver/chrome_app_view.cc                  rect.left, rect.top, cx, cy,
top              1127 win8/metro_driver/chrome_app_view.cc   DVLOG(1) << "OSK height:" << osk_rect.bottom - osk_rect.top;
top              1138 win8/metro_driver/chrome_app_view.cc     int osk_height = osk_rect.bottom - osk_rect.top;
top              1161 win8/metro_driver/chrome_app_view.cc   DVLOG(1) << "OSK height:" << osk_rect.bottom - osk_rect.top;
top               681 win8/metro_driver/chrome_app_view_ash.cc                                                rect.bottom - rect.top));
top               402 win8/metro_driver/ime/text_service.cc     POINT left_top = { bounds.left, bounds.top };
top               422 win8/metro_driver/ime/text_service.cc     POINT left_top = { bounds.left, bounds.top };
top               193 win8/metro_driver/ime/text_store.cc   POINT left_top = {client_rect.left, client_rect.top};
top               201 win8/metro_driver/ime/text_store.cc   rect->top = left_top.y;