height            143 android_webview/browser/browser_view_renderer.cc                                                             int height) {
height            148 android_webview/browser/browser_view_renderer.cc   if (width <= 0 || height <= 0) {
height            157 android_webview/browser/browser_view_renderer.cc   SkCanvas* rec_canvas = picture->beginRecording(width, height, 0);
height            209 android_webview/browser/browser_view_renderer.cc void BrowserViewRenderer::OnSizeChanged(int width, int height) {
height            216 android_webview/browser/browser_view_renderer.cc                        height);
height            218 android_webview/browser/browser_view_renderer.cc   height_ = height;
height            221 android_webview/browser/browser_view_renderer.cc void BrowserViewRenderer::OnAttachedToWindow(int width, int height) {
height            227 android_webview/browser/browser_view_renderer.cc                height);
height            230 android_webview/browser/browser_view_renderer.cc   height_ = height;
height            599 android_webview/browser/browser_view_renderer.cc                         draw_info->height);
height             80 android_webview/browser/browser_view_renderer.h   skia::RefPtr<SkPicture> CapturePicture(int width, int height);
height             89 android_webview/browser/browser_view_renderer.h   void OnSizeChanged(int width, int height);
height             90 android_webview/browser/browser_view_renderer.h   void OnAttachedToWindow(int width, int height);
height             89 android_webview/browser/gpu_memory_buffer_factory_impl.cc     size_t height,
height             95 android_webview/browser/gpu_memory_buffer_factory_impl.cc   long buffer_id = g_gl_draw_functions->create_graphic_buffer(width, height);
height             99 android_webview/browser/gpu_memory_buffer_factory_impl.cc   return new GpuMemoryBufferImpl(buffer_id, gfx::Size(width, height));
height             26 android_webview/browser/gpu_memory_buffer_factory_impl.h       size_t height,
height             99 android_webview/browser/hardware_renderer.cc                        input.global_visible_rect.height();
height            119 android_webview/browser/hardware_renderer.cc           gfx::Size(draw_info->width, draw_info->height),
height             93 android_webview/browser/renderer_host/print_manager.cc       settings.page_setup_device_units().content_area().height());
height             98 android_webview/browser/renderer_host/print_manager.cc       settings.page_setup_device_units().printable_area().height());
height             42 android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java     private void showAutofillPopup(float x, float y, float width, float height,
height             60 android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java         mAutofillPopup.setAnchorRect(x, y, width, height);
height            366 android_webview/java/src/org/chromium/android_webview/AwContents.java                     mContainerView.getLayoutParams().height == ViewGroup.LayoutParams.WRAP_CONTENT;
height           2059 android_webview/java/src/org/chromium/android_webview/AwContents.java     public void extractSmartClipData(int x, int y, int width, int height) {
height           2060 android_webview/java/src/org/chromium/android_webview/AwContents.java         mContentViewCore.extractSmartClipData(x, y, width, height);
height           2127 android_webview/java/src/org/chromium/android_webview/AwContents.java     private native long nativeCapturePicture(long nativeAwContents, int width, int height);
height             48 android_webview/java/src/org/chromium/android_webview/AwPicture.java     public Canvas beginRecording(int width, int height) {
height            118 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java     public void setMaxScrollOffset(int width, int height) {
height            120 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java         mMaxVerticalScrollOffset = height;
height            126 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java     public void setContainerViewSize(int width, int height) {
height            128 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java         mContainerViewHeight = height;
height            215 android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java         int height = Math.round(bottom - top);
height            216 android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java         if (mX == x && mY == y && mWidth == width && mHeight == height) return;
height            220 android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java         mHeight = height;
height            226 android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java         layoutParams.height = height;
height            232 android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java     public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {}
height             26 android_webview/java/src/org/chromium/android_webview/JavaBrowserViewRendererHelper.java     private static Bitmap createBitmap(int width, int height, Canvas canvas) {
height             31 android_webview/java/src/org/chromium/android_webview/JavaBrowserViewRendererHelper.java             height = Math.min(height, canvas.getMaximumBitmapHeight());
height             35 android_webview/java/src/org/chromium/android_webview/JavaBrowserViewRendererHelper.java             bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
height            150 android_webview/java/src/org/chromium/android_webview/OverScrollGlow.java         int height = mHostView.getHeight();
height            157 android_webview/java/src/org/chromium/android_webview/OverScrollGlow.java             mEdgeGlowTop.setSize(width, height);
height            164 android_webview/java/src/org/chromium/android_webview/OverScrollGlow.java             canvas.translate(-width + scrollX, Math.max(maxScrollY, scrollY) + height);
height            166 android_webview/java/src/org/chromium/android_webview/OverScrollGlow.java             mEdgeGlowBottom.setSize(width, height);
height            174 android_webview/java/src/org/chromium/android_webview/OverScrollGlow.java             canvas.translate(-height - scrollY, Math.min(0, scrollX));
height            175 android_webview/java/src/org/chromium/android_webview/OverScrollGlow.java             mEdgeGlowLeft.setSize(height, width);
height            184 android_webview/java/src/org/chromium/android_webview/OverScrollGlow.java             mEdgeGlowRight.setSize(height, width);
height            124 android_webview/javatests/src/org/chromium/android_webview/test/AwScrollOffsetManagerTest.java         final int height = 212;
height            129 android_webview/javatests/src/org/chromium/android_webview/test/AwScrollOffsetManagerTest.java         offsetManager.setContainerViewSize(width, height);
height            132 android_webview/javatests/src/org/chromium/android_webview/test/AwScrollOffsetManagerTest.java         assertEquals(height, offsetManager.computeVerticalScrollRange());
height           2507 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java         int height = screenSize.y * 2 + 1;
height           2510 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java                 "<p style='height:" + height + "px;width:" + width + "px'>" +
height            143 android_webview/native/aw_autofill_manager_delegate.cc       element_bounds.height(), data_array.obj());
height            952 android_webview/native/aw_contents.cc       env, obj.obj(), contents_size_dip.width(), contents_size_dip.height());
height           1005 android_webview/native/aw_contents.cc       env, obj.obj(), contents_size.width(), contents_size.height());
height           1011 android_webview/native/aw_contents.cc                                  int height) {
height           1014 android_webview/native/aw_contents.cc       new AwPicture(browser_view_renderer_.CapturePicture(width, height)));
height            124 android_webview/native/aw_contents.h   jlong CapturePicture(JNIEnv* env, jobject obj, int width, int height);
height            153 android_webview/native/aw_dev_tools_server.cc     description.SetInteger("height", screen_rect.height());
height             69 android_webview/native/aw_pdf_exporter.cc   int height = Java_AwPdfExporter_getPageHeight(env, obj);
height             72 android_webview/native/aw_pdf_exporter.cc   int height_in_dots = MilsToDots(height, dpi);
height             30 android_webview/native/aw_picture.cc   return picture_->height();
height             92 android_webview/native/external_video_surface_container_impl.cc       static_cast<jfloat>(rect.y() + rect.height()));
height            110 android_webview/native/java_browser_view_renderer_helper.cc   if (clip.width() <= 0 || clip.height() <= 0)
height            115 android_webview/native/java_browser_view_renderer_helper.cc           env, clip.width(), clip.height(), jcanvas.obj()));
height            159 android_webview/native/java_browser_view_renderer_helper.cc         SkImageInfo::MakeN32Premul(bitmap_info.width, bitmap_info.height);
height             30 android_webview/public/browser/draw_gl.h   int height;
height            111 android_webview/renderer/print_web_view_helper.cc       ConvertUnit(page_params.page_size.height(), dpi, kPixelsPerInch));
height            119 android_webview/renderer/print_web_view_helper.cc       page_params.page_size.height() -
height            120 android_webview/renderer/print_web_view_helper.cc       page_params.content_size.height() - page_params.margin_top,
height            139 android_webview/renderer/print_web_view_helper.cc   int new_content_height = page_size_in_pixels.height -
height            156 android_webview/renderer/print_web_view_helper.cc         ConvertUnit(page_size_in_pixels.height, kPixelsPerInch, dpi));
height            176 android_webview/renderer/print_web_view_helper.cc       static_cast<double>(params_to_fit->content_size.height());
height            177 android_webview/renderer/print_web_view_helper.cc   int default_page_size_height = page_params.page_size.height();
height            179 android_webview/renderer/print_web_view_helper.cc   int css_page_size_height = params_to_fit->page_size.height();
height            213 android_webview/renderer/print_web_view_helper.cc   int content_height = params.content_size.height();
height            215 android_webview/renderer/print_web_view_helper.cc   int margin_bottom = params.page_size.height() -
height            236 android_webview/renderer/print_web_view_helper.cc   if ((page_params->page_size.width() > page_params->page_size.height()) ==
height            237 android_webview/renderer/print_web_view_helper.cc       (css_params.page_size.width() > css_params.page_size.height())) {
height            242 android_webview/renderer/print_web_view_helper.cc   page_params->page_size.SetSize(page_params->page_size.height(),
height            244 android_webview/renderer/print_web_view_helper.cc   page_params->content_size.SetSize(page_params->content_size.height(),
height            247 android_webview/renderer/print_web_view_helper.cc       gfx::Size(page_params->printable_area.height(),
height            261 android_webview/renderer/print_web_view_helper.cc   webkit_print_params->printContentArea.height =
height            262 android_webview/renderer/print_web_view_helper.cc       ConvertUnit(print_params.content_size.height(), dpi,
height            274 android_webview/renderer/print_web_view_helper.cc   webkit_print_params->printableArea.height =
height            275 android_webview/renderer/print_web_view_helper.cc       ConvertUnit(print_params.printable_area.height(),
height            281 android_webview/renderer/print_web_view_helper.cc   webkit_print_params->paperSize.height =
height            282 android_webview/renderer/print_web_view_helper.cc       ConvertUnit(print_params.page_size.height(), dpi,
height            355 android_webview/renderer/print_web_view_helper.cc     int default_margin_bottom = params.page_size.height() -
height            356 android_webview/renderer/print_web_view_helper.cc         params.content_size.height() - params.margin_top;
height            360 android_webview/renderer/print_web_view_helper.cc         result_params.page_size.height() - result_params.margin_top -
height            454 android_webview/renderer/print_web_view_helper.cc   options->SetDouble("height", page_size.height);
height            491 android_webview/renderer/print_web_view_helper.cc                          content_area.size().height() / scale_factor));
height            612 android_webview/renderer/print_web_view_helper.cc                               web_print_params_.printContentArea.height);
height            614 android_webview/renderer/print_web_view_helper.cc       static_cast<int>(static_cast<double>(print_layout_size.height()) * 1.25));
height            705 android_webview/renderer/print_web_view_helper.cc                    web_print_params_.printContentArea.height);
height           1075 android_webview/renderer/print_web_view_helper.cc       ConvertUnit(print_params.printable_area.height(), dpi, kPointsPerInch));
height             88 apps/app_window.cc   bounds_properties->SetInteger("height", bounds.height());
height             92 apps/app_window.cc       "minHeight", min_size.height(), bounds_properties.get());
height             95 apps/app_window.cc       "maxHeight", max_size.height(), bounds_properties.get());
height            110 apps/app_window.cc   if (content_constraints.height() > 0) {
height            112 apps/app_window.cc         content_constraints.height() + frame_insets.height());
height            127 apps/app_window.cc   if (window_constraints.height() > 0) {
height            129 apps/app_window.cc         std::max(0, window_constraints.height() - frame_insets.height()));
height            177 apps/app_window.cc   if (content_spec.bounds.height() > 0) {
height            179 apps/app_window.cc         content_spec.bounds.height() + frame_insets.height());
height            756 apps/app_window.cc     if (bitmaps[i].height() < delegate_->PreferredIconSize())
height            994 apps/app_window.cc         std::max(minimum_size.height(),
height            995 apps/app_window.cc                  std::min(bounds->height(), current_screen_bounds.height())));
height           1003 apps/app_window.cc                           current_screen_bounds.bottom() - bounds->height())));
height           1014 apps/app_window.cc   if (params.content_spec.bounds.height() == 0 &&
height           1015 apps/app_window.cc       params.window_spec.bounds.height() == 0) {
height            128 apps/app_window_geometry_cache.cc       value->SetInteger("h", bounds.height());
height            132 apps/app_window_geometry_cache.cc       value->SetInteger("screen_bounds_h", screen_bounds.height());
height             66 apps/app_window_geometry_cache_unittest.cc   value->SetInteger("h", bounds.height());
height             70 apps/app_window_geometry_cache_unittest.cc   value->SetInteger("screen_bounds_h", screen_bounds.height());
height            237 apps/app_window_geometry_cache_unittest.cc   ASSERT_EQ(bounds.height(), v);
height            245 apps/app_window_geometry_cache_unittest.cc   ASSERT_EQ(screen_bounds.height(), v);
height             30 apps/size_constraints.cc       size_constraints.height() == kUnboundedSize
height             32 apps/size_constraints.cc           : size_constraints.height() + frame_insets.height());
height             39 apps/size_constraints.cc   if (max_size.height() != kUnboundedSize)
height             40 apps/size_constraints.cc     size.set_height(std::min(size.height(), max_size.height()));
height             48 apps/size_constraints.cc          min_size.height() != kUnboundedSize;
height             54 apps/size_constraints.cc          max_size.height() != kUnboundedSize;
height             70 apps/size_constraints.cc       maximum_size_.height() == kUnboundedSize
height             72 apps/size_constraints.cc           : std::max(maximum_size_.height(), minimum_size_.height()));
height            136 apps/ui/views/app_window_frame_view.cc       0, kCaptionHeight, width(), std::max(0, height() - kCaptionHeight));
height            161 apps/ui/views/app_window_frame_view.cc   int closeButtonOffsetX = (kCaptionHeight - close_button_->height()) / 2;
height            166 apps/ui/views/app_window_frame_view.cc                    window_bounds.height() + kCaptionHeight);
height            242 apps/ui/views/app_window_frame_view.cc   gfx::Rect bounds(0, 0, pref.width(), pref.height());
height            259 apps/ui/views/app_window_frame_view.cc                            close_size.height());
height            270 apps/ui/views/app_window_frame_view.cc       maximize_size.height());
height            276 apps/ui/views/app_window_frame_view.cc       restore_size.height());
height            292 apps/ui/views/app_window_frame_view.cc       minimize_size.height());
height            336 apps/ui/views/app_window_frame_view.cc   int closeButtonOffsetX = (kCaptionHeight - close_button_->height()) / 2;
height            350 apps/ui/views/app_window_frame_view.cc   if (max_size.height())
height            351 apps/ui/views/app_window_frame_view.cc     max_size.Enlarge(0, height() - client_size.height());
height            160 apps/ui/views/native_app_window_views.cc                     app_window_size.height() / 2 - size.height() / 2);
height            288 apps/ui/views/native_app_window_views.cc   web_view_->SetBounds(0, 0, width(), height());
height            177 ash/accelerators/exit_warning_handler.cc                    (rs.height() - ps.height()) / 3,
height            178 ash/accelerators/exit_warning_handler.cc                    ps.width(), ps.height());
height            295 ash/desktop_background/desktop_background_controller.cc           size.height() > kSmallWallpaperMaxHeight) ?
height            455 ash/desktop_background/desktop_background_controller.cc   int height = 0;
height            466 ash/desktop_background/desktop_background_controller.cc       size_in_pixel = gfx::Size(size_in_pixel.height(), size_in_pixel.width());
height            469 ash/desktop_background/desktop_background_controller.cc     height = std::max(size_in_pixel.height(), height);
height            471 ash/desktop_background/desktop_background_controller.cc   return gfx::Size(width, height);
height            141 ash/desktop_background/desktop_background_controller_unittest.cc   gfx::ImageSkia CreateImage(int width, int height, SkColor color) {
height            143 ash/desktop_background/desktop_background_controller_unittest.cc     bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height);
height            201 ash/desktop_background/desktop_background_controller_unittest.cc                      int height,
height            204 ash/desktop_background/desktop_background_controller_unittest.cc     bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height, 0);
height            212 ash/desktop_background/desktop_background_controller_unittest.cc             gfx::JPEGCodec::FORMAT_SkBitmap, width, height, bitmap.rowBytes(),
height            214 ash/desktop_background/desktop_background_controller_unittest.cc       LOG(ERROR) << "Unable to encode " << width << "x" << height << " bitmap";
height             63 ash/desktop_background/desktop_background_view.cc     child->SetBounds(0, 0, rounded_size.width(), rounded_size.height());
height            116 ash/desktop_background/desktop_background_view.cc       0, 0, wallpaper.width() * scaling, wallpaper.height() * scaling);
height            123 ash/desktop_background/desktop_background_view.cc     double vertical_ratio = static_cast<double>(height()) /
height            124 ash/desktop_background/desktop_background_view.cc         static_cast<double>(wallpaper.height());
height            130 ash/desktop_background/desktop_background_view.cc           wallpaper.height());
height            133 ash/desktop_background/desktop_background_view.cc           RoundPositive(static_cast<double>(height()) / horizontal_ratio));
height            137 ash/desktop_background/desktop_background_view.cc         0, 0, wallpaper.width(), wallpaper.height());
height            141 ash/desktop_background/desktop_background_view.cc         wallpaper_cropped_rect.width(), wallpaper_cropped_rect.height(),
height            142 ash/desktop_background/desktop_background_view.cc         0, 0, width(), height(),
height            145 ash/desktop_background/desktop_background_view.cc     canvas->TileImageInt(wallpaper, 0, 0, width(), height());
height            149 ash/desktop_background/desktop_background_view.cc         wallpaper.height(), 0, 0, width(), height(), true);
height            156 ash/desktop_background/desktop_background_view.cc         0, 0, wallpaper.width(), wallpaper.height(),
height            158 ash/desktop_background/desktop_background_view.cc         (height() - wallpaper_rect.height()) / 2,
height            160 ash/desktop_background/desktop_background_view.cc         wallpaper_rect.height(),
height             38 ash/desktop_background/wallpaper_resizer.cc   const int orig_height = orig_bitmap.height();
height             40 ash/desktop_background/wallpaper_resizer.cc   const int new_height = target_size.height();
height             29 ash/desktop_background/wallpaper_resizer_unittest.cc   int h = size.height();
height             49 ash/desktop_background/wallpaper_resizer_unittest.cc   EXPECT_EQ(image.height(), kTargetHeight);
height            111 ash/desktop_background/wallpaper_resizer_unittest.cc     EXPECT_EQ(20, resized_small.height());
height            117 ash/desktop_background/wallpaper_resizer_unittest.cc     EXPECT_EQ(600, resized_large.height());
height             68 ash/dip_unittest.cc       display_2x.bounds().InsetsFrom(work_area).height(),
height             69 ash/dip_unittest.cc       shelf->shelf_widget()->GetNativeView()->layer()->bounds().height());
height            107 ash/dip_unittest.cc       display_2x.bounds().InsetsFrom(work_area).height(),
height            108 ash/dip_unittest.cc       shelf->shelf_widget()->GetNativeView()->layer()->bounds().height());
height            236 ash/display/cursor_window_controller.cc             rotated.height() - hot_point_.x(),
height            244 ash/display/cursor_window_controller.cc             rotated.height() - hot_point_.x());
height             65 ash/display/display_change_observer_chromeos.cc                                    mode_info.size().height());
height             98 ash/display/display_info.cc   int x = 0, y = 0, width, height;
height            101 ash/display/display_info.cc              &width, &height, &device_scale_factor) >= 2 ||
height            102 ash/display/display_info.cc       sscanf(main_spec.c_str(), "%d+%d-%dx%d*%f", &x, &y, &width, &height,
height            104 ash/display/display_info.cc     bounds_in_native.SetRect(x, y, width, height);
height            123 ash/display/display_info.cc       int width, height;
height            128 ash/display/display_info.cc                  &height,
height            130 ash/display/display_info.cc         if (width * height >= largest_area &&
height            133 ash/display/display_info.cc           largest_area = width * height;
height            138 ash/display/display_info.cc             DisplayMode(gfx::Size(width, height), refresh_rate, false, false));
height            157 ash/display/display_info.cc     int height = bounds_in_native.height() / device_scale_factor / 40;
height            158 ash/display/display_info.cc     display_info.SetOverscanInsets(gfx::Insets(height, width, height, width));
height            249 ash/display/display_info.cc     size_in_pixel_.Enlarge(-insets_in_pixel.width(), -insets_in_pixel.height());
height            256 ash/display/display_info.cc     size_in_pixel_.SetSize(size_in_pixel_.height(), size_in_pixel_.width());
height            298 ash/display/display_info.cc                         iter->size.height(),
height           1095 ash/display/display_manager.cc         offset, primary_bounds.height() - kMinimumOverlapForInvalidOffset);
height           1097 ash/display/display_manager.cc         offset, -secondary_bounds.height() + kMinimumOverlapForInvalidOffset);
height           1101 ash/display/display_manager.cc       new_secondary_origin.Offset(offset, -secondary_bounds.height());
height           1107 ash/display/display_manager.cc       new_secondary_origin.Offset(offset, primary_bounds.height());
height             76 ash/display/root_window_transformers.cc       rotate.Translate(display.bounds().height() - one_pixel, 0);
height             85 ash/display/root_window_transformers.cc                        display.bounds().height() - one_pixel);
height            212 ash/display/root_window_transformers.cc     bool letterbox = root_bounds_.width() * mirror_display_rect.height() >
height            213 ash/display/root_window_transformers.cc         root_bounds_.height() * mirror_display_rect.width();
height            220 ash/display/root_window_transformers.cc           (mirror_display_rect.height() -
height            221 ash/display/root_window_transformers.cc            root_bounds_.height() * inverted_scale) / 2);
height            228 ash/display/root_window_transformers.cc           (static_cast<float>(root_bounds_.height()) /
height            229 ash/display/root_window_transformers.cc            static_cast<float>(mirror_display_rect.height()));
height             57 ash/display/screen_ash.cc     int area = intersect.width() * intersect.height();
height            520 ash/drag_drop/drag_drop_controller_unittest.cc       widget2_bounds.width(), widget2_bounds.height()));
height            874 ash/drag_drop/drag_drop_controller_unittest.cc       widget2_bounds.width(), widget2_bounds.height()));
height            127 ash/drag_drop/drag_image_view.cc         scaled_widget_size.width(), scaled_widget_size.height());
height            154 ash/drag_drop/drag_image_view.cc         drag_hint_size.height() > widget_size_.height()) {
height             58 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc         preferred_size.width(), preferred_size.height());
height            173 ash/frame/caption_buttons/frame_caption_button.cc                        (height() - to_center.height()) / 2,
height            157 ash/frame/caption_buttons/frame_caption_button_container_view.cc   return gfx::Size(width, close_button_->GetPreferredSize().height());
height            168 ash/frame/caption_buttons/frame_caption_button_container_view.cc     child->SetBounds(x, 0, size.width(), size.height());
height             87 ash/frame/caption_buttons/frame_caption_button_container_view_unittest.cc         leftmost.height() == rightmost.height() &&
height             90 ash/frame/caption_buttons/frame_caption_button_container_view_unittest.cc         leftmost.height() == expected.height() &&
height            115 ash/frame/caption_buttons/frame_maximize_button.cc   press_location_ = gfx::Point(width() / 2, height() / 2);
height            126 ash/frame/caption_buttons/frame_maximize_button.cc       location.set_y(location.y() + height());
height            533 ash/frame/caption_buttons/frame_maximize_button.cc   if (bounds.y() != screen.y() || bounds.height() != screen.height())
height             89 ash/frame/caption_buttons/frame_maximize_button_unittest.cc         preferred_size.width(), preferred_size.height());
height            623 ash/frame/caption_buttons/frame_maximize_button_unittest.cc   EXPECT_EQ(new_bounds.height(), initial_bounds.height());
height            655 ash/frame/caption_buttons/frame_maximize_button_unittest.cc   EXPECT_EQ(new_bounds.height(), initial_bounds.height());
height            682 ash/frame/caption_buttons/frame_maximize_button_unittest.cc   EXPECT_EQ(new_bounds.height(), initial_bounds.height());
height            183 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc   int bottom = inset.top() + content_view_->height() + kLineWidth;
height            197 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc   border_size.Enlarge(insets.width(), insets.height());
height            202 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc   int y = anchor_size_.height() - insets.top();
height            223 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc                              y + content_view_->height(),
height            231 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc                              content_view_->height() + 2 * kLineWidth),
height            237 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc                              content_view_->height() + 2 * kLineWidth),
height            286 ash/frame/custom_frame_view_ash.cc     DCHECK_EQ(image.width(), image.height());
height            426 ash/frame/custom_frame_view_ash.cc     int height = header_view_->GetPreferredHeight();
height            427 ash/frame/custom_frame_view_ash.cc     header_view_->SetBounds(0, onscreen_height - height, width(), height);
height            513 ash/frame/custom_frame_view_ash.cc   gfx::Rect bounds(0, 0, pref.width(), pref.height());
height            526 ash/frame/custom_frame_view_ash.cc       NonClientTopBorderHeight() + min_client_view_size.height());
height            532 ash/frame/custom_frame_view_ash.cc   int height = 0;
height            536 ash/frame/custom_frame_view_ash.cc   if (max_client_size.height() > 0)
height            537 ash/frame/custom_frame_view_ash.cc     height = NonClientTopBorderHeight() + max_client_size.height();
height            539 ash/frame/custom_frame_view_ash.cc   return gfx::Size(width, height);
height            134 ash/frame/custom_frame_view_ash_unittest.cc   EXPECT_EQ(close_button->height(),
height            135 ash/frame/custom_frame_view_ash_unittest.cc             delegate->custom_frame_view()->GetHeaderView()->height());
height            148 ash/frame/custom_frame_view_ash_unittest.cc   EXPECT_EQ(delegate->GetTitleBarHeight(), min_frame_size.height());
height            152 ash/frame/custom_frame_view_ash_unittest.cc   EXPECT_EQ(0, max_frame_size.height());
height            171 ash/frame/custom_frame_view_ash_unittest.cc   EXPECT_EQ(min_client_size.height() + delegate->GetTitleBarHeight(),
height            172 ash/frame/custom_frame_view_ash_unittest.cc             min_frame_size.height());
height            173 ash/frame/custom_frame_view_ash_unittest.cc   EXPECT_EQ(max_client_size.height() + delegate->GetTitleBarHeight(),
height            174 ash/frame/custom_frame_view_ash_unittest.cc             max_frame_size.height());
height            211 ash/frame/default_header_painter.cc       caption_button_container_size.height());
height            218 ash/frame/default_header_painter.cc         caption_button_container_->height() / 2 - window_icon_size_ / 2;
height            224 ash/frame/default_header_painter.cc   SetHeaderHeightForPainting(caption_button_container_->height());
height            231 ash/frame/default_header_painter.cc void DefaultHeaderPainter::SetHeaderHeightForPainting(int height) {
height            232 ash/frame/default_header_painter.cc   height_ = height;
height            277 ash/frame/default_header_painter.cc       top_edge.height());
height            279 ash/frame/default_header_painter.cc   DCHECK_EQ(left_edge.height(), right_edge.height());
height            280 ash/frame/default_header_painter.cc   int bottom = left_edge.height();
height            281 ash/frame/default_header_painter.cc   int bottom_height = bottom_edge.height();
height             47 ash/frame/default_header_painter.h   virtual void SetHeaderHeightForPainting(int height) OVERRIDE;
height             76 ash/frame/header_painter_util.cc   int height = title_font_list.GetHeight();
height             79 ash/frame/header_painter_util.cc   int y = std::max(0, (caption_button_container->height() / 2) - (height / 2));
height             82 ash/frame/header_painter_util.cc   return gfx::Rect(x, y, width, height);
height             36 ash/ime/candidate_view.cc     size.SetToMin(gfx::Size(kMaxCandidateLabelWidth, size.height()));
height            242 ash/ime/candidate_view.cc   shortcut_label_->SetBounds(x, 0, shortcut_width_, height());
height            245 ash/ime/candidate_view.cc   candidate_label_->SetBounds(x, 0, candidate_width_, height());
height            254 ash/ime/candidate_view.cc         height() - kInfolistIndicatorIconPadding * 2);
height            257 ash/ime/candidate_view.cc   annotation_label_->SetBounds(x, 0, right - x, height());
height             50 ash/ime/candidate_window_view.cc         anchor_rect.bottom() : anchor_rect.y() - content_size.height()));
height            350 ash/ime/candidate_window_view_unittest.cc       GetCandidateAt(0)->GetContentsBounds().height();
height            353 ash/ime/candidate_window_view_unittest.cc     EXPECT_EQ(before_height, GetCandidateAt(i)->GetContentsBounds().height());
height            360 ash/ime/candidate_window_view_unittest.cc   EXPECT_EQ(before_height, GetCandidateAt(0)->GetContentsBounds().height());
height            363 ash/ime/candidate_window_view_unittest.cc     EXPECT_EQ(before_height, GetCandidateAt(i)->GetContentsBounds().height());
height            371 ash/ime/candidate_window_view_unittest.cc   before_height = GetCandidateAt(0)->GetContentsBounds().height();
height            374 ash/ime/candidate_window_view_unittest.cc     EXPECT_EQ(before_height, GetCandidateAt(i)->GetContentsBounds().height());
height            381 ash/ime/candidate_window_view_unittest.cc   EXPECT_EQ(before_height, GetCandidateAt(0)->GetContentsBounds().height());
height            384 ash/ime/candidate_window_view_unittest.cc     EXPECT_EQ(before_height, GetCandidateAt(i)->GetContentsBounds().height());
height             72 ash/ime/infolist_window.cc   bounds.set_y(anchor_rect.y() + contents_size.height() / 2 -
height             89 ash/keyboard_overlay/keyboard_overlay_delegate.cc                    rect.bottom() - size.height(),
height             91 ash/keyboard_overlay/keyboard_overlay_delegate.cc                    size.height());
height            122 ash/keyboard_overlay/keyboard_overlay_delegate.cc   const int height = width * kBaseHeight / kBaseWidth;
height            123 ash/keyboard_overlay/keyboard_overlay_delegate.cc   size->SetSize(width, height);
height            238 ash/magnifier/magnification_controller.cc   float max_y = host_size_in_dip.height() - window_size_in_dip.height();
height            392 ash/magnifier/magnification_controller.cc   const float height = size_in_dip.height() / scale;
height            394 ash/magnifier/magnification_controller.cc   return gfx::RectF(origin_.x(), origin_.y(), width, height);
height             41 ash/magnifier/magnification_controller_unittest.cc     EXPECT_EQ(kRootHeight, root_bounds.height());
height            170 ash/popup_message.cc   if (size_override_.height())
height            171 ash/popup_message.cc     pref_size.set_height(size_override_.height());
height            172 ash/popup_message.cc   else if (pref_size.height() < kMessageMinHeight)
height            113 ash/root_window_controller.cc       ToRelativeValue(origin.y(), src_size.height(), dst_size.height())));
height            604 ash/root_window_controller_unittest.cc             root->GetEventHandlerForPoint(gfx::Point(0, size.height() - 1)));
height            608 ash/root_window_controller_unittest.cc             root->GetEventHandlerForPoint(gfx::Point(0, size.height() - 1)));
height            611 ash/root_window_controller_unittest.cc                 gfx::Point(size.width() - 1, size.height() - 1)));
height             59 ash/rotator/screen_rotation.cc   int height = bounds.height();
height             66 ash/rotator/screen_rotation.cc       new_origin_ = new_pivot = gfx::Point(0, height);
height             70 ash/rotator/screen_rotation.cc       new_pivot = old_pivot = gfx::Point(width / 2, height / 2);
height             71 ash/rotator/screen_rotation.cc       new_origin_.SetPoint(width, height);
height            136 ash/shelf/alternate_app_list_button.cc         (contents_bounds.height() - background_image->height()) / 2);
height            140 ash/shelf/alternate_app_list_button.cc         (contents_bounds.height() - background_image->height()) / 2);
height            153 ash/shelf/alternate_app_list_button.cc           (background_bounds.height() - forground_bounds.height()) / 2));
height            107 ash/shelf/overflow_bubble_view.cc   int y = std::min(contents_size.height() - visible_bounds.height(),
height            125 ash/shelf/overflow_bubble_view.cc           preferred_size.height(),
height            126 ash/shelf/overflow_bubble_view.cc           static_cast<int>(monitor_rect.height() *
height             69 ash/shelf/overflow_button.cc         bounds.y() + ((bounds.height() - kButtonHoverSize) / 2) - 1));
height            107 ash/shelf/overflow_button.cc           bounds.y() + (bounds.height() - background->height()) / 2,
height            108 ash/shelf/overflow_button.cc           background->width(), background->height());
height            112 ash/shelf/overflow_button.cc           bounds.y() + (bounds.height() - background->height()) / 2,
height            113 ash/shelf/overflow_button.cc           background->width(), background->height());
height            118 ash/shelf/overflow_button.cc           background->width(), background->height());
height            130 ash/shelf/overflow_button.cc           bounds.y() + ((bounds.height() - kButtonHoverSize) / 2) -1,
height            142 ash/shelf/overflow_button.cc   if (height() < kButtonHoverSize)
height            169 ash/shelf/overflow_button.cc                        bounds.y() + ((bounds.height() - image->height()) / 2));
height             91 ash/shelf/shelf.cc                    bounds.height());
height            190 ash/shelf/shelf_button.cc         bounds.set_height(base_bounds_.height() * scale);
height            191 ash/shelf/shelf_button.cc         int y_offset = (base_bounds_.height() - bounds.height()) / 2;
height            277 ash/shelf/shelf_button.cc       static_cast<float>(image.width()) / static_cast<float>(image.height());
height            278 ash/shelf/shelf_button.cc   int height = pref;
height            279 ash/shelf/shelf_button.cc   int width = static_cast<int>(aspect_ratio * height);
height            282 ash/shelf/shelf_button.cc     height = static_cast<int>(width / aspect_ratio);
height            285 ash/shelf/shelf_button.cc   if (width == image.width() && height == image.height()) {
height            291 ash/shelf/shelf_button.cc       skia::ImageOperations::RESIZE_BEST, gfx::Size(width, height)));
height            413 ash/shelf/shelf_button.cc       button_bounds.height() - y_offset);
height            421 ash/shelf/shelf_button.cc     y_offset = button_bounds.height() - (kIconSize + icon_pad);
height            434 ash/shelf/shelf_button.cc     if (y_offset + icon_height + kBarSize > button_bounds.height())
height            435 ash/shelf/shelf_button.cc       icon_height = button_bounds.height() - (y_offset + kBarSize);
height            437 ash/shelf/shelf_button.cc     y_offset = std::max(0, button_bounds.height() - icon_height) / 2;
height            277 ash/shelf/shelf_layout_manager.cc   int width = 0, height = 0;
height            278 ash/shelf/shelf_layout_manager.cc   GetShelfSize(&width, &height);
height            280 ash/shelf/shelf_layout_manager.cc       gfx::Rect(bounds.x(), bounds.bottom() - height, bounds.width(), height),
height            281 ash/shelf/shelf_layout_manager.cc       gfx::Rect(bounds.x(), bounds.y(), width, bounds.height()),
height            282 ash/shelf/shelf_layout_manager.cc       gfx::Rect(bounds.right() - width, bounds.y(), width, bounds.height()),
height            283 ash/shelf/shelf_layout_manager.cc       gfx::Rect(bounds.x(), bounds.y(), bounds.width(), height));
height            433 ash/shelf/shelf_layout_manager.cc       min_height = shelf_->GetContentsView()->GetPreferredSize().height();
height            435 ash/shelf/shelf_layout_manager.cc     if (min_height < shelf_->GetWindowBoundsInScreen().height() &&
height            457 ash/shelf/shelf_layout_manager.cc                        (horizontal ?  bounds.height() : bounds.width());
height            756 ash/shelf/shelf_layout_manager.cc void ShelfLayoutManager::GetShelfSize(int* width, int* height) {
height            757 ash/shelf/shelf_layout_manager.cc   *width = *height = 0;
height            761 ash/shelf/shelf_layout_manager.cc     *height = GetPreferredShelfSize();
height            786 ash/shelf/shelf_layout_manager.cc     shelf_height = available_bounds.height();
height            809 ash/shelf/shelf_layout_manager.cc                     shelf_width, available_bounds.height()),
height            811 ash/shelf/shelf_layout_manager.cc                     shelf_width, available_bounds.height()),
height            816 ash/shelf/shelf_layout_manager.cc       PrimaryAxisValue(status_size.height(), status_size.width()));
height            828 ash/shelf/shelf_layout_manager.cc                     status_inset, status_size.width(), status_size.height()),
height            830 ash/shelf/shelf_layout_manager.cc                     shelf_height - status_size.height(), status_size.width(),
height            831 ash/shelf/shelf_layout_manager.cc                     status_size.height()),
height            832 ash/shelf/shelf_layout_manager.cc       gfx::Rect(status_inset, shelf_height - status_size.height(),
height            833 ash/shelf/shelf_layout_manager.cc                     status_size.width(), status_size.height()),
height            835 ash/shelf/shelf_layout_manager.cc                     shelf_height - (status_size.height() + status_inset),
height            836 ash/shelf/shelf_layout_manager.cc                     status_size.width(), status_size.height()));
height            850 ash/shelf/shelf_layout_manager.cc     gfx::Insets keyboard_insets(0, 0, keyboard_bounds_.height(), 0);
height            880 ash/shelf/shelf_layout_manager.cc                 target_bounds->shelf_bounds_in_root.height()),
height            882 ash/shelf/shelf_layout_manager.cc                 shelf_height - status_size.height()),
height            884 ash/shelf/shelf_layout_manager.cc                 shelf_height - status_size.height()),
height            887 ash/shelf/shelf_layout_manager.cc                 target_bounds->shelf_bounds_in_root.height()));
height            927 ash/shelf/shelf_layout_manager.cc     int shelf_height = target_bounds->shelf_bounds_in_root.height() - translate;
height           1016 ash/shelf/shelf_layout_manager.cc       gfx::Vector2d(0, shelf_bounds_in_screen.height()),
height           1150 ash/shelf/shelf_layout_manager.cc   bounds.set_height(bounds.height() - keyboard_bounds_.height());
height            285 ash/shelf/shelf_layout_manager.h   void GetShelfSize(int* width, int* height);
height            104 ash/shelf/shelf_layout_manager_unittest.cc     int size = layout_manager->PrimaryAxisValue(current_bounds.height(),
height            106 ash/shelf/shelf_layout_manager_unittest.cc     int desired_size = layout_manager->PrimaryAxisValue(target_bounds_.height(),
height            180 ash/shelf/shelf_layout_manager_unittest.cc     EXPECT_GE(shelf_bounds.height(), not_visible_bounds_.height());
height            191 ash/shelf/shelf_layout_manager_unittest.cc         shelf_bounds.height(),
height            194 ash/shelf/shelf_layout_manager_unittest.cc         visible_bounds_.height(),
height            197 ash/shelf/shelf_layout_manager_unittest.cc         not_visible_bounds_.height(),
height            465 ash/shelf/shelf_layout_manager_unittest.cc     end.set_y(start.y() + shelf_shown.height() * 3 / 10);
height            673 ash/shelf/shelf_layout_manager_unittest.cc   int shelf_height = manager->GetIdealBounds().height();
height            767 ash/shelf/shelf_layout_manager_unittest.cc   const int small_change = initial_shelf_bounds.height() / 2;
height            769 ash/shelf/shelf_layout_manager_unittest.cc       std::abs(initial_shelf_bounds.height() - current_shelf_bounds.height()),
height            772 ash/shelf/shelf_layout_manager_unittest.cc       std::abs(initial_status_bounds.height() - current_status_bounds.height()),
height            832 ash/shelf/shelf_layout_manager_unittest.cc   EXPECT_EQ(root->bounds().bottom() - shelf->GetIdealBounds().height(),
height           1459 ash/shelf/shelf_layout_manager_unittest.cc   EXPECT_EQ(display.bounds().height(), shelf_bounds.height());
height           1487 ash/shelf/shelf_layout_manager_unittest.cc   EXPECT_EQ(display.bounds().height(), shelf_bounds.height());
height           1501 ash/shelf/shelf_layout_manager_unittest.cc   EXPECT_EQ(shelf->GetIdealBounds().height(),
height           1503 ash/shelf/shelf_layout_manager_unittest.cc   EXPECT_GE(shelf_bounds.height(),
height           1504 ash/shelf/shelf_layout_manager_unittest.cc             GetShelfWidget()->GetContentsView()->GetPreferredSize().height());
height           1507 ash/shelf/shelf_layout_manager_unittest.cc   EXPECT_GE(status_bounds.height(),
height           1508 ash/shelf/shelf_layout_manager_unittest.cc             status_area_widget->GetContentsView()->GetPreferredSize().height());
height           1509 ash/shelf/shelf_layout_manager_unittest.cc   EXPECT_EQ(shelf->GetIdealBounds().height(),
height            131 ash/shelf/shelf_tooltip_manager.cc   if (pref_size.height() < kTooltipMinHeight)
height            494 ash/shelf/shelf_view.cc                    icon_bounds.height());
height            574 ash/shelf/shelf_view.cc   size.set_height(size.height() * scale_factor);
height            575 ash/shelf/shelf_view.cc   drag_image_offset_ = gfx::Vector2d(size.width() / 2, size.height() / 2) +
height            736 ash/shelf/shelf_view.cc   int available_size = layout_manager_->PrimaryAxisValue(width(), height());
height            755 ash/shelf/shelf_view.cc   int h = layout_manager_->PrimaryAxisValue(height(), button_size);
height            812 ash/shelf/shelf_view.cc                 layout_manager_->PrimaryAxisValue(height(), h)));
height           1072 ash/shelf/shelf_view.cc                  view_model_->ideal_bounds(current_index).height(),
height            392 ash/shelf/shelf_view_unittest.cc         EXPECT_LE(item_bounds.bottom(), shelf_view_bounds.height());
height           1422 ash/shelf/shelf_view_unittest.cc   generator.MoveMouseBy(0, -(bounds.height() / 2 + 5));
height            196 ash/shelf/shelf_widget.cc                        shelf_background.height(),
height            200 ash/shelf/shelf_widget.cc                        height(),
height            475 ash/shelf/shelf_widget.cc                        shelf_background.height(),
height            484 ash/shelf/shelf_widget.cc                        height(),
height            503 ash/shelf/shelf_widget.cc         shelf_corner.height(),
height            504 ash/shelf/shelf_widget.cc         dock_bounds.x() > 0 ? dock_bounds.x() : dock_bounds.width() - height(),
height            506 ash/shelf/shelf_widget.cc         height(),
height            507 ash/shelf/shelf_widget.cc         height(),
height            515 ash/shelf/shelf_widget.cc                          shelf_background.height() - 1,
height            518 ash/shelf/shelf_widget.cc                          dock_bounds.x() > 0 ? dock_bounds.x() + height() : 0,
height            520 ash/shelf/shelf_widget.cc                          dock_bounds.width() - height(),
height            521 ash/shelf/shelf_widget.cc                          height(),
height            527 ash/shelf/shelf_widget.cc           gfx::Rect(0, height() - kNumBlackPixels, width(), kNumBlackPixels),
height            528 ash/shelf/shelf_widget.cc           gfx::Rect(0, 0, kNumBlackPixels, height()),
height            529 ash/shelf/shelf_widget.cc           gfx::Rect(width() - kNumBlackPixels, 0, kNumBlackPixels, height()),
height            549 ash/shelf/shelf_widget.cc                              child_at(i)->width(), height());
height            552 ash/shelf/shelf_widget.cc                              width(), child_at(i)->height());
height             50 ash/shell/lock_view.cc                                      (height() - font_list_.GetHeight()) / 2,
height             56 ash/shell/lock_view.cc     bounds.set_y(bounds.bottom() - ps.height() - 5);
height             94 ash/shell/lock_view.cc                             (root_window_size.height() - ps.height()) / 2,
height             95 ash/shell/lock_view.cc                             ps.width(), ps.height());
height             47 ash/shell/panel_window.cc   if (params().bounds.height() == 0)
height            111 ash/shell/widgets.cc     view->SetBounds(left, top, preferred.width(), preferred.height());
height            112 ash/shell/widgets.cc     top += preferred.height() + kVerticalPad;
height             86 ash/shell/window_type_launcher.cc         5, local_bounds.bottom() - open_ps.height() - 5,
height             87 ash/shell/window_type_launcher.cc         open_ps.width(), open_ps.height());
height            396 ash/shell_unittest.cc   EXPECT_EQ(Shell::GetPrimaryRootWindow()->GetHost()->GetBounds().height(),
height            128 ash/system/audio/volume_view.cc     canvas->FillRect(gfx::Rect(width() / 2, 0, 1, height()),
height            248 ash/system/audio/volume_view.cc     slider_->SetSize(gfx::Size(w, slider_->height()));
height            256 ash/system/audio/volume_view.cc   bounds.set_y((height() - size.height()) / 2);
height            269 ash/system/audio/volume_view.cc   view_bounds.set_y((height() - view_size.height()) / 2);
height            277 ash/system/audio/volume_view.cc     bar_bounds.set_y((height() - bar_size.height()) / 2);
height            141 ash/system/chromeos/brightness/tray_brightness.cc   slider_->SetSize(gfx::Size(w, slider_->height()));
height            186 ash/system/chromeos/network/network_icon.cc   SizeKey key(pixel_size.width(), pixel_size.height());
height            241 ash/system/chromeos/network/network_icon.cc                           0, icon_.height() - badges_.bottom_left->height());
height            246 ash/system/chromeos/network/network_icon.cc                           icon_.height() - badges_.bottom_right->height());
height            305 ash/system/chromeos/network/network_icon.cc   int height = images->height() / num_images;
height            307 ash/system/chromeos/network/network_icon.cc       gfx::Rect(0, index * height, width, height));
height            228 ash/system/chromeos/network/tray_network.cc         (height() - image_view_->GetPreferredSize().height()) / 2);
height            230 ash/system/chromeos/network/tray_network.cc         (height() - label_view_->GetPreferredSize().height()) / 2);
height            205 ash/system/chromeos/network/tray_sms.cc     if (preferred_size.height() < kMessageListMinHeight)
height             66 ash/system/chromeos/screen_security/screen_tray_item.cc   stop_bounds.set_y((height() - stop_size.height()) / 2);
height             37 ash/system/chromeos/screen_security/screen_tray_item_unittest.cc       gfx::Point(view->width() / 2, view->height() / 2);
height             92 ash/system/chromeos/settings/tray_settings.cc       bounds.set_y((height() - size.height()) / 2);
height            100 ash/system/chromeos/tray_caps_lock.cc                                    text_size.height()));
height             46 ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc   int padding = virtual_keyboard_button_height - size.height();
height            207 ash/system/drive/tray_drive.cc           std::max(status_img_->GetPreferredSize().height(),
height            208 ash/system/drive/tray_drive.cc                    std::max(label_container_->GetPreferredSize().height(),
height            209 ash/system/drive/tray_drive.cc                             cancel_button_->GetPreferredSize().height())) +
height            223 ash/system/drive/tray_drive.cc                      pos_y + (child_area.height() - kTopPadding -
height            225 ash/system/drive/tray_drive.cc                          status_img_->GetPreferredSize().height())/2),
height            237 ash/system/drive/tray_drive.cc                              label_container_->GetPreferredSize().height());
height            244 ash/system/drive/tray_drive.cc                      pos_y + (child_area.height() - kTopPadding -
height            246 ash/system/drive/tray_drive.cc                          cancel_button_->GetPreferredSize().height())/2),
height              9 ash/system/tray/fixed_sized_image_view.cc FixedSizedImageView::FixedSizedImageView(int width, int height)
height             11 ash/system/tray/fixed_sized_image_view.cc       height_(height) {
height             22 ash/system/tray/fixed_sized_image_view.cc                    height_ ? height_ : size.height());
height             19 ash/system/tray/fixed_sized_image_view.h   FixedSizedImageView(int width, int height);
height             32 ash/system/tray/fixed_sized_scroll_view.cc   size.Enlarge(insets.width(), insets.height());
height            151 ash/system/tray/hover_highlight_view.cc   if (!expandable_ || size.height() < kTrayPopupItemHeight)
height            157 ash/system/tray/hover_highlight_view.cc   return GetPreferredSize().height();
height            120 ash/system/tray/special_popup_row.cc   bounds.set_height(content_bounds.height());
height            500 ash/system/tray/system_tray.cc     default_bubble_height_ = system_bubble_->bubble_view()->height();
height            573 ash/system/tray/system_tray.cc   int height = 0;
height            578 ash/system/tray/system_tray.cc       height = std::max(
height            579 ash/system/tray/system_tray.cc           0, work_area.height() - bubble_view->GetBoundsInScreen().y());
height            581 ash/system/tray/system_tray.cc       height = std::max(
height            585 ash/system/tray/system_tray.cc   status_area_widget()->web_notification_tray()->SetSystemTrayHeight(height);
height             67 ash/system/tray/throbber_view.cc                    (height() - ps.height()) / 2,
height             68 ash/system/tray/throbber_view.cc                    ps.width(), ps.height());
height            186 ash/system/tray/tray_background_view.cc           bounds.height());
height            189 ash/system/tray/tray_background_view.cc       trailing_location = gfx::Point(0, bounds.height() - trailing->height());
height            192 ash/system/tray/tray_background_view.cc           leading->height(),
height            194 ash/system/tray/tray_background_view.cc           bounds.height() - (leading->height() + trailing->height()));
height            209 ash/system/tray/tray_background_view.cc                          middle_bounds.height());
height            579 ash/system/tray/tray_background_view.cc         rect.height() - kPaddingFromBottomOfScreenBottomAlignment,
height             78 ash/system/tray/tray_bar_button_with_title.cc       kBarImagesActive[0]).ToImageSkia()->height();
height             93 ash/system/tray/tray_bar_button_with_title.cc   int bar_image_y = rect.height() / 2 - image_height_ / 2;
height            106 ash/system/tray/tray_bar_button_with_title.cc                       title_size.height());
height             28 ash/system/tray/tray_details_view.cc     canvas->FillRect(gfx::Rect(0, height() / 2, width(), 1), kBorderLightColor);
height             49 ash/system/tray/tray_details_view.cc     canvas->FillRect(gfx::Rect(0, view.height() - 1, view.width(), 1),
height            142 ash/system/tray/tray_details_view.cc       scroller_size.height() - (size.height() - height())));
height            147 ash/system/tray/tray_details_view.cc   fbounds.set_y(height() - footer_->height());
height             89 ash/system/tray/tray_item_more.cc   bounds.set_y((height() - size.height()) / 2);
height            101 ash/system/tray/tray_item_view.cc         static_cast<int>(size.height() * animation_->GetCurrentValue())));
height            107 ash/system/tray/tray_item_view.cc   return GetPreferredSize().height();
height            119 ash/system/tray/tray_item_view.cc         static_cast<double>(height()) / 2, 0.));
height             59 ash/system/tray/tray_popup_header_button.cc   int padding = (height() - kBorderHeight) / 2;
height             60 ash/system/tray/tray_popup_header_button.cc   canvas->FillRect(gfx::Rect(0, padding, 1, height() - padding * 2),
height            399 ash/system/user/tray_user.cc                    image_size_.height() + GetInsets().height());
height            474 ash/system/user/tray_user.cc                           contents_area.height(), gfx::ELIDE_LONG_WORDS,
height            484 ash/system/user/tray_user.cc     const gfx::Size size(contents_area.width(), line->GetStringSize().height());
height            486 ash/system/user/tray_user.cc     position.set_y(position.y() + size.height());
height            520 ash/system/user/tray_user.cc     position.set_y(position.y() - last_line_size.height());
height            599 ash/system/user/tray_user.cc       link_size.height() - learn_more_->GetInsets().top() - line_height, 0);
height            602 ash/system/user/tray_user.cc       line_count * line_height + link_extra_height + insets.height());
height            706 ash/system/user/tray_user.cc     size.set_height(std::max(size.height(),
height            707 ash/system/user/tray_user.cc                              kTrayPopupItemHeight + GetInsets().height()));
height            713 ash/system/user/tray_user.cc   return GetPreferredSize().height();
height            731 ash/system/user/tray_user.cc       int height = std::max(user_card_area.height(), logout_area.height());
height            733 ash/system/user/tray_user.cc       logout_area.set_height(height);
height            735 ash/system/user/tray_user.cc       user_card_area.set_height(height);
height            980 ash/system/user/tray_user.cc   bounds.set_y(bounds.y() + bounds.height());
height           1003 ash/system/user/tray_user.cc   area.set_height(2 * area.height());
height           1036 ash/system/user/tray_user.cc   return owner_->bounds().size().height();
height           1268 ash/system/user/tray_user.cc       if (label_->GetContentsBounds().height() == 0)
height           1270 ash/system/user/tray_user.cc       int height = label_->GetContentsBounds().height();
height           1271 ash/system/user/tray_user.cc       int vertical_pad = (kTrayItemSize - height) / 2;
height           1272 ash/system/user/tray_user.cc       int remainder = height % 2;
height            135 ash/system/user/tray_user_unittest.cc   EXPECT_EQ(kTrayItemSize, size.height());
height            138 ash/system/user/tray_user_unittest.cc   EXPECT_EQ(kTrayItemSize, size.height());
height             81 ash/system/web_notification/web_notification_tray.cc   void SetSystemTrayHeight(int height);
height            119 ash/system/web_notification/web_notification_tray.cc void WorkAreaObserver::SetSystemTrayHeight(int height) {
height            120 ash/system/web_notification/web_notification_tray.cc   system_tray_height_ = height;
height            186 ash/system/web_notification/web_notification_tray.cc         std::max(0, work_area.height() - system_tray_height_));
height            280 ash/system/web_notification/web_notification_tray.cc     return GetPreferredSize().height();
height            360 ash/system/web_notification/web_notification_tray.cc           root->bounds().height() - status_area_window->bounds().height();
height            404 ash/system/web_notification/web_notification_tray.cc void WebNotificationTray::SetSystemTrayHeight(int height) {
height            405 ash/system/web_notification/web_notification_tray.cc   work_area_observer_->SetSystemTrayHeight(height);
height             60 ash/system/web_notification/web_notification_tray.h   void SetSystemTrayHeight(int height);
height             75 ash/test/display_manager_test_api.cc       next_y += bounds.height();
height             44 ash/test/test_metro_viewer_process_host.cc                                                      uint32 height) {
height             30 ash/test/test_metro_viewer_process_host.h   virtual void OnWindowSizeChanged(uint32 width, uint32 height) OVERRIDE;
height            361 ash/touch/touch_hud_debug.cc   label_container_->SetY(display_size.height() / kReducedScale);
height            475 ash/touch/touch_hud_debug.cc   label_container_->SetY(size.height() / kReducedScale);
height            248 ash/touch/touch_uma.cc                                      bounds.height() / kBucketCountForLocation);
height            276 ash/touch/touch_uma.cc   position.set_y(std::min(bounds.height() - 1, std::max(0, position.y())));
height            208 ash/wm/default_state.cc       if (window->delegate()->GetMaximumSize().height() != 0 ||
height            213 ash/wm/default_state.cc           (window->bounds().height() == work_area.height() &&
height            221 ash/wm/default_state.cc                                     work_area.height()));
height            244 ash/wm/default_state.cc                              window->bounds().height());
height            329 ash/wm/default_state.cc       int min_height = bounds.height() * kMinimumPercentOnScreenArea;
height            107 ash/wm/dock/docked_window_layout_manager.cc                          shelf_background.height(),
height            113 ash/wm/dock/docked_window_layout_manager.cc                          rect.height(),
height            121 ash/wm/dock/docked_window_layout_manager.cc         shelf_background.height(),
height            125 ash/wm/dock/docked_window_layout_manager.cc         rect.height(),
height            270 ash/wm/dock/docked_window_layout_manager.cc     return window->bounds().height();
height            275 ash/wm/dock/docked_window_layout_manager.cc     if (delegate->GetMinimumSize().height() != 0) {
height            277 ash/wm/dock/docked_window_layout_manager.cc                                 delegate->GetMinimumSize().height());
height            279 ash/wm/dock/docked_window_layout_manager.cc     if (delegate->GetMaximumSize().height() != 0)
height            280 ash/wm/dock/docked_window_layout_manager.cc       maximum_height = delegate->GetMaximumSize().height();
height            621 ash/wm/dock/docked_window_layout_manager.cc   if (GetWindowHeightCloseTo(window, work_area.height()) > work_area.height())
height            888 ash/wm/dock/docked_window_layout_manager.cc   int available_room = work_area.height();
height           1082 ash/wm/dock/docked_window_layout_manager.cc   int available_room = work_area.height();
height           1185 ash/wm/dock/docked_window_layout_manager.cc                           std::min(work_area.bottom() - bounds.height(),
height           1187 ash/wm/dock/docked_window_layout_manager.cc     y_pos += bounds.height() + delta + kMinDockGap;
height           1234 ash/wm/dock/docked_window_layout_manager.cc       work_area.height());
height           1280 ash/wm/dock/docked_window_layout_manager.cc     window_ordering.insert(std::make_pair(bounds.y() + bounds.height() / 2,
height             51 ash/wm/dock/docked_window_layout_manager.h     height_(window->bounds().height()) { }
height            443 ash/wm/dock/docked_window_layout_manager_unittest.cc   DragMove(0, -w2->bounds().height() / 2 - min_dock_gap() - 1);
height            499 ash/wm/dock/docked_window_layout_manager_unittest.cc   DragMove(0, min_dock_gap() + w2->bounds().height() / 2 + 10);
height            568 ash/wm/dock/docked_window_layout_manager_unittest.cc   DragMove(0, min_dock_gap() + w2->bounds().height() / 2 + 10);
height            739 ash/wm/dock/docked_window_layout_manager_unittest.cc   EXPECT_NEAR(w1->GetBoundsInScreen().height(),
height            740 ash/wm/dock/docked_window_layout_manager_unittest.cc               w2->GetBoundsInScreen().height(),
height            742 ash/wm/dock/docked_window_layout_manager_unittest.cc   EXPECT_NEAR(work_area.height() / 2, w1->GetBoundsInScreen().height(),
height            755 ash/wm/dock/docked_window_layout_manager_unittest.cc   EXPECT_NEAR(w1->GetBoundsInScreen().height(),
height            756 ash/wm/dock/docked_window_layout_manager_unittest.cc               w2->GetBoundsInScreen().height(),
height            758 ash/wm/dock/docked_window_layout_manager_unittest.cc   EXPECT_NEAR(w2->GetBoundsInScreen().height(),
height            759 ash/wm/dock/docked_window_layout_manager_unittest.cc               w3->GetBoundsInScreen().height(),
height            761 ash/wm/dock/docked_window_layout_manager_unittest.cc   EXPECT_NEAR(work_area.height() / 3, w1->GetBoundsInScreen().height(),
height            794 ash/wm/dock/docked_window_layout_manager_unittest.cc   EXPECT_EQ(300, w1->GetBoundsInScreen().height());
height            795 ash/wm/dock/docked_window_layout_manager_unittest.cc   EXPECT_EQ(100, w2->GetBoundsInScreen().height());
height            801 ash/wm/dock/docked_window_layout_manager_unittest.cc   EXPECT_GT(w1->GetBoundsInScreen().height(), work_area.height() / 2 + 10);
height            802 ash/wm/dock/docked_window_layout_manager_unittest.cc   EXPECT_LT(w2->GetBoundsInScreen().height(), work_area.height() / 2 - 10);
height            830 ash/wm/dock/docked_window_layout_manager_unittest.cc   EXPECT_EQ(work_area.height(), window->GetBoundsInScreen().height());
height            242 ash/wm/dock/docked_window_resizer.cc         window_state_->GetRestoreBoundsInScreen().height());
height           1238 ash/wm/dock/docked_window_resizer_unittest.cc   EXPECT_EQ(201, w1->bounds().height());
height           1250 ash/wm/dock/docked_window_resizer_unittest.cc   EXPECT_EQ(201, w1->bounds().height());
height           1534 ash/wm/dock/docked_window_resizer_unittest.cc   EXPECT_EQ(work_area.height(), w1->bounds().height());
height           1558 ash/wm/dock/docked_window_resizer_unittest.cc   EXPECT_EQ(work_area.height(), w1->bounds().height());
height            116 ash/wm/drag_window_resizer.cc     if (bounds.height() > size.height())
height            117 ash/wm/drag_window_resizer.cc       bounds.set_height(size.height());
height            178 ash/wm/drag_window_resizer.cc       (bounds_in_another_root.width() * bounds_in_another_root.height()) /
height            179 ash/wm/drag_window_resizer.cc       static_cast<float>(bounds.width() * bounds.height());
height             47 ash/wm/drag_window_resizer_unittest.cc     EXPECT_EQ(kRootHeight, root_bounds.height());
height            241 ash/wm/drag_window_resizer_unittest.cc     EXPECT_LE(10, intersect.height());
height            267 ash/wm/drag_window_resizer_unittest.cc     EXPECT_LE(10, intersect.height());
height            159 ash/wm/gestures/long_press_affordance_handler.cc         GetPreferredSize().height()));
height            197 ash/wm/gestures/long_press_affordance_handler.cc                       GetPreferredSize().height() / 2);
height             34 ash/wm/gestures/tray_gesture_handler.cc   int height_change = bounds.height() - kMinBubbleHeight;
height             59 ash/wm/gestures/tray_gesture_handler.cc       widget_->GetContentsView()->GetPreferredSize().height());
height             60 ash/wm/gestures/tray_gesture_handler.cc   int height_change = bounds.height() - new_height;
height             75 ash/wm/gestures/tray_gesture_handler.cc   int height = widget_->GetWindowBoundsInScreen().height();
height             77 ash/wm/gestures/tray_gesture_handler.cc       widget_->GetContentsView()->GetPreferredSize().height();
height             80 ash/wm/gestures/tray_gesture_handler.cc     if (height < preferred_height * kMinThresholdGestureDrag)
height             85 ash/wm/gestures/tray_gesture_handler.cc     if (height < preferred_height * kMinThresholdGestureDragExposeFling &&
height            160 ash/wm/immersive_fullscreen_controller_unittest.cc     content_view_->SetBounds(0, 0, window_size.width(), window_size.height());
height            202 ash/wm/immersive_fullscreen_controller_unittest.cc     MoveMouse(0, is_mouse_hovered ? 10 : top_container_->height() + 100);
height            226 ash/wm/immersive_fullscreen_controller_unittest.cc     gfx::Point event_position(0, revealed ? 0 : top_container_->height() + 100);
height            242 ash/wm/immersive_fullscreen_controller_unittest.cc         gfx::Point start(0, revealed ? 0 : top_container_->height() - 2);
height             71 ash/wm/maximize_mode/maximize_mode_window_state.cc   int y = (work_area_in_parent.height() - bounds_in_parent.height()) / 2 +
height            172 ash/wm/overview/scoped_transform_overview_window.cc                static_cast<float>(bounds.height()) / rect.height()));
height            174 ash/wm/overview/scoped_transform_overview_window.cc                    bounds.y() + 0.5 * (bounds.height() - scale * rect.height()),
height            176 ash/wm/overview/scoped_transform_overview_window.cc                    rect.height() * scale);
height            188 ash/wm/overview/scoped_transform_overview_window.cc                   static_cast<float>(dst_rect.height()) / src_rect.height());
height            400 ash/wm/overview/window_overview.cc       total_bounds.width() > total_bounds.height() ? kMinCardsMajor : 1,
height            402 ash/wm/overview/window_overview.cc                                  (kCardAspectRatio * total_bounds.height())))));
height            406 ash/wm/overview/window_overview.cc       static_cast<int>(total_bounds.height() * kCardAspectRatio / rows)));
height            413 ash/wm/overview/window_overview.cc   int y_offset = total_bounds.y() + (total_bounds.height() -
height            414 ash/wm/overview/window_overview.cc       rows * window_size.height()) / 2;
height            420 ash/wm/overview/window_overview.cc                             window_size.height() * row + y_offset,
height            422 ash/wm/overview/window_overview.cc                             window_size.height());
height            406 ash/wm/overview/window_selector_unittest.cc   EXPECT_EQ(overview_bounds.height(), new_overview_bounds.height());
height            979 ash/wm/overview/window_selector_unittest.cc   EXPECT_EQ(overview_bounds.height(), new_overview_bounds.height());
height            139 ash/wm/overview/window_selector_window.cc     close_button_rect.set_y(-close_button_rect.height() / 2);
height             69 ash/wm/panels/panel_frame_view.cc       NonClientTopBorderHeight() + min_client_view_size.height());
height            412 ash/wm/panels/panel_layout_manager.cc   const int max_height = max_bounds.height() * kMaxHeightFactor;
height            415 ash/wm/panels/panel_layout_manager.cc   if (bounds.height() > max_height)
height            588 ash/wm/panels/panel_layout_manager.cc       panel_container_->bounds().height() - kPanelIdealSpacing;
height            620 ash/wm/panels/panel_layout_manager.cc     if (icon_bounds.width() == 0 && icon_bounds.height() == 0)
height            635 ash/wm/panels/panel_layout_manager.cc                                  icon_bounds.height());
height            637 ash/wm/panels/panel_layout_manager.cc         panel->bounds().width() : panel->bounds().height();
height            677 ash/wm/panels/panel_layout_manager.cc         bounds.set_y(shelf_bounds.y() - bounds.height());
height            756 ash/wm/panels/panel_layout_manager.cc                                               bounds.y() + bounds.height() / 2,
height            818 ash/wm/panels/panel_layout_manager.cc           icon_bounds.y() + (icon_bounds.height() -
height            819 ash/wm/panels/panel_layout_manager.cc                              callout_bounds.height()) / 2);
height            835 ash/wm/panels/panel_layout_manager.cc         callout_bounds.set_y(bounds.y() - callout_bounds.height());
height            104 ash/wm/panels/panel_layout_manager_unittest.cc                 screen_bottom_right.y() < display_bounds.height());
height            124 ash/wm/panels/panel_layout_manager_unittest.cc     ASSERT_FALSE(icon_bounds.width() == 0 && icon_bounds.height() == 0);
height            128 ash/wm/panels/panel_layout_manager_unittest.cc     ASSERT_LT(icon_bounds.height(), window_bounds.height());
height            145 ash/wm/panels/panel_window_resizer.cc           offset->set_y(launcher_bounds.y() - bounds.height() - bounds.y());
height            142 ash/wm/partial_screenshot_view.cc   int height = ::abs(start_position_.y() - current_position_.y());
height            143 ash/wm/partial_screenshot_view.cc   return gfx::Rect(left, top, width, height);
height             36 ash/wm/root_window_layout_manager.cc       gfx::Rect(owner_->bounds().width(), owner_->bounds().height());
height             37 ash/wm/session_state_animator.cc       floor(0.5 * (1.0 - kSlowCloseSizeRatio) * root_size.height() + 0.5));
height             48 ash/wm/session_state_animator.cc                       floor(0.5 * root_size.height() + 0.5));
height            363 ash/wm/system_modal_container_layout_manager_unittest.cc   gfx::Point center(view->width() / 2, view->height() / 2);
height            314 ash/wm/toplevel_window_event_handler_unittest.cc   DragFromCenterBy(target.get(), 100, work_area.height());
height            319 ash/wm/toplevel_window_event_handler_unittest.cc       gfx::Size(200, work_area.height() - target->bounds().y()).ToString(),
height            329 ash/wm/toplevel_window_event_handler_unittest.cc   DragFromCenterBy(target.get(), -30, work_area.height());
height            335 ash/wm/toplevel_window_event_handler_unittest.cc       gfx::Size(130, work_area.height() - target->bounds().y()).ToString(),
height            345 ash/wm/toplevel_window_event_handler_unittest.cc   DragFromCenterBy(target.get(), 0, work_area.height());
height            350 ash/wm/toplevel_window_event_handler_unittest.cc       gfx::Size(100, work_area.height() - target->bounds().y()).ToString(),
height            382 ash/wm/toplevel_window_event_handler_unittest.cc   EXPECT_EQ(100, target->bounds().height());
height             33 ash/wm/video_detector.cc     if (region.width() < kMinUpdateWidth || region.height() < kMinUpdateHeight)
height             75 ash/wm/window_animations.cc   int old_area = old_bounds.width() * old_bounds.height();
height             76 ash/wm/window_animations.cc   int new_area = new_bounds.width() * new_bounds.height();
height            107 ash/wm/window_animations.cc   float scale_y = static_cast<float>(target_bounds.height()) / bounds.height();
height            350 ash/wm/window_animations.cc     float scale_y = static_cast<float>(new_bounds.height()) /
height            351 ash/wm/window_animations.cc         static_cast<float>(old_bounds.height());
height            370 ash/wm/window_animations.cc   const float scale_y = static_cast<float>(old_bounds.height()) /
height            371 ash/wm/window_animations.cc       static_cast<float>(new_bounds.height());
height            448 ash/wm/window_animations.cc                       -layer->bounds().height() * (scale - 1.0f) / 2);
height            470 ash/wm/window_animations.cc   if (item_rect.width() != 0 || item_rect.height() != 0) {
height            253 ash/wm/window_modality_controller_unittest.cc   gfx::Point center(view->width() / 2, view->height() / 2);
height            278 ash/wm/window_modality_controller_unittest.cc   gfx::Point modal_center(modal_view->width() / 2, modal_view->height() / 2);
height            461 ash/wm/window_modality_controller_unittest.cc             gfx::Vector2d(10, parent->bounds().height() - 10));
height            367 ash/wm/window_positioner.cc   int default_height = work_area.height() - kDesktopBorderSize;
height            402 ash/wm/window_positioner.cc       (old_pos.height() + popup_position_offset_from_screen_corner_y >=
height            403 ash/wm/window_positioner.cc        work_area.height()))
height            420 ash/wm/window_positioner.cc   int h = old_pos.height();
height            425 ash/wm/window_positioner.cc   if (last_popup_position_y_ + h > work_area.height() ||
height            476 ash/wm/window_positioner.cc   int h = old_pos.height();
height            500 ash/wm/window_positioner.cc       while (y + h <= work_area.height()) {
height            527 ash/wm/window_positioner.cc   int h = pos.height();
height            168 ash/wm/window_resizer.cc         int height = new_bounds.bottom() - work_area.bottom() +
height            171 ash/wm/window_resizer.cc         new_bounds.set_height(height);
height            186 ash/wm/window_resizer.cc       new_bounds.set_height(new_bounds.height() + delta);
height            290 ash/wm/window_resizer.cc                  GetHeightForDrag(min_size.height(), delta_y));
height            328 ash/wm/window_resizer.cc   int height = details().initial_bounds_in_parent.height();
height            332 ash/wm/window_resizer.cc     height += y_multiplier * (*delta_y);
height            336 ash/wm/window_resizer.cc     if (height < min_height) {
height            337 ash/wm/window_resizer.cc       height = min_height;
height            338 ash/wm/window_resizer.cc       *delta_y = -y_multiplier * (details().initial_bounds_in_parent.height() -
height            344 ash/wm/window_resizer.cc         GetTarget()).bounds().height();
height            346 ash/wm/window_resizer.cc     if (max_size.height() != 0)
height            347 ash/wm/window_resizer.cc       max_height = std::min(max_height, max_size.height());
height            348 ash/wm/window_resizer.cc     if (height > max_height) {
height            349 ash/wm/window_resizer.cc       height = max_height;
height            350 ash/wm/window_resizer.cc       *delta_y = -y_multiplier * (details().initial_bounds_in_parent.height() -
height            354 ash/wm/window_resizer.cc   return height;
height            329 ash/wm/window_state.cc   bounds->set_height(maximized_bounds.height());
height             75 ash/wm/window_state_unittest.cc       kPrimaryDisplayWorkAreaBounds.height());
height             93 ash/wm/window_state_unittest.cc       kSecondaryDisplayWorkAreaBounds.height());
height            124 ash/wm/window_state_unittest.cc                                  kWorkAreaBounds.height());
height            151 ash/wm/window_state_unittest.cc                                  kWorkAreaBounds.height());
height            221 ash/wm/window_state_unittest.cc       kWorkAreaBounds.height());
height             89 ash/wm/window_util.cc                    work_area_in_parent.height());
height             99 ash/wm/window_util.cc                    work_area_in_parent.height());
height            104 ash/wm/window_util.cc   bounds->set_height(std::min(bounds->height(), max_size.height()));
height            120 ash/wm/window_util.cc   min_height = std::min(min_height, visible_area.height());
height            128 ash/wm/window_util.cc     bounds->set_y(visible_area.y() + min_height - bounds->height());
height            106 ash/wm/workspace/magnetism_matcher_unittest.cc                              initial_bounds.height() + distance * 4), &edge));
height             75 ash/wm/workspace/multi_window_resize_controller.cc     return gfx::Size(image_->width(), image_->height());
height            493 ash/wm/workspace/multi_window_resize_controller.cc     if (y + pref.height() / 2 > windows_.window1->bounds().bottom() &&
height            494 ash/wm/workspace/multi_window_resize_controller.cc         y + pref.height() / 2 > windows_.window2->bounds().bottom()) {
height            495 ash/wm/workspace/multi_window_resize_controller.cc       y = location_in_parent.y() - kResizeWidgetPadding - pref.height();
height            499 ash/wm/workspace/multi_window_resize_controller.cc     if (x + pref.height() / 2 > windows_.window1->bounds().right() &&
height            500 ash/wm/workspace/multi_window_resize_controller.cc         x + pref.height() / 2 > windows_.window2->bounds().right()) {
height            503 ash/wm/workspace/multi_window_resize_controller.cc     y = windows_.window1->bounds().bottom() - pref.height() / 2;
height            505 ash/wm/workspace/multi_window_resize_controller.cc   return gfx::Rect(x, y, pref.width(), pref.height());
height             57 ash/wm/workspace/phantom_window_controller.cc           ceil((kAlternateStyleMinSizeWithShadow - bounds.height()) / 2.0f)),
height            113 ash/wm/workspace/phantom_window_controller.cc   int h = size.height() - kInsetSize * 2;
height            119 ash/wm/workspace/phantom_window_controller.cc     h = size.height();
height            174 ash/wm/workspace/phantom_window_controller.cc           start_bounds_in_screen.height() * kAlternateStyleStartBoundsRatio));
height            177 ash/wm/workspace/phantom_window_controller.cc       floor((start_bounds_in_screen.height() - start_height) / 2.0f));
height            114 ash/wm/workspace/workspace_event_handler_unittest.cc   EXPECT_EQ(work_area.height(), bounds_in_screen.height());
height            133 ash/wm/workspace/workspace_event_handler_unittest.cc   EXPECT_EQ(restored_bounds.height(), bounds_in_screen.height());
height            171 ash/wm/workspace/workspace_event_handler_unittest.cc   EXPECT_EQ(work_area2.height(), bounds_in_screen.height());
height            183 ash/wm/workspace/workspace_event_handler_unittest.cc   EXPECT_EQ(restored_bounds.height(), bounds_in_screen.height());
height            210 ash/wm/workspace/workspace_event_handler_unittest.cc   EXPECT_EQ(work_area_in_screen.height(), snapped_bounds_in_screen.height());
height            253 ash/wm/workspace/workspace_event_handler_unittest.cc   EXPECT_EQ(restored_bounds.height(), window->bounds().height());
height            342 ash/wm/workspace/workspace_event_handler_unittest.cc   EXPECT_EQ(restore_bounds.height(), window->bounds().height());
height            311 ash/wm/workspace/workspace_layout_manager_unittest.cc                              window_bounds.width(), window_bounds.height()));
height            392 ash/wm/workspace/workspace_layout_manager_unittest.cc   window_bounds.Offset(root_window_bounds.width(), root_window_bounds.height());
height            402 ash/wm/workspace/workspace_layout_manager_unittest.cc   EXPECT_GT(bounds.height(), out_window->bounds().height() * 0.29);
height            411 ash/wm/workspace/workspace_layout_manager_unittest.cc   EXPECT_GT(bounds.height(), out_window->bounds().height() * 0.29);
height            422 ash/wm/workspace/workspace_layout_manager_unittest.cc   ASSERT_LT(bounds.height(), out_window->bounds().height() * 0.26);
height            431 ash/wm/workspace/workspace_layout_manager_unittest.cc   EXPECT_GT(bounds.height(), out_window->bounds().height() * 0.29);
height            440 ash/wm/workspace/workspace_layout_manager_unittest.cc   EXPECT_GE(root_window_bounds.height(),
height            441 ash/wm/workspace/workspace_layout_manager_unittest.cc             window_bigger_than_display->bounds().height());
height            446 ash/wm/workspace/workspace_layout_manager_unittest.cc   EXPECT_GT(bounds.height(), out_window->bounds().height() * 0.29);
height            455 ash/wm/workspace/workspace_layout_manager_unittest.cc       100, 101, work_area.width() + 1, work_area.height() + 2);
height            667 ash/wm/workspace/workspace_layout_manager_unittest.cc   EXPECT_LE(window->bounds().height(), work_area.height());
height            674 ash/wm/workspace/workspace_layout_manager_unittest.cc   EXPECT_LE(window->bounds().height(), work_area.height());
height            681 ash/wm/workspace/workspace_layout_manager_unittest.cc   EXPECT_LE(window->bounds().height(), work_area.height());
height            687 ash/wm/workspace/workspace_layout_manager_unittest.cc   EXPECT_EQ(old_bounds.height(), window->bounds().height());
height            151 ash/wm/workspace/workspace_window_resizer.cc       y = attach_to.y() - src.height();
height            167 ash/wm/workspace/workspace_window_resizer.cc           edge.secondary_edge, attach_to.y(), attach_to.bottom() - src.height(),
height            183 ash/wm/workspace/workspace_window_resizer.cc   int h = src.height();
height            581 ash/wm/workspace/workspace_window_resizer.cc     bounds->set_height(bounds->height() + leftovers);
height            787 ash/wm/workspace/workspace_window_resizer.cc                                               bounds->height());
height            817 ash/wm/workspace/workspace_window_resizer.cc     bounds->set_height(std::min(bounds->height(),
height            842 ash/wm/workspace/workspace_window_resizer.cc              bounds->height() < (bottom_edge - top_edge)) {
height            846 ash/wm/workspace/workspace_window_resizer.cc     bounds->set_y(bottom_edge - bounds->height());
height            883 ash/wm/workspace/workspace_window_resizer.cc   return PrimaryAxisCoordinate(size.width(), size.height());
height             88 ash/wm/workspace/workspace_window_resizer_unittest.cc     EXPECT_EQ(kRootHeight, root_bounds.height());
height            827 ash/wm/workspace/workspace_window_resizer_unittest.cc     DCHECK_LT(window_->bounds().height(),
height            834 ash/wm/workspace/workspace_window_resizer_unittest.cc     int expected_y = kRootHeight - window_->bounds().height() - 10;
height            944 ash/wm/workspace/workspace_window_resizer_unittest.cc   int height = 380;
height            945 ash/wm/workspace/workspace_window_resizer_unittest.cc   window_->SetBounds(gfx::Rect(100, bottom - delta_to_bottom, 300, height));
height            953 ash/wm/workspace/workspace_window_resizer_unittest.cc             base::IntToString(height - (delta_to_bottom -
height           1091 ash/wm/workspace/workspace_window_resizer_unittest.cc   EXPECT_EQ(230, window_->bounds().height());
height           1108 ash/wm/workspace/workspace_window_resizer_unittest.cc   EXPECT_EQ(work_area.bottom() - 200, window_->bounds().height());
height           1124 ash/wm/workspace/workspace_window_resizer_unittest.cc   EXPECT_EQ(work_area.bottom() - 200, window_->bounds().height());
height           1149 ash/wm/workspace/workspace_window_resizer_unittest.cc   int attach_y = work_area.bottom() - window_->bounds().height() - initial_y;
height           1441 ash/wm/workspace/workspace_window_resizer_unittest.cc   EXPECT_EQ(301, window_->bounds().height());
height           1453 ash/wm/workspace/workspace_window_resizer_unittest.cc   EXPECT_EQ(302, window_->bounds().height());
height            206 ash/wm/workspace_controller_unittest.cc   EXPECT_EQ(ScreenUtil::GetMaximizedWindowBoundsInParent(w1.get()).height(),
height            207 ash/wm/workspace_controller_unittest.cc             w1->bounds().height());
height            238 ash/wm/workspace_controller_unittest.cc   EXPECT_EQ(work_area.height(), w2->bounds().height());
height            243 ash/wm/workspace_controller_unittest.cc   EXPECT_EQ(51, w2->bounds().height());
height            256 ash/wm/workspace_controller_unittest.cc   EXPECT_EQ(500, w1->bounds().height());
height            282 ash/wm/workspace_controller_unittest.cc   EXPECT_EQ(GetFullscreenBounds(w1.get()).height(), w1->bounds().height());
height            291 ash/wm/workspace_controller_unittest.cc   EXPECT_EQ(251, w1->bounds().height());
height            297 ash/wm/workspace_controller_unittest.cc   EXPECT_EQ(GetFullscreenBounds(w1.get()).height(), w1->bounds().height());
height            421 cc/animation/transform_operation.cc                                  i & 2 ? box.height() : 0.f,
height           1003 cc/animation/transform_operations_unittest.cc   EXPECT_NEAR(lhs.height(), rhs.height(), tolerance);
height           1040 cc/animation/transform_operations_unittest.cc         gfx::RectF(bounds.x(), bounds.y(), bounds.width(), bounds.height()));
height           1045 cc/animation/transform_operations_unittest.cc                                    unified_bounds.height()));
height            476 cc/base/math_util.cc       scale_outer_rect.height() / input_outer_rect.height();
height            534 cc/base/math_util.cc   res->SetDouble("height", s.height());
height            541 cc/base/math_util.cc   res->SetDouble("height", s.height());
height            550 cc/base/math_util.cc   res->AppendInteger(r.height());
height            607 cc/base/math_util.cc   res->AppendDouble(rect.height());
height            627 cc/base/math_util.cc   res->AppendInteger(box.height());
height            118 cc/base/region.cc     result->AppendInteger(rect.height());
height             85 cc/base/tiling_data.cc   DCHECK_GT(max_texture_size_.height() - 2 * border_texels_, 0);
height             87 cc/base/tiling_data.cc       (max_texture_size_.height() - 2 * border_texels_);
height            105 cc/base/tiling_data.cc   DCHECK_GT(max_texture_size_.height() - 2 * border_texels_, 0);
height            106 cc/base/tiling_data.cc   int inner_tile_size = max_texture_size_.height() - 2 * border_texels_;
height            125 cc/base/tiling_data.cc   DCHECK_GT(max_texture_size_.height() - 2 * border_texels_, 0);
height            126 cc/base/tiling_data.cc   int inner_tile_size = max_texture_size_.height() - 2 * border_texels_;
height            134 cc/base/tiling_data.cc   int max_texture_size_y = max_texture_size_.height() - 2 * border_texels_;
height            136 cc/base/tiling_data.cc   int total_size_y = total_size_.height();
height            160 cc/base/tiling_data.cc   int height = hi_y - lo_y;
height            164 cc/base/tiling_data.cc   DCHECK_GE(height, 0);
height            166 cc/base/tiling_data.cc   DCHECK_LE(y, total_size_.height());
height            167 cc/base/tiling_data.cc   return gfx::Rect(x, y, width, height);
height            173 cc/base/tiling_data.cc   int max_texture_size_y = max_texture_size_.height() - 2 * border_texels_;
height            175 cc/base/tiling_data.cc   int total_size_y = total_size_.height();
height            189 cc/base/tiling_data.cc   int height = hi_y - lo_y;
height            193 cc/base/tiling_data.cc   DCHECK_GE(height, 0);
height            195 cc/base/tiling_data.cc   DCHECK_LE(y, total_size_.height());
height            196 cc/base/tiling_data.cc   return gfx::Rect(x, y, width, height);
height            214 cc/base/tiling_data.cc   int pos = (max_texture_size_.height() - 2 * border_texels_) * y_index;
height            243 cc/base/tiling_data.cc     return total_size_.height();
height            245 cc/base/tiling_data.cc     return max_texture_size_.height() - border_texels_;
height            247 cc/base/tiling_data.cc     return max_texture_size_.height() - 2 * border_texels_;
height            249 cc/base/tiling_data.cc     return total_size_.height() - TilePositionY(y_index);
height            266 cc/base/tiling_data.cc       max_texture_size_.height(), total_size_.height(), border_texels_);
height            505 cc/base/tiling_data.cc   else if (center.y() > tiling_data->total_size().height())
height            527 cc/base/tiling_data.cc   } else if (bottom_src_coord > tiling_data->total_size().height()) {
height            707 cc/base/tiling_data_unittest.cc   EXPECT_EQ(5, data.total_size().height());
height            715 cc/base/tiling_data_unittest.cc   EXPECT_EQ(5, data.total_size().height());
height            724 cc/base/tiling_data_unittest.cc   EXPECT_EQ(12, data.total_size().height());
height            794 cc/base/tiling_data_unittest.cc     EXPECT_EQ(source.total_size().height(), dest.total_size().height());
height            804 cc/base/tiling_data_unittest.cc     EXPECT_EQ(source.total_size().height(), dest.total_size().height());
height             81 cc/debug/debug_rect_history.cc     float height_scale = layer->content_bounds().height() /
height             82 cc/debug/debug_rect_history.cc                          static_cast<float>(layer->bounds().height());
height            283 cc/debug/debug_rect_history.cc                                                 inflated_bounds.height())));
height             47 cc/debug/picture_record_benchmark.cc     int width, height;
height             49 cc/debug/picture_record_benchmark.cc     dictionary->GetInteger("height", &height);
height             51 cc/debug/picture_record_benchmark.cc     dimensions_.push_back(std::make_pair(width, height));
height            103 cc/debug/picture_record_benchmark.cc     int height = dimensions.second;
height            105 cc/debug/picture_record_benchmark.cc     int y_limit = std::max(1, content_bounds.height() - height);
height            109 cc/debug/picture_record_benchmark.cc         gfx::Rect rect = gfx::Rect(x, y, width, height);
height            136 cc/debug/rasterize_and_record_benchmark.cc           visible_content_rect.width() * visible_content_rect.height();
height             52 cc/debug/rasterize_and_record_benchmark_impl.cc                                                     content_rect_.height()));
height            187 cc/debug/rasterize_and_record_benchmark_impl.cc     int tile_size = content_rect.width() * content_rect.height();
height             23 cc/input/page_scale_animation.cc                             1.f / viewport_size.height());
height             30 cc/input/page_scale_animation.cc                             viewport_size.height());
height            137 cc/input/page_scale_animation.cc       1.f / (TargetViewportSize().height() - StartViewportSize().height());
height             38 cc/layers/content_layer.cc   double pixels_per_sec = (content_rect.width() * content_rect.height()) /
height            160 cc/layers/content_layer.cc   int height = bounds().height();
height            164 cc/layers/content_layer.cc   SkCanvas* canvas = picture->beginRecording(width, height);
height            165 cc/layers/content_layer.cc   client_->PaintContents(canvas, gfx::Rect(width, height), &opaque);
height             60 cc/layers/contents_scaling_layer_unittest.cc   EXPECT_EQ(240, test_layer->content_bounds().height());
height             64 cc/layers/contents_scaling_layer_unittest.cc   EXPECT_EQ(480, test_layer->content_bounds().height());
height             69 cc/layers/contents_scaling_layer_unittest.cc   EXPECT_EQ(40, test_layer->content_bounds().height());
height             73 cc/layers/contents_scaling_layer_unittest.cc   EXPECT_EQ(27, test_layer->content_bounds().height());
height            206 cc/layers/delegated_renderer_layer_impl.cc       static_cast<double>(display_size.height()) / frame_size.height());
height            349 cc/layers/delegated_renderer_layer_impl.cc     int height = std::min(kStripeHeight, content_bounds().height() - y - 1);
height            353 cc/layers/delegated_renderer_layer_impl.cc                      content_bounds().height() - border_width,
height            356 cc/layers/delegated_renderer_layer_impl.cc     gfx::Rect left(0, y, border_width, height);
height            360 cc/layers/delegated_renderer_layer_impl.cc                     height);
height             27 cc/layers/heads_up_display_layer.cc       device_viewport.height() / device_scale_factor);
height             39 cc/layers/heads_up_display_layer.cc                             device_viewport_in_layout_pixels.height()));
height            152 cc/layers/heads_up_display_layer_impl.cc       canvas_size.width() != content_bounds().height() || !hud_canvas_) {
height            156 cc/layers/heads_up_display_layer_impl.cc         content_bounds().width(), content_bounds().height(), opaque));
height            307 cc/layers/heads_up_display_layer_impl.cc       bounds.height() * (1.0 - graph.indicator / graph.current_upper_bound) -
height            333 cc/layers/heads_up_display_layer_impl.cc   int height = kFontHeight + kGraphHeight + 4 * kPadding + 2;
height            335 cc/layers/heads_up_display_layer_impl.cc   SkRect area = SkRect::MakeXYWH(left, top, width, height);
height            401 cc/layers/heads_up_display_layer_impl.cc                         graph_bounds.bottom() - p * graph_bounds.height());
height            431 cc/layers/heads_up_display_layer_impl.cc   const double bar_height = histogram_bounds.height() / kHistogramSize;
height            465 cc/layers/heads_up_display_layer_impl.cc   const int height = 3 * kFontHeight + 4 * kPadding;
height            467 cc/layers/heads_up_display_layer_impl.cc   const SkRect area = SkRect::MakeXYWH(left, top, width, height);
height            519 cc/layers/heads_up_display_layer_impl.cc   const int height =
height            523 cc/layers/heads_up_display_layer_impl.cc   const SkRect area = SkRect::MakeXYWH(left, top, width, height);
height            583 cc/layers/heads_up_display_layer_impl.cc                          graph_bounds.bottom() - p * graph_bounds.height(),
height            585 cc/layers/heads_up_display_layer_impl.cc                          p * graph_bounds.height()),
height             76 cc/layers/image_layer.cc   *content_bounds = gfx::Size(bitmap_.width(), bitmap_.height());
height             96 cc/layers/image_layer.cc   if (bounds().IsEmpty() || bitmap_.height() == 0)
height             98 cc/layers/image_layer.cc   return static_cast<float>(bitmap_.height()) / bounds().height();
height             92 cc/layers/io_surface_layer_impl.cc                                     io_surface_size_.height(),
height            622 cc/layers/layer_impl.cc   list->AppendInteger(bounds().height());
height           1195 cc/layers/layer_impl.cc                                scale_factor * scaled_scroll_bounds.height());
height           1199 cc/layers/layer_impl.cc       scaled_scroll_bounds.height() - scroll_clip_layer_->bounds().height());
height           1278 cc/layers/layer_impl.cc     float visible_ratio = clip_rect.height() / scroll_rect.height();
height           1280 cc/layers/layer_impl.cc     scrollbar_layer->SetMaximum(scroll_rect.height() - clip_rect.height());
height            342 cc/layers/layer_impl.h                           temporary_impl_bounds_.height() - bounds_.height());
height            494 cc/layers/layer_impl.h     return scroll_clip_layer_ ? scroll_clip_layer_->bounds().height() : 0;
height             46 cc/layers/layer_position_constraint_unittest.cc                 root_layer->bounds().height() * device_scale_factor);
height            157 cc/layers/layer_position_constraint_unittest.cc                                container_size.height() + delta.y());
height             67 cc/layers/layer_utils.cc   gfx::BoxF box(layer_in.bounds().width(), layer_in.bounds().height(), 0.f);
height             79 cc/layers/layer_utils.cc     int anchor_y = layer->anchor_point().y() * layer->bounds().height();
height             20 cc/layers/layer_utils_unittest.cc float diagonal(float width, float height) {
height             21 cc/layers/layer_utils_unittest.cc   return std::sqrt(width * width + height * height);
height            227 cc/layers/layer_utils_unittest.cc   float diag = diagonal(bounds.width(), bounds.height());
height            229 cc/layers/layer_utils_unittest.cc                      50.f + 0.5f * (bounds.height() - diag),
height             38 cc/layers/nine_patch_layer_impl.cc                                  float height,
height             44 cc/layers/nine_patch_layer_impl.cc                     height / total_height);
height             74 cc/layers/nine_patch_layer_impl.cc   DCHECK_GE(bounds().height(), border_.height());
height             78 cc/layers/nine_patch_layer_impl.cc   DCHECK_LT(border_.y(), border_.height());
height             84 cc/layers/nine_patch_layer_impl.cc   DCHECK(gfx::Rect(image_bounds_.width(), image_bounds_.height())
height             90 cc/layers/nine_patch_layer_impl.cc   DCHECK_LT(image_aperture_.height(), image_bounds_.height() - 1);
height            120 cc/layers/nine_patch_layer_impl.cc   int layer_bottom_height = border_.height() - layer_top_height;
height            123 cc/layers/nine_patch_layer_impl.cc   int layer_middle_height = bounds().height() - border_.height();
height            132 cc/layers/nine_patch_layer_impl.cc                               bounds().height() - layer_bottom_height,
height            146 cc/layers/nine_patch_layer_impl.cc                         layer_left.height());
height            158 cc/layers/nine_patch_layer_impl.cc   float image_height = image_bounds_.height();
height            207 cc/layers/nine_patch_layer_impl.cc                       uv_left.height());
height            215 cc/layers/nine_patch_layer_impl.cc                        uv_left.height());
height            363 cc/layers/nine_patch_layer_impl.cc   list->AppendInteger(image_aperture_.size().height());
height            368 cc/layers/nine_patch_layer_impl.cc   list->AppendInteger(image_bounds_.height());
height             30 cc/layers/nine_patch_layer_impl_unittest.cc                    gfx::ToRoundedInt(rect_f.height()));
height             44 cc/layers/nine_patch_layer_impl_unittest.cc                                layer_size.height() - border.height());
height             98 cc/layers/nine_patch_layer_impl_unittest.cc     tex_rect.Scale(bitmap_size.width(), bitmap_size.height());
height             90 cc/layers/painted_scrollbar_layer.cc       scaled_bounds.height() > MaxTextureSize()) {
height             91 cc/layers/painted_scrollbar_layer.cc     if (scaled_bounds.width() > scaled_bounds.height())
height             94 cc/layers/painted_scrollbar_layer.cc       return (MaxTextureSize() - 1) / static_cast<float>(bounds().height());
height            134 cc/layers/painted_scrollbar_layer.cc     scrollbar_layer->SetTrackLength(track_rect_.height());
height            250 cc/layers/painted_scrollbar_layer.cc   skbitmap.allocN32Pixels(content_rect.width(), content_rect.height());
height            256 cc/layers/painted_scrollbar_layer.cc       content_rect.height() / static_cast<float>(layer_rect.height());
height             46 cc/layers/picture_image_layer.cc   if (!canvas || !bitmap_.width() || !bitmap_.height())
height             52 cc/layers/picture_image_layer.cc       SkFloatToScalar(static_cast<float>(bounds().height()) / bitmap_.height());
height            160 cc/layers/picture_layer.cc   int height = bounds().height();
height            164 cc/layers/picture_layer.cc   SkCanvas* canvas = picture->beginRecording(width, height);
height            165 cc/layers/picture_layer.cc   client_->PaintContents(canvas, gfx::Rect(width, height), &opaque);
height            564 cc/layers/picture_layer_impl.cc         std::min(max_size, content_bounds.height()));
height            580 cc/layers/picture_layer_impl.cc       content_bounds.height() > max_untiled_content_size.height();
height            584 cc/layers/picture_layer_impl.cc       content_bounds.height() <= default_tile_size.height();
height            593 cc/layers/picture_layer_impl.cc     int height =
height            594 cc/layers/picture_layer_impl.cc         std::min(max_untiled_content_size.height(), content_bounds.height());
height            603 cc/layers/picture_layer_impl.cc     height = RoundUp(height, round_up_to);
height            604 cc/layers/picture_layer_impl.cc     return gfx::Size(width, height);
height           1088 cc/layers/picture_layer_impl.cc       tile_size.height() >= content_bounds.height()) {
height           1163 cc/layers/picture_layer_impl.cc   int min_dimension = std::min(bounds().width(), bounds().height());
height            201 cc/layers/picture_layer_impl_unittest.cc         settings.default_tile_size.height() * 7 / 2);
height            521 cc/layers/picture_layer_impl_unittest.cc           iter.geometry_rect().bottom() >= active_content_bounds.height() ||
height            984 cc/layers/picture_layer_impl_unittest.cc   SetupDefaultTrees(gfx::Size(tile_size.width() + 1, tile_size.height() + 1));
height           1166 cc/layers/picture_layer_impl_unittest.cc   EXPECT_GE(140, tile->content_rect().height());
height           1223 cc/layers/picture_layer_impl_unittest.cc   EXPECT_GE(140, tile->content_rect().height());
height           1506 cc/layers/picture_layer_impl_unittest.cc                          default_tile_size.height() * 4);
height           1641 cc/layers/picture_layer_impl_unittest.cc                          default_tile_size.height() * 4);
height           1743 cc/layers/picture_layer_impl_unittest.cc                          default_tile_size.height() * 4);
height            210 cc/layers/render_surface_impl.cc         content_rect_.height() / unclipped_mask_target_size.height();
height            214 cc/layers/render_surface_impl.cc         uv_scale_y * content_rect_.y() / content_rect_.height(),
height            519 cc/layers/scrollbar_layer_unittest.cc     EXPECT_EQ(scrollbar_layer_->content_bounds().height(),
height            729 cc/layers/scrollbar_layer_unittest.cc         gfx::Size(scaled_size.width(), scaled_size.height());
height            736 cc/layers/scrollbar_layer_unittest.cc                   scaled_size.height());
height            758 cc/layers/scrollbar_layer_unittest.cc     EXPECT_LE(track_size.height(), scrollbar_layer->content_bounds().height());
height            760 cc/layers/scrollbar_layer_unittest.cc     EXPECT_LE(thumb_size.height(), scrollbar_layer->content_bounds().height());
height            811 cc/layers/scrollbar_layer_unittest.cc         gfx::Size(scaled_size.width(), scaled_size.height());
height            818 cc/layers/scrollbar_layer_unittest.cc                   scaled_size.height());
height            839 cc/layers/scrollbar_layer_unittest.cc     int height = bitmap->GetSize().height();
height            848 cc/layers/scrollbar_layer_unittest.cc     EXPECT_EQ(color, pixels[width * (height - 1)])
height            851 cc/layers/scrollbar_layer_unittest.cc     EXPECT_EQ(color, pixels[width * height - 1])
height             34 cc/layers/solid_color_layer_impl.cc   int height = content_bounds().height();
height             36 cc/layers/solid_color_layer_impl.cc     for (int y = 0; y < height; y += tile_size_) {
height             40 cc/layers/solid_color_layer_impl.cc                           std::min(height - y, tile_size_));
height             66 cc/layers/solid_color_scrollbar_layer_impl.cc     return bounds().height();
height             81 cc/layers/solid_color_scrollbar_layer_impl.cc     return bounds().height() + vertical_adjust();
height             41 cc/layers/solid_color_scrollbar_layer_impl_unittest.cc   EXPECT_EQ(gfx::Rect(0, 500 / 4, 10, layer_size.height() / 2).ToString(),
height            110 cc/layers/tiled_layer.cc   int layer_height = content_bounds().height();
height            113 cc/layers/tiled_layer.cc                       std::min(default_tile_size.height(), layer_height));
height            121 cc/layers/tiled_layer.cc                              layer_height > max_untiled_layer_size.height();
height            124 cc/layers/tiled_layer.cc        layer_height <= default_tile_size.height()) &&
height            126 cc/layers/tiled_layer.cc                                        max_untiled_layer_size.height());
height            472 cc/layers/tiled_layer.cc       paint_properties().bounds.height() /
height            473 cc/layers/tiled_layer.cc       static_cast<float>(content_bounds().height());
height            550 cc/layers/tiled_layer.cc       CHECK_LE(paint_offset.y() + source_rect.height(), paint_rect.height());
height            571 cc/layers/tiled_layer.cc          content_rect.height() <=
height            572 cc/layers/tiled_layer.cc          viewport_size.height() + tiler_->tile_size().height();
height            672 cc/layers/tiled_layer.cc   int height = rect.height() + std::abs(delta.y());
height            675 cc/layers/tiled_layer.cc   return gfx::Rect(x, y, width, height);
height            707 cc/layers/tiled_layer.cc                 -tiler_->tile_size().height() * kMaxPredictiveTilesCount);
height            896 cc/layers/tiled_layer.cc                       -tiler_->tile_size().height() * kPrepaintRows);
height            110 cc/layers/tiled_layer_impl.cc       4 * tiler_->tile_size().width() * tiler_->tile_size().height();
height            243 cc/layers/tiled_layer_impl.cc       float tile_height = static_cast<float>(tiler_->tile_size().height());
height             97 cc/layers/tiled_layer_impl_unittest.cc                        tile_size.height() * num_tiles_y);
height            156 cc/layers/tiled_layer_impl_unittest.cc                        tile_size.height() * num_tiles_y);
height            284 cc/layers/tiled_layer_impl_unittest.cc                        tile_size.height() * num_tiles_y);
height            298 cc/layers/tiled_layer_impl_unittest.cc       static_cast<size_t>(3 * 4 * tile_size.width() * tile_size.height()));
height            665 cc/layers/tiled_layer_unittest.cc     int layer_height = 5 * FakeTiledLayer::tile_size().height();
height            149 cc/layers/video_layer_impl.cc       static_cast<float>(visible_rect.height()) / coded_size.height();
height            153 cc/layers/video_layer_impl.cc       static_cast<float>(visible_rect.y()) / coded_size.height();
height             17 cc/output/copy_output_result.cc     : size_(bitmap->width(), bitmap->height()),
height             44 cc/output/direct_renderer.cc static gfx::Transform window_matrix(int x, int y, int width, int height) {
height             49 cc/output/direct_renderer.cc   canvas.Scale3d(width, height, 0);
height             80 cc/output/direct_renderer.cc                                  0.5 * quad_rect.height() + quad_rect.y());
height             81 cc/output/direct_renderer.cc   quad_rect_transform->Scale(quad_rect.width(), quad_rect.height());
height             93 cc/output/direct_renderer.cc   DCHECK_LE(viewport_rect.bottom(), surface_size.height());
height            108 cc/output/direct_renderer.cc     window_rect.set_y(surface_size.height() - viewport_rect.bottom());
height            112 cc/output/direct_renderer.cc                                        window_rect.height());
height            126 cc/output/direct_renderer.cc     window_rect.set_y(current_surface_size_.height() - window_rect.bottom());
height            180 cc/output/direct_renderer.cc                             texture->size().height() >= required_size.height();
height            289 cc/output/direct_renderer.cc     device_clip_rect.set_y(current_surface_size_.height() -
height            432 cc/output/gl_renderer.cc   float tex_scale_y = tile_rect.height();
height            466 cc/output/gl_renderer.cc                           0.5f * layer_rect.height() + layer_rect.y());
height            467 cc/output/gl_renderer.cc   render_matrix.Scale(layer_rect.width(), layer_rect.height());
height            514 cc/output/gl_renderer.cc       source_texture_resource->size().height();
height            524 cc/output/gl_renderer.cc     source_texture_resource->size().height(),
height            540 cc/output/gl_renderer.cc   desc.fHeight = source.height();
height            591 cc/output/gl_renderer.cc   DCHECK_LE(background_size.height(), source_size.height());
height            597 cc/output/gl_renderer.cc     DCHECK_EQ(source_size.height(), source_bitmap_with_filters.height());
height            621 cc/output/gl_renderer.cc   backend_texture_description.fHeight = source_size.height();
height            628 cc/output/gl_renderer.cc   backend_texture_description.fHeight = background_size.height();
height            636 cc/output/gl_renderer.cc     source_size.height(),
height            649 cc/output/gl_renderer.cc     background_size.height(),
height            666 cc/output/gl_renderer.cc   desc.fHeight = source.height();
height            804 cc/output/gl_renderer.cc         quad->rect.height() * 0.5f + quad->rect.y());
height            806 cc/output/gl_renderer.cc                                           quad->rect.height());
height           1135 cc/output/gl_renderer.cc   float tex_scale_y = quad->rect.height() /
height           1136 cc/output/gl_renderer.cc                       static_cast<float>(contents_texture->size().height());
height           1158 cc/output/gl_renderer.cc     float mask_tex_scale_y = quad->mask_uv_rect.height() / tex_scale_y;
height           1166 cc/output/gl_renderer.cc                        quad->mask_uv_rect.y() + quad->mask_uv_rect.height()));
height           1191 cc/output/gl_renderer.cc                          static_cast<float>(viewport_.height()), };
height           1377 cc/output/gl_renderer.cc                          static_cast<float>(viewport_.height()), };
height           1387 cc/output/gl_renderer.cc   local_quad.Scale(1.0f / tile_rect.width(), 1.0f / tile_rect.height());
height           1396 cc/output/gl_renderer.cc       gfx::PointF(-0.5f * tile_rect.width(), -0.5f * tile_rect.height()),
height           1444 cc/output/gl_renderer.cc       quad->rect.height() / quad->tex_coord_rect.height();
height           1457 cc/output/gl_renderer.cc       std::min(0.5f, 0.5f * clamp_tex_rect.height() - kAntiAliasingEpsilon);
height           1463 cc/output/gl_renderer.cc                0.5f * clamp_geom_rect.height() - kAntiAliasingEpsilon);
height           1470 cc/output/gl_renderer.cc       -clamp_geom_rect.y() / clamp_geom_rect.height();
height           1472 cc/output/gl_renderer.cc   float vertex_tex_scale_y = tile_rect.height() / clamp_geom_rect.height();
height           1502 cc/output/gl_renderer.cc   float fragment_tex_scale_y = clamp_tex_rect.height();
height           1509 cc/output/gl_renderer.cc     fragment_tex_translate_y /= texture_size.height();
height           1511 cc/output/gl_renderer.cc     fragment_tex_scale_y /= texture_size.height();
height           1551 cc/output/gl_renderer.cc                          static_cast<float>(viewport_.height()), };
height           1592 cc/output/gl_renderer.cc   local_quad.Scale(1.0f / tile_rect.width(), 1.0f / tile_rect.height());
height           1602 cc/output/gl_renderer.cc       gfx::PointF(-0.5f * tile_rect.width(), -0.5f * tile_rect.height()),
height           1678 cc/output/gl_renderer.cc                      quad->tex_coord_rect.height()));
height           1750 cc/output/gl_renderer.cc       on_demand_tile_raster_bitmap_.height() != quad->texture_size.height()) {
height           1752 cc/output/gl_renderer.cc                                                  quad->texture_size.height());
height           1977 cc/output/gl_renderer.cc                        quad->io_surface_size.height(),
height           1979 cc/output/gl_renderer.cc                        quad->io_surface_size.height() * -1.0f));
height           1986 cc/output/gl_renderer.cc                        quad->io_surface_size.height()));
height           2169 cc/output/gl_renderer.cc     int flipped_y_pos_of_rect_bottom = surface_size.height() -
height           2171 cc/output/gl_renderer.cc                                        swap_buffer_rect_.height();
height           2176 cc/output/gl_renderer.cc                   swap_buffer_rect_.height());
height           2315 cc/output/gl_renderer.cc   bitmap->allocN32Pixels(window_rect.width(), window_rect.height());
height           2344 cc/output/gl_renderer.cc   DCHECK_LE(window_rect.bottom(), current_surface_size_.height());
height           2407 cc/output/gl_renderer.cc                       window_rect.height(),
height           2476 cc/output/gl_renderer.cc       int num_rows = size.height();
height           2527 cc/output/gl_renderer.cc   DCHECK_LE(window_rect.bottom(), current_surface_size_.height());
height           2537 cc/output/gl_renderer.cc                           window_rect.height(),
height           2604 cc/output/gl_renderer.cc                    scissor_rect.height()));
height           2615 cc/output/gl_renderer.cc                     window_space_viewport.height()));
height           1249 cc/output/gl_renderer_unittest.cc   virtual void viewport(GLint x, GLint y, GLsizei width, GLsizei height)
height           1254 cc/output/gl_renderer_unittest.cc     EXPECT_EQ(100, height);
height           1258 cc/output/gl_renderer_unittest.cc   virtual void scissor(GLint x, GLint y, GLsizei width, GLsizei height)
height           1263 cc/output/gl_renderer_unittest.cc     EXPECT_EQ(20, height);
height           1643 cc/output/gl_renderer_unittest.cc                void(int width, int height, float scale_factor));
height            369 cc/output/output_surface.cc         size.width(), size.height(), scale_factor);
height            221 cc/output/render_surface_filters.cc                     (size.height() - (size.height() / op.amount())) / 2.f,
height            223 cc/output/render_surface_filters.cc                     size.height() / op.amount()),
height            645 cc/output/renderer_pixeltest.cc                       this->device_viewport_size_.height() / 2);
height            649 cc/output/renderer_pixeltest.cc                         this->device_viewport_size_.height() / 2,
height            651 cc/output/renderer_pixeltest.cc                         this->device_viewport_size_.height() / 2);
height            742 cc/output/renderer_pixeltest.cc                       this->device_viewport_size_.height() / 2);
height            746 cc/output/renderer_pixeltest.cc                         this->device_viewport_size_.height() / 2,
height            748 cc/output/renderer_pixeltest.cc                         this->device_viewport_size_.height() / 2);
height            817 cc/output/renderer_pixeltest.cc                       this->device_viewport_size_.height() / 2);
height            821 cc/output/renderer_pixeltest.cc                         this->device_viewport_size_.height() / 2,
height            823 cc/output/renderer_pixeltest.cc                         this->device_viewport_size_.height() / 2);
height            893 cc/output/renderer_pixeltest.cc                       this->device_viewport_size_.height() / 2);
height            897 cc/output/renderer_pixeltest.cc                         this->device_viewport_size_.height() / 2,
height            899 cc/output/renderer_pixeltest.cc                         this->device_viewport_size_.height() / 2);
height            992 cc/output/renderer_pixeltest.cc                       this->device_viewport_size_.height() / 2);
height            996 cc/output/renderer_pixeltest.cc                         this->device_viewport_size_.height() / 2,
height            998 cc/output/renderer_pixeltest.cc                         this->device_viewport_size_.height() / 2);
height           1046 cc/output/renderer_pixeltest.cc                       this->device_viewport_size_.height() / 2);
height           1050 cc/output/renderer_pixeltest.cc                         this->device_viewport_size_.height() / 2,
height           1052 cc/output/renderer_pixeltest.cc                         this->device_viewport_size_.height() / 2);
height           1125 cc/output/renderer_pixeltest.cc       SkImageInfo::MakeN32Premul(mask_rect.width(), mask_rect.height()));
height           1136 cc/output/renderer_pixeltest.cc         SkRect::MakeXYWH(rect.x(), rect.y(), rect.width(), rect.height()),
height           1260 cc/output/renderer_pixeltest.cc     for (int i = 0; left_rect.y() < device_viewport_rect.height(); ++i) {
height           1269 cc/output/renderer_pixeltest.cc       left_rect += gfx::Vector2d(0, left_rect.height() + 1);
height           1273 cc/output/renderer_pixeltest.cc     for (int i = 0; middle_rect.y() < device_viewport_rect.height(); ++i) {
height           1282 cc/output/renderer_pixeltest.cc       middle_rect += gfx::Vector2d(0, middle_rect.height() + 1);
height           1286 cc/output/renderer_pixeltest.cc     for (int i = 0; right_rect.y() < device_viewport_rect.height(); ++i) {
height           1295 cc/output/renderer_pixeltest.cc       right_rect += gfx::Vector2d(0, right_rect.height() + 1);
height           1367 cc/output/renderer_pixeltest.cc                 device_viewport_size_.height() / 2);
height           1370 cc/output/renderer_pixeltest.cc                 device_viewport_size_.height() / 2,
height           1372 cc/output/renderer_pixeltest.cc                 device_viewport_size_.height());
height           1452 cc/output/renderer_pixeltest.cc                       this->device_viewport_size_.height());
height           1559 cc/output/renderer_pixeltest.cc       0.5f + 1.0f / (rect.height() * 2.0f));
height           1612 cc/output/renderer_pixeltest.cc       0.5f + 1.0f / (rect.height() * 2.0f));
height           1977 cc/output/renderer_pixeltest.cc       gfx::Point(viewport.width() / 2, viewport.height() / 2),
height           1978 cc/output/renderer_pixeltest.cc       gfx::Size(viewport.width() / 2, viewport.height() / 2));
height           2051 cc/output/renderer_pixeltest.cc   gfx::Rect half_green_rect(gfx::Size(viewport.width() / 2, viewport.height()));
height           2120 cc/output/renderer_pixeltest.cc           this->device_viewport_size_.height() / texture_rect.height()),
height            152 cc/output/shader.cc                                    max_size.width(), max_size.height());
height             18 cc/output/software_frame_data.cc   size_t height = size.height();
height             19 cc/output/software_frame_data.cc   return bytes_per_pixel * width * height;
height             25 cc/output/software_frame_data.cc          base::CheckedNumeric<size_t>(size.height());
height             24 cc/output/software_output_device.cc       viewport_size.width(), viewport_size.height(), kOpaque_SkAlphaType);
height             45 cc/output/software_output_device.cc   SkImageInfo info = SkImageInfo::MakeN32Premul(rect.width(), rect.height());
height            188 cc/output/software_renderer.cc   SetClipRect(gfx::Rect(size.width(), size.height()));
height            430 cc/output/software_renderer.cc                                       bitmap->height());
height            517 cc/output/software_renderer.cc   SkRect content_rect = SkRect::MakeWH(quad->rect.width(), quad->rect.height());
height            536 cc/output/software_renderer.cc           content_texture->size().width(), content_texture->size().height());
height            572 cc/output/software_renderer.cc         quad->mask_uv_rect.y() * mask->height(),
height            574 cc/output/software_renderer.cc         quad->mask_uv_rect.height() * mask->height());
height            621 cc/output/software_renderer.cc                     window_copy_rect.height());
height            106 cc/output/software_renderer_unittest.cc       SkBitmap::kARGB_8888_Config, outer_rect.width(), outer_rect.height());
height            112 cc/output/software_renderer_unittest.cc             output.getColor(outer_size.width() - 1, outer_size.height() - 1));
height            116 cc/output/software_renderer_unittest.cc             output.getColor(inner_size.width() - 1, inner_size.height() - 1));
height            139 cc/output/software_renderer_unittest.cc       SkBitmap::kARGB_8888_Config, outer_size.width(), outer_size.height());
height            145 cc/output/software_renderer_unittest.cc       SkBitmap::kARGB_8888_Config, inner_size.width(), inner_size.height());
height            210 cc/output/software_renderer_unittest.cc       SkBitmap::kARGB_8888_Config, outer_size.width(), outer_size.height());
height            216 cc/output/software_renderer_unittest.cc             output.getColor(outer_size.width() - 1, outer_size.height() - 1));
height            219 cc/output/software_renderer_unittest.cc             output.getColor(inner_size.width() - 1, inner_size.height() - 1));
height            237 cc/output/software_renderer_unittest.cc       SkBitmap::kARGB_8888_Config, tile_size.width(), tile_size.height());
height            291 cc/output/software_renderer_unittest.cc       SkBitmap::kARGB_8888_Config, tile_size.width(), tile_size.height());
height            299 cc/output/software_renderer_unittest.cc             output.getColor(tile_rect.width() - 1, tile_rect.height() - 1));
height            327 cc/output/software_renderer_unittest.cc                    viewport_rect.height());
height            347 cc/output/software_renderer_unittest.cc       output.getColor(viewport_rect.width() - 1, viewport_rect.height() - 1));
height            372 cc/output/software_renderer_unittest.cc       output.getColor(viewport_rect.width() - 1, viewport_rect.height() - 1));
height            390 cc/output/software_renderer_unittest.cc                    viewport_rect.height());
height            423 cc/output/software_renderer_unittest.cc       output.getColor(viewport_rect.width() - 1, viewport_rect.height() - 1));
height            120 cc/quads/draw_quad.h     return rect.bottom() == shared_quad_state->content_bounds.height();
height             68 cc/resources/bitmap_content_layer_updater.cc         canvas_size_.width(), canvas_size_.height(), layer_is_opaque_);
height             72 cc/resources/bitmap_content_layer_updater.cc     CHECK_EQ(content_rect.height(), size.height());
height             86 cc/resources/bitmap_content_layer_updater.cc       content_rect.width() * content_rect.height());
height             29 cc/resources/bitmap_skpicture_content_layer_updater.cc       source_rect.width(), source_rect.height(), kPMColor_SkColorType, at));
height             84 cc/resources/bitmap_skpicture_content_layer_updater.cc       source_rect.width() * source_rect.height());
height             52 cc/resources/content_layer_updater.cc   CHECK_EQ(content_rect.height(), size.height());
height             64 cc/resources/content_layer_updater.cc       layer_rect.x(), layer_rect.y(), layer_rect.width(), layer_rect.height());
height             44 cc/resources/image_layer_updater.cc   gfx::Rect image_rect = gfx::Rect(0, 0, bitmap_.width(), bitmap_.height());
height             52 cc/resources/picture.cc         bm.height(),
height            124 cc/resources/picture.cc   gfx::Rect layer_rect(skpicture->width(), skpicture->height());
height            125 cc/resources/picture.cc   gfx::Rect opaque_rect(skpicture->width(), skpicture->height());
height            240 cc/resources/picture.cc       layer_rect_.width(), layer_rect_.height(), tile_grid_info));
height            247 cc/resources/picture.cc           layer_rect_.height(),
height            270 cc/resources/picture.cc                                            layer_rect_.height());
height            291 cc/resources/picture.cc                "height", layer_rect_.height());
height            300 cc/resources/picture.cc       tile_grid_info.fTileInterval.height() +
height            301 cc/resources/picture.cc           2 * tile_grid_info.fMargin.height());
height            303 cc/resources/picture.cc   DCHECK_GT(cell_size_.height(), 0);
height            319 cc/resources/picture.cc                   cell_size_.height()));
height            324 cc/resources/picture.cc                   cell_size_.height()));
height            326 cc/resources/picture.cc     for (int y = min.y(); y <= max.y(); y += cell_size_.height()) {
height            370 cc/resources/picture.cc       "num_pixels_rasterized", bounds.width() * bounds.height());
height            371 cc/resources/picture.cc   return bounds.width() * bounds.height();
height            383 cc/resources/picture.cc                    "num_pixels_replayed", bounds.width() * bounds.height());
height            460 cc/resources/picture.cc       RoundDown(query_rect.y(), cell_size.height()));
height            463 cc/resources/picture.cc       RoundDown(query_rect.bottom() - 1, cell_size.height()));
height            497 cc/resources/picture.cc       current_y_ += cell_size.height();
height            436 cc/resources/picture_layer_tiling.cc       max_tiles_for_interest_area * tile_size.width() * tile_size.height();
height            622 cc/resources/picture_layer_tiling.cc                           int width, int height,
height            627 cc/resources/picture_layer_tiling.cc   int b = num_y_edges * width + num_x_edges * height;
height            628 cc/resources/picture_layer_tiling.cc   int64 c = static_cast<int64>(width) * height - target_area;
height            663 cc/resources/picture_layer_tiling.cc       2, 2, starting_rect.width(), starting_rect.height(), target_area);
height            689 cc/resources/picture_layer_tiling.cc   int height = rect.height();
height            714 cc/resources/picture_layer_tiling.cc         num_x_edges, num_y_edges, width, height, target_area);
height            728 cc/resources/picture_layer_tiling.cc             height += delta;
height            731 cc/resources/picture_layer_tiling.cc             height += delta;
height            749 cc/resources/picture_layer_tiling.cc   gfx::Rect result(origin_x, origin_y, width, height);
height            103 cc/resources/picture_layer_tiling_perftest.cc                                 viewport_rect.height());
height            115 cc/resources/picture_layer_tiling_unittest.cc       EXPECT_LE(texture_rect.bottom(), client_.TileSize().height());
height            297 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_EQ(175, down_skewport.height());
height            307 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_EQ(175, down_right_skewport.height());
height            317 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_EQ(100, left_skewport.height());
height            329 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_EQ(350, expand_skewport.height());
height            339 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_EQ(1650, big_expand_skewport.height());
height            362 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_EQ(200, down_skewport.height());
height            371 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_EQ(50, shrink_skewport.height());
height            380 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_EQ(200, down_right_skewport.height());
height            389 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_EQ(100, left_skewport.height());
height            398 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_EQ(160, expanded_skewport.height());
height            484 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_EQ(35, skewport.height());
height            564 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_EQ(out.width() - in.width(), out.height() - in.height());
height            565 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_NEAR(100 * 100, out.width() * out.height(), 50);
height            577 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_EQ(out.width() - in.width(), out.height() - in.height());
height            578 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_NEAR(200 * 200, out.width() * out.height(), 100);
height            644 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_LE(out.width() * out.height(), target_area);
height            645 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_GT(out.width() * out.height(),
height            646 cc/resources/picture_layer_tiling_unittest.cc             target_area - out.width() - out.height() * 2);
height            658 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_LE(out.width() * out.height(), target_area);
height            659 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_GT(out.width() * out.height(),
height            660 cc/resources/picture_layer_tiling_unittest.cc             target_area - out.width() - out.height() * 2);
height            672 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_LE(out.width() * out.height(), target_area);
height            673 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_GT(out.width() * out.height(),
height            674 cc/resources/picture_layer_tiling_unittest.cc             target_area - out.width() * 2 - out.height());
height            686 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_LE(out.width() * out.height(), target_area);
height            687 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_GT(out.width() * out.height(),
height            688 cc/resources/picture_layer_tiling_unittest.cc             target_area - out.width() * 2 - out.height());
height            701 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_LE(out.width() * out.height(), target_area);
height            702 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_GT(out.width() * out.height(),
height            716 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_LE(out.width() * out.height(), target_area);
height            717 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_GT(out.width() * out.height(),
height            718 cc/resources/picture_layer_tiling_unittest.cc             target_area - out.height() * 2);
height            748 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_LE(out.width() * out.height(), target_area);
height            749 cc/resources/picture_layer_tiling_unittest.cc   EXPECT_GT(out.width() * out.height(),
height            750 cc/resources/picture_layer_tiling_unittest.cc             target_area - out.width() - out.height());
height             56 cc/resources/picture_pile.cc     int tile_area = invalid_tile.width() * invalid_tile.height();
height             60 cc/resources/picture_pile.cc     int proposed_area = proposed_union.width() * proposed_union.height();
height            253 cc/resources/picture_pile.cc           picture->LayerRect().width() * picture->LayerRect().height();
height            109 cc/resources/picture_pile_base.cc       std::min(old_size.height(), new_size.height()));
height            155 cc/resources/picture_pile_base.cc                           tile_grid_size.height() - 2 * kTileGridBorderPixels);
height            157 cc/resources/picture_pile_base.cc   DCHECK_GT(info->fTileInterval.height(), 0);
height            342 cc/resources/picture_pile_impl.cc       layer_rect.height(),
height            371 cc/resources/picture_pile_impl.cc   skia::AnalysisCanvas canvas(layer_rect.width(), layer_rect.height());
height            669 cc/resources/picture_pile_impl_unittest.cc   int step_y = std::ceil(content_bounds.height() / raster_divisions);
height            672 cc/resources/picture_pile_impl_unittest.cc     for (int offset_y = 0; offset_y < content_bounds.height();
height            684 cc/resources/picture_pile_impl_unittest.cc       bitmap.allocN32Pixels(canvas_rect.width(), canvas_rect.height());
height            696 cc/resources/picture_pile_impl_unittest.cc       int num_pixels = bitmap.width() * bitmap.height();
height            737 cc/resources/picture_pile_impl_unittest.cc   bitmap.allocN32Pixels(canvas_rect.width(), canvas_rect.height());
height            745 cc/resources/picture_pile_impl_unittest.cc   int num_pixels = bitmap.width() * bitmap.height();
height            785 cc/resources/picture_pile_impl_unittest.cc                    content_bounds.height());
height            795 cc/resources/picture_pile_impl_unittest.cc   for (int y = 0; y < bitmap.height(); y++) {
height            441 cc/resources/picture_unittest.cc   EXPECT_EQ(200, one_rect_picture_check->LayerRect().height());
height            443 cc/resources/picture_unittest.cc   EXPECT_EQ(200, one_rect_picture_check->OpaqueRect().height());
height             30 cc/resources/raster_worker_pool_perftest.cc                                      GLsizei height,
height             30 cc/resources/resource.h     DCHECK_EQ(0u, (BitsPerPixel(format) * size.width() * size.height()) % 8);
height             31 cc/resources/resource.h     return (BitsPerPixel(format) * size.width() * size.height()) / 8;
height            439 cc/resources/resource_provider.cc         desc.fHeight = resource()->size.height();
height            454 cc/resources/resource_provider.cc           resource()->size.width(), resource()->size.height());
height            488 cc/resources/resource_provider.cc                                     resource()->size.height());
height            493 cc/resources/resource_provider.cc                                                     resource()->size.height());
height            678 cc/resources/resource_provider.cc   DCHECK_LE(size.height(), max_texture_size_);
height            940 cc/resources/resource_provider.cc         SkImageInfo::MakeN32Premul(source_rect.width(), source_rect.height());
height           1192 cc/resources/resource_provider.cc                                                 resource->size.height());
height           1807 cc/resources/resource_provider.cc                    resource->size.height() *
height           1968 cc/resources/resource_provider.cc                                   resource->size.height(),
height           1979 cc/resources/resource_provider.cc                                      resource->size.height(),
height           2115 cc/resources/resource_provider.cc             GL_TEXTURE_2D, 1, storage_format, size.width(), size.height()));
height           2124 cc/resources/resource_provider.cc                          size.height(),
height           2167 cc/resources/resource_provider.cc                               resource->size.height(),
height            184 cc/resources/resource_provider_unittest.cc                                GLint height) OVERRIDE {
height            198 cc/resources/resource_provider_unittest.cc     AllocateTexture(gfx::Size(width, height), format);
height            205 cc/resources/resource_provider_unittest.cc                           GLsizei height,
height            216 cc/resources/resource_provider_unittest.cc     AllocateTexture(gfx::Size(width, height), format);
height            218 cc/resources/resource_provider_unittest.cc       SetPixels(0, 0, width, height, pixels);
height            226 cc/resources/resource_provider_unittest.cc                              GLsizei height,
height            239 cc/resources/resource_provider_unittest.cc     SetPixels(xoffset, yoffset, width, height, pixels);
height            304 cc/resources/resource_provider_unittest.cc                  int height,
height            311 cc/resources/resource_provider_unittest.cc     ASSERT_TRUE(yoffset >= 0 && yoffset + height <= texture->size.height());
height            319 cc/resources/resource_provider_unittest.cc     for (int i = 0; i < height; ++i) {
height            901 cc/resources/resource_provider_unittest.cc   SkImageInfo info = SkImageInfo::MakeN32Premul(size.width(), size.height());
height           1033 cc/resources/resource_provider_unittest.cc     EXPECT_EQ(sk_bitmap->height(), size.height());
height           1041 cc/resources/resource_provider_unittest.cc     EXPECT_EQ(sk_bitmap->height(), size.height());
height           1049 cc/resources/resource_provider_unittest.cc     EXPECT_EQ(sk_bitmap->height(), size.height());
height           2418 cc/resources/resource_provider_unittest.cc     EXPECT_EQ(sk_bitmap->height(), size.height());
height           2561 cc/resources/resource_provider_unittest.cc                     GLint height));
height           2567 cc/resources/resource_provider_unittest.cc                     GLsizei height,
height           2578 cc/resources/resource_provider_unittest.cc                     GLsizei height,
height           2587 cc/resources/resource_provider_unittest.cc                     GLsizei height,
height           2598 cc/resources/resource_provider_unittest.cc                     GLsizei height,
height           2607 cc/resources/resource_provider_unittest.cc                     GLsizei height,
height           2837 cc/resources/resource_provider_unittest.cc   bitmap.allocN32Pixels(size.width(), size.height());
height           2852 cc/resources/resource_provider_unittest.cc     EXPECT_EQ(sk_bitmap->height(), size.height());
height           3056 cc/resources/resource_provider_unittest.cc   bitmap.allocN32Pixels(size.width(), size.height());
height           3067 cc/resources/resource_provider_unittest.cc     EXPECT_EQ(sk_bitmap->height(), size.height());
height           3182 cc/resources/resource_provider_unittest.cc                   _, 0, _, size.width(), size.height(), _, _, _)).Times(1);
height             42 cc/resources/resource_update_controller_unittest.cc                              GLsizei height,
height            218 cc/resources/resource_update_controller_unittest.cc                                                       GLsizei height,
height             23 cc/resources/shared_bitmap.cc   if (size.width() <= 0 || size.height() <= 0)
height             26 cc/resources/shared_bitmap.cc   s *= size.height();
height             31 cc/resources/skpicture_content_layer_updater.cc       picture_.beginRecording(content_rect.width(), content_rect.height());
height             34 cc/resources/skpicture_content_layer_updater.cc   CHECK_EQ(content_rect.height(), size.height());
height             45 cc/resources/skpicture_content_layer_updater.cc       duration, content_rect.width() * content_rect.height());
height             55 cc/resources/texture_mailbox.cc   size_t height = shared_memory_size_.height();
height             56 cc/resources/texture_mailbox.cc   return bytes_per_pixel * width * height;
height             63 cc/resources/texture_mailbox.cc          base::CheckedNumeric<size_t>(shared_memory_size_.height());
height            202 cc/resources/texture_uploader.cc     size_t needed_size = upload_image_stride * source_rect.height();
height            209 cc/resources/texture_uploader.cc     for (int row = 0; row < source_rect.height(); ++row)
height            223 cc/resources/texture_uploader.cc                      source_rect.height(),
height            260 cc/resources/texture_uploader.cc                                                         source_rect.height(),
height            274 cc/resources/texture_uploader.cc            source_rect.height() * image_rect.width() * bytes_per_pixel);
height            278 cc/resources/texture_uploader.cc     for (int row = 0; row < source_rect.height(); ++row) {
height            293 cc/resources/texture_uploader.cc   DCHECK_EQ(0, size.height() % 4);
height            299 cc/resources/texture_uploader.cc                             size.height(),
height             62 cc/resources/texture_uploader_unittest.cc                              GLsizei height,
height             69 cc/resources/texture_uploader_unittest.cc     EXPECT_LE(0, height);
height             73 cc/resources/texture_uploader_unittest.cc     EXPECT_LE(0, height);
height            127 cc/resources/texture_uploader_unittest.cc     for (GLsizei row = 0; row < height; ++row) {
height           1179 cc/resources/tile_manager.cc                          std::min(pile_size.width(), pile_size.height()) >=
height             64 cc/resources/tile_manager_perftest.cc         static_cast<size_t>(tile_size.width() * tile_size.height());
height             59 cc/resources/tile_manager_unittest.cc           max_tiles_ * 4 * tile_size.width() * tile_size.height();
height             19 cc/resources/ui_resource_bitmap.cc   DCHECK(size.height());
height             47 cc/resources/ui_resource_bitmap.cc       SkImageInfo::MakeN32(size.width(), size.height(), alphaType);
height            144 cc/resources/video_resource_updater.cc         output_plane_resource_size.height() > max_resource_size) {
height            257 cc/resources/video_resource_updater.cc                          plane_resources[i].resource_size.height());
height             21 cc/test/geometry_test_utils.h   EXPECT_FLOAT_EQ((expected).height(), (actual).height()); \
height             29 cc/test/geometry_test_utils.h   EXPECT_NEAR((expected).height(), (actual).height(), (abs_error)); \
height             37 cc/test/geometry_test_utils.h   EXPECT_EQ((expected).height(), (actual).height()); \
height             43 cc/test/geometry_test_utils.h   EXPECT_EQ((expected).height(), (actual).height()); \
height             29 cc/test/layer_tree_json_parser.cc   int width, height;
height             31 cc/test/layer_tree_json_parser.cc   success &= list->GetInteger(1, &height);
height             91 cc/test/layer_tree_json_parser.cc   new_layer->SetBounds(gfx::Size(width, height));
height            159 cc/test/layer_tree_pixel_test.cc                 rect.height() - border_width * 2),
height            165 cc/test/layer_tree_pixel_test.cc                                       rect.height() - border_width * 2),
height            168 cc/test/layer_tree_pixel_test.cc       gfx::Rect(0, rect.height() - border_width, rect.width(), border_width),
height            262 cc/test/layer_tree_pixel_test.cc                  size.height(),
height            271 cc/test/layer_tree_pixel_test.cc   bitmap->allocN32Pixels(size.width(), size.height());
height            276 cc/test/layer_tree_pixel_test.cc   size_t total_bytes = size.height() * row_bytes;
height            310 cc/test/layer_tree_pixel_test.cc   DCHECK_GT(bitmap.height(), 0);
height            329 cc/test/layer_tree_pixel_test.cc     size_t total_bytes = bitmap.height() * row_bytes;
height            350 cc/test/layer_tree_pixel_test.cc                    bitmap.height(),
height             24 cc/test/pixel_comparator.cc          actual_bmp.height() == expected_bmp.height());
height             30 cc/test/pixel_comparator.cc     for (int y = 0; y < actual_bmp.height(); ++y) {
height             97 cc/test/pixel_comparator.cc          actual_bmp.height() == expected_bmp.height());
height            100 cc/test/pixel_comparator.cc   DCHECK(actual_bmp.width() > 0 && actual_bmp.height() > 0);
height            106 cc/test/pixel_comparator.cc     for (int y = 0; y < actual_bmp.height(); ++y) {
height            150 cc/test/pixel_comparator.cc   int pixels_count = actual_bmp.width() * actual_bmp.height();
height            197 cc/test/pixel_comparator.cc         for (int y = 0; y < actual_bmp.height(); ++y) {
height             23 cc/test/pixel_test_output_surface.cc                           size.height() + surface_expansion_size_.height());
height             11 cc/test/pixel_test_software_output_device.cc                           size.height() + surface_expansion_size_.height());
height             50 cc/test/pixel_test_utils.cc       gen_bmp.height() != ref_bmp.height()) {
height             53 cc/test/pixel_test_utils.cc         << "Actual: " << gen_bmp.width() << "x" << gen_bmp.height()
height             55 cc/test/pixel_test_utils.cc         << "Expected: " << ref_bmp.width() << "x" << ref_bmp.height();
height             60 cc/test/pixel_test_utils.cc   if (gen_bmp.width() == 0 || gen_bmp.height() == 0)
height             19 cc/test/skia_common.cc       SkImageInfo::MakeN32Premul(layer_rect.width(), layer_rect.height());
height             28 cc/test/skia_common.cc   SkImageInfo info = SkImageInfo::MakeN32Premul(size.width(), size.height());
height             24 cc/test/solid_color_content_layer_client.cc       SkRect::MakeXYWH(rect.x(), rect.y(), rect.width(), rect.height()),
height            107 cc/test/test_gles2_interface.cc                                   GLsizei height) {
height            108 cc/test/test_gles2_interface.cc   test_context_->viewport(x, y, width, height);
height            126 cc/test/test_gles2_interface.cc                                  GLsizei height) {
height            127 cc/test/test_gles2_interface.cc   test_context_->scissor(x, y, width, height);
height            175 cc/test/test_gles2_interface.cc                                     GLsizei height,
height            184 cc/test/test_gles2_interface.cc                             height,
height            196 cc/test/test_gles2_interface.cc                                        GLsizei height,
height            201 cc/test/test_gles2_interface.cc       target, level, xoffset, yoffset, width, height, format, type, pixels);
height            208 cc/test/test_gles2_interface.cc                                          GLsizei height) {
height            209 cc/test/test_gles2_interface.cc   test_context_->texStorage2DEXT(target, levels, internalformat, width, height);
height            214 cc/test/test_gles2_interface.cc                                                      GLsizei height,
height            218 cc/test/test_gles2_interface.cc       target, width, height, io_surface_id, plane);
height            231 cc/test/test_gles2_interface.cc                                                  GLsizei height,
height            240 cc/test/test_gles2_interface.cc                                          height,
height            252 cc/test/test_gles2_interface.cc                                                     GLsizei height,
height            257 cc/test/test_gles2_interface.cc       target, level, xoffset, yoffset, width, height, format, type, pixels);
height            264 cc/test/test_gles2_interface.cc                                               GLsizei height,
height            269 cc/test/test_gles2_interface.cc       target, level, internalformat, width, height, border, image_size, data);
height            277 cc/test/test_gles2_interface.cc                                                GLsizei height,
height            279 cc/test/test_gles2_interface.cc   return test_context_->createImageCHROMIUM(width, height, internalformat);
height            367 cc/test/test_gles2_interface.cc                                         GLuint height,
height            369 cc/test/test_gles2_interface.cc   test_context_->reshapeWithScaleFactor(width, height, device_scale);
height             46 cc/test/test_gles2_interface.h   virtual void Viewport(GLint x, GLint y, GLsizei width, GLsizei height)
height             49 cc/test/test_gles2_interface.h   virtual void Scissor(GLint x, GLint y, GLsizei width, GLsizei height)
height             74 cc/test/test_gles2_interface.h                           GLsizei height,
height             84 cc/test/test_gles2_interface.h                              GLsizei height,
height             92 cc/test/test_gles2_interface.h                                GLsizei height) OVERRIDE;
height             95 cc/test/test_gles2_interface.h                                            GLsizei height,
height            104 cc/test/test_gles2_interface.h                                        GLsizei height,
height            114 cc/test/test_gles2_interface.h                                           GLsizei height,
height            122 cc/test/test_gles2_interface.h                                     GLsizei height,
height            128 cc/test/test_gles2_interface.h                                      GLsizei height,
height            166 cc/test/test_gles2_interface.h                               GLuint height,
height             15 cc/test/test_texture.cc   return size.width() * size.height() * components_per_pixel *
height             91 cc/test/test_web_graphics_context_3d.cc     int width, int height, float scale_factor) {
height             94 cc/test/test_web_graphics_context_3d.cc   height_ = height;
height            543 cc/test/test_web_graphics_context_3d.cc       GLsizei width, GLsizei height,
height            550 cc/test/test_web_graphics_context_3d.cc   images.get(image_id)->pixels.reset(new uint8[width * height * 4]);
height             39 cc/test/test_web_graphics_context_3d.h                                       int height,
height             60 cc/test/test_web_graphics_context_3d.h                                        GLsizei height,
height             70 cc/test/test_web_graphics_context_3d.h                                           GLsizei height,
height             89 cc/test/test_web_graphics_context_3d.h                                     GLsizei height,
height            106 cc/test/test_web_graphics_context_3d.h   virtual void viewport(GLint x, GLint y, GLsizei width, GLsizei height) {}
height            139 cc/test/test_web_graphics_context_3d.h                                GLint height) {}
height            147 cc/test/test_web_graphics_context_3d.h   virtual void scissor(GLint x, GLint y, GLsizei width, GLsizei height) {}
height            153 cc/test/test_web_graphics_context_3d.h                           GLsizei height,
height            164 cc/test/test_web_graphics_context_3d.h                              GLsizei height,
height            236 cc/test/test_web_graphics_context_3d.h                                      GLsizei height,
height            246 cc/test/test_web_graphics_context_3d.h                                            GLsizei height,
height            333 cc/test/test_web_graphics_context_3d.h   int height() const { return height_; }
height            166 cc/test/tiled_layer_test_common.cc       static_cast<float>(forced_content_bounds_.height()) / bounds().height();
height            994 cc/trees/damage_tracker_unittest.cc   ASSERT_EQ(old_content_rect.height(),
height            995 cc/trees/damage_tracker_unittest.cc             child1->render_surface()->content_rect().height());
height           1020 cc/trees/damage_tracker_unittest.cc   ASSERT_EQ(old_content_rect.height(),
height           1021 cc/trees/damage_tracker_unittest.cc             child1->render_surface()->content_rect().height());
height            187 cc/trees/layer_sorter.cc                        float height,
height            189 cc/trees/layer_sorter.cc   gfx::QuadF layer_quad(gfx::RectF(0.f, 0.f, width, height));
height            278 cc/trees/layer_sorter.cc         " x " << node.layer->bounds().height() << ")";
height            285 cc/trees/layer_sorter.cc       layer_height = render_surface->content_rect().height();
height            289 cc/trees/layer_sorter.cc       layer_height = node.layer->content_bounds().height();
height             42 cc/trees/layer_sorter.h   LayerShape(float width, float height, const gfx::Transform& draw_transform);
height            669 cc/trees/layer_tree_host.cc   DCHECK(bitmap.width() && bitmap.height());
height           1509 cc/trees/layer_tree_host_common.cc         position.y() + anchor_point.y() * bounds.height(),
height           1515 cc/trees/layer_tree_host_common.cc                                    -anchor_point.y() * bounds.height(),
height           2034 cc/trees/layer_tree_host_common.cc         std::min(clipped_content_rect.height(), globals.max_texture_size));
height           2070 cc/trees/layer_tree_host_common.cc           layer->replica_layer()->anchor_point().y() * bounds.height());
height           2075 cc/trees/layer_tree_host_common.cc           -layer->replica_layer()->anchor_point().y() * bounds.height());
height             99 cc/trees/layer_tree_host_common_unittest.cc                   root_layer->bounds().height() * device_scale_factor);
height            125 cc/trees/layer_tree_host_common_unittest.cc                   root_layer->bounds().height() * device_scale_factor);
height            426 cc/trees/layer_tree_host_common_unittest.cc                 scroll_layer->bounds().height() + kMaxScrollOffset.y()));
height           6354 cc/trees/layer_tree_host_common_unittest.cc       ceil(expected_parent_draw_rect.height()));
height           6376 cc/trees/layer_tree_host_common_unittest.cc   expected_child_draw_rect.set_height(ceil(expected_child_draw_rect.height()));
height            684 cc/trees/layer_tree_host_impl.cc             screen_space_rect.y() / overhang_resource_scaled_size.height()),
height            688 cc/trees/layer_tree_host_impl.cc                 overhang_resource_scaled_size.height()),
height           1503 cc/trees/layer_tree_host_impl.cc                     dip_size.height() - top_offset - overdraw_bottom_height_);
height           2369 cc/trees/layer_tree_host_impl.cc     float height = layer_impl->clip_height();
height           2373 cc/trees/layer_tree_host_impl.cc     float page = std::max(height * 0.875f, 1.f);
height            234 cc/trees/layer_tree_host_impl_unittest.cc         gfx::Size(content_size.width() / 2, content_size.height() / 2));
height            285 cc/trees/layer_tree_host_impl_unittest.cc     clip_layer->SetBounds(gfx::Size(size.width() / 2, size.height() / 2));
height            887 cc/trees/layer_tree_host_impl_unittest.cc         container_layer->bounds().width(), container_layer->bounds().height());
height           1368 cc/trees/layer_tree_host_impl_unittest.cc   scrollbar->SetBounds(gfx::Size(15, viewport_size.height()));
height           1369 cc/trees/layer_tree_host_impl_unittest.cc   scrollbar->SetContentBounds(gfx::Size(15, viewport_size.height()));
height           1969 cc/trees/layer_tree_host_impl_unittest.cc                   clip_size_.height() + settings_.top_controls_height);
height           2091 cc/trees/layer_tree_host_impl_unittest.cc                       viewport_size_.height() + scroll_increment_y),
height           2749 cc/trees/layer_tree_host_impl_unittest.cc       gfx::Size(child->bounds().width(), child->bounds().height() / 2));
height           3652 cc/trees/layer_tree_host_impl_unittest.cc                          viewport_size_.height() + 10);
height           3708 cc/trees/layer_tree_host_impl_unittest.cc                 quad->rect.y() / gutter_texture_size_pixels.height());
height           3712 cc/trees/layer_tree_host_impl_unittest.cc                 quad->rect.bottom() / gutter_texture_size_pixels.height());
height           3826 cc/trees/layer_tree_host_impl_unittest.cc                             viewport_size_.height() + 100);
height           3881 cc/trees/layer_tree_host_impl_unittest.cc   EXPECT_EQ(provider->TestContext3d()->height(), 10);
height           3892 cc/trees/layer_tree_host_impl_unittest.cc   EXPECT_EQ(provider->TestContext3d()->height(), 30);
height           3903 cc/trees/layer_tree_host_impl_unittest.cc   EXPECT_EQ(provider->TestContext3d()->height(), 30);
height           4072 cc/trees/layer_tree_host_impl_unittest.cc                              GLsizei height));
height           4117 cc/trees/layer_tree_host_impl_unittest.cc   void MustSetScissor(int x, int y, int width, int height) {
height           4121 cc/trees/layer_tree_host_impl_unittest.cc     EXPECT_CALL(*context_, scissor(x, y, width, height))
height           4280 cc/trees/layer_tree_host_impl_unittest.cc   child->SetBounds(gfx::Size(child_rect.width(), child_rect.height()));
height           6228 cc/trees/layer_tree_host_impl_unittest.cc     gfx::Vector2d scroll_delta(inner_viewport.width(), inner_viewport.height());
height             43 cc/trees/layer_tree_host_pixeltest_masks.cc                            inset_rect.width(), inset_rect.height()),
height             71 cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc     *opaque = gfx::RectF(layer_rect_.width(), layer_rect_.height());
height             76 cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc                                     layer_rect_.height() / 2),
height             82 cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc                          layer_rect_.height() / 2,
height             84 cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc                          layer_rect_.height() / 2),
height           1113 cc/trees/layer_tree_host_pixeltest_readback.cc                            device_viewport_copy_rect.height());
height           1220 cc/trees/layer_tree_host_unittest.cc                                        2 * root_layer->bounds().height()));
height           2897 cc/trees/layer_tree_host_unittest.cc                                                  GLint height,
height           2963 cc/trees/layer_tree_host_unittest.cc                                             io_surface_size_.height(),
height            100 cc/trees/layer_tree_host_unittest_copyrequest.cc               gfx::Size(bitmap->width(), bitmap->height()).ToString());
height            443 cc/trees/layer_tree_host_unittest_damage.cc                   content_layer->bounds().height() - 50));
height            527 cc/trees/layer_tree_host_unittest_damage.cc                                           root->bounds().height() + 100));
height             40 cc/trees/layer_tree_host_unittest_scroll.cc                                       root_layer->bounds().height() + 100));
height             70 cc/trees/layer_tree_host_unittest_scroll.cc         gfx::Size(root->bounds().width() + 100, root->bounds().height() + 100));
height            115 cc/trees/layer_tree_host_unittest_scroll.cc                                        root_layer->bounds().height() + 100));
height            377 cc/trees/layer_tree_host_unittest_scroll.cc                   root_layer->bounds().height() + 100));
height            775 cc/trees/layer_tree_host_unittest_scroll.cc                   root_layer->bounds().height() + 100));
height            903 cc/trees/layer_tree_host_unittest_scroll.cc                   root_layer->bounds().height() + 100));
height           1043 cc/trees/layer_tree_host_unittest_scroll.cc         gfx::Size(root->bounds().width() + 100, root->bounds().height() + 100));
height           1209 cc/trees/layer_tree_host_unittest_scroll.cc                                       parent->bounds().height() + 100));
height            454 cc/trees/occlusion_tracker.cc         transformed_rect.height() < minimum_tracking_size_.height())
height            110 cc/trees/occlusion_tracker_perftest.cc       for (int y = 0; y < viewport_rect.height(); y += 256) {
height            119 cc/trees/occlusion_tracker_perftest.cc             query_content_rect.bottom() + 96 <= viewport_rect.height();
height            155 cc/trees/occlusion_tracker_perftest.cc         gfx::Size(viewport_rect.width() / 2, viewport_rect.height() / 2));
height            157 cc/trees/occlusion_tracker_perftest.cc         gfx::Size(viewport_rect.width() / 2, viewport_rect.height() / 2));
height            187 cc/trees/occlusion_tracker_perftest.cc       for (int y = 0; y < viewport_rect.height(); y += 256) {
height            295 cc/trees/quad_culler_unittest.cc   EXPECT_EQ(50, quad_visible_rect1.height());
height            306 cc/trees/quad_culler_unittest.cc   EXPECT_EQ(50, quad_visible_rect6.height());
height            446 cc/trees/quad_culler_unittest.cc                               child_rect.y() + child_rect.height() / 4,
height            448 cc/trees/quad_culler_unittest.cc                               child_rect.height() / 2);
height            485 cc/trees/quad_culler_unittest.cc                               child_rect.y() + child_rect.height() / 4,
height            487 cc/trees/quad_culler_unittest.cc                               child_rect.height() * 3 / 4);
height            524 cc/trees/quad_culler_unittest.cc                               child_rect.y() + child_rect.height() / 4,
height            526 cc/trees/quad_culler_unittest.cc                               child_rect.height() / 2);
height            365 cc/trees/tree_synchronizer_unittest.cc   EXPECT_EQ(second_child_bounds.height(),
height            366 cc/trees/tree_synchronizer_unittest.cc             second_layer_impl_child_bounds.height());
height             43 chrome/android/java/src/org/chromium/chrome/browser/NativePage.java     Bitmap getBitmap(int width, int height);
height            216 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenu.java                 appDimensions.height() - anchorViewLocation[1] - anchorView.getHeight());
height             88 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupBridge.java     private void setAnchorRect(float x, float y, float width, float height) {
height             89 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupBridge.java         if (mAutofillPopup != null) mAutofillPopup.setAnchorRect(x, y, width, height);
height            764 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java         int childHeight = child.getLayoutParams().height;
height             51 chrome/android/java/src/org/chromium/chrome/browser/banners/RatingView.java             int height = starHalf.getHeight();
height             54 chrome/android/java/src/org/chromium/chrome/browser/banners/RatingView.java             starHalf = Bitmap.createBitmap(starHalf, 0, 0, width, height, m, false);
height            169 chrome/android/java/src/org/chromium/chrome/browser/infobar/ContentWrapperView.java                 getLayoutParams().height = getViewToShowHeight();
height            190 chrome/android/java/src/org/chromium/chrome/browser/infobar/ContentWrapperView.java         getLayoutParams().height = ViewGroup.LayoutParams.WRAP_CONTENT;
height            172 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java         mIconView.getLayoutParams().height = mDimensionIconSize;
height            467 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java         assert getLayoutParams().height == LayoutParams.WRAP_CONTENT
height             23 chrome/android/java/src/org/chromium/chrome/browser/prerender/ExternalPrerenderHandler.java     public long addPrerender(Profile profile, String url, String referrer, int width, int height) {
height             26 chrome/android/java/src/org/chromium/chrome/browser/prerender/ExternalPrerenderHandler.java                 url, referrer, width, height)) {
height             44 chrome/android/java/src/org/chromium/chrome/browser/prerender/ExternalPrerenderHandler.java             long webContentsPtr, String url, String referrer, int width, int height);
height           1155 chrome/browser/apps/app_browsertest.cc   EXPECT_GE(preview_delegate.dialog_size().height(),
height           1156 chrome/browser/apps/app_browsertest.cc             minimum_dialog_size.height());
height             57 chrome/browser/apps/app_window_browsertest.cc         bounds_.height() != bounds.height()) {
height             53 chrome/browser/chromeos/app_mode/certificate_manager_dialog.cc                 CalculateSize(screen_bounds.height(),
height            165 chrome/browser/chromeos/display/display_preferences.cc     int width = 0, height = 0;
height            167 chrome/browser/chromeos/display/display_preferences.cc     dict_value->GetInteger("height", &height);
height            168 chrome/browser/chromeos/display/display_preferences.cc     gfx::Size resolution_in_pixels(width, height);
height            241 chrome/browser/chromeos/display/display_preferences.cc       property_value->SetInteger("height", mode.size.height());
height            256 chrome/browser/chromeos/display/display_preferences_unittest.cc   int width = 0, height = 0;
height            258 chrome/browser/chromeos/display/display_preferences_unittest.cc   EXPECT_FALSE(property->GetInteger("height", &height));
height            292 chrome/browser/chromeos/display/display_preferences_unittest.cc   height = 0;
height            294 chrome/browser/chromeos/display/display_preferences_unittest.cc   EXPECT_FALSE(property->GetInteger("height", &height));
height            302 chrome/browser/chromeos/display/display_preferences_unittest.cc   height = 0;
height            305 chrome/browser/chromeos/display/display_preferences_unittest.cc   EXPECT_FALSE(property->GetInteger("height", &height));
height            311 chrome/browser/chromeos/display/display_preferences_unittest.cc   EXPECT_TRUE(property->GetInteger("height", &height));
height            313 chrome/browser/chromeos/display/display_preferences_unittest.cc   EXPECT_EQ(200, height);
height            350 chrome/browser/chromeos/display/display_preferences_unittest.cc   EXPECT_FALSE(property->GetInteger("height", &height));
height            356 chrome/browser/chromeos/display/display_preferences_unittest.cc   EXPECT_TRUE(property->GetInteger("height", &height));
height            358 chrome/browser/chromeos/display/display_preferences_unittest.cc   EXPECT_EQ(200, height);
height            384 chrome/browser/chromeos/display/display_preferences_unittest.cc   EXPECT_FALSE(property->GetInteger("height", &height));
height            410 chrome/browser/chromeos/display/display_preferences_unittest.cc   EXPECT_TRUE(property->GetInteger("height", &height));
height            412 chrome/browser/chromeos/display/display_preferences_unittest.cc   EXPECT_EQ(400, height);
height            431 chrome/browser/chromeos/display/display_preferences_unittest.cc   int width = 0, height = 0;
height            433 chrome/browser/chromeos/display/display_preferences_unittest.cc   EXPECT_FALSE(property->GetInteger("height", &height));
height            451 chrome/browser/chromeos/display/display_preferences_unittest.cc   EXPECT_TRUE(property->GetInteger("height", &height));
height            453 chrome/browser/chromeos/display/display_preferences_unittest.cc   EXPECT_EQ(200, height);
height            127 chrome/browser/chromeos/display/overscan_calibrator.cc   int vertical_offset = inner_bounds.height() / 2 - kArrowGapWidth;
height             27 chrome/browser/chromeos/first_run/steps/tray_step.cc       bounds.height());
height            156 chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc     EXPECT_LE(kInnerSize, mi1_bounds.height());
height            177 chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc   EXPECT_EQ(mi1_bounds.height(), mi2_bounds.height());
height            167 chrome/browser/chromeos/input_method/textinput_test_helper.cc   int x, y, width, height;
height            174 chrome/browser/chromeos/input_method/textinput_test_helper.cc   if (!base::StringToInt(rect_piece[3], &height))
height            176 chrome/browser/chromeos/input_method/textinput_test_helper.cc   *rect = gfx::Rect(x, y, width, height);
height             27 chrome/browser/chromeos/login/helper.cc     int vertical_diff = bounds.height() - size.height();
height             64 chrome/browser/chromeos/login/login_web_dialog.cc   height_ = static_cast<int>(kDefaultHeightRatio * screen_bounds.height());
height             78 chrome/browser/chromeos/login/login_web_dialog.cc void LoginWebDialog::SetDialogSize(int width, int height) {
height             79 chrome/browser/chromeos/login/login_web_dialog.cc   DCHECK(width >= 0 && height >= 0);
height             81 chrome/browser/chromeos/login/login_web_dialog.cc   height_ = height;
height            114 chrome/browser/chromeos/login/login_web_dialog.cc                 kMinimumHeightRatio * screen_bounds.height());
height             54 chrome/browser/chromeos/login/login_web_dialog.h   void SetDialogSize(int width, int height);
height             71 chrome/browser/chromeos/login/proxy_settings_dialog.cc                 CalculateSize(screen_bounds.height(),
height            157 chrome/browser/chromeos/login/screen_locker_browsertest.cc   EXPECT_GT(lock_bounds.height(), 10);
height             33 chrome/browser/chromeos/login/user_image.cc                "width", image.width(), "height", image.height());
height             42 chrome/browser/chromeos/login/user_image.cc       bitmap.height(),
height            103 chrome/browser/chromeos/login/user_image_loader.cc     int size = std::min(decoded_image.width(), decoded_image.height());
height            105 chrome/browser/chromeos/login/user_image_loader.cc     int y = (decoded_image.height() - size) / 2;
height            366 chrome/browser/chromeos/login/user_image_manager_browsertest.cc   EXPECT_EQ(saved_image.height(), user->image().height());
height            384 chrome/browser/chromeos/login/user_image_manager_browsertest.cc   EXPECT_EQ(saved_image.height(), user->image().height());
height            446 chrome/browser/chromeos/login/user_image_manager_browsertest.cc   EXPECT_EQ(custom_image.height(), saved_image->height());
height            484 chrome/browser/chromeos/login/user_image_manager_browsertest.cc   EXPECT_EQ(custom_image->height(), saved_image->height());
height            528 chrome/browser/chromeos/login/user_image_manager_browsertest.cc   EXPECT_EQ(profile_image.height(), saved_image->height());
height            693 chrome/browser/chromeos/login/user_image_manager_browsertest.cc   EXPECT_EQ(policy_image_->height(), saved_image->height());
height            720 chrome/browser/chromeos/login/user_image_manager_browsertest.cc   EXPECT_EQ(policy_image_->height(), saved_image->height());
height            793 chrome/browser/chromeos/login/user_image_manager_browsertest.cc   EXPECT_EQ(policy_image_->height(), saved_image->height());
height            839 chrome/browser/chromeos/login/user_image_manager_browsertest.cc   EXPECT_EQ(policy_image_->height(), saved_image->height());
height            859 chrome/browser/chromeos/login/user_image_manager_browsertest.cc   EXPECT_EQ(policy_image_->height(), saved_image->height());
height             23 chrome/browser/chromeos/login/user_image_manager_test_util.cc   if (first.width() != second.width() || first.height() != second.height())
height            527 chrome/browser/chromeos/login/wallpaper_manager.cc   int height = wallpaper.image().height();
height            534 chrome/browser/chromeos/login/wallpaper_manager.cc     if (!(width > preferred_width && height > preferred_height))
height            538 chrome/browser/chromeos/login/wallpaper_manager.cc     double vertical_ratio = static_cast<double>(preferred_height) / height;
height            546 chrome/browser/chromeos/login/wallpaper_manager.cc           RoundPositive(static_cast<double>(height) * horizontal_ratio);
height            553 chrome/browser/chromeos/login/wallpaper_manager.cc     resized_height = height;
height            567 chrome/browser/chromeos/login/wallpaper_manager.cc       image.height(),
height           1363 chrome/browser/chromeos/login/wallpaper_manager.cc                          wallpaper.image().height());
height            194 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc   EXPECT_EQ(kSmallWallpaperHeight, wallpaper.height());
height            201 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc   EXPECT_EQ(kSmallWallpaperHeight, wallpaper.height());
height            213 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc   EXPECT_EQ(kLargeWallpaperHeight, wallpaper.height());
height            225 chrome/browser/chromeos/login/wallpaper_manager_browsertest.cc   EXPECT_EQ(kLargeWallpaperHeight, wallpaper.height());
height             81 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc   if (bitmap.empty() || bitmap.width() < 1 || bitmap.height() < 1) {
height             96 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc     for (int y = 0; y < bitmap.height(); ++y) {
height            105 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc   uint64 pixel_number = bitmap.width() * bitmap.height();
height            208 chrome/browser/chromeos/login/webui_login_view.cc                     widget_size.height() / 2 - size.height() / 2);
height            242 chrome/browser/chromeos/options/network_config_view.cc   int vert_padding = bounds.height() - size.height();
height            251 chrome/browser/chromeos/options/network_config_view.cc   child_config_view_->SetBounds(0, 0, width(), height());
height            259 chrome/browser/chromeos/options/network_config_view.cc   result.set_height(size.height());
height            336 chrome/browser/chromeos/options/network_config_view.cc   image_view_->SetBounds(0, 0, width(), height());
height           1056 chrome/browser/chromeos/policy/device_local_account_browsertest.cc   EXPECT_EQ(policy_image->height(), saved_image->height());
height            166 chrome/browser/chromeos/ui/echo_dialog_view.cc   size.Enlarge(insets.width(), insets.height());
height             62 chrome/browser/chromeos/ui/idle_app_name_notification_view.cc                    -ps.height(),
height             64 chrome/browser/chromeos/ui/idle_app_name_notification_view.cc                    ps.height());
height             93 chrome/browser/chromeos/ui/idle_app_name_notification_view.cc   bounds.set_y((rs.height() - ps.height()) / 20);
height            168 chrome/browser/chromeos/ui/idle_app_name_notification_view.cc     rect.set_y(-GetPreferredSize().height());
height            622 chrome/browser/devtools/devtools_adb_bridge.cc   int height;
height            627 chrome/browser/devtools/devtools_adb_bridge.cc       !base::StringToInt(numbers[1], &height))
height            630 chrome/browser/devtools/devtools_adb_bridge.cc   remote_devices_->back()->set_screen_size(gfx::Size(width, height));
height            290 chrome/browser/devtools/devtools_adb_bridge_browsertest.cc     ASSERT_EQ(1184, connected->screen_size().height());
height             37 chrome/browser/devtools/devtools_contents_resizing_strategy.cc       0, 0, container_size.width(), container_size.height());
height             54 chrome/browser/devtools/devtools_contents_resizing_strategy.cc   int height = std::max(0, container_size.height() - insets.height());
height             56 chrome/browser/devtools/devtools_contents_resizing_strategy.cc   if (height < min_size.height() && insets.height() > 0) {
height             57 chrome/browser/devtools/devtools_contents_resizing_strategy.cc     int min_height = std::min(min_size.height(), container_size.height());
height             58 chrome/browser/devtools/devtools_contents_resizing_strategy.cc     int insets_height = container_size.height() - min_height;
height             59 chrome/browser/devtools/devtools_contents_resizing_strategy.cc     int insets_decrease = insets.height() - insets_height;
height             61 chrome/browser/devtools/devtools_contents_resizing_strategy.cc     top -= insets_decrease * insets.top() / insets.height();
height             62 chrome/browser/devtools/devtools_contents_resizing_strategy.cc     height = min_height;
height             64 chrome/browser/devtools/devtools_contents_resizing_strategy.cc   top = std::max(0, std::min(container_size.height(), top));
height             66 chrome/browser/devtools/devtools_contents_resizing_strategy.cc   new_contents_bounds->SetRect(left, top, width, height);
height             46 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc   int height = 0;
height             48 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc       !dict->GetInteger("height", &height))
height             50 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc   size.SetSize(width, height);
height            465 chrome/browser/devtools/devtools_targets_ui.cc         target_data->SetInteger(kAdbScreenHeightField, screen_size.height());
height            175 chrome/browser/download/download_shelf.cc     DCHECK_EQ(g_foreground_16->height(), g_background_16->height());
height            177 chrome/browser/download/download_shelf.cc     DCHECK_EQ(g_foreground_32->height(), g_background_32->height());
height            191 chrome/browser/download/download_shelf.cc                    background->width(), background->height());
height            232 chrome/browser/download/download_shelf.cc                             complete->width(), complete->height());
height            263 chrome/browser/download/download_shelf.cc                             complete->width(), complete->height());
height            439 chrome/browser/drive/drive_api_util.cc   entry->set_image_height(file_resource.image_media_metadata().height());
height            293 chrome/browser/drive/drive_api_util_unittest.cc     EXPECT_EQ(480, image_media_metadata.height());
height            302 chrome/browser/drive/drive_api_util_unittest.cc     EXPECT_EQ(0, image_media_metadata.height());
height            311 chrome/browser/drive/drive_api_util_unittest.cc     EXPECT_EQ(-1, image_media_metadata.height());
height             65 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc   if (bounds_spec.height)
height             66 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc     bounds->set_height(*bounds_spec.height);
height             82 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc void GetConstraintHeight(const scoped_ptr<int>& height,
height             85 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc   if (!height.get())
height             88 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc   size->set_height(*height > 0 ? std::max(0, *height - insets.height())
height            228 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc       if (bounds_spec.height)
height            229 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc         window_bounds.set_height(*bounds_spec.height + frame_insets.height());
height            426 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc       int32_t height = inputRect.height;
height            428 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc       SkIRect rect = SkIRect::MakeXYWH(x, y, width, height);
height            121 chrome/browser/extensions/api/app_window/app_window_api.cc   if (input_spec->height.get())
height            122 chrome/browser/extensions/api/app_window/app_window_api.cc     create_spec->bounds.set_height(*input_spec->height);
height            336 chrome/browser/extensions/api/app_window/app_window_api.cc                inner_bounds->height, outer_bounds->height, "height", error)) {
height            384 chrome/browser/extensions/api/app_window/app_window_api.cc     if (options.height.get())
height            385 chrome/browser/extensions/api/app_window/app_window_api.cc       params->content_spec.bounds.set_height(*options.height.get());
height            395 chrome/browser/extensions/api/app_window/app_window_api.cc       if (bounds->height.get())
height            396 chrome/browser/extensions/api/app_window/app_window_api.cc         params->content_spec.bounds.set_height(*bounds->height.get());
height            126 chrome/browser/extensions/api/capture_web_contents_function.cc           bitmap.height(),
height            229 chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc                                              int height,
height            232 chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc     const int num_pixels = width * height;
height            238 chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc       for (int y = 1; y < height; ++y) {
height            355 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc   ASSERT_GT(minSize.height() + growFactor * 2, maxSize.height());
height             63 chrome/browser/extensions/api/notifications/notifications_api.cc   const int height = notification_bitmap->height;
height             65 chrome/browser/extensions/api/notifications/notifications_api.cc   if (width < 0 || height < 0 || width > max_width || height > max_height)
height             74 chrome/browser/extensions/api/notifications/notifications_api.cc   const size_t rgba_area = width * height;
height             81 chrome/browser/extensions/api/notifications/notifications_api.cc   bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height);
height            324 chrome/browser/extensions/api/sessions/sessions_api.cc   window_struct->height.reset(new int(window.bounds.height()));
height             45 chrome/browser/extensions/api/system_display/display_info_provider.cc   unit->bounds.height = bounds.height();
height             49 chrome/browser/extensions/api/system_display/display_info_provider.cc   unit->work_area.height = work_area.height();
height            108 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc                     2 * (rectangle.y() - reference.y()) + rectangle.height());
height            109 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc   gfx::Point down_diag(2 * reference.width(), 2 * reference.height());
height            116 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc   center.Offset(0, -2 * reference.height());
height            119 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc   gfx::Point up_diag(-2 * reference.width(), 2 * reference.height());
height            136 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc     if (rectangle.y() > reference.y() + reference.height()) {
height            139 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc     } else if (rectangle.y() + rectangle.height() < reference.y()) {
height            256 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc     int screen_height = display.bounds().height() + overscan.height();
height             63 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc         bounds.left,  bounds.top, bounds.width, bounds.height);
height             46 chrome/browser/extensions/api/system_display/display_info_provider_win.cc   unit->dpi_y = dpi.height();
height            511 chrome/browser/extensions/api/tabs/tabs_api.cc     if (create_data->height)
height            512 chrome/browser/extensions/api/tabs/tabs_api.cc       window_bounds.set_height(*create_data->height);
height            716 chrome/browser/extensions/api/tabs/tabs_api.cc   if (params->update_info.height) {
height            717 chrome/browser/extensions/api/tabs/tabs_api.cc     bounds.set_height(*params->update_info.height);
height             73 chrome/browser/extensions/api/tabs/tabs_test.cc   EXPECT_EQ(bounds.height(), utils::GetInteger(result.get(), "height"));
height            204 chrome/browser/extensions/api/terminal/terminal_private_api.cc                  this, params->pid, params->width, params->height));
height            210 chrome/browser/extensions/api/terminal/terminal_private_api.cc                                                     int width, int height) {
height            212 chrome/browser/extensions/api/terminal/terminal_private_api.cc       pid, width, height);
height             97 chrome/browser/extensions/api/terminal/terminal_private_api.h   void OnResizeOnFileThread(pid_t pid, int width, int height);
height             37 chrome/browser/extensions/bookmark_app_helper.cc     DCHECK(it->width() == it->height());
height            141 chrome/browser/extensions/bookmark_app_helper.cc                      (output_size - base_icon.height()) / 2);
height            211 chrome/browser/extensions/bookmark_app_helper.cc       if (bitmap_it->empty() || bitmap_it->width() != bitmap_it->height())
height            255 chrome/browser/extensions/bookmark_app_helper.cc     icon_info.height = icon_info.data.height();
height             67 chrome/browser/extensions/bookmark_app_helper_unittest.cc   EXPECT_EQ(size, bitmap.height());
height             74 chrome/browser/extensions/bookmark_app_helper_unittest.cc   icon_info.height = size;
height            268 chrome/browser/extensions/context_menu_matcher.cc   DCHECK(icon.height() == gfx::kFaviconSize);
height             51 chrome/browser/extensions/convert_web_app_unittest.cc   result.height = size;
height             47 chrome/browser/extensions/extension_action_icon_factory_unittest.cc   if (original_bitmap->width() == size && original_bitmap->height() == size)
height             44 chrome/browser/extensions/extension_icon_image_unittest.cc   if (original.width() == size && original.height() == size)
height             34 chrome/browser/extensions/extension_icon_manager.cc                                 source.height() + padding.height()),
height             39 chrome/browser/extensions/extension_icon_manager.cc       0, 0, source.width(), source.height(),
height             40 chrome/browser/extensions/extension_icon_manager.cc       padding.left(), padding.top(), source.width(), source.height(),
height             86 chrome/browser/extensions/extension_icon_manager.cc   DCHECK_EQ(gfx::kFaviconSize + padding_.height(), result->height());
height            121 chrome/browser/extensions/extension_icon_manager.cc       result.height() != gfx::kFaviconSize) {
height             26 chrome/browser/extensions/extension_infobar_delegate.cc                                       int height) {
height             30 chrome/browser/extensions/extension_infobar_delegate.cc               browser, extension, url, web_contents, height))));
height             38 chrome/browser/extensions/extension_infobar_delegate.cc     int height)
height             54 chrome/browser/extensions/extension_infobar_delegate.cc   height_ = std::max(0, height);
height             34 chrome/browser/extensions/extension_infobar_delegate.h                      int height);
height             40 chrome/browser/extensions/extension_infobar_delegate.h   int height() { return height_; }
height             49 chrome/browser/extensions/extension_infobar_delegate.h                            int height);
height            150 chrome/browser/extensions/extension_tab_util.cc                      contents->GetView()->GetContainerSize().height());
height            296 chrome/browser/extensions/extension_view_host.cc       std::max(0, (bounds.height() - size.height()) / 2));
height             25 chrome/browser/extensions/favicon_downloader_unittest.cc                      sizes[i].height());
height             50 chrome/browser/extensions/image_loader.cc              decoded_size.height() > desired_size.height();
height             61 chrome/browser/extensions/image_loader.cc   gfx::Size original_size(bitmap.width(), bitmap.height());
height             67 chrome/browser/extensions/image_loader.cc         image_info.desired_size.width(), image_info.desired_size.height());
height            220 chrome/browser/extensions/image_loader.cc     gfx::Size original_size(bitmap.width(), bitmap.height());
height            391 chrome/browser/extensions/image_loader.cc         image_rep.desired_size.width(), image_rep.desired_size.height());
height             61 chrome/browser/extensions/window_controller.cc   result->SetInteger(keys::kHeightKey, bounds.height());
height             65 chrome/browser/favicon/favicon_util.cc     if (pixel_size.width() != pixel_size.height())
height             96 chrome/browser/favicon/favicon_util.cc         input_bitmap.height() == desired_size_in_pixel) {
height            101 chrome/browser/favicon/favicon_util.cc                input_bitmap.height() >= best_bitmap.height()) {
height            103 chrome/browser/favicon/favicon_util.cc           best_bitmap.height() < desired_size_in_pixel) {
height            108 chrome/browser/favicon/favicon_util.cc           input_bitmap.height() >= desired_size_in_pixel) {
height            115 chrome/browser/favicon/favicon_util.cc       desired_size_in_pixel % best_bitmap.height() == 0) {
height            110 chrome/browser/first_run/try_chrome_dialog_view.cc                      icon_size.height());
height            275 chrome/browser/first_run/try_chrome_dialog_view.cc     int separator_height = separator->GetPreferredSize().height();
height            279 chrome/browser/first_run/try_chrome_dialog_view.cc   gfx::Rect pos = ComputeWindowPosition(preferred.width(), preferred.height(),
height            290 chrome/browser/first_run/try_chrome_dialog_view.cc   SetToastRegion(toast_window, preferred.width(), preferred.height());
height            303 chrome/browser/first_run/try_chrome_dialog_view.cc                                                      int height,
height            312 chrome/browser/first_run/try_chrome_dialog_view.cc     return gfx::Rect(20, 20, width + 20, height + 20);
height            317 chrome/browser/first_run/try_chrome_dialog_view.cc   int top = info.rcWork.bottom - height;
height            318 chrome/browser/first_run/try_chrome_dialog_view.cc   return gfx::Rect(left, top, width, height);
height             97 chrome/browser/first_run/try_chrome_dialog_view.h   gfx::Rect ComputeWindowPosition(int width, int height, bool is_RTL);
height            213 chrome/browser/guestview/webview/webview_find_helper.cc   rect.SetInteger(webview::kFindRectHeight, selection_rect_.height());
height            785 chrome/browser/guestview/webview/webview_guest.cc   args->SetInteger(webview::kOldHeight, old_size.height());
height            787 chrome/browser/guestview/webview/webview_guest.cc   args->SetInteger(webview::kNewHeight, new_size.height());
height           1685 chrome/browser/history/history_backend.cc            largest.pixel_size.height() < j->pixel_size.height())) {
height           1705 chrome/browser/history/history_backend.cc            (largest_icon.pixel_size.height() < f->second.pixel_size.height() &&
height           1711 chrome/browser/history/history_backend.cc         largest_icon.pixel_size.height() > minimum_size_in_pixels)
height             68 chrome/browser/history/select_favicon_frames.cc         candidate_sizes_in_pixel[i].height() == desired_size_in_pixel) {
height             88 chrome/browser/history/select_favicon_frames.cc         candidate_sizes_in_pixel[i].height()) / 2.0f;
height             92 chrome/browser/history/select_favicon_frames.cc         candidate_sizes_in_pixel[i].height() >= kHugeEdgeSizeInPixel) {
height             96 chrome/browser/history/select_favicon_frames.cc                candidate_sizes_in_pixel[i].height() >= desired_size_in_pixel) {
height            117 chrome/browser/history/select_favicon_frames.cc              desired_size_in_pixel % candidate_size_in_pixel.height() == 0) {
height             32 chrome/browser/history/select_favicon_frames_unittest.cc     sizes.push_back(gfx::Size(bitmaps[i].width(), bitmaps[i].height()));
height             77 chrome/browser/history/select_favicon_frames_unittest.cc   EXPECT_EQ(48, image.height());
height             93 chrome/browser/history/select_favicon_frames_unittest.cc   EXPECT_EQ(16, image.height());
height            108 chrome/browser/history/select_favicon_frames_unittest.cc   EXPECT_EQ(16, image.height());
height            124 chrome/browser/history/select_favicon_frames_unittest.cc   EXPECT_EQ(16, image.height());
height            138 chrome/browser/history/select_favicon_frames_unittest.cc   EXPECT_EQ(16, image.height());
height            154 chrome/browser/history/select_favicon_frames_unittest.cc   EXPECT_EQ(16, image.height());
height            751 chrome/browser/history/thumbnail_database.cc   statement.BindInt(4, pixel_size.height());
height            158 chrome/browser/icon_loader_chromeos.cc   DCHECK(source.width() == source.height());
height             68 chrome/browser/icon_loader_linux.cc       DCHECK_EQ(size_pixels, bitmap.height());
height             85 chrome/browser/infobars/infobar.cc void InfoBar::SetArrowTargetHeight(int height) {
height             86 chrome/browser/infobars/infobar.cc   DCHECK_LE(height, kMaximumArrowTargetHeight);
height             89 chrome/browser/infobars/infobar.cc   if ((arrow_target_height_ != height) && !animation_.IsClosing()) {
height             90 chrome/browser/infobars/infobar.cc     arrow_target_height_ = height;
height            106 chrome/browser/infobars/infobar.cc void InfoBar::SetBarTargetHeight(int height) {
height            107 chrome/browser/infobars/infobar.cc   if (bar_target_height_ != height) {
height            108 chrome/browser/infobars/infobar.cc     bar_target_height_ = height;
height             80 chrome/browser/infobars/infobar.h   void SetArrowTargetHeight(int height);
height             91 chrome/browser/infobars/infobar.h   void SetBarTargetHeight(int height);
height             78 chrome/browser/infobars/infobar_container.cc void InfoBarContainer::SetMaxTopArrowHeight(int height) {
height             82 chrome/browser/infobars/infobar_container.cc       std::max(height - InfoBar::kSeparatorLineHeight, 0),
height             66 chrome/browser/infobars/infobar_container.h   void SetMaxTopArrowHeight(int height);
height             36 chrome/browser/infobars/infobar_extension_api.cc   int height = 0;
height             38 chrome/browser/infobars/infobar_extension_api.cc     EXTENSION_FUNCTION_VALIDATE(args->GetInteger(kHeight, &height));
height             53 chrome/browser/infobars/infobar_extension_api.cc                                    height);
height            677 chrome/browser/local_discovery/privet_http_impl.cc   gfx::Rect area(std::min(page_size_.width(), page_size_.height()) * scale,
height            678 chrome/browser/local_discovery/privet_http_impl.cc                  std::max(page_size_.width(), page_size_.height()) * scale);
height            184 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc                               int height,
height            202 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc                                         base::StringPrintf("%d", height));
height            223 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc       int height,
height            260 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc     compare_command.AppendArg(base::StringPrintf("%d", height));
height            201 chrome/browser/media/desktop_media_list_ash.cc   gfx::Rect window_rect(window->bounds().width(), window->bounds().height());
height             38 chrome/browser/media/native_desktop_media_list.cc   int data_size = frame->stride() * frame->size().height();
height             45 chrome/browser/media/native_desktop_media_list.cc       gfx::Rect(0, 0, size.width(), size.height()),
height             46 chrome/browser/media/native_desktop_media_list.cc       gfx::Size(frame->size().width(), frame->size().height()));
height             50 chrome/browser/media/native_desktop_media_list.cc                    scaled_rect.width(), scaled_rect.height(), 0,
height             57 chrome/browser/media/native_desktop_media_list.cc                     frame->size().width(), frame->size().height(),
height             59 chrome/browser/media/native_desktop_media_list.cc                     scaled_rect.width(), scaled_rect.height(),
height             67 chrome/browser/media/native_desktop_media_list.cc   for (int y = 0; y < result.height(); ++y) {
height             46 chrome/browser/media/native_desktop_media_list_unittest.cc     memset(frame->data(), 0, frame->stride() * frame->size().height());
height            107 chrome/browser/media/native_desktop_media_list_unittest.cc     memset(frame->data(), value, frame->stride() * frame->size().height());
height            751 chrome/browser/metrics/metrics_log.cc   hardware->set_primary_screen_height(display_size.height());
height            155 chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc                                                        uint32 height) {
height            158 chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc       base::StringPrintf("%dx%d*%f", width, height, gfx::GetModernUIScale())));
height            162 chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc                                                                      height);
height             23 chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h   virtual void OnWindowSizeChanged(uint32 width, uint32 height) OVERRIDE;
height            156 chrome/browser/notifications/balloon_collection_impl.cc               (*it)->content_size().height() - source->content_size().height());
height            295 chrome/browser/notifications/balloon_collection_impl.cc   *total_size = work_area_.height();
height            343 chrome/browser/notifications/balloon_collection_impl.cc       position_iterator->set_y(position_iterator->y() + balloon_size.height() +
height            349 chrome/browser/notifications/balloon_collection_impl.cc       position_iterator->set_y(position_iterator->y() + balloon_size.height() +
height            353 chrome/browser/notifications/balloon_collection_impl.cc       position_iterator->set_y(position_iterator->y() - balloon_size.height() -
height            359 chrome/browser/notifications/balloon_collection_impl.cc       position_iterator->set_y(position_iterator->y() - balloon_size.height() -
height            413 chrome/browser/notifications/balloon_collection_impl.cc                std::min(max_balloon_height(), size.height())));
height            438 chrome/browser/notifications/balloon_collection_impl.cc       int current_height = (*iter)->GetBounds().height();
height            450 chrome/browser/notifications/balloon_collection_impl.cc       int current_height = (*iter)->GetBounds().height();
height            482 chrome/browser/notifications/balloon_collection_impl.cc                        new_work_area.width(), new_work_area.height());
height            296 chrome/browser/notifications/desktop_notifications_unittest.cc       EXPECT_GE((*iter)->GetViewSize().height(),
height            298 chrome/browser/notifications/desktop_notifications_unittest.cc       EXPECT_LE((*iter)->GetViewSize().height(),
height            301 chrome/browser/notifications/desktop_notifications_unittest.cc       EXPECT_EQ((*iter)->GetViewSize().height(),
height            505 chrome/browser/notifications/desktop_notifications_unittest.cc       int max_y = min_y + (*iter)->GetViewSize().height() - 1;
height            147 chrome/browser/prefs/pref_service_browsertest.cc   EXPECT_EQ(bottom, bounds.y() + bounds.height());
height            212 chrome/browser/prefs/pref_service_browsertest.cc   EXPECT_EQ(bottom, bounds.y() + bounds.height());
height             32 chrome/browser/prerender/external_prerender_handler_android.cc                                                    jint height) {
height             57 chrome/browser/prerender/external_prerender_handler_android.cc           gfx::Size(width, height)));
height             37 chrome/browser/prerender/external_prerender_handler_android.h                     jint height);
height            475 chrome/browser/printing/print_dialog_cloud.cc                                     size.height());
height            516 chrome/browser/printing/print_dialog_cloud.cc                                       int* height) {
height            519 chrome/browser/printing/print_dialog_cloud.cc     *height = kDefaultHeight;
height            525 chrome/browser/printing/print_dialog_cloud.cc   *height = prefs->GetInteger(prefs::kCloudPrintDialogHeight);
height            536 chrome/browser/printing/print_dialog_cloud.cc                                    &params_.height);
height            579 chrome/browser/printing/print_dialog_cloud.cc   size->set_height(params_.height);
height             30 chrome/browser/printing/printing_gtk_util.cc       paper_size.height() * settings.device_units_per_inch());
height             64 chrome/browser/printing/printing_message_filter.cc       settings.page_setup_device_units().content_area().height());
height             69 chrome/browser/printing/printing_message_filter.cc       settings.page_setup_device_units().printable_area().height());
height            147 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(icon->height(), actual_icon->height());
height             26 chrome/browser/profiles/profile_info_util.cc       ((float) avatar.height() / (float) avatar.width()) + 0.5f;
height             93 chrome/browser/profiles/profile_info_util.cc     y = (canvas_size_.height() - height_) / 2;
height             96 chrome/browser/profiles/profile_info_util.cc     y = canvas_size_.height() - height_ - 1;
height            105 chrome/browser/profiles/profile_info_util.cc   y = (canvas_size_.height() - border_size) / 2;
height            179 chrome/browser/profiles/profile_info_util.cc                                         int width, int height) {
height            183 chrome/browser/profiles/profile_info_util.cc   gfx::Size size(width, height);
height            190 chrome/browser/profiles/profile_info_util.cc           std::min(width, height),
height             21 chrome/browser/profiles/profile_info_util.h                                         int width, int height);
height             52 chrome/browser/profiles/profile_info_util_unittest.cc           rect_picture, true, size.width(), size.height());
height             91 chrome/browser/profiles/profile_info_util_unittest.cc   int height = 40;
height             97 chrome/browser/profiles/profile_info_util_unittest.cc       profile_image, false, width, height);
height            104 chrome/browser/profiles/profile_info_util_unittest.cc   gfx::Size size(width, height);
height            106 chrome/browser/profiles/profile_info_util_unittest.cc       rect_picture, true, width, height);
height            117 chrome/browser/profiles/profile_shortcut_manager_win.cc       (avatar_bitmap.height() == scale_factor * profiles::kAvatarIconHeight)) {
height            134 chrome/browser/profiles/profile_shortcut_manager_win.cc       source_bitmap.height() * avatar_badge_size / source_bitmap.width());
height            140 chrome/browser/profiles/profile_shortcut_manager_win.cc                                app_icon_bitmap.height());
height            147 chrome/browser/profiles/profile_shortcut_manager_win.cc                               app_icon_bitmap.height() - sk_icon.height());
height            394 chrome/browser/search/instant_service.cc     theme_info_->image_height = image->height();
height           1026 chrome/browser/search_engines/template_url.cc               base::IntToString(search_terms_args.image_original_size.height()),
height            374 chrome/browser/search_engines/template_url_parser.cc   int height = 0;
height            384 chrome/browser/search_engines/template_url_parser.cc       base::StringToInt(XMLCharToString(value), &height);
height            389 chrome/browser/search_engines/template_url_parser.cc       (height == gfx::kFaviconSize) &&
height            763 chrome/browser/sessions/session_service.cc   payload.h = bounds.height();
height             72 chrome/browser/speech/speech_recognition_bubble.cc   int frame_size = spinner_image->height();
height            235 chrome/browser/speech/speech_recognition_bubble.cc   int height = mic_image_->height();
height            243 chrome/browser/speech/speech_recognition_bubble.cc       SkIntToScalar(width) - clip_right, SkIntToScalar(height)));
height             89 chrome/browser/sync/glue/favicon_cache.cc       (pixel_size.width() > pixel_size.height() ?
height             90 chrome/browser/sync/glue/favicon_cache.cc        pixel_size.width() : pixel_size.height());
height            132 chrome/browser/sync/glue/favicon_cache.cc   bitmap_result.pixel_size.set_height(favicon_data.height());
height            143 chrome/browser/sync/glue/favicon_cache.cc   favicon_data->set_height(bitmap_result.pixel_size.height());
height            187 chrome/browser/sync/glue/favicon_cache.cc              << bitmap_result.pixel_size.height() << "x"
height            169 chrome/browser/sync/glue/favicon_cache_unittest.cc           image_specifics.favicon_web().height() != 16 ||
height            178 chrome/browser/sync/glue/favicon_cache_unittest.cc           image_specifics.favicon_web().height() != 32 ||
height            187 chrome/browser/sync/glue/favicon_cache_unittest.cc           image_specifics.favicon_web().height() != 64 ||
height            154 chrome/browser/sync/test/integration/bookmarks_helper.cc       (bitmap_a.height() != bitmap_b.height())) {
height            156 chrome/browser/sync/test/integration/bookmarks_helper.cc                << bitmap_a.width() << "x" << bitmap_a.height() << ") vs. "
height            158 chrome/browser/sync/test/integration/bookmarks_helper.cc                << bitmap_b.height() << ")";
height            452 chrome/browser/themes/browser_theme_pack.cc                                source_bitmap.height()),
height            458 chrome/browser/themes/browser_theme_pack.cc                           scaled_size.height());
height            603 chrome/browser/themes/browser_theme_pack.cc         size().width(), size().height());
height            608 chrome/browser/themes/browser_theme_pack.cc                            overlay_.height());
height            283 chrome/browser/themes/browser_theme_pack_unittest.cc     EXPECT_EQ(80, rep1.sk_bitmap().height());
height            295 chrome/browser/themes/browser_theme_pack_unittest.cc     EXPECT_EQ(160, rep2.sk_bitmap().height());
height            323 chrome/browser/themes/browser_theme_pack_unittest.cc     EXPECT_EQ(80, rep3.sk_bitmap().height());
height            345 chrome/browser/themes/browser_theme_pack_unittest.cc     EXPECT_EQ(160, rep4.sk_bitmap().height());
height            241 chrome/browser/thumbnails/content_analysis.cc                                            input_bitmap->height());
height            244 chrome/browser/thumbnails/content_analysis.cc       input_bitmap->config(), image_size.width(), image_size.height());
height            249 chrome/browser/thumbnails/content_analysis.cc       input_bitmap->config(), image_size.width(), image_size.height());
height            322 chrome/browser/thumbnails/content_analysis.cc       for (int r = 0; r < image_size.height(); ++r) {
height            353 chrome/browser/thumbnails/content_analysis.cc   for (int r = 0; r < image_size.height(); ++r) {
height            367 chrome/browser/thumbnails/content_analysis.cc   for (int r = 0; r < image_size.height(); ++r) {
height            393 chrome/browser/thumbnails/content_analysis.cc   DCHECK_LE(area.bottom(), input_bitmap.height());
height            398 chrome/browser/thumbnails/content_analysis.cc   rows->resize(area.height(), 0);
height            401 chrome/browser/thumbnails/content_analysis.cc   for (int r = 0; r < area.height(); ++r) {
height            433 chrome/browser/thumbnails/content_analysis.cc         static_cast<int>(0.5f * area.height() / target_size.height() + 0.5f);
height            482 chrome/browser/thumbnails/content_analysis.cc   DCHECK_GT(target_size.height(), 0);
height            489 chrome/browser/thumbnails/content_analysis.cc       static_cast<float>(target_size.width()) / target_size.height();
height            491 chrome/browser/thumbnails/content_analysis.cc   int computed_height = std::max(computed_size.height(), target_size.height());
height            504 chrome/browser/thumbnails/content_analysis.cc         static_cast<float>(image_size.height()) / computed_height;
height            516 chrome/browser/thumbnails/content_analysis.cc             static_cast<int>(image_size.height()),
height            521 chrome/browser/thumbnails/content_analysis.cc                 image_size.height() / column_dimension_shrink + 0.5f));
height            527 chrome/browser/thumbnails/content_analysis.cc             static_cast<int>(image_size.height()),
height            548 chrome/browser/thumbnails/content_analysis.cc                  new_computed_height <= target_size.height()) {
height            558 chrome/browser/thumbnails/content_analysis.cc     new_computed_height = std::max(new_computed_height, target_size.height());
height            636 chrome/browser/thumbnails/content_analysis.cc                                    computed_size.height(),
height            670 chrome/browser/thumbnails/content_analysis.cc   DCHECK_EQ(bitmap.height(), static_cast<int>(rows.size()));
height            688 chrome/browser/thumbnails/content_analysis.cc   for (int r = 0; r < bitmap.height(); ++r) {
height            730 chrome/browser/thumbnails/content_analysis.cc       SkBitmap::kA8_Config, source_bitmap.width(), source_bitmap.height());
height            755 chrome/browser/thumbnails/content_analysis.cc                                            reduced_color.height()),
height             54 chrome/browser/thumbnails/content_analysis_unittest.cc   for (int r = 0; r < comparison_area.height(); ++r) {
height             69 chrome/browser/thumbnails/content_analysis_unittest.cc   return std::abs(static_cast<float>(candidate.width()) / candidate.height() -
height             70 chrome/browser/thumbnails/content_analysis_unittest.cc                   static_cast<float>(reference.width()) / reference.height());
height             92 chrome/browser/thumbnails/content_analysis_unittest.cc       SkBitmap::kA8_Config, source.width(), source.height());
height            137 chrome/browser/thumbnails/content_analysis_unittest.cc       SkBitmap::kA8_Config, source.width(), source.height());
height            151 chrome/browser/thumbnails/content_analysis_unittest.cc                        draw_rect.height() + 2 * tail_length);
height            155 chrome/browser/thumbnails/content_analysis_unittest.cc                        draw_rect.height() - 2 * tail_length);
height            176 chrome/browser/thumbnails/content_analysis_unittest.cc       SkBitmap::kA8_Config, source.width(), source.height());
height            193 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_EQ(column_profile[draw_rect.x()], 255U * (draw_rect.height() + 1));
height            203 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_EQ(2 * 255 * (draw_rect.height() - 2),
height            241 chrome/browser/thumbnails/content_analysis_unittest.cc       SkBitmap::kA8_Config, source.width(), source.height());
height            297 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_LE(adjusted_size.height(), image_size.height());
height            299 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_GE(adjusted_size.height(), target_size.height());
height            311 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_LE(adjusted_size.height(), image_size.height());
height            313 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_GE(adjusted_size.height(), target_size.height());
height            318 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_LE(computed_size.height(), adjusted_size.height());
height            320 chrome/browser/thumbnails/content_analysis_unittest.cc       static_cast<float>(target_size.width()) / target_size.height(),
height            321 chrome/browser/thumbnails/content_analysis_unittest.cc       static_cast<float>(adjusted_size.width()) / adjusted_size.height(),
height            330 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_LE(adjusted_size.height(), image_size.height());
height            332 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_GE(adjusted_size.height(), target_size.height());
height            336 chrome/browser/thumbnails/content_analysis_unittest.cc       static_cast<float>(target_size.width()) / target_size.height(),
height            337 chrome/browser/thumbnails/content_analysis_unittest.cc       static_cast<float>(adjusted_size.width()) / adjusted_size.height(),
height            347 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_LE(adjusted_size.height(), image_size.height());
height            349 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_GE(adjusted_size.height(), target_size.height());
height            354 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_LE(computed_size.height(), adjusted_size.height());
height            356 chrome/browser/thumbnails/content_analysis_unittest.cc       static_cast<float>(target_size.width()) / target_size.height(),
height            357 chrome/browser/thumbnails/content_analysis_unittest.cc       static_cast<float>(adjusted_size.width()) / adjusted_size.height(),
height            367 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_LE(adjusted_size.height(), image_size.height());
height            369 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_GE(adjusted_size.height(), target_size.height());
height            373 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_EQ(computed_size.height(), adjusted_size.height());
height            376 chrome/browser/thumbnails/content_analysis_unittest.cc       static_cast<float>(target_size.width()) / target_size.height(),
height            377 chrome/browser/thumbnails/content_analysis_unittest.cc       static_cast<float>(adjusted_size.width()) / adjusted_size.height(),
height            385 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_LE(adjusted_size.height(), image_size.height());
height            387 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_GE(adjusted_size.height(), target_size.height());
height            391 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_EQ(computed_size.height(), adjusted_size.height());
height            394 chrome/browser/thumbnails/content_analysis_unittest.cc       static_cast<float>(target_size.width()) / target_size.height(),
height            395 chrome/browser/thumbnails/content_analysis_unittest.cc       static_cast<float>(adjusted_size.width()) / adjusted_size.height(),
height            405 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_LE(adjusted_size.height(), image_size.height());
height            407 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_GE(adjusted_size.height(), target_size.height());
height            411 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_EQ(computed_size.height(), adjusted_size.height());
height            414 chrome/browser/thumbnails/content_analysis_unittest.cc       static_cast<float>(target_size.width()) / target_size.height(),
height            415 chrome/browser/thumbnails/content_analysis_unittest.cc       static_cast<float>(adjusted_size.width()) / adjusted_size.height(),
height            423 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_LE(adjusted_size.height(), image_size.height());
height            425 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_GE(adjusted_size.height(), target_size.height());
height            429 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_LE(computed_size.height(), adjusted_size.height());
height            431 chrome/browser/thumbnails/content_analysis_unittest.cc       static_cast<float>(target_size.width()) / target_size.height(),
height            432 chrome/browser/thumbnails/content_analysis_unittest.cc       static_cast<float>(adjusted_size.width()) / adjusted_size.height(),
height            555 chrome/browser/thumbnails/content_analysis_unittest.cc       static_cast<float>(target_size.width()) / target_size.height();
height            571 chrome/browser/thumbnails/content_analysis_unittest.cc   std::vector<bool> rows(image_size.height(), false);
height            585 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_EQ(200, result.height());
height            627 chrome/browser/thumbnails/content_analysis_unittest.cc                               image_size.height() - margin_vertical - 100,
height            653 chrome/browser/thumbnails/content_analysis_unittest.cc   const int block_size = header_rect.height() - margin_vertical;
height            683 chrome/browser/thumbnails/content_analysis_unittest.cc         body_rect.height() / 3 * line + margin_vertical;
height            688 chrome/browser/thumbnails/content_analysis_unittest.cc                         body_rect.height() / 3 - 2 * margin_vertical);
height            704 chrome/browser/thumbnails/content_analysis_unittest.cc   EXPECT_LT(result.height(), image_size.height());
height             77 chrome/browser/thumbnails/content_based_thumbnailing_algorithm.cc       source_bitmap.height() <= target_thumbnail_size.height()) {
height            115 chrome/browser/thumbnails/content_based_thumbnailing_algorithm.cc         std::max(1, received_bitmap.height() - scrollbar_size));
height            135 chrome/browser/thumbnails/content_based_thumbnailing_algorithm.cc       clipped_bitmap, resize_target.width(), resize_target.height());
height            145 chrome/browser/thumbnails/content_based_thumbnailing_algorithm.cc       clipped_bitmap.height() == result_bitmap.height()) {
height            174 chrome/browser/thumbnails/content_based_thumbnailing_algorithm.cc         gfx::Size(source_bitmap.width(), source_bitmap.height()),
height            179 chrome/browser/thumbnails/content_based_thumbnailing_algorithm.cc         thumbnail, thumbnail_size.width(), thumbnail_size.height());
height            219 chrome/browser/thumbnails/content_based_thumbnailing_algorithm.cc       source_size.height() < thumbnail_size.height()) {
height            224 chrome/browser/thumbnails/content_based_thumbnailing_algorithm.cc              source_size.height() < thumbnail_size.height() * 4) {
height            230 chrome/browser/thumbnails/content_based_thumbnailing_algorithm.cc     target_size->SetSize(source_size.width() / 2, source_size.height() / 2);
height             84 chrome/browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc   EXPECT_LT(target_size.height(), source_size.height());
height             85 chrome/browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc   EXPECT_NEAR(static_cast<float>(target_size.width()) / target_size.height(),
height             86 chrome/browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc               static_cast<float>(source_size.width()) / source_size.height(),
height            115 chrome/browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc   EXPECT_GE(result.height(), copy_size.height());
height            117 chrome/browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc   EXPECT_LT(result.height(), source.height());
height            122 chrome/browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc   EXPECT_NEAR(result.height(), source.height(), gfx::scrollbar_size());
height            128 chrome/browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc   EXPECT_GE(result.height(), copy_size.height());
height            130 chrome/browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc   EXPECT_LT(result.height(), source.height());
height            165 chrome/browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc   EXPECT_LT(catcher.captured_bitmap().height(), source.height());
height             69 chrome/browser/thumbnails/simple_thumbnail_crop.cc   int pixel_count = bitmap.width() * bitmap.height();
height             78 chrome/browser/thumbnails/simple_thumbnail_crop.cc       GetClippingRect(gfx::Size(bitmap.width(), bitmap.height()),
height            146 chrome/browser/thumbnails/simple_thumbnail_crop.cc       static_cast<float>(desired_size.width()) / desired_size.height();
height            152 chrome/browser/thumbnails/simple_thumbnail_crop.cc       source_size.height() < desired_size.height()) {
height            160 chrome/browser/thumbnails/simple_thumbnail_crop.cc         static_cast<float>(source_size.width()) / source_size.height();
height            164 chrome/browser/thumbnails/simple_thumbnail_crop.cc       int new_width = static_cast<int>(source_size.height() * desired_aspect);
height            166 chrome/browser/thumbnails/simple_thumbnail_crop.cc       clipping_rect.SetRect(x_offset, 0, new_width, source_size.height());
height            209 chrome/browser/thumbnails/simple_thumbnail_crop.cc           std::max(1, bitmap.height() - scrollbar_size) };
height            214 chrome/browser/thumbnails/simple_thumbnail_crop.cc         bmp, desired_size.width(), desired_size.height(), clip_result);
height            222 chrome/browser/thumbnails/simple_thumbnail_crop.cc       clipped_bitmap, desired_size.width(), desired_size.height());
height            238 chrome/browser/thumbnails/simple_thumbnail_crop.cc       clipped_bitmap.height() == result.height())
height             50 chrome/browser/thumbnails/simple_thumbnail_crop_unittest.cc   canvas.FillRect(gfx::Rect(0, 0, kSize.width() / 2, kSize.height()),
height             56 chrome/browser/thumbnails/simple_thumbnail_crop_unittest.cc   ASSERT_EQ(kSize.height(), bitmap.height());
height             73 chrome/browser/thumbnails/simple_thumbnail_crop_unittest.cc   EXPECT_EQ(40, clipped_bitmap.height());
height             90 chrome/browser/thumbnails/simple_thumbnail_crop_unittest.cc   EXPECT_EQ(40, clipped_bitmap.height());
height            107 chrome/browser/thumbnails/simple_thumbnail_crop_unittest.cc   EXPECT_EQ(40, clipped_bitmap.height());
height            124 chrome/browser/thumbnails/simple_thumbnail_crop_unittest.cc   EXPECT_EQ(40, clipped_bitmap.height());
height            141 chrome/browser/thumbnails/simple_thumbnail_crop_unittest.cc   EXPECT_EQ(20, clipped_bitmap.height());
height            149 chrome/browser/thumbnails/simple_thumbnail_crop_unittest.cc       static_cast<float>(thumbnail_size.width()) / thumbnail_size.height();
height            162 chrome/browser/thumbnails/simple_thumbnail_crop_unittest.cc       static_cast<float>(clipping_size.width()) / clipping_size.height();
height            174 chrome/browser/thumbnails/simple_thumbnail_crop_unittest.cc       static_cast<float>(clipping_size.width()) / clipping_size.height();
height            186 chrome/browser/thumbnails/simple_thumbnail_crop_unittest.cc       static_cast<float>(clipping_size.width()) / clipping_size.height();
height            216 chrome/browser/thumbnails/simple_thumbnail_crop_unittest.cc   EXPECT_GE(1200, clip_rect.height());
height            225 chrome/browser/thumbnails/simple_thumbnail_crop_unittest.cc   EXPECT_EQ(800, clip_rect.height());
height             53 chrome/browser/ui/android/autofill/autofill_popup_view_android.cc                                        controller_->element_bounds().height());
height             95 chrome/browser/ui/app_list/app_list_positioner.cc           gfx::Point(work_area.x(), work_area.y() + work_area.height() / 2);
height             99 chrome/browser/ui/app_list/app_list_positioner.cc           gfx::Point(work_area.right(), work_area.y() + work_area.height() / 2);
height            161 chrome/browser/ui/app_list/app_list_positioner.cc              shelf_rect.height() == work_area.height()) {
height            199 chrome/browser/ui/app_list/app_list_positioner.cc                     window_size_.height() / 2 + min_distance_from_edge_);
height             59 chrome/browser/ui/app_list/extension_app_item.cc     canvas->DrawImageInt(overlay, 0, icon_.height() - overlay.height());
height             85 chrome/browser/ui/app_list/extension_app_item.cc         new gfx::Canvas(gfx::Size(icon_.width(), icon_.height()), 1.0f, false));
height             92 chrome/browser/ui/app_list/extension_app_item.cc         gfx::Rect(icon_.width(), icon_.height()),
height            114 chrome/browser/ui/app_list/fast_show_pickler.cc     int height = 0;
height            115 chrome/browser/ui/app_list/fast_show_pickler.cc     if (!it->ReadInt(&height))
height            135 chrome/browser/ui/app_list/fast_show_pickler.cc     bitmap.setConfig(static_cast<SkBitmap::Config>(config), width, height);
height             54 chrome/browser/ui/app_list/search/webstore/webstore_result.cc         badge, icon_.width() - badge.width(), icon_.height() - badge.height());
height            823 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   EXPECT_EQ(48, app_item.image.height());
height            824 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   EXPECT_EQ(64, panel_item.image.height());
height           1741 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   empty_slot_rect.Offset(0, bounds_grid_1.height());
height            147 chrome/browser/ui/ash/launcher/launcher_favicon_loader.cc   if (new_bitmap.height() > kMaxBitmapSize ||
height            150 chrome/browser/ui/ash/launcher/launcher_favicon_loader.cc   if (new_bitmap.height() < ash::kShelfPreferredSize)
height            154 chrome/browser/ui/ash/launcher/launcher_favicon_loader.cc     if (new_bitmap.height() > bitmap_.height())
height            150 chrome/browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc   EXPECT_EQ(128, favicon_loader_->GetFavicon().height());
height            163 chrome/browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc   EXPECT_EQ(48, favicon_loader_->GetFavicon().height());
height            173 chrome/browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc   EXPECT_EQ(48, favicon_loader_->GetFavicon().height());
height            188 chrome/browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc   EXPECT_EQ(128, favicon_loader_->GetFavicon().height());
height            164 chrome/browser/ui/ash/window_positioner_unittest.cc                       popup_position.width(), popup_position.height()),
height            170 chrome/browser/ui/ash/window_positioner_unittest.cc                       popup_position.width(), popup_position.height()),
height            175 chrome/browser/ui/ash/window_positioner_unittest.cc                                 work_area.y() + popup_position.height() - 1,
height            178 chrome/browser/ui/ash/window_positioner_unittest.cc                                 work_area.height() -
height            179 chrome/browser/ui/ash/window_positioner_unittest.cc                                     2 * (popup_position.height() - 1)));
height            184 chrome/browser/ui/ash/window_positioner_unittest.cc                       popup_position.width(), popup_position.height()),
height            189 chrome/browser/ui/ash/window_positioner_unittest.cc                              work_area.height() -
height            195 chrome/browser/ui/ash/window_positioner_unittest.cc                       popup_position_4.width(), popup_position_4.height()),
height            203 chrome/browser/ui/ash/window_positioner_unittest.cc                             work_area.height() -
height            209 chrome/browser/ui/ash/window_positioner_unittest.cc                       popup_position_5.width(), popup_position_5.height()),
height            221 chrome/browser/ui/ash/window_positioner_unittest.cc                                 work_area.height()));
height            226 chrome/browser/ui/ash/window_positioner_unittest.cc                       popup_position.width(), popup_position.height()),
height            235 chrome/browser/ui/ash/window_positioner_unittest.cc                           work_area.y() + top_left.height(), grid_size_),
height            236 chrome/browser/ui/ash/window_positioner_unittest.cc                           popup_position.width(), popup_position.height()),
height            245 chrome/browser/ui/ash/window_positioner_unittest.cc                                work_area.height() - popup_position.height() -
height            250 chrome/browser/ui/ash/window_positioner_unittest.cc                       work_area.bottom() - popup_position.height(),
height            251 chrome/browser/ui/ash/window_positioner_unittest.cc                       popup_position.width(), popup_position.height()),
height            257 chrome/browser/ui/ash/window_positioner_unittest.cc                                work_area.height() - popup_position.height() +
height            264 chrome/browser/ui/ash/window_positioner_unittest.cc                       popup_position.width(), popup_position.height()),
height            272 chrome/browser/ui/ash/window_positioner_unittest.cc   gfx::Rect pop_position(0, 0, work_area.width(), work_area.height());
height            277 chrome/browser/ui/ash/window_positioner_unittest.cc                       pop_position.width(), pop_position.height()),
height           1333 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       0, size.height(), gradient_top, gradient_bottom);
height           1350 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   display_rect.Inset(0, size.height() / 2, 0, 0);
height            227 chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc       popup_bounds_.height() - help_y - kPopupBorderThickness;
height             99 chrome/browser/ui/autofill/popup_controller_common.cc       bottom_display.GetSizeInPixel().height() + bottom_display.bounds().y();
height            140 chrome/browser/ui/autofill/popup_controller_common.cc                     RoundedElementBounds().height() + popup_required_height);
height             57 chrome/browser/ui/blocked_content/blocked_window_params.cc     nav_params.window_bounds.set_height(features_.height);
height            360 chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc   EXPECT_TRUE(249 <= window_size.height() && window_size.height() <= 251);
height            298 chrome/browser/ui/browser_browsertest.cc     size.Enlarge(wcv_resize_insets_.width(), wcv_resize_insets_.height());
height           2524 chrome/browser/ui/browser_browsertest.cc                       initial_wcv_size.height() + height_inset),
height           2542 chrome/browser/ui/browser_browsertest.cc                       wcv_commit_size0.height() + height_inset),
height           2594 chrome/browser/ui/browser_browsertest.cc                       initial_wcv_size.height() + height_inset),
height           2600 chrome/browser/ui/browser_browsertest.cc                           wcv_resize_insets.height());
height           2603 chrome/browser/ui/browser_browsertest.cc                           wcv_resize_insets.height() + height_inset);
height           2609 chrome/browser/ui/browser_browsertest.cc                          wcv_resize_insets.height() + height_inset);
height            109 chrome/browser/ui/browser_window_state.cc     int width, height;
height            110 chrome/browser/ui/browser_window_state.cc     if (ParseCommaSeparatedIntegers(str, &width, &height))
height            111 chrome/browser/ui/browser_window_state.cc       bounds->set_size(gfx::Size(width, height));
height             17 chrome/browser/ui/chrome_style.cc   DCHECK_EQ(image->width(), image->height());
height             38 chrome/browser/ui/cocoa/animatable_view.h - (CGFloat)height;
height            192 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h                           height:(int)windowHeight;
height            128 chrome/browser/ui/cocoa/download/download_shelf_controller.h - (float)height;
height             18 chrome/browser/ui/cocoa/view_resizer.h - (void)resizeView:(NSView*)view newHeight:(CGFloat)height;
height             16 chrome/browser/ui/cocoa/view_resizer_pong.h @property(nonatomic) CGFloat height;
height             18 chrome/browser/ui/cocoa/view_resizer_pong.h - (void)resizeView:(NSView*)view newHeight:(CGFloat)height;
height             75 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc   int win_height = initial_bounds.height();
height            224 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc                    window_bounds.width, window_bounds.height);
height            308 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc       content_bounds.set_height(content_bounds.height() - 1);
height            313 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc         content_bounds.width(), content_bounds.height());
height            316 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc         gfx::Size(bounds.width(), bounds.height()));
height            385 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc                     current_height / 2 - size.height() / 2);
height            433 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc   bounds_.SetRect(event->x, event->y, event->width, event->height);
height            492 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc   hints.min_height = min_size.height();
height            497 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc   hints.max_height = max_size.height() == kUnboundedSize ?
height            498 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc       G_MAXINT : max_size.height();
height            730 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc       rect_with_decorations.height - current_height - top_inset,
height             98 chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc                               controller_->popup_bounds().height());
height            173 chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc   pango_layout_set_height(layout_, window_->allocation.height * PANGO_SCALE);
height            207 chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc                 separator_rect.y() + separator_rect.height());
height            218 chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc                     entry_rect.width(), entry_rect.height());
height            231 chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc   int row_height = entry_rect.height();
height             60 chrome/browser/ui/gtk/avatar_menu_button_gtk.cc   if (allocation->height != old_height_)
height             77 chrome/browser/ui/gtk/avatar_menu_button_gtk.cc   old_height_ = allocation.height;
height            173 chrome/browser/ui/gtk/avatar_menu_item_gtk.cc                     allocation.width, allocation.height);
height            210 chrome/browser/ui/gtk/avatar_menu_item_gtk.cc     gfx::Rect check_rect(0, 0, check_image->width(), check_image->height());
height            211 chrome/browser/ui/gtk/avatar_menu_item_gtk.cc     int y = avatar_image->height() - check_image->height();
height            334 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc   return allocation.height - kBookmarkBarMinimumHeight;
height            347 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc     max_height_ = req.height;
height            357 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc   gint height =
height            361 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc   gtk_widget_set_size_request(event_box_.get(), -1, height);
height           1212 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc       gfx::Rect(req.width, req.height).CenterPoint() +
height           1464 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc                      gfx::Rect(0, 0, allocation.width, allocation.height) :
height           1467 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc         area, web_contents_size.height());
height            377 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc   canvas.DrawPoint(gfx::Point(0, allocation.height - 1), points_paint);
height            378 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc   canvas.DrawPoint(gfx::Point(allocation.width - 1, allocation.height - 1),
height            155 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc   const gfx::Rect rect(text_x, 0, text_width, allocation.height);
height           1029 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc   gfx::Rect gripper_rect(0, 0, allocation.width, allocation.height);
height            710 chrome/browser/ui/gtk/browser_titlebar.cc     close_button_req.height += kButtonOuterPadding;
height            711 chrome/browser/ui/gtk/browser_titlebar.cc     minimize_button_req.height += kButtonOuterPadding;
height            712 chrome/browser/ui/gtk/browser_titlebar.cc     restore_button_req.height += kButtonOuterPadding;
height            726 chrome/browser/ui/gtk/browser_titlebar.cc                                 close_button_req.height);
height            731 chrome/browser/ui/gtk/browser_titlebar.cc                                 minimize_button_req.height);
height            736 chrome/browser/ui/gtk/browser_titlebar.cc                                 restore_button_req.height);
height            889 chrome/browser/ui/gtk/browser_titlebar.cc     gint height = allocation.height;
height            896 chrome/browser/ui/gtk/browser_titlebar.cc       height = screen_rect.height;
height            899 chrome/browser/ui/gtk/browser_titlebar.cc     browser_window_->SetBounds(gfx::Rect(x, y, width, height));
height            529 chrome/browser/ui/gtk/browser_toolbar_gtk.cc                   allocation.height + kShadowThickness);
height            533 chrome/browser/ui/gtk/browser_toolbar_gtk.cc                  allocation.height + kShadowThickness);
height            545 chrome/browser/ui/gtk/browser_toolbar_gtk.cc   cairo_rectangle(cr, area.x(), area.y(), area.width(), area.height());
height            563 chrome/browser/ui/gtk/browser_toolbar_gtk.cc         allocation.y + allocation.height);
height            580 chrome/browser/ui/gtk/browser_toolbar_gtk.cc                       right.width(), right.height());
height            148 chrome/browser/ui/gtk/browser_window_gtk.cc   gint x, y, width, height;
height            150 chrome/browser/ui/gtk/browser_window_gtk.cc   gtk_window_get_size(window, &width, &height);
height            151 chrome/browser/ui/gtk/browser_window_gtk.cc   return gfx::Rect(x, y, width, height);
height            441 chrome/browser/ui/gtk/browser_window_gtk.cc       0, window_vbox_allocation.height,
height            519 chrome/browser/ui/gtk/browser_window_gtk.cc                   event->area.width, event->area.height);
height            613 chrome/browser/ui/gtk/browser_window_gtk.cc   gint height = static_cast<gint>(bounds.height());
height            619 chrome/browser/ui/gtk/browser_window_gtk.cc     gtk_window_util::SetWindowSize(window_, gfx::Size(width, height));
height            622 chrome/browser/ui/gtk/browser_window_gtk.cc                                 width, height);
height           1070 chrome/browser/ui/gtk/browser_window_gtk.cc   UpdateWindowShape(bounds_.width(), bounds_.height());
height           1318 chrome/browser/ui/gtk/browser_window_gtk.cc     UpdateWindowShape(bounds_.width(), bounds_.height());
height           1357 chrome/browser/ui/gtk/browser_window_gtk.cc   gfx::Rect bounds(event->x, event->y, event->width, event->height);
height           1372 chrome/browser/ui/gtk/browser_window_gtk.cc     UpdateWindowShape(bounds.width(), bounds.height());
height           1417 chrome/browser/ui/gtk/browser_window_gtk.cc   UpdateWindowShape(bounds_.width(), bounds_.height());
height           1800 chrome/browser/ui/gtk/browser_window_gtk.cc void BrowserWindowGtk::UpdateWindowShape(int width, int height) {
height           1802 chrome/browser/ui/gtk/browser_window_gtk.cc   GdkRegion* mask = GetWindowShape(width, height);
height           1816 chrome/browser/ui/gtk/browser_window_gtk.cc GdkRegion* BrowserWindowGtk::GetWindowShape(int width, int height) const {
height           1822 chrome/browser/ui/gtk/browser_window_gtk.cc     GdkRectangle mid_rect = { 0, 3, width, height - 6 };
height           1825 chrome/browser/ui/gtk/browser_window_gtk.cc     bot_mid_rect.y = height - 3;
height           1827 chrome/browser/ui/gtk/browser_window_gtk.cc     bot_bot_rect.y = height - 1;
height           1837 chrome/browser/ui/gtk/browser_window_gtk.cc     GdkRectangle rect = { 0, 0, width, height };
height           1867 chrome/browser/ui/gtk/browser_window_gtk.cc   UpdateWindowShape(bounds_.width(), bounds_.height());
height           1997 chrome/browser/ui/gtk/browser_window_gtk.cc     arrow_size += allocation->height;
height           2340 chrome/browser/ui/gtk/browser_window_gtk.cc   gfx::Size container_size(allocation->width, allocation->height);
height           2341 chrome/browser/ui/gtk/browser_window_gtk.cc   gfx::Rect old_devtools_bounds(0, 0, allocation->width, allocation->height);
height           2343 chrome/browser/ui/gtk/browser_window_gtk.cc       contents_allocation.width, contents_allocation.height);
height           2353 chrome/browser/ui/gtk/browser_window_gtk.cc       new_contents_bounds.width(), new_contents_bounds.height());
height            292 chrome/browser/ui/gtk/browser_window_gtk.h   GdkRegion* GetWindowShape(int width, int height) const;
height            343 chrome/browser/ui/gtk/browser_window_gtk.h   void UpdateWindowShape(int width, int height);
height            282 chrome/browser/ui/gtk/bubble/bubble_gtk.cc     int height,
height            329 chrome/browser/ui/gtk/bubble/bubble_gtk.cc       width + x_off_l, height - bottom_arrow_size - kCornerSize,
height            332 chrome/browser/ui/gtk/bubble/bubble_gtk.cc       width - kCornerSize + x_off_r, height - bottom_arrow_size + y_off,
height            341 chrome/browser/ui/gtk/bubble/bubble_gtk.cc         height - bottom_arrow_size + y_off,
height            345 chrome/browser/ui/gtk/bubble/bubble_gtk.cc         arrow_x + 1 + x_off_l, height + y_off, width, on_left));
height            347 chrome/browser/ui/gtk/bubble/bubble_gtk.cc         arrow_x + x_off_r, height + y_off, width, on_left));
height            350 chrome/browser/ui/gtk/bubble/bubble_gtk.cc         height - bottom_arrow_size + y_off,
height            357 chrome/browser/ui/gtk/bubble/bubble_gtk.cc       kCornerSize + x_off_l, height -bottom_arrow_size + y_off,
height            360 chrome/browser/ui/gtk/bubble/bubble_gtk.cc       x_off_r, height - bottom_arrow_size - kCornerSize, width, on_left));
height            370 chrome/browser/ui/gtk/bubble/bubble_gtk.cc     int height) {
height            382 chrome/browser/ui/gtk/bubble/bubble_gtk.cc       std::max(height + kArrowSize + arrow_y - screen_height, 0);
height            383 chrome/browser/ui/gtk/bubble/bubble_gtk.cc   const int bottom_arrow_bleed = std::max(height + kArrowSize - arrow_y, 0);
height            435 chrome/browser/ui/gtk/bubble/bubble_gtk.cc       allocation.height);
height            455 chrome/browser/ui/gtk/bubble/bubble_gtk.cc       actual_frame_style_, allocation.width, allocation.height,
height            508 chrome/browser/ui/gtk/bubble/bubble_gtk.cc   gint screen_y = toplevel_y + offset_y + rect_.height();
height            517 chrome/browser/ui/gtk/bubble/bubble_gtk.cc     screen_y -= allocation.height + kArrowToContentPadding;
height            675 chrome/browser/ui/gtk/bubble/bubble_gtk.cc       actual_frame_style_, allocation.width, allocation.height,
height            139 chrome/browser/ui/gtk/bubble/bubble_gtk.h       int height,
height            151 chrome/browser/ui/gtk/bubble/bubble_gtk.h                                          int height);
height             57 chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc   int height = gdk_screen_get_height(gdk_screen_get_default());
height             64 chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc     {0, height - 1, BubbleGtk::ANCHOR_BOTTOM_LEFT},
height             65 chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc     {width - 1, height - 1, BubbleGtk::ANCHOR_BOTTOM_RIGHT},
height            100 chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc   int height = gdk_screen_get_height(gdk_screen_get_default());
height            107 chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc     {0, height - 1, BubbleGtk::CENTER_OVER_RECT},
height            108 chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc     {width - 1, height - 1, BubbleGtk::CENTER_OVER_RECT},
height            123 chrome/browser/ui/gtk/constrained_web_dialog_delegate_gtk.cc                               dialog_size.height());
height            117 chrome/browser/ui/gtk/custom_button.cc   int y = allocation.height - pixbuf->Height();
height            627 chrome/browser/ui/gtk/download/download_item_gtk.cc       } while (req.height > kBodyHeight && ++tenths <= 10);
height            628 chrome/browser/ui/gtk/download/download_item_gtk.cc       DCHECK(req.height <= kBodyHeight);
height            730 chrome/browser/ui/gtk/download/download_item_gtk.cc     int height = allocation.height - border_width * 2;
height            739 chrome/browser/ui/gtk/download/download_item_gtk.cc                        x, y, width, height);
height            763 chrome/browser/ui/gtk/download/download_item_gtk.cc                     x, y, width, height);
height            772 chrome/browser/ui/gtk/download/download_item_gtk.cc                     x, y, width, height);
height            785 chrome/browser/ui/gtk/download/download_item_gtk.cc                       arrow_allocation.y + arrow_allocation.height,
height            280 chrome/browser/ui/gtk/download/download_shelf_gtk.cc   return allocation.height;
height             81 chrome/browser/ui/gtk/download/download_started_animation_gtk.cc   if (web_contents_bounds_.height() < height_)
height            252 chrome/browser/ui/gtk/extensions/extension_install_dialog_gtk.cc     if (scaled_icon.width() > kImageSize || scaled_icon.height() > kImageSize) {
height            379 chrome/browser/ui/gtk/extensions/extension_install_dialog_gtk.cc       scrolled_window, requisition.width, requisition.height);
height            139 chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc     gfx::Size size(bubble_.icon().width(), bubble_.icon().height());
height            140 chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc     if (size.width() > kIconSize || size.height() > kIconSize) {
height            141 chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc       if (size.width() > size.height()) {
height            142 chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc         size.set_height(size.height() * kIconSize / size.width());
height            145 chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc         size.set_width(size.width() * kIconSize / size.height());
height            150 chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc       pixbuf = gdk_pixbuf_scale_simple(pixbuf, size.width(), size.height(),
height            137 chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc   int height = std::max(kMinHeight, std::min(kMaxHeight, new_size.height()));
height            139 chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc   view->render_view_host()->GetView()->SetSize(gfx::Size(width, height));
height            140 chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc   gtk_widget_set_size_request(view->native_view(), width, height);
height             92 chrome/browser/ui/gtk/find_bar_gtk.cc                                              int height,
height            115 chrome/browser/ui/gtk/find_bar_gtk.cc       kCornerSize + x_off_r, height - kCornerSize, width, ltr));
height            117 chrome/browser/ui/gtk/find_bar_gtk.cc       (2 * kCornerSize) + x_off_l, height + y_off,
height            122 chrome/browser/ui/gtk/find_bar_gtk.cc       width - (2 * kCornerSize) + x_off_r, height + y_off,
height            125 chrome/browser/ui/gtk/find_bar_gtk.cc       width - kCornerSize + x_off_l, height - kCornerSize, width, ltr));
height            456 chrome/browser/ui/gtk/find_bar_gtk.cc   gfx::Size prefsize(req.width, req.height);
height            460 chrome/browser/ui/gtk/find_bar_gtk.cc       dialog_bounds.y(), prefsize.width(), prefsize.height());
height            891 chrome/browser/ui/gtk/find_bar_gtk.cc         bar->container_height_ != allocation.height) {
height            893 chrome/browser/ui/gtk/find_bar_gtk.cc           allocation.width, allocation.height, FRAME_MASK);
height            904 chrome/browser/ui/gtk/find_bar_gtk.cc       bar->container_height_ = allocation.height;
height            915 chrome/browser/ui/gtk/find_bar_gtk.cc         allocation.width, allocation.height, FRAME_STROKE);
height            921 chrome/browser/ui/gtk/find_bar_gtk.cc         bar->container_height_ != allocation.height) {
height            928 chrome/browser/ui/gtk/find_bar_gtk.cc       bar->container_height_ = allocation.height;
height            184 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc   return gfx::Rect(bubble_size.width, bubble_size.height);
height            202 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc   int width, height, x, y;
height            203 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc   gtk_window_get_size(window, &width, &height);
height            205 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc   return gfx::Rect(x, y, width, height).Contains(pos);
height            174 chrome/browser/ui/gtk/gtk_chrome_link_button.cc                     allocation.width, allocation.height);
height            220 chrome/browser/ui/gtk/gtk_custom_menu_item.cc   int height = last_allocation.height;
height            227 chrome/browser/ui/gtk/gtk_custom_menu_item.cc                 x, y, width, height);
height            272 chrome/browser/ui/gtk/gtk_custom_menu_item.cc                         child_alloc.y + child_alloc.height,
height            391 chrome/browser/ui/gtk/gtk_custom_menu_item.cc         y >= offset_y && y < (offset_y + alloc.height)) {
height             70 chrome/browser/ui/gtk/gtk_input_event_box.cc   attributes.height = allocation.height;
height            134 chrome/browser/ui/gtk/gtk_input_event_box.cc                            allocation->height);
height            213 chrome/browser/ui/gtk/gtk_theme_service.cc                        original.width(), original.height(), 0);
height           1077 chrome/browser/ui/gtk/gtk_theme_service.cc       bg_tint, 0, 0, bg_tint.width(), bg_tint.height());
height           1164 chrome/browser/ui/gtk/gtk_theme_service.cc                                   allocation.y + allocation.height);
height           1180 chrome/browser/ui/gtk/gtk_theme_service.cc   cairo_line_to(cr, start_x, allocation.y + allocation.height);
height            345 chrome/browser/ui/gtk/gtk_util.cc     int* width, int* height) {
height            357 chrome/browser/ui/gtk/gtk_util.cc   if (height) {
height            358 chrome/browser/ui/gtk/gtk_util.cc     *height = static_cast<int>(
height            369 chrome/browser/ui/gtk/gtk_util.cc     int* width, int* height) {
height            378 chrome/browser/ui/gtk/gtk_util.cc   if (height)
height            381 chrome/browser/ui/gtk/gtk_util.cc   GetWidgetSizeFromCharacters(widget, chars, lines, width, height);
height            387 chrome/browser/ui/gtk/gtk_util.cc   int height = -1;
height            390 chrome/browser/ui/gtk/gtk_util.cc                                        (height_id != -1) ? &height : NULL);
height            393 chrome/browser/ui/gtk/gtk_util.cc     gtk_window_set_default_size(window, width, height);
height            410 chrome/browser/ui/gtk/gtk_util.cc         height == -1 ? -1 : std::max(height, requisition.height));
height            489 chrome/browser/ui/gtk/gtk_util.cc   return gfx::Size(size.width, size.height);
height            692 chrome/browser/ui/gtk/gtk_util.cc                    rec->x, rec->y, rec->width, rec->height);
height            699 chrome/browser/ui/gtk/gtk_util.cc   gint height = rec->height - 2 * yborder;
height            700 chrome/browser/ui/gtk/gtk_util.cc   if (width > 0 && height > 0) {
height            705 chrome/browser/ui/gtk/gtk_util.cc                        width, height);
height            748 chrome/browser/ui/gtk/gtk_util.cc                   event->area.y + event->area.height - tabstrip_origin.y());
height            793 chrome/browser/ui/gtk/gtk_util.cc   return gfx::Rect(x, y, allocation.width, allocation.height);
height            839 chrome/browser/ui/gtk/gtk_util.cc   return gfx::Rect(0, 0, allocation.width, allocation.height);
height            940 chrome/browser/ui/gtk/gtk_util.cc   gint x = 0, y = 0, width = 1, height = 1;
height            942 chrome/browser/ui/gtk/gtk_util.cc   gtk_window_get_size(GTK_WINDOW(dialog), &width, &height);
height            944 chrome/browser/ui/gtk/gtk_util.cc   return gfx::Rect(x, y, width, height);
height            990 chrome/browser/ui/gtk/gtk_util.cc   gtk_widget_set_size_request(label, size.width, size.height);
height             63 chrome/browser/ui/gtk/gtk_util.h                                  int* width, int* height);
height             71 chrome/browser/ui/gtk/gtk_util.h                                 int* width, int* height);
height            121 chrome/browser/ui/gtk/gtk_window_util.cc     return bounds.size() == gfx::Size(monitor_size.width, monitor_size.height);
height            131 chrome/browser/ui/gtk/gtk_window_util.cc     if (bounds.size() == gfx::Size(monitor_size.width, monitor_size.height))
height            196 chrome/browser/ui/gtk/gtk_window_util.cc     gtk_window_resize(window, bounds.width(), bounds.height() - 1);
height            222 chrome/browser/ui/gtk/gtk_window_util.cc       current_height == size_with_decorations.height) {
height            231 chrome/browser/ui/gtk/gtk_window_util.cc       if (gfx::Size(monitor_size.width, monitor_size.height) == size) {
height            232 chrome/browser/ui/gtk/gtk_window_util.cc         gtk_window_resize(window, size.width(), size.height() - 1);
height            243 chrome/browser/ui/gtk/gtk_window_util.cc     if (size_with_decorations.height > current_height) {
height            244 chrome/browser/ui/gtk/gtk_window_util.cc       new_size.set_height(size.height() - size_with_decorations.height +
height            249 chrome/browser/ui/gtk/gtk_window_util.cc   gtk_window_resize(window, new_size.width(), new_size.height());
height            277 chrome/browser/ui/gtk/gtk_window_util.cc   gfx::Rect west(0, 0, kResizeAreaCornerSize, window_size.height());
height            278 chrome/browser/ui/gtk/gtk_window_util.cc   gfx::Rect south(0, window_size.height() - kResizeAreaCornerSize,
height            281 chrome/browser/ui/gtk/gtk_window_util.cc       kResizeAreaCornerSize, window_size.height());
height             51 chrome/browser/ui/gtk/infobars/extension_infobar_gtk.cc   int height = GetDelegate()->height();
height             52 chrome/browser/ui/gtk/infobars/extension_infobar_gtk.cc   SetBarTargetHeight((height > 0) ? (height + kSeparatorLineHeight) : 0);
height            169 chrome/browser/ui/gtk/infobars/extension_infobar_gtk.cc     canvas->DrawImageInt(*icon, 0, 0, icon->width(), icon->height(), 0, 0,
height            210 chrome/browser/ui/gtk/infobars/extension_infobar_gtk.cc   gfx::Size new_size(allocation->width, allocation->height);
height            158 chrome/browser/ui/gtk/infobars/infobar_container_gtk.cc   path.rLineTo(bounds.width() / 2.0, -bounds.height());
height            289 chrome/browser/ui/gtk/infobars/infobar_gtk.cc   const int height = allocation.height;
height            295 chrome/browser/ui/gtk/infobars/infobar_gtk.cc   cairo_pattern_t* pattern = cairo_pattern_create_linear(0, 0, 0, height);
height            315 chrome/browser/ui/gtk/infobars/infobar_gtk.cc   cairo_move_to(cr, 0, allocation.height - 0.5);
height            332 chrome/browser/ui/gtk/infobars/infobar_gtk.cc   requisition->height = -1;
height            307 chrome/browser/ui/gtk/location_bar_view_gtk.cc                    allocation.width, allocation.height);
height           1681 chrome/browser/ui/gtk/location_bar_view_gtk.cc   const int height = allocation.height;
height           1687 chrome/browser/ui/gtk/location_bar_view_gtk.cc   cairo_pattern_t* pattern = cairo_pattern_create_linear(0, 0, 0, height);
height             34 chrome/browser/ui/gtk/menu_bar_helper.cc       motion->y < allocation.height) {
height            140 chrome/browser/ui/gtk/menu_bar_helper.cc     if (x >= 0 && y >= 0 && x < allocation.width && y < allocation.height) {
height            109 chrome/browser/ui/gtk/menu_gtk.cc   const int screen_bottom = screen_rect->y + screen_rect->height;
height            110 chrome/browser/ui/gtk/menu_gtk.cc   const int menu_bottom = y + menu_req->height;
height            111 chrome/browser/ui/gtk/menu_gtk.cc   int alternate_y = y - menu_req->height;
height            115 chrome/browser/ui/gtk/menu_gtk.cc     alternate_y -= allocation.height;
height            718 chrome/browser/ui/gtk/menu_gtk.cc   *y += allocation.height;
height             30 chrome/browser/ui/gtk/nine_box.cc                int x, int y, int width, int height, double alpha) {
height             37 chrome/browser/ui/gtk/nine_box.cc     cairo_rectangle(cr, x, y, width, height);
height             44 chrome/browser/ui/gtk/nine_box.cc         target, CAIRO_CONTENT_COLOR_ALPHA, width, height);
height             48 chrome/browser/ui/gtk/nine_box.cc     cairo_rectangle(tiled, 0, 0, width, height);
height             83 chrome/browser/ui/gtk/nine_box.cc   int height = gdk_pixbuf_get_height(pixbuf);
height             94 chrome/browser/ui/gtk/nine_box.cc       pixbuf, 0, top_margin, left_margin, height - inset_height));
height             97 chrome/browser/ui/gtk/nine_box.cc       height - inset_height));
height            100 chrome/browser/ui/gtk/nine_box.cc       height - inset_height));
height            102 chrome/browser/ui/gtk/nine_box.cc       pixbuf, 0, height - bottom_margin, left_margin, bottom_margin));
height            104 chrome/browser/ui/gtk/nine_box.cc       pixbuf, left_margin, height - bottom_margin,
height            107 chrome/browser/ui/gtk/nine_box.cc       pixbuf, width - right_margin, height - bottom_margin,
height            127 chrome/browser/ui/gtk/nine_box.cc   int h = allocation.height;
height            186 chrome/browser/ui/gtk/nine_box.cc   int height = allocation.height;
height            194 chrome/browser/ui/gtk/nine_box.cc   GdkBitmap* mask = gdk_pixmap_new(NULL, width, height, 1);
height            206 chrome/browser/ui/gtk/nine_box.cc   cairo_rectangle(cr, x1, 0, x2 - x1, height);
height            214 chrome/browser/ui/gtk/nine_box.cc     GdkBitmap* flipped_mask = gdk_pixmap_new(NULL, width, height, 1);
height            194 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc       static_cast<int>(start * anim_frame_start_.height() +
height            195 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc                        end * anim_frame_end_.height()));
height            197 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc                     frame_position.width(), frame_position.height());
height            356 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc   return balloon_->content_size().height() +
height            370 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc                    content_size.width(), content_size.height());
height            414 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc   cairo_move_to(cr, 0.5, allocation.height - 0.5);
height            416 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc   cairo_move_to(cr, allocation.width - 0.5, allocation.height - 0.5);
height             32 chrome/browser/ui/gtk/notifications/balloon_view_host_gtk.cc       native_view(), new_size.width(), new_size.height());
height             95 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc   gint height = gdk_window_get_height(window);
height             96 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc   return gfx::Rect(width, height);
height            280 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc   retval.set_height(req.height);
height            468 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc       origin_y + allocation.y + allocation.height - kBorderThickness - 1 +
height            638 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc   cairo_rectangle(cr, 0, 0, window_rect.width(), window_rect.height());
height            659 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc                       line_rect.width(), line_rect.height());
height           1764 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc                                         end_location.y + end_location.height,
height           1787 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc       (line_height - allocation.height) / 2.0 + font_baseline_shift_;
height           1831 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc                       expose_rect.width(), expose_rect.height());
height           2190 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc   int height;
height           2191 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc   pango_layout_get_size(layout, NULL, &height);
height           2193 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc   g_object_set(gray_text_anchor_tag_, "rise", baseline - height, NULL);
height            197 chrome/browser/ui/gtk/panels/panel_gtk.cc   frame_size.SetSize(new_size.width(), new_size.height());
height            354 chrome/browser/ui/gtk/panels/panel_gtk.cc          abs(win_y - bounds_.y()) < display_area.height();
height            363 chrome/browser/ui/gtk/panels/panel_gtk.cc   int height = configure_size_.height();
height            364 chrome/browser/ui/gtk/panels/panel_gtk.cc   if (!width || !height)
height            379 chrome/browser/ui/gtk/panels/panel_gtk.cc     GdkRectangle mid_rect = { 0, 3, width, height - 6 };
height            380 chrome/browser/ui/gtk/panels/panel_gtk.cc     GdkRectangle bottom_mid_rect = { 1, height - 3, width - 2, 2 };
height            381 chrome/browser/ui/gtk/panels/panel_gtk.cc     GdkRectangle bottom_bottom_rect = { 3, height - 1, width - 6, 1 };
height            386 chrome/browser/ui/gtk/panels/panel_gtk.cc     GdkRectangle mid_rect = { 0, 3, width, height - 3 };
height            401 chrome/browser/ui/gtk/panels/panel_gtk.cc   gfx::Size new_size(event->width, event->height);
height            503 chrome/browser/ui/gtk/panels/panel_gtk.cc   int height = bounds_.height();
height            509 chrome/browser/ui/gtk/panels/panel_gtk.cc     } else if (y >= height - kResizeAreaCornerSize &&
height            519 chrome/browser/ui/gtk/panels/panel_gtk.cc     } else if (y >= height - kResizeAreaCornerSize &&
height            538 chrome/browser/ui/gtk/panels/panel_gtk.cc   } else if (y >= height - kFrameBorderThickness &&
height            586 chrome/browser/ui/gtk/panels/panel_gtk.cc                   event->area.width, event->area.height);
height            601 chrome/browser/ui/gtk/panels/panel_gtk.cc     cairo_line_to(cr, event->area.width - 1, event->area.height - 1);
height            602 chrome/browser/ui/gtk/panels/panel_gtk.cc     cairo_line_to(cr, 0, event->area.height - 1);
height            814 chrome/browser/ui/gtk/panels/panel_gtk.cc                            bounds.width(), bounds.height());
height           1040 chrome/browser/ui/gtk/panels/panel_gtk.cc                    content_size.height() + frame_size.height());
height           1047 chrome/browser/ui/gtk/panels/panel_gtk.cc                    window_size.height() - frame_size.height());
height           1090 chrome/browser/ui/gtk/panels/panel_gtk.cc                    window_allocation.height - contents_allocation.height);
height            297 chrome/browser/ui/gtk/panels/panel_titlebar_gtk.cc                         widget_allocation.height);
height             64 chrome/browser/ui/gtk/rounded_window.cc   int height = data->expected_height;
height             97 chrome/browser/ui/gtk/rounded_window.cc                 height - (corner_size - y) + y_off, width, ltr));
height            101 chrome/browser/ui/gtk/rounded_window.cc               height - (corner_size - y) + y_off, width, ltr));
height            105 chrome/browser/ui/gtk/rounded_window.cc             corner_size + x_off_l, height + y_off, width, ltr));
height            107 chrome/browser/ui/gtk/rounded_window.cc             x_off_r, height - corner_size, width, ltr));
height            110 chrome/browser/ui/gtk/rounded_window.cc       points.push_back(MakeBidiGdkPoint(x_off_r, height + y_off, width, ltr));
height            179 chrome/browser/ui/gtk/rounded_window.cc               height - (corner_size - y) + y_off, width, ltr));
height            183 chrome/browser/ui/gtk/rounded_window.cc                 height - (corner_size - y) + y_off, width, ltr));
height            188 chrome/browser/ui/gtk/rounded_window.cc             width + x_off_l, height - corner_size, width, ltr));
height            190 chrome/browser/ui/gtk/rounded_window.cc             width - corner_size + x_off_r, height + y_off, width, ltr));
height            194 chrome/browser/ui/gtk/rounded_window.cc           width + x_off_l, height + y_off, width, ltr));
height            212 chrome/browser/ui/gtk/rounded_window.cc       data->expected_height != allocation.height) {
height            214 chrome/browser/ui/gtk/rounded_window.cc     data->expected_height = allocation.height;
height            177 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc void AddRoundRectPath(cairo_t* cairo_context, int width, int height,
height            181 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc   cairo_arc(cairo_context, width - radius, height - radius, radius, 0, M_PI_2);
height            182 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc   cairo_arc(cairo_context, radius, height - radius, radius, M_PI_2, 2 * M_PI_2);
height            192 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc   if (event->width == current_width_ && event->height == current_height_)
height            196 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc   current_height_ = event->height;
height             22 chrome/browser/ui/gtk/slide_animator_gtk.cc   requisition->height = -1;
height            119 chrome/browser/ui/gtk/slide_animator_gtk.cc   int showing_height = static_cast<int>(req.height *
height            124 chrome/browser/ui/gtk/slide_animator_gtk.cc                                   child_, 0, showing_height - req.height);
height            150 chrome/browser/ui/gtk/slide_animator_gtk.cc                                 child, 0, -allocation->height);
height            188 chrome/browser/ui/gtk/speech_recognition_bubble_gtk.cc       target_rect.y() > container_rect.height()) {
height            259 chrome/browser/ui/gtk/speech_recognition_bubble_gtk.cc       int desired_height = volume->height() + label_size.height +
height            260 chrome/browser/ui/gtk/speech_recognition_bubble_gtk.cc                            cancel_size.height +
height            263 chrome/browser/ui/gtk/speech_recognition_bubble_gtk.cc       int diff_height = desired_height - icon_image().height();
height            215 chrome/browser/ui/gtk/status_bubble_gtk.cc             parent_allocation.height - requisition.height,
height            217 chrome/browser/ui/gtk/status_bubble_gtk.cc         requisition.height);
height            220 chrome/browser/ui/gtk/status_bubble_gtk.cc         bubble_rect.x() - bubble_rect.height() - kMousePadding;
height            222 chrome/browser/ui/gtk/status_bubble_gtk.cc         bubble_rect.right() + bubble_rect.height() + kMousePadding;
height            237 chrome/browser/ui/gtk/status_bubble_gtk.cc         y_offset_ = std::min(-1 * distance, requisition.height);
height            192 chrome/browser/ui/gtk/tab_contents/chrome_web_contents_view_delegate_gtk.cc   int child_y = std::max((allocation->height - requisition.height) / 2, 0);
height            207 chrome/browser/ui/gtk/tab_contents_container_gtk.cc   int child_y = std::max(allocation->height - requisition.height, 0);
height            520 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc                    dragged_view_->GetTotalWidthInTabStrip(), tab_size.height());
height            590 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc     int vertical_drag_magnetism = tab_size.height() * 2;
height            602 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc     int max_y = tabstrip_bounds.bottom() - tab_size.height();
height            821 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc                    dragged_view_->GetTotalWidthInTabStrip(), bounds.height());
height            209 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc   gint x, y, width, height;
height            213 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc                           &width, &height, NULL);
height            215 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc   animation_start_bounds_ = gfx::Rect(x, y, width, height);
height            266 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc                   attached_tab_size_.height()));
height            279 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc   int height = attached_tab_size_.height() + kDragFrameBorderSize +
height            280 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc       contents_size_.height();
height            281 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc   return gfx::Size(width, height);
height            287 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc                     ScaleValue(size.width()), ScaleValue(size.height()));
height            296 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc   gint x, y, width, height;
height            298 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc   gtk_window_get_size(GTK_WINDOW(container_), &width, &height);
height            299 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc   return gfx::Rect(x, y, width, height);
height            326 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc               static_cast<double>(size.height()));
height            336 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc   GdkPixmap* pixmap = gdk_pixmap_new(NULL, size.width(), size.height(), 1);
height            366 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc         kScalingFactor * renderers_[drag_data_->source_tab_index()]->height() -
height            370 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc                     size.width(), size.height() - tab_height);
height            392 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc       kScalingFactor * renderers_[drag_data_->source_tab_index()]->height());
height            405 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc                         allocation.height - tab_height -
height            424 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc     double bottom_y = allocation.height - offset;
height            171 chrome/browser/ui/gtk/tabs/tab_gtk.cc       event->y < allocation.height) {
height            283 chrome/browser/ui/gtk/tabs/tab_gtk.cc     TabResources::GetHitTestMask(bounds.width(), bounds.height(), false, &mask);
height            111 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc   int bitmap_h = bitmap.height();
height            142 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc             loading_animation_frames.height(), 0);
height            145 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc       loading_animation_frames.height();
height            151 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc             waiting_animation_frames.height(), 0);
height            154 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc       waiting_animation_frames.height();
height            477 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc                   favicon_bounds_.height());
height            506 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc                   favicon_bounds_.width(), favicon_bounds_.height());
height            520 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc                       favicon_bounds_.width(), favicon_bounds_.height());
height            593 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc                    requisition_.width(), requisition_.height());
height            613 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc   gtk_widget_set_size_request(tab_.get(), bounds.width(), bounds.height());
height            721 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc       width(), height());
height            735 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc   return gfx::Rect(0, 0, bounds_.width(), bounds_.height());
height            793 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc         kTopPadding + (content_height - media_indicator_bounds_.height()) / 2);
height            813 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc     if (text_height > minimum_size.height())
height            814 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc       title_top -= (text_height - minimum_size.height()) / 2;
height            820 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc     } else if (close_button_bounds_.width() && close_button_bounds_.height()) {
height           1007 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc                   height());
height           1052 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc   DCHECK(image_size == favicon_bounds_.height());
height           1063 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc   if (height() < GetMinimumUnselectedSize().height())
height           1156 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc                                allocation->width, allocation->height);
height            203 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h   int height() const { return bounds_.height(); }
height            101 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc   return gfx::Rect(0, 0, request.width, request.height);
height            121 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc       gdk_rect.height == favicon_bounds.height();
height            450 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc         tab_a_->height());
height            458 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc         tab_b_->height());
height            641 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc                          start_bounds_.height());
height            760 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc                               TabGtk::GetMinimumUnselectedSize().height());
height            878 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc             favicon_bounds.height());
height           1438 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc   int tab_height = TabGtk::GetStandardSize().height();
height           1467 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc   int height = newtab_surface_bounds_.height() + kNewTabButtonVOffset - y;
height           1469 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc   gfx::Rect bounds(0, y, newtab_surface_bounds_.width(), height);
height           1484 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc                               bounds.height());
height           1618 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc   bds.set_height(bds.height() + kTabStripAnimationVSlop);
height           1696 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc     drop_bounds.Offset(0, drop_bounds.height() + bounds().height());
height           1759 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc                     drop_bounds.width(), drop_bounds.height());
height           1933 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc   int tab_height = TabGtk::GetStandardSize().height();
height           2066 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc   event->area.height = bounds_.height();
height           2102 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc       allocation->width, allocation->height);
height             97 chrome/browser/ui/gtk/throbber_gtk.cc   const int height = frames_.ToCairo()->Height();
height             98 chrome/browser/ui/gtk/throbber_gtk.cc   DCHECK_EQ(0, width % height);
height             99 chrome/browser/ui/gtk/throbber_gtk.cc   num_frames_ = width / height;
height            101 chrome/browser/ui/gtk/throbber_gtk.cc   gtk_widget_set_size_request(widget_.get(), height, height);
height             25 chrome/browser/ui/gtk/titlebar_throb_animation.cc   int frame_size = frame_strip.height();
height            245 chrome/browser/ui/gtk/web_dialog_gtk.cc                                 dialog_size.height());
height            252 chrome/browser/ui/gtk/web_dialog_gtk.cc                                 minimum_dialog_size.height());
height            337 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc       IDR_WEBSITE_SETTINGS_TAB_LEFT2).ToImageSkia()->height();
height            687 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc         tab_bounds.x - tab_shadow_width, allocation.height };
height            699 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc         allocation.height };
height             57 chrome/browser/ui/libgtk2ui/gtk2_border.cc     int h = size_.height() * scale;
height            144 chrome/browser/ui/libgtk2ui/gtk2_border.cc   return gfx::Size(insets.width(), insets.height());
height            523 chrome/browser/ui/libgtk2ui/gtk2_ui.cc     DCHECK_EQ(size, bitmap.height());
height           1161 chrome/browser/ui/libgtk2ui/gtk2_ui.cc       bg_tint, 0, 0, bg_tint.width(), bg_tint.height());
height           1213 chrome/browser/ui/libgtk2ui/gtk2_ui.cc                    default_bitmap.height());
height           1226 chrome/browser/ui/libgtk2ui/gtk2_ui.cc                                           default_bitmap.height());
height           1232 chrome/browser/ui/libgtk2ui/gtk2_ui.cc                     (default_bitmap.height() / 2) - (icon.height() / 2));
height           1245 chrome/browser/ui/libgtk2ui/gtk2_ui.cc                    default_bitmap.height());
height           1254 chrome/browser/ui/libgtk2ui/gtk2_ui.cc       default_bitmap.height());
height           1294 chrome/browser/ui/libgtk2ui/gtk2_ui.cc                                      int height) const {
height           1298 chrome/browser/ui/libgtk2ui/gtk2_ui.cc   gtk_widget_set_size_request(button, width, height);
height           1323 chrome/browser/ui/libgtk2ui/gtk2_ui.cc   DCHECK_EQ(h, height);
height             56 chrome/browser/ui/libgtk2ui/gtk2_ui.h                                int height) const;
height            136 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc                                  SkIntToScalar(size.height()));
height             39 chrome/browser/ui/libgtk2ui/printing_gtk2_util.cc       paper_size.height() * settings.device_units_per_inch());
height             98 chrome/browser/ui/libgtk2ui/skia_utils_gtk2.cc   int height = bitmap.height();
height            105 chrome/browser/ui/libgtk2ui/skia_utils_gtk2.cc                      height);
height            111 chrome/browser/ui/libgtk2ui/skia_utils_gtk2.cc   for (int y = 0, i = 0; y < height; y++) {
height            177 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc                        last_caret_bounds_.height()};
height            102 chrome/browser/ui/metro_pin_tab_helper_win.cc   int top = (kLogoHeight - kCaptionHeight - bitmap.height()) / 2;
height            308 chrome/browser/ui/metro_pin_tab_helper_win.cc     if (iter->height() > kMaxIconSize || iter->width() > kMaxIconSize)
height            318 chrome/browser/ui/metro_pin_tab_helper_win.cc     if (iter->height() <= best_candidate_.height() ||
height             26 chrome/browser/ui/ntp_background_util.cc   int height = area.height() + ntp_background->height();
height             29 chrome/browser/ui/ntp_background_util.cc     y_pos += area.height() + tab_contents_height - ntp_background->height();
height             33 chrome/browser/ui/ntp_background_util.cc     y_pos += std::floor(area.height() + tab_contents_height / 2.0 -
height             34 chrome/browser/ui/ntp_background_util.cc         ntp_background->height() / 2.0 + 0.5);
height             55 chrome/browser/ui/ntp_background_util.cc     height = ntp_background->height();
height             57 chrome/browser/ui/ntp_background_util.cc     y_pos = y_pos % ntp_background->height() - ntp_background->height();
height             63 chrome/browser/ui/ntp_background_util.cc   canvas->TileImageInt(*ntp_background, x_pos, y_pos, width, height);
height            132 chrome/browser/ui/panels/base_panel_browser_test.cc       primary_intersection.width() * primary_intersection.height();
height            137 chrome/browser/ui/panels/base_panel_browser_test.cc       secondary_intersection.width() * secondary_intersection.height();
height            151 chrome/browser/ui/panels/base_panel_browser_test.cc       primary_intersection.width() * primary_intersection.height();
height            156 chrome/browser/ui/panels/base_panel_browser_test.cc       secondary_intersection.width() * secondary_intersection.height();
height            383 chrome/browser/ui/panels/base_panel_browser_test.cc       params.bounds.width() || params.bounds.height()) {
height             38 chrome/browser/ui/panels/detached_panel_browsertest.cc   EXPECT_EQ(bounds.height(), panel->GetBounds().height());
height             55 chrome/browser/ui/panels/detached_panel_collection.cc         bounds.set_y(work_area.bottom() - bounds.height());
height            129 chrome/browser/ui/panels/detached_panel_collection.cc                      preferred_window_size.height());
height            253 chrome/browser/ui/panels/detached_panel_collection.cc   bounds.set_height(panel->full_size().height());
height             85 chrome/browser/ui/panels/display_settings_provider.cc     display_area.set_height(display_area.height() - system_menu_height);
height             25 chrome/browser/ui/panels/docked_panel_browsertest.cc     DCHECK(primary_display_area.height() == 600);
height            144 chrome/browser/ui/panels/docked_panel_collection.cc   return gfx::Point(x, work_area_.bottom() - full_size.height());
height            276 chrome/browser/ui/panels/docked_panel_collection.cc       bounds->set_height(panel->full_size().height());
height            293 chrome/browser/ui/panels/docked_panel_collection.cc   bounds->set_y(bottom - bounds->height());
height            451 chrome/browser/ui/panels/docked_panel_collection.cc                      preferred_window_size.height());
height             32 chrome/browser/ui/panels/docked_panel_drag_handler.cc       new_bounds.set_y(bottom - new_bounds.height());
height            252 chrome/browser/ui/panels/panel.cc   bounds.set_y(bounds.bottom() - full_size_.height());
height            570 chrome/browser/ui/panels/panel.cc     int current_max_height = max_size_.height();
height            572 chrome/browser/ui/panels/panel.cc       max_height = std::min(current_max_height, work_area.height());
height            647 chrome/browser/ui/panels/panel.cc   DCHECK(min_size.height() <= max_size.height());
height            658 chrome/browser/ui/panels/panel.cc   if (new_max_size.height() < desired_panel_size.height())
height            659 chrome/browser/ui/panels/panel.cc     new_max_size.set_height(desired_panel_size.height());
height            688 chrome/browser/ui/panels/panel.cc   int new_height = size.height();
height            689 chrome/browser/ui/panels/panel.cc   if (new_height > max_size_.height())
height            690 chrome/browser/ui/panels/panel.cc     new_height = max_size_.height();
height            691 chrome/browser/ui/panels/panel.cc   if (new_height < min_size_.height())
height            692 chrome/browser/ui/panels/panel.cc     new_height = min_size_.height();
height             32 chrome/browser/ui/panels/panel_bounds_animation.cc   if (initial_bounds.height() > final_bounds.height() &&
height             35 chrome/browser/ui/panels/panel_bounds_animation.cc         panel_->TitleOnlyHeight() - final_bounds.height();
height             36 chrome/browser/ui/panels/panel_bounds_animation.cc     double distance_y = initial_bounds.height() - final_bounds.height();
height             64 chrome/browser/ui/panels/panel_browsertest.cc                     << ", height" << panels[i]->GetBounds().height();
height            159 chrome/browser/ui/panels/panel_browsertest.cc           test_begin_bounds[index].height() - panel::kMinimizedPanelHeight);
height            178 chrome/browser/ui/panels/panel_browsertest.cc           test_begin_bounds[index].height() -
height            202 chrome/browser/ui/panels/panel_browsertest.cc                         panels[index]->GetBounds().height() + 5);
height            209 chrome/browser/ui/panels/panel_browsertest.cc                         panels[index]->GetBounds().height() + 6);
height            235 chrome/browser/ui/panels/panel_browsertest.cc           test_begin_bounds[index].height());
height            332 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_GT(bounds.height(), 0);
height            349 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_EQ(panel->max_size().height(), bounds.height());
height            350 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_LT(bounds.height(), work_area.height());
height            365 chrome/browser/ui/panels/panel_browsertest.cc     return panel_->GetBounds().height() > panel_->TitleOnlyHeight();
height            435 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_EQ(bounds_on_grow.height(), initial_bounds.height());
height            445 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_EQ(bounds_on_shrink.height(), initial_bounds.height());
height            467 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_EQ(bounds_on_shrink.height(), bounds_auto_resize_enabled.height());
height            494 chrome/browser/ui/panels/panel_browsertest.cc   int original_height = panel->GetBounds().height();
height            499 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_EQ(original_height, panel->GetBounds().height());
height            552 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_LT(bounds.height(), restored.height());
height            561 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_LT(bounds.height(), restored.height());
height            570 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_LT(bounds.height(), restored.height());
height            576 chrome/browser/ui/panels/panel_browsertest.cc   int saved_restored_height = restored.height();
height            580 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_EQ(saved_restored_height, panel->GetRestoredBounds().height());
height            585 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_EQ(saved_restored_height, panel->GetRestoredBounds().height());
height            590 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_EQ(saved_restored_height, panel->GetRestoredBounds().height());
height            592 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_NE(saved_restored_height, panel->GetRestoredBounds().height());
height            854 chrome/browser/ui/panels/panel_browsertest.cc   int initial_height = panel->GetBounds().height();
height            862 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_EQ(panel::kMinimizedPanelHeight, panel->GetBounds().height());
height            868 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_EQ(panel::kTitlebarHeight, panel->GetBounds().height());
height            874 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_EQ(initial_height, panel->GetBounds().height());
height           1473 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_EQ(panel->min_size().height(), panel->GetBounds().height());
height           1475 chrome/browser/ui/panels/panel_browsertest.cc   int reasonable_height = panel->min_size().height() + 20;
height           1486 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_EQ(reasonable_height, panel->GetBounds().height());
height           1495 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_EQ(given_height, panel->GetBounds().height());
height           1514 chrome/browser/ui/panels/panel_browsertest.cc   int initial_height = panel->GetBounds().height();
height           1528 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_GT(panel->GetBounds().height(), initial_height);
height           1553 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_GT(old_max_size.height(), panel->max_size().height());
height           1555 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_GT(smaller_work_area.height(), panel->max_size().height());
height           1557 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_GT(old_full_size.height(), panel->full_size().height());
height           1559 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_GE(panel->max_size().height(), panel->full_size().height());
height           1584 chrome/browser/ui/panels/panel_browsertest.cc                         panel->GetBounds().height() - bigger_size.height());
height           1598 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_GT(old_max_size.height(), panel->max_size().height());
height           1600 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_EQ(smaller_work_area.height(), panel->max_size().height());
height           1602 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_GT(old_full_size.height(), panel->full_size().height());
height           1604 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_GE(panel->max_size().height(), panel->full_size().height());
height           1605 chrome/browser/ui/panels/panel_browsertest.cc   EXPECT_EQ(smaller_work_area.height(), panel->full_size().height());
height             35 chrome/browser/ui/panels/panel_drag_browsertest.cc     DCHECK(primary_display_area.height() == 600);
height             67 chrome/browser/ui/panels/panel_drag_browsertest.cc                      initial_bounds.height());
height             76 chrome/browser/ui/panels/panel_drag_browsertest.cc                      below_bounds.y() - initial_bounds.height(),
height             78 chrome/browser/ui/panels/panel_drag_browsertest.cc                      initial_bounds.height());
height           1115 chrome/browser/ui/panels/panel_drag_browsertest.cc       docked_collection->work_area().bottom() - panel_new_bounds.height());
height           1573 chrome/browser/ui/panels/panel_drag_browsertest.cc                               panel2_old_bounds.height());
height           1678 chrome/browser/ui/panels/panel_drag_browsertest.cc       panel1_old_bounds.y() - panel2_old_bounds.height(),
height           1680 chrome/browser/ui/panels/panel_drag_browsertest.cc       panel2_old_bounds.height());
height           1712 chrome/browser/ui/panels/panel_drag_browsertest.cc   panel2_new_bounds.set_y(panel1_old_bounds.y() - panel2_old_bounds.height());
height           1785 chrome/browser/ui/panels/panel_drag_browsertest.cc                               panel2_old_bounds.height());
height           2590 chrome/browser/ui/panels/panel_drag_browsertest.cc       panel2_expected_bounds.height());
height           3073 chrome/browser/ui/panels/panel_drag_browsertest.cc           panel1->GetBounds().height() - panel2->GetBounds().height());
height           3079 chrome/browser/ui/panels/panel_drag_browsertest.cc       panel1->GetBounds().height() - panel2->GetBounds().height());
height           3083 chrome/browser/ui/panels/panel_drag_browsertest.cc       panel2->GetBounds().height());
height             60 chrome/browser/ui/panels/panel_drag_controller.cc     return bounds1.height();
height             63 chrome/browser/ui/panels/panel_drag_controller.cc     return bounds2.height();
height            633 chrome/browser/ui/panels/panel_drag_controller.cc     int height;
height            636 chrome/browser/ui/panels/panel_drag_controller.cc       height = stack->bottom_panel()->GetBounds().bottom() -
height            639 chrome/browser/ui/panels/panel_drag_controller.cc       height = dragging_panel_->GetBounds().height();
height            641 chrome/browser/ui/panels/panel_drag_controller.cc     if (abs(work_area.bottom() - target_position->y() - height) <
height            643 chrome/browser/ui/panels/panel_drag_controller.cc       target_position->set_y(work_area.bottom() - height);
height            737 chrome/browser/ui/panels/panel_drag_controller.cc                 current_bottom_bounds.height() - current_bottom_bounds.y(),
height            739 chrome/browser/ui/panels/panel_drag_controller.cc             potential_dragging_bounds.height());
height            757 chrome/browser/ui/panels/panel_drag_controller.cc                                potential_dragging_bounds.height());
height             92 chrome/browser/ui/panels/panel_extension_browsertest.cc   EXPECT_EQ(panel::kPanelAppIconSize, app_icon.height());
height            223 chrome/browser/ui/panels/panel_manager.cc   return static_cast<int>(work_area.height() * kPanelMaxHeightFactor);
height            243 chrome/browser/ui/panels/panel_manager.cc   int height = requested_bounds.height();
height            245 chrome/browser/ui/panels/panel_manager.cc     width = height * kPanelDefaultWidthToHeightRatio;
height            246 chrome/browser/ui/panels/panel_manager.cc   else if (height == 0)
height            247 chrome/browser/ui/panels/panel_manager.cc     height = width / kPanelDefaultWidthToHeightRatio;
height            258 chrome/browser/ui/panels/panel_manager.cc   if (height < min_size.height())
height            259 chrome/browser/ui/panels/panel_manager.cc     height = min_size.height();
height            260 chrome/browser/ui/panels/panel_manager.cc   else if (height > max_size.height())
height            261 chrome/browser/ui/panels/panel_manager.cc     height = max_size.height();
height            268 chrome/browser/ui/panels/panel_manager.cc       requested_bounds.x(), requested_bounds.y(), width, height);
height            282 chrome/browser/ui/panels/panel_manager.cc       requested_bounds.height() == 0) {
height            345 chrome/browser/ui/panels/panel_manager.cc       if (bounds.height() <= stack->GetMaximiumAvailableBottomSpace()) {
height            388 chrome/browser/ui/panels/panel_manager.cc           (panel->IsActive() ? panel->GetBounds().height()
height            390 chrome/browser/ui/panels/panel_manager.cc       if (bounds.height() <= max_available_space) {
height             28 chrome/browser/ui/panels/panel_resize_browsertest.cc     DCHECK(primary_display_area.height() == 600);
height             48 chrome/browser/ui/panels/panel_resize_browsertest.cc         mouse_location.SetPoint(bounds.x(), bounds.y() + bounds.height() / 2);
height             52 chrome/browser/ui/panels/panel_resize_browsertest.cc                                 bounds.y() + bounds.height() / 2);
height             96 chrome/browser/ui/panels/panel_resize_browsertest.cc   bounds.set_size(gfx::Size(bounds.width() + 20, bounds.height() + 10));
height            110 chrome/browser/ui/panels/panel_resize_browsertest.cc   bounds.set_height(bounds.height() + 10);
height            138 chrome/browser/ui/panels/panel_resize_browsertest.cc   bounds.set_size(gfx::Size(bounds.width() + 30, bounds.height() - 20));
height            163 chrome/browser/ui/panels/panel_resize_browsertest.cc   mouse_location = bounds.origin() + gfx::Vector2d(10, bounds.height() - 1);
height            174 chrome/browser/ui/panels/panel_resize_browsertest.cc   mouse_location = bounds.origin() + gfx::Vector2d(1, bounds.height() - 1);
height            186 chrome/browser/ui/panels/panel_resize_browsertest.cc       gfx::Vector2d(bounds.width() - 2, bounds.height());
height            228 chrome/browser/ui/panels/panel_resize_browsertest.cc   mouse_location = bounds.origin() + gfx::Vector2d(1, bounds.height() - 1);
height            234 chrome/browser/ui/panels/panel_resize_browsertest.cc   bounds.set_size(gfx::Size(bounds.width() + 10, bounds.height() + 15));
height            248 chrome/browser/ui/panels/panel_resize_browsertest.cc   bounds.set_size(gfx::Size(bounds.width() + 30, bounds.height() - 20));
height            262 chrome/browser/ui/panels/panel_resize_browsertest.cc   bounds.set_size(gfx::Size(bounds.width() + 20, bounds.height() + 10));
height            295 chrome/browser/ui/panels/panel_resize_browsertest.cc   EXPECT_EQ(panel::kPanelMinHeight, panel->GetBounds().height());
height            318 chrome/browser/ui/panels/panel_resize_browsertest.cc       gfx::Vector2d(30, bounds.height() - 2);
height            324 chrome/browser/ui/panels/panel_resize_browsertest.cc   bounds.set_height(panel->min_size().height());
height            332 chrome/browser/ui/panels/panel_resize_browsertest.cc       gfx::Vector2d(bounds.width(), bounds.height() - 2);
height            338 chrome/browser/ui/panels/panel_resize_browsertest.cc   int delta_y = panel->max_size().height() + 10 - panel->GetBounds().height();
height            344 chrome/browser/ui/panels/panel_resize_browsertest.cc                             bounds.height() + delta_y));
height            379 chrome/browser/ui/panels/panel_resize_browsertest.cc       gfx::Vector2d(1, panel1_bounds.height() - 1);
height            386 chrome/browser/ui/panels/panel_resize_browsertest.cc                                    panel1_bounds.height() + 15));
height            400 chrome/browser/ui/panels/panel_resize_browsertest.cc       gfx::Vector2d(panel3_bounds.width() - 1, panel3_bounds.height() - 2);
height            407 chrome/browser/ui/panels/panel_resize_browsertest.cc                                    panel3_bounds.height() - 12));
height            448 chrome/browser/ui/panels/panel_resize_browsertest.cc   bounds.set_size(gfx::Size(bounds.width() + 5, bounds.height() - 25));
height            457 chrome/browser/ui/panels/panel_resize_browsertest.cc   mouse_location = bounds.origin() + gfx::Vector2d(1, bounds.height() - 1);
height            463 chrome/browser/ui/panels/panel_resize_browsertest.cc   bounds.set_size(gfx::Size(bounds.width() + 10, bounds.height() + 15));
height            503 chrome/browser/ui/panels/panel_resize_browsertest.cc   bounds.set_height(bounds.height() + bounds.y() - primary_work_area.y());
height            514 chrome/browser/ui/panels/panel_resize_browsertest.cc   bounds.set_height(bounds.height() + bounds.y() - mouse_location.y());
height            547 chrome/browser/ui/panels/panel_resize_browsertest.cc                                       panel2_initial_bounds.height());
height            550 chrome/browser/ui/panels/panel_resize_browsertest.cc                                       panel3_initial_bounds.height());
height            558 chrome/browser/ui/panels/panel_resize_browsertest.cc                                    panel2_initial_bounds.height());
height            563 chrome/browser/ui/panels/panel_resize_browsertest.cc                                    panel3_initial_bounds.height());
height            586 chrome/browser/ui/panels/panel_resize_browsertest.cc       panel1_expected_bounds.height() + top_resize_height);
height            623 chrome/browser/ui/panels/panel_resize_browsertest.cc       panel3_expected_bounds.height() - bottom_resize_height);
height            642 chrome/browser/ui/panels/panel_resize_browsertest.cc       panel2_expected_bounds.height() + middle_resize_height);
height            647 chrome/browser/ui/panels/panel_resize_browsertest.cc       panel3_expected_bounds.height() - middle_resize_height);
height            679 chrome/browser/ui/panels/panel_resize_browsertest.cc       panel1_expected_bounds.height() + top_resize_height);
height            107 chrome/browser/ui/panels/panel_resize_controller.cc     bounds.set_height(std::max(bounds_at_start_.height() +
height            115 chrome/browser/ui/panels/panel_resize_controller.cc     int new_height = std::max(bounds_at_start_.height() +
height            143 chrome/browser/ui/panels/panel_resize_controller.cc     bounds.set_y(bounds_at_start_.bottom() - bounds.height());
height             70 chrome/browser/ui/panels/stacked_panel_browsertest.cc                                    panel2_initial_bounds.height());
height             75 chrome/browser/ui/panels/stacked_panel_browsertest.cc                                    panel3_initial_bounds.height());
height            238 chrome/browser/ui/panels/stacked_panel_browsertest.cc                                    panel2_initial_bounds.height());
height            258 chrome/browser/ui/panels/stacked_panel_browsertest.cc   panel2_expected_bounds.set_height(panel2_initial_bounds.height());
height            285 chrome/browser/ui/panels/stacked_panel_browsertest.cc   panel1_expected_bounds.set_height(panel1_initial_bounds.height());
height            288 chrome/browser/ui/panels/stacked_panel_browsertest.cc   panel2_expected_bounds.set_height(panel2_initial_bounds.height());
height            313 chrome/browser/ui/panels/stacked_panel_browsertest.cc                                    panel2_initial_bounds.height());
height            331 chrome/browser/ui/panels/stacked_panel_browsertest.cc   panel1_expected_bounds.set_height(panel1_initial_bounds.height());
height            368 chrome/browser/ui/panels/stacked_panel_browsertest.cc   panel2_full_size.set_height(panel2_full_size.height() + 30);
height            383 chrome/browser/ui/panels/stacked_panel_browsertest.cc   EXPECT_EQ(panel2->GetBounds().height(), panel2_full_size.height());
height            387 chrome/browser/ui/panels/stacked_panel_browsertest.cc   panel1_full_size.set_height(panel1_full_size.height() + 180);
height            404 chrome/browser/ui/panels/stacked_panel_browsertest.cc   EXPECT_EQ(panel1->GetBounds().height(), panel1_full_size.height());
height            423 chrome/browser/ui/panels/stacked_panel_browsertest.cc   panel2_full_size.set_height(panel2_full_size.height() + 500);
height            441 chrome/browser/ui/panels/stacked_panel_browsertest.cc   EXPECT_LT(panel2->GetBounds().height(), panel2_full_size.height());
height            475 chrome/browser/ui/panels/stacked_panel_browsertest.cc   panel2_full_size.set_height(panel2_full_size.height() + 500);
height            659 chrome/browser/ui/panels/stacked_panel_browsertest.cc   panel1_expected_bounds.set_height(panel1_initial_bounds.height());
height            682 chrome/browser/ui/panels/stacked_panel_browsertest.cc   panel2_expected_bounds.set_height(panel2_initial_bounds.height());
height            685 chrome/browser/ui/panels/stacked_panel_browsertest.cc   panel3_expected_bounds.set_height(panel3_initial_bounds.height());
height           1219 chrome/browser/ui/panels/stacked_panel_browsertest.cc                                    panel2_initial_bounds.height());
height           1224 chrome/browser/ui/panels/stacked_panel_browsertest.cc                                    panel3_initial_bounds.height());
height           1338 chrome/browser/ui/panels/stacked_panel_browsertest.cc   int original_panel1_height = panel1->GetBounds().height();
height           1353 chrome/browser/ui/panels/stacked_panel_browsertest.cc   EXPECT_EQ(original_panel1_height, panel1->GetBounds().height());
height             44 chrome/browser/ui/panels/stacked_panel_collection.cc   if (enclosing_bounds.height() > work_area.height()) {
height             45 chrome/browser/ui/panels/stacked_panel_collection.cc     int needed_space = enclosing_bounds.height() - work_area.height();
height            115 chrome/browser/ui/panels/stacked_panel_collection.cc       y += bounds.height();
height            130 chrome/browser/ui/panels/stacked_panel_collection.cc             panel->full_size().height() : panel->TitleOnlyHeight());
height            134 chrome/browser/ui/panels/stacked_panel_collection.cc     y += bounds.height();
height            199 chrome/browser/ui/panels/stacked_panel_collection.cc           current_panel->GetBounds().height() - panel::kTitlebarHeight;
height            218 chrome/browser/ui/panels/stacked_panel_collection.cc       int needed_space = panel->GetBounds().height();
height            381 chrome/browser/ui/panels/stacked_panel_collection.cc   int needed_space = panel->full_size().height() - panel->TitleOnlyHeight();
height            407 chrome/browser/ui/panels/stacked_panel_collection.cc     int reduced_height = full_size.height() - space_beyond_available;
height            677 chrome/browser/ui/panels/stacked_panel_collection.cc                    requested_bounds.height());
height            753 chrome/browser/ui/panels/stacked_panel_collection.cc     return work_area.height();
height            764 chrome/browser/ui/panels/stacked_panel_collection.cc     return work_area.height();
height            776 chrome/browser/ui/panels/stacked_panel_collection.cc     return work_area.height();
height            784 chrome/browser/ui/panels/stacked_panel_collection.cc       bottom += panel->GetBounds().height();
height             82 chrome/browser/ui/pdf/pdf_browsertest.cc     ASSERT_GT(screen_bounds.height(), kBrowserHeight);
height            175 chrome/browser/ui/pdf/pdf_browsertest.cc     int y_max = std::min(h, bitmap.height());
height            224 chrome/browser/ui/tab_contents/core_tab_helper.cc       gfx::JPEGCodec::FORMAT_SkBitmap, bitmap.width(), bitmap.height(),
height             30 chrome/browser/ui/tabs/tab_resources.cc                                   int height,
height             38 chrome/browser/ui/tabs/tab_resources.cc   SkScalar bottom = SkIntToScalar(height);
height             21 chrome/browser/ui/tabs/tab_resources.h                              int height,
height            119 chrome/browser/ui/toolbar/wrench_icon_painter.cc                          center.y() - image->height() / 2);
height            126 chrome/browser/ui/toolbar/wrench_icon_painter.cc     int y = center.y() - image->height() * kBarCount / 2;
height            129 chrome/browser/ui/toolbar/wrench_icon_painter.cc       y += image->height();
height            139 chrome/browser/ui/toolbar/wrench_icon_painter.cc     int y = center.y() - image->height() * kBarCount / 2;
height            160 chrome/browser/ui/toolbar/wrench_icon_painter.cc       canvas->DrawImageInt(*image, 0, 0, width, image->height(),
height            161 chrome/browser/ui/toolbar/wrench_icon_painter.cc                             x, y, width, image->height(), false, paint);
height            162 chrome/browser/ui/toolbar/wrench_icon_painter.cc       y += image->height();
height             53 chrome/browser/ui/views/app_list/linux/app_list_linux.cc                           ? view_size.height()
height             59 chrome/browser/ui/views/app_list/linux/app_list_linux_unittest.cc   void SetWorkArea(int x, int y, int width, int height) {
height             60 chrome/browser/ui/views/app_list/linux/app_list_linux_unittest.cc     display_.set_work_area(gfx::Rect(x, y, width, height));
height             60 chrome/browser/ui/views/app_list/win/app_list_win_unittest.cc   void SetWorkArea(int x, int y, int width, int height) {
height             61 chrome/browser/ui/views/app_list/win/app_list_win_unittest.cc     display_.set_work_area(gfx::Rect(x, y, width, height));
height             74 chrome/browser/ui/views/app_list/win/app_list_win_unittest.cc             work_area.x(), work_area.y(), kTaskbarSize, work_area.height());
height             81 chrome/browser/ui/views/app_list/win/app_list_win_unittest.cc                       work_area.height());
height             90 chrome/browser/ui/views/app_list/win/app_list_win_unittest.cc                       work_area.y() + work_area.height() - kTaskbarSize,
height            287 chrome/browser/ui/views/apps/chrome_native_app_window_views.cc                               initial_window_bounds.height());
height            293 chrome/browser/ui/views/apps/chrome_native_app_window_views.cc   if (preferred_size_.height() == 0)
height            295 chrome/browser/ui/views/apps/chrome_native_app_window_views.cc   else if (preferred_size_.height() < kMinPanelHeight)
height            320 chrome/browser/ui/views/apps/chrome_native_app_window_views.cc                             preferred_size_.height());
height            168 chrome/browser/ui/views/autofill/autofill_dialog_views.cc     int height = 0;
height            176 chrome/browser/ui/views/autofill/autofill_dialog_views.cc         height = std::max(height, size.height());
height            182 chrome/browser/ui/views/autofill/autofill_dialog_views.cc     return gfx::Size(width + insets.width(), height + insets.height());
height            195 chrome/browser/ui/views/autofill/autofill_dialog_views.cc           (bounds.height() - icon->bounds().height()) / 2);
height            205 chrome/browser/ui/views/autofill/autofill_dialog_views.cc                            preferred_width, bounds.height());
height            212 chrome/browser/ui/views/autofill/autofill_dialog_views.cc       label->SetBounds(start_x, bounds.y(), end_x - start_x, bounds.height());
height            327 chrome/browser/ui/views/autofill/autofill_dialog_views.cc     return child_at(0)->GetHeightForWidth(label_width) + GetInsets().height();
height            345 chrome/browser/ui/views/autofill/autofill_dialog_views.cc           icon_width + kDialogEdgePadding, GetLocalBounds().height());
height            349 chrome/browser/ui/views/autofill/autofill_dialog_views.cc                            right_bound - bounds.x(), bounds.height());
height            419 chrome/browser/ui/views/autofill/autofill_dialog_views.cc                                (height() - container_size.height()) / 2,
height            421 chrome/browser/ui/views/autofill/autofill_dialog_views.cc                                container_size.height());
height            620 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   y -= image_size.height() + kOverlayImageBottomMargin;
height            621 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   image_view_->SetBounds(bounds.x(), y, bounds.width(), image_size.height());
height            975 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   size.Enlarge(insets.width(), insets.height());
height           1070 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   int height = 0;
height           1071 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   CanUseVerticallyCompactText(width, &height);
height           1072 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   return height;
height           1264 chrome/browser/ui/views/autofill/autofill_dialog_views.cc                                         GetContentsBounds().height());
height           1406 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   int min_height = GetDialogClientView()->GetContentsBounds().height();
height           1490 chrome/browser/ui/views/autofill/autofill_dialog_views.cc     if (notification_height > notification_area_->GetInsets().height())
height           1761 chrome/browser/ui/views/autofill/autofill_dialog_views.cc     return gfx::Size(width + insets.width(), size.height() + insets.height());
height           1765 chrome/browser/ui/views/autofill/autofill_dialog_views.cc     const int height = overlay_view_->GetHeightForContentsForWidth(width);
height           1766 chrome/browser/ui/views/autofill/autofill_dialog_views.cc     if (height != 0)
height           1767 chrome/browser/ui/views/autofill/autofill_dialog_views.cc       return gfx::Size(width + insets.width(), height + insets.height());
height           1772 chrome/browser/ui/views/autofill/autofill_dialog_views.cc                      loading_shield_height_ + insets.height());
height           1775 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   int height = 0;
height           1777 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   if (notification_height > notification_area_->GetInsets().height())
height           1778 chrome/browser/ui/views/autofill/autofill_dialog_views.cc     height += notification_height + views::kRelatedControlVerticalSpacing;
height           1781 chrome/browser/ui/views/autofill/autofill_dialog_views.cc     height += get_minimum_size ? kMinimumContentsHeight : scroll_size.height();
height           1783 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   return gfx::Size(width + insets.width(), height + insets.height());
height           1798 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   int height = dialog_host->GetMaximumDialogSize().height();
height           1799 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   const int non_client_height = GetWidget()->non_client_view()->height();
height           1800 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   const int client_height = GetWidget()->client_view()->height();
height           1802 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   height -= non_client_height - client_height - 12;
height           1803 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   height = std::max(height, kMinimumContentsHeight);
height           1807 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   return gfx::Size(width, height);
height             87 chrome/browser/ui/views/autofill/autofill_popup_view_views.cc                 entry_rect.height()),
height             95 chrome/browser/ui/views/autofill/autofill_popup_view_views.cc   int row_height = controller_->GetRowBounds(index).height();
height            100 chrome/browser/ui/views/autofill/autofill_popup_view_views.cc     int icon_y = entry_rect.y() + (row_height - image->height()) / 2;
height            123 chrome/browser/ui/views/autofill/autofill_popup_view_views.cc                 entry_rect.height()),
height            111 chrome/browser/ui/views/autofill/decorated_textfield.cc   static const int height =
height            112 chrome/browser/ui/views/autofill/decorated_textfield.cc       views::LabelButton(NULL, base::string16()).GetPreferredSize().height();
height            114 chrome/browser/ui/views/autofill/decorated_textfield.cc   return gfx::Size(size.width(), std::max(size.height(), height));
height            127 chrome/browser/ui/views/autofill/decorated_textfield.cc     int y = bounds.y() + (bounds.height() - icon_size.height()) / 2;
height            128 chrome/browser/ui/views/autofill/decorated_textfield.cc     gfx::Rect icon_bounds(x, y, icon_size.width(), icon_size.height());
height            131 chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc   int height = bounds.height() - border_insets.height();
height            133 chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc   return gfx::Rect(gfx::Point(x, y), gfx::Size(width, height));
height             25 chrome/browser/ui/views/autofill/tooltip_icon.cc   origin.Offset(-pref_size.width() / 2, -pref_size.height() / 2);
height             28 chrome/browser/ui/views/autofill/tooltip_icon.cc                      local_bounds.bottom() - (origin.y() + pref_size.height()),
height             62 chrome/browser/ui/views/avatar_label.cc   gfx::Rect rect(1, 1, view.size().width() - 2, view.size().height() - 2);
height             77 chrome/browser/ui/views/avatar_label.cc   rect = gfx::Rect(2, 2, view.size().width() - 4, view.size().height() - 4);
height            118 chrome/browser/ui/views/avatar_menu_bubble_view.cc   canvas->DrawImageInt(icon_, 0, 0, icon_.width(), icon_.height(), 0, 0,
height            119 chrome/browser/ui/views/avatar_menu_bubble_view.cc                        icon_size_.width(), icon_size_.height(), true);
height            121 chrome/browser/ui/views/avatar_menu_bubble_view.cc                        size().height() - badge_.height());
height            130 chrome/browser/ui/views/avatar_menu_bubble_view.cc   int height = icon_size.height() + badge.height() * kBadgeOverlapRatioY;
height            131 chrome/browser/ui/views/avatar_menu_bubble_view.cc   return gfx::Size(width, height);
height            314 chrome/browser/ui/views/avatar_menu_bubble_view.cc     icon_rect.set_y((height() - icon_rect.height()) / 2);
height            317 chrome/browser/ui/views/avatar_menu_bubble_view.cc     icon_rect = GetCenteredAndScaledRect(icon.width(), icon.height(), 0, 0,
height            318 chrome/browser/ui/views/avatar_menu_bubble_view.cc         profiles::kAvatarIconWidth, height());
height            332 chrome/browser/ui/views/avatar_menu_bubble_view.cc   int labels_height = name_size.height() + kNameStatePaddingY +
height            333 chrome/browser/ui/views/avatar_menu_bubble_view.cc       std::max(state_size.height(), edit_size.height());
height            334 chrome/browser/ui/views/avatar_menu_bubble_view.cc   int y = (height() - labels_height) / 2;
height            335 chrome/browser/ui/views/avatar_menu_bubble_view.cc   name_label_->SetBounds(label_x, y, name_size.width(), name_size.height());
height            338 chrome/browser/ui/views/avatar_menu_bubble_view.cc   sync_state_label_->SetBounds(label_x, bottom - state_size.height(),
height            339 chrome/browser/ui/views/avatar_menu_bubble_view.cc                                state_size.width(), state_size.height());
height            341 chrome/browser/ui/views/avatar_menu_bubble_view.cc   edit_link_->SetBounds(label_x, bottom - edit_size.height(),
height            342 chrome/browser/ui/views/avatar_menu_bubble_view.cc                         edit_size.width(), edit_size.height());
height            397 chrome/browser/ui/views/avatar_menu_bubble_view.cc   gfx::Size icon_size = GetCenteredAndScaledRect(icon.width(), icon.height(),
height            541 chrome/browser/ui/views/avatar_menu_bubble_view.cc     preferred_size.Enlarge(0, size.height() + kItemMarginY);
height            547 chrome/browser/ui/views/avatar_menu_bubble_view.cc         0, kSeparatorPaddingY * 2 + separator_->GetPreferredSize().height());
height            550 chrome/browser/ui/views/avatar_menu_bubble_view.cc     preferred_size.Enlarge(0, buttons_size.height());
height            559 chrome/browser/ui/views/avatar_menu_bubble_view.cc     preferred_size.Enlarge(0, size.height());
height            565 chrome/browser/ui/views/avatar_menu_bubble_view.cc         kSeparatorPaddingY * 4 + separator_->GetPreferredSize().height() * 2);
height            570 chrome/browser/ui/views/avatar_menu_bubble_view.cc       gfx::Size(kBubbleViewMaxWidth, preferred_size.height()));
height            590 chrome/browser/ui/views/avatar_menu_bubble_view.cc     int item_height = item_view->GetPreferredSize().height();
height            598 chrome/browser/ui/views/avatar_menu_bubble_view.cc     separator_height = separator_->GetPreferredSize().height();
height            606 chrome/browser/ui/views/avatar_menu_bubble_view.cc         width(), buttons_view_->GetPreferredSize().height());
height            609 chrome/browser/ui/views/avatar_menu_bubble_view.cc     gfx::Rect icon_bounds(0, y, icon_size.width(), icon_size.height());
height            613 chrome/browser/ui/views/avatar_menu_bubble_view.cc     int height = managed_user_info_->GetHeightForWidth(info_width);
height            616 chrome/browser/ui/views/avatar_menu_bubble_view.cc         y, info_width, height);
height            617 chrome/browser/ui/views/avatar_menu_bubble_view.cc     y += height + kItemMarginY + kSeparatorPaddingY;
height            620 chrome/browser/ui/views/avatar_menu_bubble_view.cc     int link_height = switch_profile_link_->GetPreferredSize().height();
height             52 chrome/browser/ui/views/avatar_menu_button.cc   if (old_height_ != height() || button_icon_.isNull()) {
height             53 chrome/browser/ui/views/avatar_menu_button.cc     old_height_ = height();
height             55 chrome/browser/ui/views/avatar_menu_button.cc         *icon_, is_rectangle_, width(), height()).ToImageSkia();
height             69 chrome/browser/ui/views/avatar_menu_button.cc   int dst_height = Round(button_icon_.height() * scale);
height             74 chrome/browser/ui/views/avatar_menu_button.cc   int dst_y = Round((height() - dst_height) / 2.0);
height             76 chrome/browser/ui/views/avatar_menu_button.cc       button_icon_.height(), dst_x, dst_y, dst_width, dst_height, false);
height             52 chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc   int ascent = 0, descent = 0, height = 0, width = 0;
height             59 chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc       descent = std::max(descent, pref.height() - baseline);
height             61 chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc       height = std::max(pref.height(), height);
height             67 chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc     height = std::max(ascent + descent, height);
height             68 chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc   return gfx::Size(width, height);
height             82 chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc       y = (height() - pref.height()) / 2;
height             84 chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc     view->SetBounds(x, y, view_width, pref.height());
height            392 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc         canvas, kSeparatorStartX, height(), 1,
height            524 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc   if (loc.x() < 0 || loc.x() >= width() || loc.y() < 0 || loc.y() >= height())
height            690 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc   int height = chrome::kBookmarkBarHeight;
height            694 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc     height += static_cast<int>(
height            717 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc   return gfx::Size(width, height);
height            732 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc     if (height() > 0) {
height            752 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc     int h = height();
height            765 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc       h = GetBookmarkButton(0)->height();
height           1721 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc   int height = chrome::kBookmarkBarHeight - kBottomMargin;
height           1727 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc     y += (View::height() - chrome::kBookmarkBarHeight) / 2;
height           1734 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc     y += View::height() - chrome::kBookmarkBarHeight;
height           1757 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc                                      height);
height           1770 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc           height);
height           1783 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc         child->SetBounds(x, y, pref.width(), height);
height           1801 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc     overflow_button_->SetBounds(x, y, overflow_pref.width(), height);
height           1812 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc                                            height + top_margin + kBottomMargin -
height           1823 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc                                           height);
height            171 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc       bb_view_->SetBounds(0, 0, bb_view_pref_.width(), bb_view_pref_.height());
height            568 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc     gfx::Point loc(1, target_menu->height() - 1);
height            583 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc     gfx::Point loc(1, target_menu->height() - 2);
height            677 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc     gfx::Point loc(other_button->width() / 2, other_button->height() / 2);
height            699 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc     gfx::Point loc(other_button->width() / 2, other_button->height() / 2);
height            777 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc     gfx::Point loc(other_button->width() / 2, other_button->height() / 2);
height            798 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc     gfx::Point loc(other_button->width() / 2, other_button->height() / 2);
height            812 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc     gfx::Point loc(button->width() / 2, button->height() / 2);
height            883 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc                    scroll_down_button->height() / 2);
height           1555 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc     gfx::Point button_center(button->width() / 2, button->height() / 2);
height           1627 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc     gfx::Point button_center(button->width() / 2, button->height() / 2);
height           1733 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc       const int height = bb_view->height();
height           1734 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc       bb_view->SetBounds(0,0, width - 22, height);
height           1735 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc       test_view->SetBounds(width - 20, 0, 20, height);
height             60 chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.cc                    menu_button->height() - 1);
height            171 chrome/browser/ui/views/collected_cookies_views.cc         width(), height() - views::kRelatedControlVerticalSpacing);
height            296 chrome/browser/ui/views/collected_cookies_views.cc   return gfx::Size(0, View::GetMinimumSize().height());
height            146 chrome/browser/ui/views/conflicting_module_view_win.cc       0, views::GridLayout::FIXED, icon_size.width(), icon_size.height());
height            185 chrome/browser/ui/views/create_application_shortcut_view.cc       bitmap.height() == kIconPreviewSizePixels) {
height            338 chrome/browser/ui/views/create_application_shortcut_view.cc   int height = GetLayoutManager()->GetPreferredHeightForWidth(this,
height            340 chrome/browser/ui/views/create_application_shortcut_view.cc   return gfx::Size(kDialogWidth, height);
height            469 chrome/browser/ui/views/create_application_shortcut_view.cc                                 unprocessed_icons_.back().height);
height            565 chrome/browser/ui/views/desktop_media_picker_views.cc       rect.width(), rect.height() - scroll_view_top);
height             36 chrome/browser/ui/views/detachable_toolbar_view.cc                        bounds.y(), bounds.width(), bounds.height());
height             44 chrome/browser/ui/views/detachable_toolbar_view.cc                          toolbar_left->width(), bounds.height());
height             49 chrome/browser/ui/views/detachable_toolbar_view.cc                          toolbar_right->width(), bounds.height());
height             63 chrome/browser/ui/views/detachable_toolbar_view.cc            SkDoubleToScalar(view->height() - vertical_padding - 0.5));
height             75 chrome/browser/ui/views/detachable_toolbar_view.cc   int y = at_top ? 0 : (view->height() - thickness);
height            112 chrome/browser/ui/views/detachable_toolbar_view.cc                                                  int height,
height            120 chrome/browser/ui/views/detachable_toolbar_view.cc       vertical_padding + 1, height / 2, top_color, middle_color);
height            125 chrome/browser/ui/views/detachable_toolbar_view.cc                 SkIntToScalar(height / 2) };
height            131 chrome/browser/ui/views/detachable_toolbar_view.cc       height / 2, height - vertical_padding, middle_color, bottom_color);
height            134 chrome/browser/ui/views/detachable_toolbar_view.cc                      SkIntToScalar(height / 2),
height            136 chrome/browser/ui/views/detachable_toolbar_view.cc                      SkIntToScalar(height - vertical_padding) };
height             86 chrome/browser/ui/views/detachable_toolbar_view.h                                    int height,
height            203 chrome/browser/ui/views/download/download_item_view.cc                                   normal_body_image_set_.top_left->height() +
height            204 chrome/browser/ui/views/download/download_item_view.cc                                   normal_body_image_set_.bottom_left->height());
height            348 chrome/browser/ui/views/download/download_item_view.cc     int y = (height() - dangerous_download_label_->height()) / 2;
height            351 chrome/browser/ui/views/download/download_item_view.cc                                          dangerous_download_label_->height());
height            354 chrome/browser/ui/views/download/download_item_view.cc     y = (height() - button_size.height()) / 2;
height            356 chrome/browser/ui/views/download/download_item_view.cc       save_button_->SetBounds(x, y, button_size.width(), button_size.height());
height            359 chrome/browser/ui/views/download/download_item_view.cc     discard_button_->SetBounds(x, y, button_size.width(), button_size.height());
height            365 chrome/browser/ui/views/download/download_item_view.cc   int width, height;
height            368 chrome/browser/ui/views/download/download_item_view.cc   height = 2 * kVerticalPadding + 2 * font_list_.GetHeight() +
height            371 chrome/browser/ui/views/download/download_item_view.cc   height = std::max<int>(height, DownloadShelf::kSmallProgressIconSize);
height            382 chrome/browser/ui/views/download/download_item_view.cc     height = std::max<int>(height, 2 * kVerticalPadding + button_size.height());
height            384 chrome/browser/ui/views/download/download_item_view.cc     height = std::max<int>(height, 2 * kVerticalPadding +
height            385 chrome/browser/ui/views/download/download_item_view.cc                                    warning_icon_->height());
height            399 chrome/browser/ui/views/download/download_item_view.cc   return gfx::Size(width, height);
height            872 chrome/browser/ui/views/download/download_item_view.cc       icon_y = (height() - icon->height()) / 2;
height           1067 chrome/browser/ui/views/download/download_item_view.cc                                    int x, int y, int height, int width) {
height           1068 chrome/browser/ui/views/download/download_item_view.cc   int middle_height = height - top_image->height() - bottom_image->height();
height           1071 chrome/browser/ui/views/download/download_item_view.cc                        0, 0, top_image->width(), top_image->height(),
height           1072 chrome/browser/ui/views/download/download_item_view.cc                        x, y, width, top_image->height(), false);
height           1073 chrome/browser/ui/views/download/download_item_view.cc   y += top_image->height();
height           1076 chrome/browser/ui/views/download/download_item_view.cc                        0, 0, center_image->width(), center_image->height(),
height           1081 chrome/browser/ui/views/download/download_item_view.cc                        0, 0, bottom_image->width(), bottom_image->height(),
height           1082 chrome/browser/ui/views/download/download_item_view.cc                        x, y, width, bottom_image->height(), false);
height           1223 chrome/browser/ui/views/download/download_item_view.cc                std::max(size.height(), discard_size.height()));
height           1292 chrome/browser/ui/views/download/download_item_view.cc   dangerous_download_label_->SetBounds(0, 0, size.width(), size.height());
height            181 chrome/browser/ui/views/download/download_item_view.h                     int height,
height             85 chrome/browser/ui/views/download/download_shelf_view.cc   size->set_height(std::max(view_preferred.height(), size->height()));
height            180 chrome/browser/ui/views/download/download_shelf_view.cc         static_cast<double>(prefsize.height()) *
height            230 chrome/browser/ui/views/download/download_shelf_view.cc                           CenterPosition(image_size.height(), height()),
height            231 chrome/browser/ui/views/download/download_shelf_view.cc                           image_size.width(), image_size.height());
height            234 chrome/browser/ui/views/download/download_shelf_view.cc                             CenterPosition(show_all_size.height(), height()),
height            236 chrome/browser/ui/views/download/download_shelf_view.cc                             show_all_size.height());
height            241 chrome/browser/ui/views/download/download_shelf_view.cc   int y = CenterPosition(close_button_size.height(), height());
height            244 chrome/browser/ui/views/download/download_shelf_view.cc       is_maximized ? height() - y : close_button_size.height());
height            272 chrome/browser/ui/views/download/download_shelf_view.cc       (*ri)->SetBounds(x, CenterPosition(view_size.height(), height()),
height            273 chrome/browser/ui/views/download/download_shelf_view.cc                        item_width, view_size.height());
height             71 chrome/browser/ui/views/download/download_started_animation_views.cc   if (web_contents_bounds_.height() < kDownloadImage->height())
height            100 chrome/browser/ui/views/download/download_started_animation_views.cc           size.height() - size.height() * (1 - GetCurrentValue())),
height            102 chrome/browser/ui/views/download/download_started_animation_views.cc       size.height()));
height            192 chrome/browser/ui/views/dropdown_bar_host.cc                                        pref_size.height());
height            242 chrome/browser/ui/views/dropdown_bar_host.cc   int h = new_pos.height();
height             70 chrome/browser/ui/views/dropdown_bar_view.cc   int mask_height = left_alpha_mask_->height();
height             71 chrome/browser/ui/views/dropdown_bar_view.cc   int height = view->bounds().height();
height             75 chrome/browser/ui/views/dropdown_bar_view.cc       0, 0, view->bounds().width(), height);
height             81 chrome/browser/ui/views/dropdown_bar_view.cc       0, 0, left_edge_width, height, false, paint);
height             86 chrome/browser/ui/views/dropdown_bar_view.cc       mask_height, x_right_edge, 0, right_edge_width, height, false, paint);
height             54 chrome/browser/ui/views/extensions/extension_dialog.cc     int height,
height             65 chrome/browser/ui/views/extensions/extension_dialog.cc   host->view()->SetPreferredSize(gfx::Size(width, height));
height             72 chrome/browser/ui/views/extensions/extension_dialog.cc   dialog->InitWindow(parent_window, width, height);
height             87 chrome/browser/ui/views/extensions/extension_dialog.cc                                  int height) {
height             93 chrome/browser/ui/views/extensions/extension_dialog.cc   int y = center.y() - height / 2;
height             98 chrome/browser/ui/views/extensions/extension_dialog.cc   gfx::Rect bounds_rect = gfx::Rect(x, y, width, height);
height            139 chrome/browser/ui/views/extensions/extension_dialog.cc void ExtensionDialog::SetMinimumContentsSize(int width, int height) {
height            140 chrome/browser/ui/views/extensions/extension_dialog.cc   host_->view()->SetPreferredSize(gfx::Size(width, height));
height             45 chrome/browser/ui/views/extensions/extension_dialog.h                                int height,
height             62 chrome/browser/ui/views/extensions/extension_dialog.h   void SetMinimumContentsSize(int width, int height);
height             94 chrome/browser/ui/views/extensions/extension_dialog.h   void InitWindow(aura::Window* parent_window, int width, int height);
height            852 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc       std::min(scrollable_size.height(), kDialogMaxHeight));
height            858 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc         dialog_width, std::min(header_only_size.height(), kDialogMaxHeight));
height            903 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc     gfx::Size size(image->width(), image->height());
height            904 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc     if (size.width() > kIconSize || size.height() > kIconSize)
height           1019 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc       int spacing = bounds.height() -
height           1020 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc           scrollable_header_only_->GetPreferredSize().height();
height           1021 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc       int content_height = std::min(scrollable_->GetPreferredSize().height(),
height           1050 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc   scroll_view_->SetBounds(0, 0, width(), height());
height           1061 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc         cancel_button->GetPreferredSize().height() - vertical_margin;
height           1068 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc           y_buttons + (cancel_button->height() - link_size.height()) / 2,
height           1069 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc           link_size.width(), link_size.height());
height           1075 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc           y_buttons + (cancel_button->height() - label_size.height()) / 2,
height           1076 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc           label_size.width(), label_size.height());
height           1177 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc   return gfx::Size(size.width(), size.height() * state_);
height            169 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc     gfx::Size size(icon->width(), icon->height());
height            170 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc     if (size.width() > kIconSize || size.height() > kIconSize)
height            328 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc     int height = 0;
height            331 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc       return height;
height            339 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc         offset_x, offset_y, link_size.width(), link_size.height());
height            345 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc                             contents_area.height(), gfx::ELIDE_LONG_WORDS,
height            363 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc                            line->GetStringSize().height());
height            365 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc       position.set_y(position.y() + size.height());
height            367 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc       height += size.height();
height            375 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc     return height;
height            386 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc     int height = kVertOuterMargin;
height            387 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc     height += heading_->GetHeightForWidth(kRightColumnWidth);
height            388 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc     height += kVertInnerMargin;
height            391 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc       height += how_to_use_->GetHeightForWidth(kRightColumnWidth);
height            392 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc       height += kVertInnerMargin;
height            396 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc       height += manage_->GetHeightForWidth(kRightColumnWidth);
height            397 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc       height += kVertInnerMargin;
height            401 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc       height += height_of_signin_promo_;
height            402 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc       height += kVertInnerMargin;
height            406 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc       height += manage_shortcut_->GetHeightForWidth(kRightColumnWidth);
height            407 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc       height += kVertInnerMargin;
height            410 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc     return gfx::Size(width, std::max(height, kIconSize + 2 * kVertOuterMargin));
height            425 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc     y += heading_->height();
height            432 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc       y += how_to_use_->height();
height            440 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc       y += manage_->height();
height            455 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc                                   sz.height());
height            456 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc       y += manage_shortcut_->height();
height            467 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc     close_button_->SetBounds(x - 1, y - 1, sz.width(), sz.height());
height            599 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc         gfx::Size(0, location_bar_view->omnibox_view()->height()));
height            154 chrome/browser/ui/views/extensions/extension_popup.cc   sz.set_height(std::max(kMinHeight, std::min(kMaxHeight, sz.height())));
height            163 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc   gfx::Size size(icon->width(), icon->height());
height            164 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc   if (size.width() > kIconSize || size.height() > kIconSize)
height            208 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc   int height = views::kPanelVertMargin * 2;
height            209 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc   height += heading_->GetHeightForWidth(kRightColumnWidth);
height            212 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc                    std::max(height, kIconSize + views::kPanelVertMargin * 2));
height            221 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc   if (heading_->height() <= kIconSize) {
height            227 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc     heading_->SetY(y + (kIconSize - heading_->height()) / 2);
height            230 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc                      y + (heading_->height() - kIconSize) / 2,
height             53 chrome/browser/ui/views/extensions/media_galleries_dialog_views.cc   int height = pref.height();
height             56 chrome/browser/ui/views/extensions/media_galleries_dialog_views.cc     height = std::max(parent()->height(), height);
height             58 chrome/browser/ui/views/extensions/media_galleries_dialog_views.cc   SetBounds(x(), y(), width, height);
height             50 chrome/browser/ui/views/extensions/media_galleries_scan_result_dialog_views.cc   int height = pref.height();
height             53 chrome/browser/ui/views/extensions/media_galleries_scan_result_dialog_views.cc     height = std::max(parent()->height(), height);
height             55 chrome/browser/ui/views/extensions/media_galleries_scan_result_dialog_views.cc   SetBounds(x(), y(), width, height);
height            111 chrome/browser/ui/views/extensions/media_gallery_checkbox_view.cc   checkbox_->SetBounds(area.x(), area.y(), checkbox_width, area.height());
height            114 chrome/browser/ui/views/extensions/media_gallery_checkbox_view.cc                                      folder_viewer_width, area.height());
height            119 chrome/browser/ui/views/extensions/media_gallery_checkbox_view.cc         area.y(), secondary_text_width, area.height());
height            278 chrome/browser/ui/views/find_bar_host.cc   if (widget_bounds.height() < prefsize.height())
height            288 chrome/browser/ui/views/find_bar_host.cc   view_location.SetRect(x, y, prefsize.width(), prefsize.height());
height            157 chrome/browser/ui/views/find_bar_view.cc   preferred_height_ = rb.GetImageSkiaNamed(IDR_FIND_DIALOG_MIDDLE)->height();
height            249 chrome/browser/ui/views/find_bar_view.cc                               find_next_button_->height());
height            258 chrome/browser/ui/views/find_bar_view.cc   canvas->ClipRect(gfx::Rect(0, 0, find_previous_button_->x(), height()));
height            270 chrome/browser/ui/views/find_bar_view.cc       find_previous_button_->height() - 6);  // Subtract 3px x 2.
height            272 chrome/browser/ui/views/find_bar_view.cc       (height() - match_count_background_bounds.height()) / 2);
height            289 chrome/browser/ui/views/find_bar_view.cc                            (height() - sz.height()) / 2,
height            291 chrome/browser/ui/views/find_bar_view.cc                            sz.height());
height            300 chrome/browser/ui/views/find_bar_view.cc                                (height() - sz.height()) / 2,
height            302 chrome/browser/ui/views/find_bar_view.cc                                 sz.height());
height            308 chrome/browser/ui/views/find_bar_view.cc                                    (height() - sz.height()) / 2,
height            310 chrome/browser/ui/views/find_bar_view.cc                                    sz.height());
height            320 chrome/browser/ui/views/find_bar_view.cc   int find_text_y = (height() - find_text_->GetPreferredSize().height()) / 2;
height            324 chrome/browser/ui/views/find_bar_view.cc                                sz.width(), sz.height());
height            330 chrome/browser/ui/views/find_bar_view.cc                         find_text_->GetPreferredSize().height());
height            339 chrome/browser/ui/views/find_bar_view.cc       find_previous_button_->height());
height            141 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc                    client_bounds.height() + top_height + border_thickness);
height            198 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc                       SkIntToScalar(size.height()));
height            199 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc   window_mask->lineTo(0, SkIntToScalar(size.height()));
height            228 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc   client_view_bounds_ = CalculateClientAreaBounds(width(), height());
height            284 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc   return std::max(BrowserFrame::GetTitleFontList().height(), kIconMinimumSize);
height            341 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc   canvas->FillRect(gfx::Rect(0, 0, width(), theme_frame->height()),
height            344 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc   int remaining_height = height() - theme_frame->height();
height            347 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc     canvas->FillRect(gfx::Rect(0, theme_frame->height(), left_edge->width(),
height            350 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc                                theme_frame->height(), right_edge->width(),
height            356 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc                                  height() - bottom_edge->height(), center_width,
height            357 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc                                  bottom_edge->height()), frame_color);
height            362 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc   canvas->TileImageInt(*theme_frame, 0, 0, width(), theme_frame->height());
height            367 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc                        width() - top_right_corner->width(), top_edge->height());
height            373 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc       top_right_corner->height(), right_edge->width(),
height            374 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc       height() - top_right_corner->height() - bottom_right_corner->height());
height            379 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc                        height() - bottom_right_corner->height());
height            381 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc       height() - bottom_edge->height(),
height            383 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc       bottom_edge->height());
height            385 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc                        height() - bottom_left_corner->height());
height            388 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc   canvas->TileImageInt(*left_edge, 0, top_left_corner->height(),
height            390 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc       height() - top_left_corner->height() - bottom_left_corner->height());
height            398 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc                        frame_image->height());
height            403 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc   int edge_height = titlebar_bottom->height() - kClientEdgeThickness;
height            419 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc   gfx::Rect client_area_bounds = CalculateClientAreaBounds(width(), height());
height            435 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc   int top_edge_y = client_area_top - top->height();
height            439 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc                        client_area_bounds.width(), top->height());
height            453 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc                        client_area_bounds.width(), bottom_right->height());
height            480 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc       (NonClientTopBorderHeight() - close_button_size.height()) / 2;
height            486 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc       close_button_size.height() + top_extra_height);
height            503 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc       icon_bounds.y() + ((icon_bounds.height() - title_height - 1) / 2),
height            509 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc     int height) const {
height            514 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc                    std::max(0, height - top_height - border_thickness));
height             97 chrome/browser/ui/views/frame/app_panel_browser_frame_view.h   gfx::Rect CalculateClientAreaBounds(int width, int height) const;
height            102 chrome/browser/ui/views/frame/browser_header_painter_ash.cc                                   bounds.width(), bounds.height());
height            246 chrome/browser/ui/views/frame/browser_header_painter_ash.cc       caption_button_container_size.height());
height            252 chrome/browser/ui/views/frame/browser_header_painter_ash.cc     int icon_offset_y = (caption_button_container_->height() - icon_size) / 2;
height            262 chrome/browser/ui/views/frame/browser_header_painter_ash.cc void BrowserHeaderPainterAsh::SetHeaderHeightForPainting(int height) {
height            263 chrome/browser/ui/views/frame/browser_header_painter_ash.cc   painted_height_ = height;
height            296 chrome/browser/ui/views/frame/browser_header_painter_ash.cc   int top_left_height = top_left_corner.height();
height            300 chrome/browser/ui/views/frame/browser_header_painter_ash.cc   int top_right_height = top_right_corner.height();
height            310 chrome/browser/ui/views/frame/browser_header_painter_ash.cc       top_edge.height());
height             50 chrome/browser/ui/views/frame/browser_header_painter_ash.h   virtual void SetHeaderHeightForPainting(int height) OVERRIDE;
height            144 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc                    tabstrip->GetPreferredSize().height());
height            280 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc         browser_view()->tabstrip()->GetPreferredSize().height();
height            313 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc      if (rect_in_tabstrip_coords.y() > tabstrip->height())
height            341 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc   return gfx::Size(min_width, min_client_view_size.height());
height            420 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc   int avatar_restored_y = avatar_bottom - incognito_icon.height();
height            459 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc   canvas->TileImageInt(*frame_image, 0, 0, width(), frame_image->height());
height            473 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc   int h = toolbar_bounds.height();
height            500 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc       w, theme_toolbar->height());
height            517 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc                        toolbar_left->width(), theme_toolbar->height());
height            524 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc                        toolbar_right->width(), theme_toolbar->height());
height            170 chrome/browser/ui/views/frame/browser_root_view.cc   return event.y() < tab_loc_in_host.y() + tabstrip()->height();
height            217 chrome/browser/ui/views/frame/browser_view.cc   SkScalar y = SkIntToScalar(view->height()) - SkFloatToScalar(thickness);
height            234 chrome/browser/ui/views/frame/browser_view.cc   if (view->height() >= toolbar_overlap) {
height            538 chrome/browser/ui/views/frame/browser_view.cc   return IsTabStripVisible() ? tabstrip_->GetPreferredSize().height() : 0;
height           1102 chrome/browser/ui/views/frame/browser_view.cc       bookmark_bar_view_->GetPreferredSize().height() != 0) {
height           1150 chrome/browser/ui/views/frame/browser_view.cc   if (bookmark_bar_view_->GetPreferredSize().height() == 0)
height           1683 chrome/browser/ui/views/frame/browser_view.cc           bounds->height() + toolbar_->GetPreferredSize().height());
height           2114 chrome/browser/ui/views/frame/browser_view.cc   if (bookmark_bar_view_->GetPreferredSize().height() !=
height           2115 chrome/browser/ui/views/frame/browser_view.cc       bookmark_bar_view_->height())
height            178 chrome/browser/ui/views/frame/browser_view_layout.cc   if (tabstrip_size.height() && toolbar_size.height())
height            193 chrome/browser/ui/views/frame/browser_view_layout.cc       tabstrip_size.height() + toolbar_size.height() +
height            194 chrome/browser/ui/views/frame/browser_view_layout.cc       bookmark_bar_size.height() + infobar_container_size.height() +
height            195 chrome/browser/ui/views/frame/browser_view_layout.cc       contents_size.height();
height            241 chrome/browser/ui/views/frame/browser_view_layout.cc   bounding_box.set_height(std::max(0, bounding_box.height() + height_delta));
height            295 chrome/browser/ui/views/frame/browser_view_layout.cc   bv_bounds.set_height(bv_bounds.height() - toolbar_->y());
height            350 chrome/browser/ui/views/frame/browser_view_layout.cc   int bottom = LayoutDownloadShelf(browser_view->height());
height            425 chrome/browser/ui/views/frame/browser_view_layout.cc                                    ps.height());
height            446 chrome/browser/ui/views/frame/browser_view_layout.cc   int height = toolbar_visible ? toolbar_->GetPreferredSize().height() : 0;
height            448 chrome/browser/ui/views/frame/browser_view_layout.cc   toolbar_->SetBounds(vertical_layout_rect_.x(), y, browser_view_width, height);
height            450 chrome/browser/ui/views/frame/browser_view_layout.cc   return y + height;
height            484 chrome/browser/ui/views/frame/browser_view_layout.cc   int bookmark_bar_height = bookmark_bar_->GetPreferredSize().height();
height            506 chrome/browser/ui/views/frame/browser_view_layout.cc   int height;
height            507 chrome/browser/ui/views/frame/browser_view_layout.cc   int overlapped_top = top - infobar_container_->GetVerticalOverlap(&height);
height            511 chrome/browser/ui/views/frame/browser_view_layout.cc                                 height);
height            512 chrome/browser/ui/views/frame/browser_view_layout.cc   return overlapped_top + height;
height            533 chrome/browser/ui/views/frame/browser_view_layout.cc   int height = 0;
height            539 chrome/browser/ui/views/frame/browser_view_layout.cc     if (child_bottom > height)
height            540 chrome/browser/ui/views/frame/browser_view_layout.cc       height = child_bottom;
height            546 chrome/browser/ui/views/frame/browser_view_layout.cc   height = std::max(height, delegate_->GetTopInsetInBrowserView());
height            548 chrome/browser/ui/views/frame/browser_view_layout.cc   gfx::Rect top_container_bounds(vertical_layout_rect_.width(), height);
height            568 chrome/browser/ui/views/frame/browser_view_layout.cc   return bookmark_bar_->height() -
height            577 chrome/browser/ui/views/frame/browser_view_layout.cc     int height = visible ? download_shelf_->GetPreferredSize().height() : 0;
height            579 chrome/browser/ui/views/frame/browser_view_layout.cc     download_shelf_->SetBounds(vertical_layout_rect_.x(), bottom - height,
height            580 chrome/browser/ui/views/frame/browser_view_layout.cc                                vertical_layout_rect_.width(), height);
height            582 chrome/browser/ui/views/frame/browser_view_layout.cc     bottom -= height;
height            592 chrome/browser/ui/views/frame/browser_view_layout.cc       (infobar_container->GetPreferredSize().height() != 0);
height            141 chrome/browser/ui/views/frame/browser_view_unittest.cc           toolbar->height() -
height            147 chrome/browser/ui/views/frame/browser_view_unittest.cc   EXPECT_EQ(bookmark_bar->height() -
height            150 chrome/browser/ui/views/frame/browser_view_unittest.cc   EXPECT_EQ(bookmark_bar->height() -
height             44 chrome/browser/ui/views/frame/contents_layout_manager.cc   int height = std::max(0, contents_container->height() - top);
height             47 chrome/browser/ui/views/frame/contents_layout_manager.cc   gfx::Size container_size(width, height);
height            142 chrome/browser/ui/views/frame/glass_browser_frame_view.cc                    tabstrip->GetPreferredSize().height());
height            170 chrome/browser/ui/views/frame/glass_browser_frame_view.cc   min_size.Enlarge(insets.width(), insets.height());
height            212 chrome/browser/ui/views/frame/glass_browser_frame_view.cc                    client_bounds.height() + insets.height());
height            347 chrome/browser/ui/views/frame/glass_browser_frame_view.cc                        dest_y, w, theme_toolbar->height());
height            375 chrome/browser/ui/views/frame/glass_browser_frame_view.cc         right_x - (left_x + toolbar_left->width()), toolbar_center->height());
height            394 chrome/browser/ui/views/frame/glass_browser_frame_view.cc   gfx::Rect client_area_bounds = CalculateClientAreaBounds(width(), height());
height            400 chrome/browser/ui/views/frame/glass_browser_frame_view.cc       tp->GetImageSkiaNamed(IDR_CONTENT_TOP_LEFT_CORNER)->height();
height            402 chrome/browser/ui/views/frame/glass_browser_frame_view.cc       std::max(client_area_top, height() - NonClientBorderThickness());
height            415 chrome/browser/ui/views/frame/glass_browser_frame_view.cc       bottom->height());
height            481 chrome/browser/ui/views/frame/glass_browser_frame_view.cc   int avatar_restored_y = avatar_bottom - incognito_icon.height();
height            492 chrome/browser/ui/views/frame/glass_browser_frame_view.cc   client_view_bounds_ = CalculateClientAreaBounds(width(), height());
height            508 chrome/browser/ui/views/frame/glass_browser_frame_view.cc                                                            int height) const {
height            509 chrome/browser/ui/views/frame/glass_browser_frame_view.cc   gfx::Rect bounds(0, 0, width, height);
height             79 chrome/browser/ui/views/frame/glass_browser_frame_view.h   gfx::Rect CalculateClientAreaBounds(int width, int height) const;
height            106 chrome/browser/ui/views/frame/immersive_mode_controller_ash.cc   int height = top_container_size.height() - kAnimationOffsetY;
height            107 chrome/browser/ui/views/frame/immersive_mode_controller_ash.cc   return static_cast<int>(height * (visible_fraction_ - 1));
height            328 chrome/browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc   EXPECT_EQ(header_height, top_container_bounds_in_widget.height());
height            662 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc     int edge_height = top_center->height() - kClientEdgeThickness;
height            679 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc   int h = toolbar_bounds.height();
height            690 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc   int bottom_edge_height = std::min(toolbar_left->height(), h) - split_point;
height            708 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc                        x, bottom_y, w, theme_toolbar->height());
height            728 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc       toolbar_left_mask->height() - bottom_edge_height,
height            739 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc       toolbar_right_mask->height() - bottom_edge_height,
height            747 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc       toolbar_left->height() - bottom_edge_height, toolbar_left->width(),
height            762 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc       toolbar_right->height() - bottom_edge_height, toolbar_right->width(),
height            782 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc       layout_->CalculateClientAreaBounds(width(), height());
height            791 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc         tp->GetImageSkiaNamed(IDR_CONTENT_TOP_LEFT_CORNER)->height();
height            800 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc     int top_edge_y = client_area_top - top_center->height();
height            801 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc     int height = client_area_top - top_edge_y;
height            803 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc     canvas->DrawImageInt(*top_left, 0, 0, top_left->width(), height,
height            805 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc         top_left->width(), height, false);
height            807 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc       client_area_bounds.width(), std::min(height, top_center->height()));
height            808 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc     canvas->DrawImageInt(*top_right, 0, 0, top_right->width(), height,
height            810 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc         top_right->width(), height, false);
height            820 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc       std::max(client_area_top, height() - NonClientBorderThickness());
height            833 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc       bottom->height());
height            930 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc   int top_area_height = frame_image->height();
height            155 chrome/browser/ui/views/frame/opaque_browser_frame_view.h   gfx::Rect CalculateClientAreaBounds(int width, int height) const;
height            160 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc                    tabstrip_preferred_size.height());
height            202 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc                    client_bounds.height() + top_height + border_thickness);
height            263 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc     int height) const {
height            268 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc                    std::max(0, height - top_height - border_thickness));
height            380 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc                                text_width, window_icon_bounds_.height());
height            430 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc   int avatar_restored_y = avatar_bottom - incognito_icon.height();
height            461 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc           avatar_bottom - kAvatarLabelBottomSpacing - label_size.height(),
height            463 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc           delegate_->ShouldShowAvatar() ? label_size.height() : 0);
height            570 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc           button_size.height() + extra_height);
height            592 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc           button_size.height() + extra_height);
height            692 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc       host->width(), host->height());
height             84 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.h   gfx::Rect CalculateClientAreaBounds(int width, int height) const;
height            128 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc     return IsTabStripVisible() ? Tab::GetMinimumUnselectedSize().height() : 0;
height            463 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc   EXPECT_EQ(29, tab_strip_bounds.height());
height            552 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc       menu_button_->bounds().bottom() - 3 - avatar_label_->bounds().height(),
height             19 chrome/browser/ui/views/frame/popup_non_client_frame_view.cc   return gfx::Rect(0, 0, width(), height());
height             46 chrome/browser/ui/views/frame/popup_non_client_frame_view.cc   return gfx::Rect(0, 0, width(), tabstrip->GetPreferredSize().height());
height             49 chrome/browser/ui/views/frame/taskbar_decorator_win.cc         (bitmap->height() == profiles::kAvatarIconHeight)) {
height             65 chrome/browser/ui/views/frame/taskbar_decorator_win.cc         source_bitmap->height() * kOverlayIconSize / source_bitmap->width();
height            296 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc   view_->SetBounds(0, 0, size.width(), size.height());
height            399 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc     view_->SetY(popup_rect.height() - view_->height());
height            461 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc     int total_height = size.height() + kPopupTopPx;
height            464 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc     size.set_height(size.height() - popup_bottom + y_offset);
height             51 chrome/browser/ui/views/infobars/alternate_nav_infobar_view.cc   last_label->SetSize(gfx::Size(last_label_width, last_label->height()));
height             60 chrome/browser/ui/views/infobars/extension_infobar.cc     canvas->DrawImageInt(icon_, 0, 0, icon_.width(), icon_.height(), 0, 0,
height            111 chrome/browser/ui/views/infobars/extension_infobar.cc                 std::min(height() - kSeparatorLineHeight - arrow_height(),
height            112 chrome/browser/ui/views/infobars/extension_infobar.cc                          GetDelegate()->height())));
height            146 chrome/browser/ui/views/infobars/extension_infobar.cc   extension_view_host->view()->SetSize(gfx::Size(0, GetDelegate()->height()));
height             28 chrome/browser/ui/views/infobars/infobar_background.cc   gradient_points[1].iset(0, view->height());
height             55 chrome/browser/ui/views/infobars/infobar_background.cc   canvas->FillRect(gfx::Rect(0, view->height() - InfoBar::kSeparatorLineHeight,
height            252 chrome/browser/ui/views/infobars/infobar_view.cc         SkIntToScalar(width()), SkIntToScalar(height() - kSeparatorLineHeight));
height            305 chrome/browser/ui/views/infobars/infobar_view.cc   int height = kDefaultBarTargetHeight;
height            307 chrome/browser/ui/views/infobars/infobar_view.cc     const int child_height = child_at(i)->height();
height            308 chrome/browser/ui/views/infobars/infobar_view.cc     height = std::max(height, child_height + kMinimumVerticalPadding);
height            310 chrome/browser/ui/views/infobars/infobar_view.cc   SetBarTargetHeight(height);
height            321 chrome/browser/ui/views/infobars/infobar_view.cc   DCHECK_EQ(total_height(), height())
height            356 chrome/browser/ui/views/infobars/infobar_view.cc       std::max((bar_target_height() - view->height()) / 2, 0) -
height             27 chrome/browser/ui/views/infobars/translate_message_infobar.cc   label_->SetBounds(x, OffsetY(label_), width, label_->height());
height             68 chrome/browser/ui/views/location_bar/content_setting_image_view.cc       bitmap.getColor(bitmap.width() / 2, bitmap.height() / 2);
height            185 chrome/browser/ui/views/location_bar/content_setting_image_view.cc       icon_width, height());
height            189 chrome/browser/ui/views/location_bar/content_setting_image_view.cc       height());
height             58 chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc       bitmap.getColor(bitmap.width() / 2, bitmap.height() / 2);
height             90 chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc                     image_->GetPreferredSize().width(), height());
height             94 chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc                     height());
height             86 chrome/browser/ui/views/location_bar/keyword_hint_view.cc                             height());
height             88 chrome/browser/ui/views/location_bar/keyword_hint_view.cc                         height());
height             92 chrome/browser/ui/views/location_bar/keyword_hint_view.cc                              height());
height             16 chrome/browser/ui/views/location_bar/location_bar_layout.cc                         int height,
height             28 chrome/browser/ui/views/location_bar/location_bar_layout.cc   int height;
height             57 chrome/browser/ui/views/location_bar/location_bar_layout.cc                                              int height,
height             65 chrome/browser/ui/views/location_bar/location_bar_layout.cc       height(height),
height             89 chrome/browser/ui/views/location_bar/location_bar_layout.cc                                       int height,
height             97 chrome/browser/ui/views/location_bar/location_bar_layout.cc       y, height, auto_collapse, max_fraction, edge_item_padding, item_padding,
height            102 chrome/browser/ui/views/location_bar/location_bar_layout.cc                                       int height,
height            106 chrome/browser/ui/views/location_bar/location_bar_layout.cc       y, height, false, 0, LocationBarView::GetItemPadding(),
height            173 chrome/browser/ui/views/location_bar/location_bar_layout.cc     (*i)->view->SetBounds(x, (*i)->y, (*i)->computed_width, (*i)->height);
height             45 chrome/browser/ui/views/location_bar/location_bar_layout.h                      int height,
height             54 chrome/browser/ui/views/location_bar/location_bar_layout.h   void AddDecoration(int y, int height, int builtin_padding, views::View* view);
height            141 chrome/browser/ui/views/location_bar/location_bar_view.cc     int height) {
height            151 chrome/browser/ui/views/location_bar/location_bar_view.cc         height - ((internal_leading != 0) ?
height            154 chrome/browser/ui/views/location_bar/location_bar_view.cc     const int space_at_bottom = height - (y_offset + font_list.GetHeight());
height            524 chrome/browser/ui/views/location_bar/location_bar_view.cc       parent()->height() - views::NonClientFrameView::kClientEdgeThickness);
height            778 chrome/browser/ui/views/location_bar/location_bar_view.cc         animated_host_label_->GetPreferredSize().width(), height());
height            784 chrome/browser/ui/views/location_bar/location_bar_view.cc   origin_chip_view_->SetBounds(0, 0, origin_chip_width, height());
height            957 chrome/browser/ui/views/location_bar/location_bar_view.cc                                       location_bounds.height());
height            997 chrome/browser/ui/views/location_bar/location_bar_view.cc         std::min(width, entry_width), location_bounds.height());
height           1480 chrome/browser/ui/views/location_bar/location_bar_view.cc       use_preferred_size ? GetPreferredSize().height() : height();
height            276 chrome/browser/ui/views/location_bar/origin_chip_view.cc       bitmap.getColor(bitmap.width() / 2, bitmap.height() / 2));
height            311 chrome/browser/ui/views/location_bar/origin_chip_view.cc                    icon_size.height());
height            322 chrome/browser/ui/views/location_bar/origin_chip_view.cc       height() - 2 * LocationBarView::kNormalEdgeThickness);
height            332 chrome/browser/ui/views/location_bar/origin_chip_view.cc                          height() - 2 * LocationBarView::kNormalEdgeThickness);
height             37 chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc   int y = (image.height() + 1) % 2;  // Even numbers: 1px padding. Odd: 0px.
height             38 chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc   image_view_->SetBounds(0, y, width(), height());
height            121 chrome/browser/ui/views/message_center/message_center_widget_delegate.cc   int height = MessageCenterView::GetHeightForWidth(width);
height            123 chrome/browser/ui/views/message_center/message_center_widget_delegate.cc     std::min(height, pos_info_.max_height - border_insets_.height()) : height;
height            222 chrome/browser/ui/views/message_center/message_center_widget_delegate.cc   size.Enlarge(border_insets_.width(), border_insets_.height());
height            230 chrome/browser/ui/views/message_center/message_center_widget_delegate.cc     bounds.set_y(corrected_anchor.y() - size.height());
height             77 chrome/browser/ui/views/message_center/web_notification_tray.cc   if (work_area.height() < screen_bounds.height()) {
height            303 chrome/browser/ui/views/message_center/web_notification_tray.cc   pos_info.max_height = work_area.height();
height            119 chrome/browser/ui/views/new_avatar_button.cc     rect = gfx::Rect(-kInset, 0, size().width(), size().height());
height            121 chrome/browser/ui/views/new_avatar_button.cc     rect = gfx::Rect(kInset, 0, size().width(), size().height());
height            405 chrome/browser/ui/views/notifications/balloon_view_views.cc   SkScalar bottom = SkIntToScalar(rect.height());
height            458 chrome/browser/ui/views/notifications/balloon_view_views.cc       close_button_->GetPreferredSize().height(),
height            459 chrome/browser/ui/views/notifications/balloon_view_views.cc       options_menu_button_->GetPreferredSize().height()),
height            460 chrome/browser/ui/views/notifications/balloon_view_views.cc       source_label_->GetPreferredSize().height());
height            474 chrome/browser/ui/views/notifications/balloon_view_views.cc   return balloon_->content_size().height() +
height            489 chrome/browser/ui/views/notifications/balloon_view_views.cc                    content_size.height());
height            107 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc   int total_height_delta = target_bounds_.height() - start_bounds_.height();
height            114 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc       current_frame_bounds.height() + current_height_delta);
height            130 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc                    v->GetPreferredSize().height());
height            201 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc   if (new_target_bounds.height() != target_bounds_.height())
height            243 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc     if (target_bounds_.height() < start_bounds_.height())
height            393 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc     popup_height += child_at(i)->GetPreferredSize().height();
height            404 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc       (result_view->GetPreferredSize().height() -
height            410 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc          bottom_shadow_->height() - kBorderInterior;        // Bottom border.
height            426 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc       contents_bounds.height() - bottom_shadow_->height() + kBorderInterior);
height            444 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc   canvas->TileImageInt(*bottom_shadow_, 0, height() - bottom_shadow_->height(),
height            445 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc                        width(), bottom_shadow_->height());
height            334 chrome/browser/ui/views/omnibox/omnibox_result_view.cc           prefix_width, height()));
height            341 chrome/browser/ui/views/omnibox/omnibox_result_view.cc       right_x - x, height()));
height            497 chrome/browser/ui/views/omnibox/omnibox_result_view.cc       (height() - icon.height()) / 2, icon.width(), icon.height());
height            513 chrome/browser/ui/views/omnibox/omnibox_result_view.cc         std::max(width() - kw_text_x - edge_item_padding_, 0), height());
height            515 chrome/browser/ui/views/omnibox/omnibox_result_view.cc         gfx::Point(kw_x, (height() - keyword_icon_->height()) / 2));
height            518 chrome/browser/ui/views/omnibox/omnibox_result_view.cc   text_bounds_.SetRect(text_x, 0, std::max(text_width, 0), height());
height            157 chrome/browser/ui/views/omnibox/omnibox_view_views_browsertest.cc       gfx::Vector2d(omnibox_bounds.width() / 4, omnibox_bounds.height() / 4);
height            211 chrome/browser/ui/views/omnibox/omnibox_view_views_browsertest.cc       gfx::Vector2d(omnibox_bounds.width() / 4, omnibox_bounds.height() / 4);
height             99 chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.cc     int line_y = child->y() + child->height() - 1;
height            192 chrome/browser/ui/views/panels/panel_frame_view.cc   int height = frame_size.height();
height            196 chrome/browser/ui/views/panels/panel_frame_view.cc     } else if (y >= height - resize_area_size &&
height            205 chrome/browser/ui/views/panels/panel_frame_view.cc     } else if (y >= height - resize_area_size &&
height            215 chrome/browser/ui/views/panels/panel_frame_view.cc   } else if (y >= height - resize_area_size &&
height            399 chrome/browser/ui/views/panels/panel_frame_view.cc                    std::max(0, height() - titlebar_height - border_thickness));
height            411 chrome/browser/ui/views/panels/panel_frame_view.cc                    client_bounds.height() + titlebar_height + border_thickness);
height            448 chrome/browser/ui/views/panels/panel_frame_view.cc   int height = size.height();
height            467 chrome/browser/ui/views/panels/panel_frame_view.cc     window_mask->lineTo(SkIntToScalar(width - 1), SkIntToScalar(height - 4));
height            468 chrome/browser/ui/views/panels/panel_frame_view.cc     window_mask->lineTo(SkIntToScalar(width - 2), SkIntToScalar(height - 3));
height            469 chrome/browser/ui/views/panels/panel_frame_view.cc     window_mask->lineTo(SkIntToScalar(width - 2), SkIntToScalar(height - 2));
height            470 chrome/browser/ui/views/panels/panel_frame_view.cc     window_mask->lineTo(SkIntToScalar(width - 3), SkIntToScalar(height - 2));
height            471 chrome/browser/ui/views/panels/panel_frame_view.cc     window_mask->lineTo(SkIntToScalar(width - 4), SkIntToScalar(height - 1));
height            472 chrome/browser/ui/views/panels/panel_frame_view.cc     window_mask->lineTo(3, SkIntToScalar(height - 1));
height            473 chrome/browser/ui/views/panels/panel_frame_view.cc     window_mask->lineTo(2, SkIntToScalar(height - 2));
height            474 chrome/browser/ui/views/panels/panel_frame_view.cc     window_mask->lineTo(1, SkIntToScalar(height - 2));
height            475 chrome/browser/ui/views/panels/panel_frame_view.cc     window_mask->lineTo(1, SkIntToScalar(height - 3));
height            476 chrome/browser/ui/views/panels/panel_frame_view.cc     window_mask->lineTo(0, SkIntToScalar(height - 4));
height            478 chrome/browser/ui/views/panels/panel_frame_view.cc     window_mask->lineTo(SkIntToScalar(width), SkIntToScalar(height));
height            479 chrome/browser/ui/views/panels/panel_frame_view.cc     window_mask->lineTo(0, SkIntToScalar(height));
height            500 chrome/browser/ui/views/panels/panel_frame_view.cc   gfx::Rect bounds(0, 0, pref_size.width(), pref_size.height());
height            660 chrome/browser/ui/views/panels/panel_frame_view.cc   if (bounds().height() <= panel::kMinimizedPanelHeight)
height            706 chrome/browser/ui/views/panels/panel_frame_view.cc       height() - titlebar_height);
height            710 chrome/browser/ui/views/panels/panel_frame_view.cc       titlebar_height, kNonAeroBorderThickness, height() - titlebar_height);
height            713 chrome/browser/ui/views/panels/panel_frame_view.cc   canvas->TileImageInt(*image, 0, height() - kNonAeroBorderThickness, width(),
height            740 chrome/browser/ui/views/panels/panel_frame_view.cc                        top_image.height());
height            746 chrome/browser/ui/views/panels/panel_frame_view.cc                        top_right_image.height(),
height            748 chrome/browser/ui/views/panels/panel_frame_view.cc                        height() - top_right_image.height() -
height            749 chrome/browser/ui/views/panels/panel_frame_view.cc                            bottom_right_image.height());
height            754 chrome/browser/ui/views/panels/panel_frame_view.cc                        height() - bottom_right_image.height());
height            757 chrome/browser/ui/views/panels/panel_frame_view.cc                        height() - bottom_image.height(),
height            760 chrome/browser/ui/views/panels/panel_frame_view.cc                        bottom_image.height());
height            763 chrome/browser/ui/views/panels/panel_frame_view.cc                        height() - bottom_left_image.height());
height            768 chrome/browser/ui/views/panels/panel_frame_view.cc                        top_left_image.height(),
height            770 chrome/browser/ui/views/panels/panel_frame_view.cc                        height() - top_left_image.height() -
height            771 chrome/browser/ui/views/panels/panel_frame_view.cc                            bottom_left_image.height());
height            587 chrome/browser/ui/views/panels/panel_stack_view.cc                     bounds.height(),
height            172 chrome/browser/ui/views/panels/panel_view.cc          bitmap->height() == panel::kPanelAppIconSize;
height            412 chrome/browser/ui/views/panels/panel_view.cc   if (old_bounds.height() > kMinimumOverlappedWindowHeight &&
height            413 chrome/browser/ui/views/panels/panel_view.cc       new_bounds.height() <= kMinimumOverlappedWindowHeight) {
height            421 chrome/browser/ui/views/panels/panel_view.cc   } else if (old_bounds.height() <= kMinimumOverlappedWindowHeight &&
height            422 chrome/browser/ui/views/panels/panel_view.cc              new_bounds.height() > kMinimumOverlappedWindowHeight) {
height            676 chrome/browser/ui/views/panels/panel_view.cc                    content_size.height() + frame.height());
height            683 chrome/browser/ui/views/panels/panel_view.cc                    window_size.height() - frame.height());
height            854 chrome/browser/ui/views/panels/panel_view.cc     if (panel_->GetBounds().height() <
height            866 chrome/browser/ui/views/panels/panel_view.cc         below_panel->GetBounds().height() <
height            903 chrome/browser/ui/views/panels/panel_view.cc     web_view_->SetBounds(0, 0, width(), height());
height            122 chrome/browser/ui/views/panels/panel_view_browsertest.cc   EXPECT_GT(title_icon->height(), 0);
height            123 chrome/browser/ui/views/panels/panel_view_browsertest.cc   EXPECT_LT(title_icon->height(), titlebar_height);
height            125 chrome/browser/ui/views/panels/panel_view_browsertest.cc   EXPECT_GT(title_text->height(), 0);
height            126 chrome/browser/ui/views/panels/panel_view_browsertest.cc   EXPECT_LT(title_text->height(), titlebar_height);
height            128 chrome/browser/ui/views/panels/panel_view_browsertest.cc   EXPECT_GT(minimize_button->height(), 0);
height            129 chrome/browser/ui/views/panels/panel_view_browsertest.cc   EXPECT_LT(minimize_button->height(), titlebar_height);
height            131 chrome/browser/ui/views/panels/panel_view_browsertest.cc   EXPECT_GT(close_button->height(), 0);
height            132 chrome/browser/ui/views/panels/panel_view_browsertest.cc   EXPECT_LT(close_button->height(), titlebar_height);
height            145 chrome/browser/ui/views/panels/panel_view_browsertest.cc   EXPECT_EQ(panel->TitleOnlyHeight(), panel->GetBounds().height());
height            146 chrome/browser/ui/views/panels/panel_view_browsertest.cc   EXPECT_EQ(0, GetPanelView(panel)->height()); // client area height.
height            158 chrome/browser/ui/views/panels/panel_view_browsertest.cc   EXPECT_EQ(panel::kMinimizedPanelHeight, panel->GetBounds().height());
height            159 chrome/browser/ui/views/panels/panel_view_browsertest.cc   EXPECT_EQ(0, GetPanelView(panel)->height()); // client area height.
height             19 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc   int height = bitmap.height();
height             22 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc   gfx::CreateBitmapV4Header(width, height, &native_bitmap_header);
height             34 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc   bitmap.copyPixelsTo(bits, width * height * 4, width * 4);
height            115 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc     int width, int height, LRESULT* l_result) {
height            123 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc       capture_bitmap_->height() != height) {
height            125 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc     double y_scale = static_cast<double>(height) / capture_bitmap_->height();
height            128 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc     height = capture_bitmap_->height() * scale;
height            130 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc         *capture_bitmap_, skia::ImageOperations::RESIZE_GOOD, width, height);
height            187 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc   int height = enclosing_bottom - enclosing_y;
height            188 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc   if (!width || !height)
height            191 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc   gfx::Canvas canvas(gfx::Size(width, height), 1.0f, false);
height             58 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.h   bool OnDwmSendIconicThumbnail(int width, int height, LRESULT* l_result);
height            104 chrome/browser/ui/views/password_generation_bubble_view.cc   int height = (textfield_->GetPreferredSize().height() +
height            107 chrome/browser/ui/views/password_generation_bubble_view.cc   return gfx::Size(width, height);
height            113 chrome/browser/ui/views/password_generation_bubble_view.cc   int size = (textfield_->GetPreferredSize().height() +
height            188 chrome/browser/ui/views/password_generation_bubble_view.cc   int y = title_label_->GetPreferredSize().height() + kVerticalPadding;
height            199 chrome/browser/ui/views/password_generation_bubble_view.cc       textfield_wrapper_->GetPreferredSize().height() + kWrapperBorderSize * 2);
height            206 chrome/browser/ui/views/password_generation_bubble_view.cc   int height = (title_label_->GetPreferredSize().height() +
height            207 chrome/browser/ui/views/password_generation_bubble_view.cc                 textfield_wrapper_->GetPreferredSize().height() +
height            209 chrome/browser/ui/views/password_generation_bubble_view.cc   return gfx::Size(width, height);
height            276 chrome/browser/ui/views/profile_chooser_view.cc       profile_name_textfield_->SetBounds(0, 0, width(), height());
height            326 chrome/browser/ui/views/profile_chooser_view.cc     int height = profiles::kAvatarIconPadding * 2 +
height            327 chrome/browser/ui/views/profile_chooser_view.cc         std::max(title_label_->GetPreferredSize().height(),
height            328 chrome/browser/ui/views/profile_chooser_view.cc                  back_button_->GetPreferredSize().height());
height            329 chrome/browser/ui/views/profile_chooser_view.cc     return gfx::Size(width(), height);
height            375 chrome/browser/ui/views/profile_reset_bubble_view.cc                     std::min(feedback_view->height() + kMarginHeight,
height            207 chrome/browser/ui/views/screen_capture_notification_ui_views.cc       work_area.y() + work_area.height() - size.height(),
height            208 chrome/browser/ui/views/screen_capture_notification_ui_views.cc       size.width(), size.height());
height            229 chrome/browser/ui/views/screen_capture_notification_ui_views.cc   return gfx::Size(width, std::max(label_size.height(),
height            230 chrome/browser/ui/views/screen_capture_notification_ui_views.cc                                    std::max(hide_link_size.height(),
height            231 chrome/browser/ui/views/screen_capture_notification_ui_views.cc                                             stop_button_size.height())));
height            236 chrome/browser/ui/views/screen_capture_notification_ui_views.cc   grip_rect.set_y((bounds().height() - grip_rect.height()) / 2);
height            243 chrome/browser/ui/views/screen_capture_notification_ui_views.cc   hide_link_rect.set_y((bounds().height() - hide_link_rect.height()) / 2);
height            254 chrome/browser/ui/views/screen_capture_notification_ui_views.cc   label_rect.set_height(bounds().height());
height            260 chrome/browser/ui/views/screen_capture_notification_ui_views.cc       std::max(stop_button_rect.height(), hide_link_rect.height())));
height            262 chrome/browser/ui/views/speech_recognition_bubble_views.cc   int height = cancel_->GetPreferredSize().height();
height            264 chrome/browser/ui/views/speech_recognition_bubble_views.cc     height += message_->GetHeightForWidth(width) +
height            268 chrome/browser/ui/views/speech_recognition_bubble_views.cc     height += heading_->GetPreferredSize().height();
height            270 chrome/browser/ui/views/speech_recognition_bubble_views.cc     height += icon_->GetImage().height();
height            272 chrome/browser/ui/views/speech_recognition_bubble_views.cc     height += mic_settings_->GetPreferredSize().height();
height            274 chrome/browser/ui/views/speech_recognition_bubble_views.cc   height += kBubbleVertMargin * 2;
height            276 chrome/browser/ui/views/speech_recognition_bubble_views.cc   return gfx::Size(width, height);
height            283 chrome/browser/ui/views/speech_recognition_bubble_views.cc   int available_height = height() - kBubbleVertMargin * 2;
height            288 chrome/browser/ui/views/speech_recognition_bubble_views.cc     int control_height = try_again_->GetPreferredSize().height();
height            303 chrome/browser/ui/views/speech_recognition_bubble_views.cc     control_height = mic_settings_->GetPreferredSize().height();
height            309 chrome/browser/ui/views/speech_recognition_bubble_views.cc     int control_height = icon_->GetImage().height();
height            316 chrome/browser/ui/views/speech_recognition_bubble_views.cc       control_height = heading_->GetPreferredSize().height();
height            322 chrome/browser/ui/views/speech_recognition_bubble_views.cc       control_height = cancel_->GetPreferredSize().height();
height            433 chrome/browser/ui/views/status_bubble_views.cc   int height = popup_bounds.height();
height            446 chrome/browser/ui/views/status_bubble_views.cc            SkIntToScalar(height - kShadowThickness));
height            458 chrome/browser/ui/views/status_bubble_views.cc   int text_height = height - (kShadowThickness * 2);
height            647 chrome/browser/ui/views/status_bubble_views.cc   int height = GetPreferredSize().height();
height            648 chrome/browser/ui/views/status_bubble_views.cc   int base_view_height = base_view()->bounds().height();
height            649 chrome/browser/ui/views/status_bubble_views.cc   gfx::Point origin(-overlap, base_view_height - height + overlap);
height            650 chrome/browser/ui/views/status_bubble_views.cc   SetBounds(origin.x(), origin.y(), base_view()->bounds().width() / 3, height);
height            660 chrome/browser/ui/views/status_bubble_views.cc                                 size_.width(), size_.height()));
height            823 chrome/browser/ui/views/status_bubble_views.cc     if (offset >= size_.height() - kShadowThickness * 2) {
height            824 chrome/browser/ui/views/status_bubble_views.cc       offset = size_.height() - kShadowThickness * 2;
height            837 chrome/browser/ui/views/status_bubble_views.cc     const int bubble_bottom_y = top_left.y() + position_.y() + size_.height();
height            839 chrome/browser/ui/views/status_bubble_views.cc     if (bubble_bottom_y + offset > monitor_rect.height() ||
height            852 chrome/browser/ui/views/status_bubble_views.cc                                   size_.width(), size_.height()));
height            857 chrome/browser/ui/views/status_bubble_views.cc                                   size_.width(), size_.height()));
height            865 chrome/browser/ui/views/status_bubble_views.cc                                 size_.width(), size_.height()));
height            916 chrome/browser/ui/views/status_bubble_views.cc             size_.width(), size_.height());
height            117 chrome/browser/ui/views/sync/one_click_signin_bubble_view.cc     set_anchor_view_insets(gfx::Insets(0, 0, anchor_view->height() / 2, 0));
height             71 chrome/browser/ui/views/tab_icon_view.cc     throbber_frame_count = throbber.width() / throbber.height();
height             98 chrome/browser/ui/views/tab_icon_view.cc   int image_size = throbber.height();
height            105 chrome/browser/ui/views/tab_icon_view.cc   PaintIcon(canvas, image, 0, 0, image.width(), image.height(), true);
height            130 chrome/browser/ui/views/tab_icon_view.cc                          static_cast<float>(height()) / scalable_h);
height            136 chrome/browser/ui/views/tab_icon_view.cc                        (width() - dest_w) / 2, (height() - dest_h) / 2, dest_w,
height            281 chrome/browser/ui/views/tabs/tab.cc   int dst_y = bounds.y() - (icon_height - bounds.height()) / 2;
height            429 chrome/browser/ui/views/tabs/tab.cc       button_bounds.set_height(button_bounds.height() - bottom_overflow);
height            670 chrome/browser/ui/views/tabs/tab.cc   minimum_size.set_height(tab_active_.image_l->height());
height            794 chrome/browser/ui/views/tabs/tab.cc   content_height = std::max(content_height, close_button_size.height());
height            817 chrome/browser/ui/views/tabs/tab.cc         (content_height - close_button_size.height()) / 2;
height            827 chrome/browser/ui/views/tabs/tab.cc     int bottom_border = height() - (close_button_size.height() + top_border);
height            849 chrome/browser/ui/views/tabs/tab.cc             (content_height - media_indicator_bounds_.height()) / 2);
height            871 chrome/browser/ui/views/tabs/tab.cc     if (text_height > minimum_size.height())
height            872 chrome/browser/ui/views/tabs/tab.cc       title_top -= (text_height - minimum_size.height()) / 2;
height            922 chrome/browser/ui/views/tabs/tab.cc   TabResources::GetHitTestMask(width(), height(), include_top_shadow, path);
height           1345 chrome/browser/ui/views/tabs/tab.cc       *tab_bg, offset, bg_offset_y, tab_image->l_width, height());
height           1349 chrome/browser/ui/views/tabs/tab.cc       0, 0, theme_l.width(), theme_l.height() - kToolbarOverlap,
height           1350 chrome/browser/ui/views/tabs/tab.cc       0, 0, theme_l.width(), theme_l.height() - kToolbarOverlap,
height           1356 chrome/browser/ui/views/tabs/tab.cc       tab_image->r_width, height());
height           1360 chrome/browser/ui/views/tabs/tab.cc       0, 0, theme_r.width(), theme_r.height() - kToolbarOverlap,
height           1362 chrome/browser/ui/views/tabs/tab.cc       theme_r.height() - kToolbarOverlap, false);
height           1373 chrome/browser/ui/views/tabs/tab.cc      height() - drop_shadow_height() - kToolbarOverlap);
height           1390 chrome/browser/ui/views/tabs/tab.cc                        height());
height           1405 chrome/browser/ui/views/tabs/tab.cc       *tab_background, offset, 0, tab_image->l_width, height());
height           1413 chrome/browser/ui/views/tabs/tab.cc       offset + width() - tab_image->r_width, 0, tab_image->r_width, height());
height           1426 chrome/browser/ui/views/tabs/tab.cc      height() - drop_shadow_height());
height           1431 chrome/browser/ui/views/tabs/tab.cc       width() - tab_image->l_width - tab_image->r_width, height());
height           1449 chrome/browser/ui/views/tabs/tab.cc     int icon_size = frames.height();
height           1461 chrome/browser/ui/views/tabs/tab.cc                     crashed_favicon.height(),
height           1467 chrome/browser/ui/views/tabs/tab.cc                    data().favicon.height(),
height           1491 chrome/browser/ui/views/tabs/tab.cc                      media_indicator_image.height(), true, paint);
height           1520 chrome/browser/ui/views/tabs/tab.cc         loading_animation.width() / loading_animation.height();
height           1524 chrome/browser/ui/views/tabs/tab.cc         waiting_animation.width() / waiting_animation.height();
height           1569 chrome/browser/ui/views/tabs/tab.cc   if (height() < GetMinimumUnselectedSize().height())
height           1658 chrome/browser/ui/views/tabs/tab.cc     bounds.set_height(height() - bounds.y());
height           1368 chrome/browser/ui/views/tabs/tab_drag_controller.cc                      source_tab_drag_data()->attached_tab->height());
height           1375 chrome/browser/ui/views/tabs/tab_drag_controller.cc                    Tab::GetStandardSize().height());
height           1767 chrome/browser/ui/views/tabs/tab_drag_controller.cc   gfx::Point center(0, source->height() / 2);
height           1779 chrome/browser/ui/views/tabs/tab_drag_controller.cc         std::max(max_size.height() / 2, new_bounds.height()));
height            105 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc   gfx::Point center(view->width() / 2, view->height() / 2);
height            183 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc       gfx::Size(work_area.width() / 3 - 10, work_area.height() / 2 - 10);
height            187 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc       half_size.width(), half_size.height()));
height            201 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc       tab_strip->height() + 1;
height            330 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc   gfx::Point tab_1_center(tab1->width() / 2, tab1->height() / 2);
height            586 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc                           target_tab_strip->height() / 2);
height           1080 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc                           target_tab_strip->height() / 2);
height           1153 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc                           target_tab_strip->height() / 2);
height             92 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc                              tab_0_center.y() + tab_strip->height() + 20)));
height             96 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc   gfx::Point target_point(tab_strip2->width() -1, tab_strip2->height() / 2);
height            125 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc       tab_0_center.x(), tab_0_center.y() + tab_strip->height() + 20));
height            214 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc                              tab_0_center.y() + tab_strip->height() + 20)));
height            239 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc                              tab_0_center.y() + tab_strip->height() + 20)));
height            285 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc                              tab_0_center.y() + tab_strip->height() + 20)));
height            294 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc                           tab_strip2->height() / 2);
height            334 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc                              tab_0_center.y() + tab_strip->height() + 20)));
height            342 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc                           tab_strip2->height() / 2);
height            420 chrome/browser/ui/views/tabs/tab_strip.cc   canvas->DrawImageInt(image, 0, height() - image.height());
height            468 chrome/browser/ui/views/tabs/tab_strip.cc   int height = mask->height();
height            475 chrome/browser/ui/views/tabs/tab_strip.cc   gfx::Canvas canvas(gfx::Size(width, height), scale, false);
height            495 chrome/browser/ui/views/tabs/tab_strip.cc                       x_scale, 1.0f, 0, 0, width, height);
height            502 chrome/browser/ui/views/tabs/tab_strip.cc     canvas.DrawRect(gfx::Rect(0, 0, width, height), paint);
height            521 chrome/browser/ui/views/tabs/tab_strip.cc       gfx::Size(overlay->width(), overlay->height()),
height           1215 chrome/browser/ui/views/tabs/tab_strip.cc                   tab_at(index)->height());
height           1228 chrome/browser/ui/views/tabs/tab_strip.cc       clip->SetRect(x, 0, tab_bounds.width() - x, tab_bounds.height());
height           1340 chrome/browser/ui/views/tabs/tab_strip.cc     canvas->DrawRect(gfx::Rect(0, 0, width(), height() - 2), paint);
height           1388 chrome/browser/ui/views/tabs/tab_strip.cc   return gfx::Size(needed_width, Tab::GetMinimumUnselectedSize().height());
height           1678 chrome/browser/ui/views/tabs/tab_strip.cc     drop_indicator_height = drop_image->height();
height           1700 chrome/browser/ui/views/tabs/tab_strip.cc                    ideal_bounds(model_index).height());
height           1705 chrome/browser/ui/views/tabs/tab_strip.cc                    ideal_bounds(model_index).height());
height           2366 chrome/browser/ui/views/tabs/tab_strip.cc     drop_bounds.Offset(0, drop_bounds.height() + height());
height           2508 chrome/browser/ui/views/tabs/tab_strip.cc   int tab_height = Tab::GetStandardSize().height();
height           2541 chrome/browser/ui/views/tabs/tab_strip.cc   int tab_height = Tab::GetStandardSize().height();
height            213 chrome/browser/ui/views/tabs/tab_strip_unittest.cc   int normal_height = Tab::GetMinimumUnselectedSize().height();
height            214 chrome/browser/ui/views/tabs/tab_strip_unittest.cc   EXPECT_EQ(normal_height, tab_strip_->GetPreferredSize().height());
height            222 chrome/browser/ui/views/tabs/tab_strip_unittest.cc   EXPECT_EQ(immersive_height, tab_strip_->GetPreferredSize().height());
height            206 chrome/browser/ui/views/tabs/tab_unittest.cc   int middle_y = tab.height() / 2;
height            295 chrome/browser/ui/views/tabs/tab_unittest.cc   EXPECT_EQ(50, tab.close_button_->bounds().height());
height            435 chrome/browser/ui/views/task_manager_view.cc   int y_buttons = parent_bounds.bottom() - size.height() - vertical_margin;
height            436 chrome/browser/ui/views/task_manager_view.cc   kill_button_->SetBounds(x, y_buttons, size.width(), size.height());
height            441 chrome/browser/ui/views/task_manager_view.cc       y_buttons + (kill_button_->height() - size.height()) / 2,
height            442 chrome/browser/ui/views/task_manager_view.cc       size.width(), size.height());
height            447 chrome/browser/ui/views/task_manager_view.cc              kill_button_->height() + views::kUnrelatedControlVerticalSpacing);
height             69 chrome/browser/ui/views/toolbar/browser_action_view.cc   button_->SetBounds(0, y(), width(), height());
height            233 chrome/browser/ui/views/toolbar/browser_actions_container.cc   resize_area_->SetBounds(0, 0, kItemSpacing, height());
height            246 chrome/browser/ui/views/toolbar/browser_actions_container.cc         chevron_size.height());
height            257 chrome/browser/ui/views/toolbar/browser_actions_container.cc       view->SetBounds(x, 0, icon_width, height());
height            609 chrome/browser/ui/views/toolbar/browser_actions_container.cc         height());
height            655 chrome/browser/ui/views/toolbar/browser_actions_container.cc         IDR_BROWSER_ACTION)->height();
height            163 chrome/browser/ui/views/toolbar/toolbar_button.cc   menu_position.Offset(0, lb.height() - 1);
height            273 chrome/browser/ui/views/toolbar/toolbar_origin_chip_view.cc                    icon_size.height());
height            284 chrome/browser/ui/views/toolbar/toolbar_origin_chip_view.cc       height() - 2 * LocationBarView::kNormalEdgeThickness);
height            294 chrome/browser/ui/views/toolbar/toolbar_origin_chip_view.cc                          height() - 2 * LocationBarView::kNormalEdgeThickness);
height            569 chrome/browser/ui/views/toolbar/toolbar_view.cc         gfx::Size(0, normal_background->height() - content_shadow_height()));
height            588 chrome/browser/ui/views/toolbar/toolbar_view.cc                              location_bar_->GetPreferredSize().height());
height            596 chrome/browser/ui/views/toolbar/toolbar_view.cc       std::min(back_->GetPreferredSize().height(), height());
height            597 chrome/browser/ui/views/toolbar/toolbar_view.cc   int child_y = (height() - child_height + 1) / 2;
height            657 chrome/browser/ui/views/toolbar/toolbar_view.cc   int location_height = location_bar_->GetPreferredSize().height();
height            658 chrome/browser/ui/views/toolbar/toolbar_view.cc   int location_y = (height() - location_height + 1) / 2;
height            718 chrome/browser/ui/views/toolbar/toolbar_view.cc     canvas->FillRect(gfx::Rect(0, height() - 1, width(), 1), SK_ColorBLACK);
height            105 chrome/browser/ui/views/toolbar/wrench_menu.cc       pref.Enlarge(insets.width(), insets.height());
height            185 chrome/browser/ui/views/toolbar/wrench_menu.cc     int h = view->height();
height            454 chrome/browser/ui/views/toolbar/wrench_menu.cc   ButtonContainerMenuItemView(MenuItemView* parent, int command_id, int height)
height            456 chrome/browser/ui/views/toolbar/wrench_menu.cc         height_(height) {
height            465 chrome/browser/ui/views/toolbar/wrench_menu.cc     int height = height_ - GetTopMargin() - GetBottomMargin();
height            466 chrome/browser/ui/views/toolbar/wrench_menu.cc     if (height > size.height())
height            467 chrome/browser/ui/views/toolbar/wrench_menu.cc       size.set_height(height);
height            491 chrome/browser/ui/views/toolbar/wrench_menu.cc                     bitmap.width(), bitmap.height(), 0);
height            495 chrome/browser/ui/views/toolbar/wrench_menu.cc     for (int y = 0; y < bitmap.height(); ++y) {
height            557 chrome/browser/ui/views/toolbar/wrench_menu.cc       child_at(i)->SetBounds(i * width, 0, width, height());
height            709 chrome/browser/ui/views/toolbar/wrench_menu.cc     gfx::Rect bounds(0, 0, button_width, height());
height           1213 chrome/browser/ui/views/toolbar/wrench_menu.cc     int height = 0;
height           1217 chrome/browser/ui/views/toolbar/wrench_menu.cc       height = kMenuItemContainingButtonsHeight;
height           1223 chrome/browser/ui/views/toolbar/wrench_menu.cc         parent, menu_index, model, i, model->GetTypeAt(i), height);
height           1282 chrome/browser/ui/views/toolbar/wrench_menu.cc                                       int height) {
height           1301 chrome/browser/ui/views/toolbar/wrench_menu.cc   if (height > 0) {
height           1304 chrome/browser/ui/views/toolbar/wrench_menu.cc     menu_item = new ButtonContainerMenuItemView(parent, command_id, height);
height            136 chrome/browser/ui/views/toolbar/wrench_menu.h                                    int height);
height            274 chrome/browser/ui/views/translate/translate_bubble_view.cc   int height = GetCurrentView()->GetPreferredSize().height();
height            275 chrome/browser/ui/views/translate/translate_bubble_view.cc   return gfx::Size(width, height);
height             35 chrome/browser/ui/views/validation_message_bubble_delegate.cc   icon->SetBounds(kPadding, kPadding, size.width(), size.height());
height             66 chrome/browser/ui/views/validation_message_bubble_delegate.cc   int content_bottom = kPadding + label->height();
height             73 chrome/browser/ui/views/validation_message_bubble_delegate.cc     content_bottom += kTextVerticalMargin + sub_label->height();
height             24 chrome/browser/ui/views/validation_message_bubble_delegate_unittest.cc   EXPECT_LE(0, short_main_empty_sub_size.height());
height             31 chrome/browser/ui/views/validation_message_bubble_delegate_unittest.cc   EXPECT_GT(long_main_empty_sub_size.height(),
height             32 chrome/browser/ui/views/validation_message_bubble_delegate_unittest.cc             short_main_empty_sub_size.height());
height             38 chrome/browser/ui/views/validation_message_bubble_delegate_unittest.cc   EXPECT_GT(short_main_medium_sub_size.height(),
height             39 chrome/browser/ui/views/validation_message_bubble_delegate_unittest.cc             short_main_empty_sub_size.height());
height             48 chrome/browser/ui/views/validation_message_bubble_delegate_unittest.cc   EXPECT_GT(short_main_long_sub_size.height(),
height             49 chrome/browser/ui/views/validation_message_bubble_delegate_unittest.cc             short_main_medium_sub_size.height());
height            135 chrome/browser/ui/views/web_dialog_view_browsertest.cc   EXPECT_LT(0, rwhv_bounds.height());
height            137 chrome/browser/ui/views/web_dialog_view_browsertest.cc   EXPECT_GE(set_bounds.height(), rwhv_bounds.height());
height            151 chrome/browser/ui/views/web_dialog_view_browsertest.cc   EXPECT_LT(0, rwhv_bounds.height());
height            153 chrome/browser/ui/views/web_dialog_view_browsertest.cc   EXPECT_GE(set_bounds.height(), rwhv_bounds.height());
height            167 chrome/browser/ui/views/web_dialog_view_browsertest.cc   EXPECT_LT(0, rwhv_bounds.height());
height            169 chrome/browser/ui/views/web_dialog_view_browsertest.cc   EXPECT_GE(set_bounds.height(), rwhv_bounds.height());
height            179 chrome/browser/ui/views/web_dialog_view_browsertest.cc   EXPECT_LT(0, actual_bounds.height());
height            106 chrome/browser/ui/views/website_settings/permission_selector_view.cc                      text_size_.height() + insets.height());
height            409 chrome/browser/ui/views/website_settings/website_settings_popup_view.cc   int height = 0;
height            411 chrome/browser/ui/views/website_settings/website_settings_popup_view.cc     height += header_->GetPreferredSize().height();
height            413 chrome/browser/ui/views/website_settings/website_settings_popup_view.cc     height += tabbed_pane_->GetPreferredSize().height();
height            423 chrome/browser/ui/views/website_settings/website_settings_popup_view.cc   return gfx::Size(width, height);
height             78 chrome/browser/ui/webui/chromeos/first_run/first_run_actor.h   virtual void AddRectangularHole(int x, int y, int width, int height) = 0;
height             27 chrome/browser/ui/webui/chromeos/first_run/first_run_handler.cc void FirstRunHandler::AddRectangularHole(int x, int y, int width, int height) {
height             32 chrome/browser/ui/webui/chromeos/first_run/first_run_handler.cc                                    base::FundamentalValue(height));
height             25 chrome/browser/ui/webui/chromeos/first_run/first_run_handler.h   virtual void AddRectangularHole(int x, int y, int width, int height) OVERRIDE;
height            100 chrome/browser/ui/webui/chromeos/login/kiosk_app_menu_handler.cc       int height = app_data.icon.height();
height            104 chrome/browser/ui/webui/chromeos/login/kiosk_app_menu_handler.cc       if (width <= kMaxAppIconSize && height <= kMaxAppIconSize) {
height            106 chrome/browser/ui/webui/chromeos/login/kiosk_app_menu_handler.cc         app_info->SetString("iconHeight", base::IntToString(height) + "px");
height            750 chrome/browser/ui/webui/ntp/app_launcher_handler.cc     icon.height = icon.data.height();
height            154 chrome/browser/ui/webui/ntp/ntp_login_handler.cc     double height = 0;
height            161 chrome/browser/ui/webui/ntp/ntp_login_handler.cc     success = args->GetDouble(3, &height);
height            165 chrome/browser/ui/webui/ntp/ntp_login_handler.cc     gfx::Rect rect(x * zoom, y * zoom, width * zoom, height * zoom);
height            213 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc     js_display->SetInteger("height", bounds.height());
height            229 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc         base_size.set_width(base_size.height());
height            263 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc             -current_overscan.width(), -current_overscan.height());
height            266 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc       resolution_info->SetInteger("height", resolution.height());
height            390 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc   double height = 0.0f;
height            395 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc   if (!args->GetDouble(2, &height) || height == 0.0f) {
height            403 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc   gfx::Size new_resolution = gfx::ToFlooredSize(gfx::SizeF(width, height));
height            404 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc   new_resolution.Enlarge(current_overscan.width(), current_overscan.height());
height            748 chrome/browser/ui/webui/print_preview/print_preview_handler.cc     int height = 0;
height            753 chrome/browser/ui/webui/print_preview/print_preview_handler.cc         !settings->GetInteger(printing::kSettingPageHeight, &height) ||
height            754 chrome/browser/ui/webui/print_preview/print_preview_handler.cc         width <= 0 || height <= 0) {
height            762 chrome/browser/ui/webui/print_preview/print_preview_handler.cc         printer_name, print_ticket, capabilities, gfx::Size(width, height));
height            489 chrome/browser/ui/webui/print_preview/print_preview_ui.cc       printable_area.width() <= 0 || printable_area.height() <= 0) {
height            506 chrome/browser/ui/webui/print_preview/print_preview_ui.cc                     printable_area.height());
height            318 chrome/browser/ui/window_sizer/window_sizer.cc   int default_height = work_area.height() - 2 * kWindowTilePixels;
height            324 chrome/browser/ui/window_sizer/window_sizer.cc     static_cast<double>(screen_size.width()) / screen_size.height();
height            353 chrome/browser/ui/window_sizer/window_sizer.cc     if (bounds->height() <= 0)
height            354 chrome/browser/ui/window_sizer/window_sizer.cc       bounds->set_height(default_bounds.height());
height            360 chrome/browser/ui/window_sizer/window_sizer.cc   bounds->set_height(std::max(kMinVisibleHeight, bounds->height()));
height            375 chrome/browser/ui/window_sizer/window_sizer.cc     bounds->set_height(std::min(bounds->height(), work_area.height()));
height            381 chrome/browser/ui/window_sizer/window_sizer.cc                  std::min(bounds->y(), work_area.bottom() - bounds->height())));
height            390 chrome/browser/ui/window_sizer/window_sizer.cc   bounds->set_height(std::min(work_area.height(), bounds->height()));
height            405 chrome/browser/ui/window_sizer/window_sizer.cc   const int min_y = work_area.y() + kMinVisibleHeight - bounds->height();
height            120 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc                         taskbar_bottom_work_area.height() -
height            148 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc                         taskbar_left_work_area.height() -
height            162 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc                         taskbar_top_work_area.height() -
height             81 chrome/browser/ui/window_sizer/window_sizer_common_unittest.cc       int area = overlap.width() * overlap.height();
height             38 chrome/browser/ui/window_sizer/window_sizer_gtk.cc                  monitor_bounds.bottom() - size.height()));
height             30 chrome/browser/ui/window_sizer/window_sizer_unittest.cc                         (taskbar_bottom_work_area.height() -
height             54 chrome/browser/ui/window_sizer/window_sizer_unittest.cc                         (taskbar_left_work_area.height() -
height             67 chrome/browser/ui/window_sizer/window_sizer_unittest.cc                         taskbar_top_work_area.height() - kWindowTilePixels * 2),
height            257 chrome/browser/ui/window_sizer/window_sizer_unittest.cc     EXPECT_EQ(p1024x768.height(), window_bounds.height());
height             87 chrome/browser/web_applications/update_shortcut_worker_win.cc                                 unprocessed_icons_.back().height);
height            373 chrome/browser/web_applications/web_app.cc     if (app_info.icons[i].width == app_info.icons[i].height) {
height             87 chrome/browser/webdata/web_apps_table.cc   s.BindInt(2, image.height());
height             77 chrome/browser/webdata/web_apps_table_unittest.cc   ASSERT_EQ(16, images[0].height());
height             98 chrome/browser/webdata/web_apps_table_unittest.cc   ASSERT_EQ(16, images[0].height());
height            118 chrome/browser/webdata/web_apps_table_unittest.cc     ASSERT_EQ(16, images[0].height());
height            120 chrome/browser/webdata/web_apps_table_unittest.cc     ASSERT_EQ(32, images[1].height());
height            123 chrome/browser/webdata/web_apps_table_unittest.cc     ASSERT_EQ(32, images[0].height());
height            125 chrome/browser/webdata/web_apps_table_unittest.cc     ASSERT_EQ(16, images[1].height());
height            127 chrome/common/badge_util.cc       gfx::Size(badge_width, icon.height()), 1.0f, false));
height            134 chrome/common/badge_util.cc   SkScalar y = (icon.height() - font_size)/2 + font_size - 1;
height            212 chrome/common/badge_util.cc       rect.height());
height             23 chrome/common/extensions/chrome_extension_messages.h   IPC_STRUCT_TRAITS_MEMBER(height)
height             34 chrome/common/icon_with_badge_image_source.cc                    size_.height() + spacing_.height());
height             24 chrome/common/web_application_info.h     int height;
height            353 chrome/installer/gcapi/gcapi.cc   int height;
height            368 chrome/installer/gcapi/gcapi.cc                      params->y, params->width, params->height, params->flags)) {
height            527 chrome/installer/gcapi/gcapi.cc                                                 int height,
height            559 chrome/installer/gcapi/gcapi.cc   if (width == -1 && height == -1)
height            562 chrome/installer/gcapi/gcapi.cc   SetWindowPosParams enum_params = { x, y, width, height, set_window_flags,
height             87 chrome/installer/gcapi/gcapi.h                                                 int height,
height             39 chrome/renderer/chrome_render_frame_observer.cc       image_size.height() <= thumbnail_max_size_pixels.height())
height             48 chrome/renderer/chrome_render_frame_observer.cc   if (scaled_size.height() > thumbnail_max_size_pixels.height()) {
height             50 chrome/renderer/chrome_render_frame_observer.cc         thumbnail_max_size_pixels.height() / scaled_size.height());
height             56 chrome/renderer/chrome_render_frame_observer.cc                                        static_cast<int>(scaled_size.height()));
height             73 chrome/renderer/extensions/cast_streaming_native_handler.cc   cast_params->height = ext_params.height ? *ext_params.height : 0;
height            114 chrome/renderer/extensions/cast_streaming_native_handler.cc   if (cast_params.height)
height            115 chrome/renderer/extensions/cast_streaming_native_handler.cc     ext_params->height.reset(new int(cast_params.height));
height             44 chrome/renderer/extensions/set_icon_natives.cc   int height =
height             47 chrome/renderer/extensions/set_icon_natives.cc   if (width <= 0 || height <= 0) {
height             55 chrome/renderer/extensions/set_icon_natives.cc   int max_width = (std::numeric_limits<int>::max() / 4) / height;
height             64 chrome/renderer/extensions/set_icon_natives.cc   if (data_length != 4 * width * height) {
height             71 chrome/renderer/extensions/set_icon_natives.cc   bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height);
height             80 chrome/renderer/extensions/set_icon_natives.cc   for (int t = 0; t < width*height; t++) {
height             71 chrome/renderer/media/cast_rtp_stream.cc   payload.height = 720;
height             87 chrome/renderer/media/cast_rtp_stream.cc   payload.height = 720;
height            158 chrome/renderer/media/cast_rtp_stream.cc   config->height = params.payload.height;
height            465 chrome/renderer/media/cast_rtp_stream.cc         gfx::Size(config.width, config.height),
height             61 chrome/renderer/media/cast_rtp_stream.h   int height;
height            259 chrome/renderer/mock_printer.cc   return pages_[page]->height();
height             35 chrome/renderer/mock_printer.h   int height() const { return image_.size().height(); }
height            243 chrome/renderer/pepper/pepper_flash_renderer_host.cc     SkIntToScalar(params.clip.point.y + params.clip.size.height)
height            376 chrome/renderer/pepper/pepper_flash_renderer_host.cc       gfx::Rect(rect.point.x, rect.point.y,rect.size.width, rect.size.height)))
height            290 chrome/renderer/pepper/pepper_pdf_host.cc   pp_size.height = image_skia_rep.pixel_height();
height            107 chrome/renderer/printing/print_web_view_helper.cc       ConvertUnit(page_params.page_size.height(), dpi, kPixelsPerInch));
height            115 chrome/renderer/printing/print_web_view_helper.cc       page_params.page_size.height() -
height            116 chrome/renderer/printing/print_web_view_helper.cc       page_params.content_size.height() - page_params.margin_top,
height            135 chrome/renderer/printing/print_web_view_helper.cc   int new_content_height = page_size_in_pixels.height -
height            152 chrome/renderer/printing/print_web_view_helper.cc         ConvertUnit(page_size_in_pixels.height, kPixelsPerInch, dpi));
height            172 chrome/renderer/printing/print_web_view_helper.cc       static_cast<double>(params_to_fit->content_size.height());
height            173 chrome/renderer/printing/print_web_view_helper.cc   int default_page_size_height = page_params.page_size.height();
height            175 chrome/renderer/printing/print_web_view_helper.cc   int css_page_size_height = params_to_fit->page_size.height();
height            209 chrome/renderer/printing/print_web_view_helper.cc   int content_height = params.content_size.height();
height            211 chrome/renderer/printing/print_web_view_helper.cc   int margin_bottom = params.page_size.height() -
height            232 chrome/renderer/printing/print_web_view_helper.cc   if ((page_params->page_size.width() > page_params->page_size.height()) ==
height            233 chrome/renderer/printing/print_web_view_helper.cc       (css_params.page_size.width() > css_params.page_size.height())) {
height            238 chrome/renderer/printing/print_web_view_helper.cc   page_params->page_size.SetSize(page_params->page_size.height(),
height            240 chrome/renderer/printing/print_web_view_helper.cc   page_params->content_size.SetSize(page_params->content_size.height(),
height            243 chrome/renderer/printing/print_web_view_helper.cc       gfx::Size(page_params->printable_area.height(),
height            257 chrome/renderer/printing/print_web_view_helper.cc   webkit_print_params->printContentArea.height =
height            258 chrome/renderer/printing/print_web_view_helper.cc       ConvertUnit(print_params.content_size.height(), dpi,
height            270 chrome/renderer/printing/print_web_view_helper.cc   webkit_print_params->printableArea.height =
height            271 chrome/renderer/printing/print_web_view_helper.cc       ConvertUnit(print_params.printable_area.height(),
height            277 chrome/renderer/printing/print_web_view_helper.cc   webkit_print_params->paperSize.height =
height            278 chrome/renderer/printing/print_web_view_helper.cc       ConvertUnit(print_params.page_size.height(), dpi,
height            386 chrome/renderer/printing/print_web_view_helper.cc     int default_margin_bottom = params.page_size.height() -
height            387 chrome/renderer/printing/print_web_view_helper.cc         params.content_size.height() - params.margin_top;
height            391 chrome/renderer/printing/print_web_view_helper.cc         result_params.page_size.height() - result_params.margin_top -
height            486 chrome/renderer/printing/print_web_view_helper.cc   options->SetDouble("height", page_size.height);
height            522 chrome/renderer/printing/print_web_view_helper.cc                          content_area.size().height() / scale_factor));
height            643 chrome/renderer/printing/print_web_view_helper.cc                               web_print_params_.printContentArea.height);
height            645 chrome/renderer/printing/print_web_view_helper.cc       static_cast<int>(static_cast<double>(print_layout_size.height()) * 1.25));
height            737 chrome/renderer/printing/print_web_view_helper.cc                    web_print_params_.printContentArea.height);
height           1089 chrome/renderer/printing/print_web_view_helper.cc       ConvertUnit(print_params.printable_area.height(), dpi, kPointsPerInch));
height            334 chrome/renderer/printing/print_web_view_helper_browsertest.cc   EXPECT_NE(0, image1.size().height());
height            347 chrome/renderer/printing/print_web_view_helper_browsertest.cc   int height;
height            403 chrome/renderer/printing/print_web_view_helper_browsertest.cc     int height = chrome_render_thread_->printer()->GetHeight(0);
height            410 chrome/renderer/printing/print_web_view_helper_browsertest.cc     EXPECT_GT(kTestPages[i].height * (100 + kErrorMargin) / 100, height);
height            411 chrome/renderer/printing/print_web_view_helper_browsertest.cc     EXPECT_LT(kTestPages[i].height* (100 - kErrorMargin) / 100, height);
height            141 chrome/renderer/printing/print_web_view_helper_win.cc         static_cast<int>(ConvertUnitDouble(page_size.height(), kPointsPerInch,
height            153 chrome/renderer/printing/print_web_view_helper_win.cc         static_cast<int>(ConvertUnitDouble(content_area.height(),
height             93 chrome/renderer/web_apps.cc     icon_info.height = icon_sizes[0].height();
height            112 chrome/renderer/web_apps.cc       if (size.width() <= 0 || size.height() <= 0)
height             54 chrome/renderer/web_apps_unittest.cc         ASSERT_EQ(data[i].height1, sizes[0].height());
height             58 chrome/renderer/web_apps_unittest.cc         ASSERT_EQ(data[i].height2, sizes[1].height());
height            114 chrome/service/cloud_print/cdd_conversion_win.cc     int height = media.value().height_um / kFromUm;
height            119 chrome/service/cloud_print/cdd_conversion_win.cc     if (height > 0) {
height            121 chrome/service/cloud_print/cdd_conversion_win.cc       dev_mode->dmPaperLength = height;
height            162 chrome/service/cloud_print/cdd_conversion_win.cc                         semantic_info.default_paper.size_um.height());
height            169 chrome/service/cloud_print/cdd_conversion_win.cc       if (paper_size.width() > paper_size.height())
height            170 chrome/service/cloud_print/cdd_conversion_win.cc         paper_size.SetSize(paper_size.height(), paper_size.width());
height            172 chrome/service/cloud_print/cdd_conversion_win.cc                       paper_size.height());
height            205 chrome/service/cloud_print/cdd_conversion_win.cc                     semantic_info.default_dpi.height());
height            209 chrome/service/cloud_print/cdd_conversion_win.cc                   semantic_info.dpis[i].height());
height             80 chrome/test/base/interactive_test_utils_gtk.cc       bounds.y() + bounds.height() / 2,
height             59 chrome/test/base/interactive_test_utils_views.cc   gfx::Point view_center(view->width() / 2, view->height() / 2);
height             66 chrome/test/base/view_event_test_base.cc     child_view->SetBounds(0, 0, width(), height());
height             20 chrome/test/chromedriver/basic_types.cc WebSize::WebSize(int width, int height) : width(width), height(height) {}
height             26 chrome/test/chromedriver/basic_types.cc WebRect::WebRect(int x, int y, int width, int height)
height             27 chrome/test/chromedriver/basic_types.cc     : origin(x, y), size(width, height) {}
height             40 chrome/test/chromedriver/basic_types.cc int WebRect::Height() const { return size.height; }
height             21 chrome/test/chromedriver/basic_types.h   WebSize(int width, int height);
height             25 chrome/test/chromedriver/basic_types.h   int height;
height             30 chrome/test/chromedriver/basic_types.h   WebRect(int x, int y, int width, int height);
height             46 chrome/test/chromedriver/chrome/automation_extension.cc Status AutomationExtension::GetWindowSize(int* width, int* height) {
height             48 chrome/test/chromedriver/chrome/automation_extension.cc   return GetWindowInfo(&temp_x, &temp_y, width, height);
height             51 chrome/test/chromedriver/chrome/automation_extension.cc Status AutomationExtension::SetWindowSize(int width, int height) {
height             54 chrome/test/chromedriver/chrome/automation_extension.cc   update_info.SetInteger("height", height);
height             68 chrome/test/chromedriver/chrome/automation_extension.cc                                           int* height) {
height             91 chrome/test/chromedriver/chrome/automation_extension.cc   *height = temp_height;
height             40 chrome/test/chromedriver/chrome/automation_extension.h   Status GetWindowSize(int* width, int* height);
height             43 chrome/test/chromedriver/chrome/automation_extension.h   Status SetWindowSize(int width, int height);
height             49 chrome/test/chromedriver/chrome/automation_extension.h   Status GetWindowInfo(int* x, int* y, int* width, int* height);
height             42 chrome/test/chromedriver/element_util.cc   double width, height;
height             44 chrome/test/chromedriver/element_util.cc       !dict_value->GetDouble("height", &height))
height             47 chrome/test/chromedriver/element_util.cc   size->height = static_cast<int>(height);
height             55 chrome/test/chromedriver/element_util.cc   double x, y, width, height;
height             59 chrome/test/chromedriver/element_util.cc       !dict_value->GetDouble("height", &height))
height             64 chrome/test/chromedriver/element_util.cc   rect->size.height = static_cast<int>(height);
height            513 chrome/test/chromedriver/session_commands.cc   int width, height;
height            514 chrome/test/chromedriver/session_commands.cc   status = extension->GetWindowSize(&width, &height);
height            520 chrome/test/chromedriver/session_commands.cc   size.SetInteger("height", height);
height            529 chrome/test/chromedriver/session_commands.cc   double width, height;
height            531 chrome/test/chromedriver/session_commands.cc       !params.GetDouble("height", &height))
height            547 chrome/test/chromedriver/session_commands.cc       static_cast<int>(width), static_cast<int>(height));
height            477 chrome/test/chromedriver/window_commands.cc     location.Offset(size.width / 2, size.height / 2);
height             54 chrome/test/data/nacl/ppapi/ppp_instance/ppapi_ppp_instance.cc   EXPECT(position.size.height == 20 && clip.size.height == 20);
height            433 chrome/test/remoting/remote_desktop_browsertest.cc   int height = ExecuteScriptAndExtractInt("clientPluginRect.height");
height            438 chrome/test/remoting/remote_desktop_browsertest.cc   ASSERT_LT(y, height);
height            667 chrome/utility/chrome_content_utility_client.cc               settings.area().height(), true, false, true, true,
height            736 chrome/utility/chrome_content_utility_client.cc                                                image.size().height(),
height             77 chrome/utility/cloud_print/pwg_encoder.cc                                image.size().height());
height            179 chrome/utility/cloud_print/pwg_encoder.cc   int total_rows = image.size().height();
height            186 chrome/utility/cloud_print/pwg_encoder.cc            row_number < image.size().height() &&
height             27 chrome/utility/importer/favicon_reencode.cc       decoded.height() != gfx::kFaviconSize) {
height             30 chrome/utility/importer/favicon_reencode.cc     int new_height = decoded.height();
height             47 chrome/utility/media_galleries/media_metadata_parser.cc   if (extractor.height() >= 0 && extractor.width() >= 0) {
height             48 chrome/utility/media_galleries/media_metadata_parser.cc     metadata->height.reset(new int(extractor.height()));
height            168 chromeos/process_proxy/process_proxy.cc bool ProcessProxy::OnTerminalResize(int width, int height) {
height            169 chromeos/process_proxy/process_proxy.cc   if (width < 0 || height < 0)
height            174 chromeos/process_proxy/process_proxy.cc   ws.ws_row = height;
height             49 chromeos/process_proxy/process_proxy.h   bool OnTerminalResize(int width, int height);
height            131 chromeos/process_proxy/process_proxy_registry.cc bool ProcessProxyRegistry::OnTerminalResize(pid_t pid, int width, int height) {
height            138 chromeos/process_proxy/process_proxy_registry.cc   return it->second.proxy->OnTerminalResize(width, height);
height             51 chromeos/process_proxy/process_proxy_registry.h   bool OnTerminalResize(pid_t pid, int width, int height);
height            141 components/autofill/content/browser/risk/fingerprint.cc   machine->mutable_screen_size()->set_height(screen_size.height());
height            152 components/autofill/content/browser/risk/fingerprint.cc       unavailable_rect.height());
height            473 components/autofill/content/browser/risk/fingerprint.cc   inner_window_size->set_height(content_bounds_.height());
height            477 components/autofill/content/browser/risk/fingerprint.cc   outer_window_size->set_height(window_bounds_.height());
height            143 components/autofill/content/browser/risk/fingerprint_browsertest.cc     EXPECT_EQ(unavailable_screen_bounds_.height(),
height            144 components/autofill/content/browser/risk/fingerprint_browsertest.cc               machine.unavailable_screen_size().height());
height            149 components/autofill/content/browser/risk/fingerprint_browsertest.cc     EXPECT_EQ(content_bounds_.height(),
height            150 components/autofill/content/browser/risk/fingerprint_browsertest.cc               transient_state.inner_window_size().height());
height            153 components/autofill/content/browser/risk/fingerprint_browsertest.cc     EXPECT_EQ(window_bounds_.height(),
height            154 components/autofill/content/browser/risk/fingerprint_browsertest.cc               transient_state.outer_window_size().height());
height           1177 components/autofill/content/renderer/form_autofill_util.cc                     bounding_box.height() * scale);
height            705 components/autofill/content/renderer/password_autofill_agent.cc                                  bounding_box.height() * scale);
height            159 components/cloud_devices/printer_description.cc #define MAP_CLOUD_PRINT_MEDIA_TYPE(type, width, height, unit_um) \
height            162 components/cloud_devices/printer_description.cc       static_cast<int>(height * unit_um + 0.5) }
height            152 components/plugins/renderer/webview_plugin.cc     WebSize newSize(frame_rect.width, frame_rect.height);
height            151 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java         final int height = mPopup.getContentView().getMeasuredHeight();
height            157 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java         if (y + height > viewBottom) {
height            158 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java             y = viewBottom - height;
height             43 components/web_contents_delegate_android/validation_message_bubble_android.cc           anchor_in_root_view.height(),
height             62 components/web_contents_delegate_android/validation_message_bubble_android.cc       anchor_in_root_view.height());
height            136 content/browser/accessibility/accessibility_tree_formatter_win.cc   LONG left, top, width, height;
height            138 content/browser/accessibility/accessibility_tree_formatter_win.cc   if (acc_obj->accLocation(&left, &top, &width, &height, variant_self)
height            150 content/browser/accessibility/accessibility_tree_formatter_win.cc     size->SetInteger("height", height);
height            169 content/browser/accessibility/browser_accessibility.cc         parent->location().height() > 0) {
height            267 content/browser/accessibility/browser_accessibility.cc                                        right - left, child_rect.height());
height            274 content/browser/accessibility/browser_accessibility.cc                                        right - left, child_rect.height());
height            295 content/browser/accessibility/browser_accessibility.cc     if (bounds.width() == 0 && bounds.height() == 0)
height             57 content/browser/accessibility/browser_accessibility_gtk.cc     AtkComponent* component, gint* x, gint* y, gint* width, gint* height,
height             67 content/browser/accessibility/browser_accessibility_gtk.cc   *height = bounds.height();
height            264 content/browser/accessibility/browser_accessibility_manager_android.cc       absolute_rect.width(), absolute_rect.height(),
height            270 content/browser/accessibility/browser_accessibility_win.cc                                                   LONG* height,
height            275 content/browser/accessibility/browser_accessibility_win.cc   if (!x_left || !y_top || !width || !height)
height            286 content/browser/accessibility/browser_accessibility_win.cc   *height = bounds.height();
height            832 content/browser/accessibility/browser_accessibility_win.cc           *this, gfx::Rect(r.x(), r.y(), 0, r.height()));
height            836 content/browser/accessibility/browser_accessibility_win.cc           *this, gfx::Rect(r.right(), r.y(), 0, r.height()));
height           1013 content/browser/accessibility/browser_accessibility_win.cc STDMETHODIMP BrowserAccessibilityWin::get_imageSize(LONG* height, LONG* width) {
height           1017 content/browser/accessibility/browser_accessibility_win.cc   if (!height || !width)
height           1020 content/browser/accessibility/browser_accessibility_win.cc   *height = location().height();
height           1955 content/browser/accessibility/browser_accessibility_win.cc   *out_height = character_bounds.height();
height           2733 content/browser/accessibility/browser_accessibility_win.cc   *out_height = bounds.height();
height            126 content/browser/accessibility/browser_accessibility_win.h                                           LONG* height,
height            282 content/browser/accessibility/browser_accessibility_win.h   CONTENT_EXPORT STDMETHODIMP get_imageSize(LONG* height, LONG* width);
height             86 content/browser/android/content_video_view.cc void ContentVideoView::OnVideoSizeChanged(int width, int height) {
height             91 content/browser/android/content_video_view.cc         width, height);
height             70 content/browser/android/content_video_view.h   void OnVideoSizeChanged(int width, int height);
height            486 content/browser/android/content_view_core_impl.cc       content_size.height(),
height            488 content/browser/android/content_view_core_impl.cc       viewport_size.height(),
height           1751 content/browser/android/content_view_core_impl.cc                                                jint height) {
height           1757 content/browser/android/content_view_core_impl.cc       static_cast<int>((height > 0 && height < dpi_scale()) ?
height           1758 content/browser/android/content_view_core_impl.cc           1 : (int)(height / dpi_scale())));
height            233 content/browser/android/content_view_core_impl.h                             jint height);
height             81 content/browser/android/content_view_render_view.cc     jint format, jint width, jint height, jobject surface) {
height             86 content/browser/android/content_view_render_view.cc   compositor_->SetWindowBounds(gfx::Size(width, height));
height             34 content/browser/android/content_view_render_view.h                       jint format, jint width, jint height, jobject surface);
height             79 content/browser/android/edge_effect.cc                                 gfx::SizeF size, int height) {
height             86 content/browser/android/edge_effect.cc                             (-size.width() + height) / 2 ,
height             87 content/browser/android/edge_effect.cc                             (size.width() - height) / 2);
height             89 content/browser/android/edge_effect.cc       return gfx::Transform(-1, 0, 0, -1, 0, size.height() - height);
height             92 content/browser/android/edge_effect.cc                             (-size.width() - height) / 2 + size.height(),
height             93 content/browser/android/edge_effect.cc                             (size.width() - height) / 2);
height            107 content/browser/android/edge_effect.cc                  int height,
height            111 content/browser/android/edge_effect.cc   layer->SetTransform(ComputeTransform(edge, size, height));
height            112 content/browser/android/edge_effect.cc   layer->SetBounds(gfx::Size(size.width(), height));
height            350 content/browser/android/edge_effect.cc   const int glow_height = glow_image_bounds.height();
height            362 content/browser/android/edge_effect.cc   const int edge_height = edge_image_bounds.height();
height            220 content/browser/android/in_process/synchronous_compositor_output_surface.cc                             canvas->getDeviceSize().height());
height             35 content/browser/android/overscroll_glow.cc       bitmap, skia::ImageOperations::RESIZE_BOX, size.width(), size.height());
height            196 content/browser/android/overscroll_glow.cc     size_, gfx::SizeF(size_.height(), size_.width()),
height            197 content/browser/android/overscroll_glow.cc     size_, gfx::SizeF(size_.height(), size_.width())
height            279 content/browser/android/overscroll_glow.cc                                                       1.f / size_.height());
height            982 content/browser/browser_plugin/browser_plugin_guest.cc       size.height() <= max_auto_size_.height();
height            998 content/browser/browser_plugin/browser_plugin_guest.cc                    base::Value::CreateIntegerValue(initial_bounds.height()));
height           1865 content/browser/browser_plugin/browser_plugin_guest.cc           params.bitmap_rect.height() * 4;
height            362 content/browser/browser_plugin/browser_plugin_host_browsertest.cc       "SetSize(%d, %d);", nxt_size.width(), nxt_size.height());
height            809 content/browser/browser_plugin/browser_plugin_host_browsertest.cc   EXPECT_EQ(expected_bitmap.height(), bitmap.height());
height            810 content/browser/browser_plugin/browser_plugin_host_browsertest.cc   if (expected_bitmap.height() != bitmap.height())
height            821 content/browser/browser_plugin/browser_plugin_host_browsertest.cc     for (int j = 0; j < bitmap.height() && fails < 10; ++j) {
height            206 content/browser/compositor/reflector_impl.cc   int y = size.height() - rect.y() - rect.height();
height            207 content/browser/compositor/reflector_impl.cc   gfx::Rect new_rect(rect.x(), y, rect.width(), rect.height());
height             31 content/browser/compositor/software_output_device_ozone_unittest.cc         SkImageInfo::MakeN32Premul(size.width(), size.height())));
height            168 content/browser/compositor/software_output_device_ozone_unittest.cc                         canvas->getDeviceSize().height());
height            177 content/browser/compositor/software_output_device_ozone_unittest.cc                       canvas->getDeviceSize().height());
height            184 content/browser/compositor/software_output_device_ozone_unittest.cc   const int height = 4;
height            185 content/browser/compositor/software_output_device_ozone_unittest.cc   const gfx::Rect area(width, height);
height            196 content/browser/compositor/software_output_device_ozone_unittest.cc   gfx::Rect damage(area.width() / 2, area.height() / 2);
height            203 content/browser/compositor/software_output_device_ozone_unittest.cc   SkPMColor pixels[width * height];
height            210 content/browser/compositor/software_output_device_ozone_unittest.cc   for (int i = 0; i < area.height(); ++i) {
height            212 content/browser/compositor/software_output_device_ozone_unittest.cc       if (j < damage.width() && i < damage.height())
height             41 content/browser/compositor/software_output_device_win.cc   gfx::CreateBitmapHeader(viewport_size_.width(), viewport_size_.height(),
height             98 content/browser/compositor/software_output_device_win.cc   SkImageInfo info = SkImageInfo::MakeN32Premul(rect.width(), rect.height());
height             63 content/browser/compositor/software_output_device_x11.cc                     viewport_size_.height(),
height             69 content/browser/compositor/software_output_device_x11.cc                     rect.height());
height            238 content/browser/devtools/renderer_overrides_handler.cc     *scale = std::min(*scale, max_height / view_bounds.height());
height            537 content/browser/devtools/renderer_overrides_handler.cc         gfx::Size(bitmap.width(), bitmap.height()),
height            545 content/browser/devtools/renderer_overrides_handler.cc         bitmap.height(),
height            595 content/browser/devtools/renderer_overrides_handler.cc                         metadata.viewport_size.height());
height             60 content/browser/frame_host/navigation_controller_impl_unittest.cc       a_bitmap.height() != b_bitmap.height()) {
height             59 content/browser/frame_host/navigation_entry_screenshot_manager.cc                        bitmap.height(),
height            129 content/browser/frame_host/render_widget_host_view_guest.cc   shifted_rect.set_height(size_.height());
height            377 content/browser/gpu/browser_gpu_channel_host_factory.cc         size_t height,
height            382 content/browser/gpu/browser_gpu_channel_host_factory.cc   size_t size = width * height *
height            389 content/browser/gpu/browser_gpu_channel_host_factory.cc       new GpuMemoryBufferImplShm(gfx::Size(width, height), internalformat));
height             42 content/browser/gpu/browser_gpu_channel_host_factory.h       size_t height,
height            258 content/browser/media/android/browser_media_player_manager.cc     int player_id, base::TimeDelta duration, int width, int height,
height            261 content/browser/media/android/browser_media_player_manager.cc       routing_id(), player_id, duration, width, height, success));
height            305 content/browser/media/android/browser_media_player_manager.cc     int player_id, int width, int height) {
height            307 content/browser/media/android/browser_media_player_manager.cc       width, height));
height            309 content/browser/media/android/browser_media_player_manager.cc     video_view_->OnVideoSizeChanged(width, height);
height             77 content/browser/media/android/browser_media_player_manager.h       int height,
height             87 content/browser/media/android/browser_media_player_manager.h       int player_id, int width, int height) OVERRIDE;
height             55 content/browser/media/capture/content_video_capture_device_core.cc       MakeEven(params.requested_format.frame_size.height()));
height            146 content/browser/media/capture/content_video_capture_device_core.cc         source_size.height() > params_.requested_format.frame_size.height()) {
height            150 content/browser/media/capture/content_video_capture_device_core.cc                                 MakeEven(capture_rect.height()));
height            153 content/browser/media/capture/content_video_capture_device_core.cc                                 MakeEven(source_size.height()));
height            215 content/browser/media/capture/content_video_capture_device_core.cc       params.requested_format.frame_size.height() < kMinFrameHeight) {
height             40 content/browser/media/capture/desktop_capture_device.cc       gfx::Rect(0, 0, max_size.width(), max_size.height()),
height             41 content/browser/media/capture/desktop_capture_device.cc       gfx::Size(source_size.width(), source_size.height()));
height            193 content/browser/media/capture/desktop_capture_device.cc                                   capture_format_.frame_size.height());
height            194 content/browser/media/capture/desktop_capture_device.cc   size_t output_bytes = output_size.width() * output_size.height() *
height            208 content/browser/media/capture/desktop_capture_device.cc       int height = frame->size().height();
height            213 content/browser/media/capture/desktop_capture_device.cc       for (int row = 0; row < height; ++row) {
height            238 content/browser/media/capture/desktop_capture_device.cc                       frame->size().width(), frame->size().height(),
height            240 content/browser/media/capture/desktop_capture_device.cc                       output_rect_.width(), output_rect_.height(),
height            294 content/browser/media/capture/desktop_capture_device.cc         frame_size.height() >
height            295 content/browser/media/capture/desktop_capture_device.cc             requested_params_.requested_format.frame_size.height()) {
height            299 content/browser/media/capture/desktop_capture_device.cc               requested_params_.requested_format.frame_size.height()),
height            306 content/browser/media/capture/desktop_capture_device.cc                                        output_rect_.height());
height            312 content/browser/media/capture/desktop_capture_device.cc                             capture_format_.frame_size.height()),
height             50 content/browser/media/capture/desktop_capture_device_aura.cc       gfx::Rect(cursor_bitmap.width(), cursor_bitmap.height()) +
height            270 content/browser/media/capture/desktop_capture_device_aura.cc                                          desktop_window_->bounds().height()));
height            310 content/browser/media/capture/desktop_capture_device_aura.cc                               region_in_frame.height() & ~1);
height            368 content/browser/media/capture/desktop_capture_device_aura.cc           cursor_bitmap.height() * region_in_frame.height() /
height            369 content/browser/media/capture/desktop_capture_device_aura.cc               desktop_bounds.height());
height            386 content/browser/media/capture/desktop_capture_device_aura.cc       region_in_frame.y() + cursor_position.y() * region_in_frame.height() /
height            387 content/browser/media/capture/desktop_capture_device_aura.cc           desktop_bounds.height());
height             30 content/browser/media/capture/desktop_capture_device_unittest.cc MATCHER_P2(EqualsCaptureCapability, width, height, "") {
height             31 content/browser/media/capture/desktop_capture_device_unittest.cc   return arg.width == width && arg.height == height;
height             68 content/browser/media/capture/desktop_capture_device_unittest.cc             frame->data() + (frame->size().height() - 1) * frame->stride(),
height            183 content/browser/media/capture/desktop_capture_device_unittest.cc   EXPECT_GT(format.frame_size.height(), 0);
height            230 content/browser/media/capture/desktop_capture_device_unittest.cc   EXPECT_EQ(kTestFrameHeight1, format.frame_size.height());
height            277 content/browser/media/capture/desktop_capture_device_unittest.cc   EXPECT_EQ(kTestFrameHeight1, format.frame_size.height());
height             98 content/browser/media/capture/web_contents_video_capture_device.cc   result.set_height(std::max(kMinFrameHeight, MakeEven(result.height())));
height            479 content/browser/media/capture/web_contents_video_capture_device.cc       input.width() < 2 || input.height() < 2) {
height            496 content/browser/media/capture/web_contents_video_capture_device.cc       output->coded_size(), gfx::Size(input.width(), input.height()));
height            501 content/browser/media/capture/web_contents_video_capture_device.cc       input.height() != region_in_frame.height()) {
height            505 content/browser/media/capture/web_contents_video_capture_device.cc         input.height() < region_in_frame.height()) {
height            516 content/browser/media/capture/web_contents_video_capture_device.cc                                                   region_in_frame.height());
height            654 content/browser/media/capture/web_contents_video_capture_device.cc         view_size.width() * view_size.height() / 1024);
height             93 content/browser/media/capture/web_contents_video_capture_device_unittest.cc   void SetCopyResultSize(int width, int height) {
height             95 content/browser/media/capture/web_contents_video_capture_device_unittest.cc     copy_result_size_ = gfx::Size(width, height);
height            259 content/browser/media/capture/web_contents_video_capture_device_unittest.cc     EXPECT_TRUE(output.Allocate(size.width(), size.height(), false));
height             38 content/browser/plugin_process_host_mac.cc     { window_rect.width(), window_rect.height() }
height             44 content/browser/renderer_host/backing_store_aura.cc       pixel_size.width(), pixel_size.height());
height             69 content/browser/renderer_host/backing_store_aura.cc       pixel_size.width(), pixel_size.height());
height             77 content/browser/renderer_host/backing_store_aura.cc                                      old_pixel_size.height());
height             78 content/browser/renderer_host/backing_store_aura.cc   SkRect dst_rect = SkRect::MakeWH(pixel_size.width(), pixel_size.height());
height            107 content/browser/renderer_host/backing_store_aura.cc   const int height = pixel_bitmap_rect.height();
height            110 content/browser/renderer_host/backing_store_aura.cc       height <= 0 || height > kMaxVideoLayerSize)
height            121 content/browser/renderer_host/backing_store_aura.cc   sk_bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height);
height            130 content/browser/renderer_host/backing_store_aura.cc         pixel_copy_rect.height());
height            138 content/browser/renderer_host/backing_store_aura.cc         SkIntToScalar(pixel_copy_dst_rect.height()));
height            154 content/browser/renderer_host/backing_store_aura.cc   int h = pixel_rect.height() + abs(pixel_delta.y());
height            163 content/browser/renderer_host/backing_store_aura.cc   const int height =
height            164 content/browser/renderer_host/backing_store_aura.cc       std::min(size().height(), rect.height()) * device_scale_factor_;
height            165 content/browser/renderer_host/backing_store_aura.cc   if (!output->Allocate(width, height, true))
height            168 content/browser/renderer_host/backing_store_aura.cc   SkIRect skrect = SkIRect::MakeXYWH(rect.x(), rect.y(), width, height);
height            264 content/browser/renderer_host/backing_store_gtk.cc                           size.width(), size.height(), depth);
height            318 content/browser/renderer_host/backing_store_gtk.cc   const int height = bitmap_rect.height();
height            319 content/browser/renderer_host/backing_store_gtk.cc   Pixmap pixmap = XCreatePixmap(display_, root_window_, width, height,
height            325 content/browser/renderer_host/backing_store_gtk.cc                     width, height);
height            336 content/browser/renderer_host/backing_store_gtk.cc               copy_rect.height(),               // height
height            363 content/browser/renderer_host/backing_store_gtk.cc   const int height = pixel_bitmap_rect.height();
height            366 content/browser/renderer_host/backing_store_gtk.cc       height <= 0 || height > kMaxVideoLayerSize)
height            391 content/browser/renderer_host/backing_store_gtk.cc                               width, height, 32);
height            395 content/browser/renderer_host/backing_store_gtk.cc     pixmap = XCreatePixmap(display_, root_window_, width, height, 32);
height            409 content/browser/renderer_host/backing_store_gtk.cc                                       width, height);
height            427 content/browser/renderer_host/backing_store_gtk.cc                      pixel_copy_rect.width(), pixel_copy_rect.height(),
height            433 content/browser/renderer_host/backing_store_gtk.cc                    width, height, False /* send_event */);
height            446 content/browser/renderer_host/backing_store_gtk.cc       image.height = height;
height            461 content/browser/renderer_host/backing_store_gtk.cc                 width, height);
height            492 content/browser/renderer_host/backing_store_gtk.cc                      copy_rect.height());              // height
height            529 content/browser/renderer_host/backing_store_gtk.cc   const int height = std::min(size().height(), rect.height());
height            538 content/browser/renderer_host/backing_store_gtk.cc                             ZPixmap, NULL, &shminfo, width, height);
height            543 content/browser/renderer_host/backing_store_gtk.cc     if (image->bytes_per_line == 0 || image->height == 0 ||
height            544 content/browser/renderer_host/backing_store_gtk.cc         static_cast<size_t>(image->height) >
height            549 content/browser/renderer_host/backing_store_gtk.cc     shminfo.shmid = shmget(IPC_PRIVATE, image->bytes_per_line * image->height,
height            582 content/browser/renderer_host/backing_store_gtk.cc                       rect.x(), rect.y(), width, height,
height            589 content/browser/renderer_host/backing_store_gtk.cc   if (!output->Allocate(width, height, true) ||
height            605 content/browser/renderer_host/backing_store_gtk.cc   for (int y = 0; y < height; y++) {
height            636 content/browser/renderer_host/backing_store_gtk.cc     if (abs(delta.y()) < clip_rect.height()) {
height            641 content/browser/renderer_host/backing_store_gtk.cc                 clip_rect.height() - abs(delta.y()),
height            653 content/browser/renderer_host/backing_store_gtk.cc                 clip_rect.height(),
height            663 content/browser/renderer_host/backing_store_gtk.cc             rect.x(), rect.y(), rect.width(), rect.height(),
height            671 content/browser/renderer_host/backing_store_gtk.cc       size().width(), size().height());
height            676 content/browser/renderer_host/backing_store_gtk.cc   double y_scale = static_cast<double>(rect.height()) / size().height();
height            686 content/browser/renderer_host/backing_store_gtk.cc   cairo_rectangle(cr, rect.x(), rect.y(), rect.width(), rect.height());
height            138 content/browser/renderer_host/compositing_iosurface_mac.h       float vh = static_cast<float>(vertex_size.height());
height            140 content/browser/renderer_host/compositing_iosurface_mac.h       float th = static_cast<float>(texcoord_size.height());
height             28 content/browser/renderer_host/compositing_iosurface_transformer_mac.cc   glViewport(0, 0, dst_size.width(), dst_size.height());
height             31 content/browser/renderer_host/compositing_iosurface_transformer_mac.cc   glOrtho(0, dst_size.width(), 0, dst_size.height(), -1, 1);
height            154 content/browser/renderer_host/compositing_iosurface_transformer_mac.cc            src_subrect.width(), src_subrect.height(),
height            156 content/browser/renderer_host/compositing_iosurface_transformer_mac.cc            dst_size.width(), dst_size.height());
height            191 content/browser/renderer_host/compositing_iosurface_transformer_mac.cc   *packed_y_size = gfx::Size((dst_size.width() + 3) / 4, dst_size.height());
height            193 content/browser/renderer_host/compositing_iosurface_transformer_mac.cc                               (packed_y_size->height() + 1) / 2);
height            227 content/browser/renderer_host/compositing_iosurface_transformer_mac.cc            src_subrect.height(),
height            229 content/browser/renderer_host/compositing_iosurface_transformer_mac.cc            packed_y_size->width(), packed_y_size->height());
height            252 content/browser/renderer_host/compositing_iosurface_transformer_mac.cc            packed_uv_size->height() * 2.0f,
height            254 content/browser/renderer_host/compositing_iosurface_transformer_mac.cc            packed_uv_size->width(), packed_uv_size->height());
height            287 content/browser/renderer_host/compositing_iosurface_transformer_mac.cc     glTexImage2D(texture_target_, 0, GL_RGBA, size.width(), size.height(), 0,
height            113 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc   bitmap.setConfig(SkBitmap::kARGB_8888_Config, size.width(), size.height());
height            117 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc   for (int y = 0; y < size.height(); ++y) {
height            120 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc       if ((x < (size.width() / 2)) && (y < (size.height() / 2)))
height            139 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc         kGLTextureTarget, 0, GL_RGBA, bitmap.width(), bitmap.height(), 0,
height            149 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc   result.setConfig(SkBitmap::kARGB_8888_Config, size.width(), size.height());
height            165 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc         0, 0, size.width(), size.height(), format, GL_UNSIGNED_INT_8_8_8_8_REV,
height            180 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc   if (src_rect == gfx::Rect(0, 0, src.width(), src.height())) {
height            186 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc                           src_rect.width(), src_rect.height())));
height            190 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc   result.setConfig(cropped_src.config(), to_size.width(), to_size.height());
height            195 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc                static_cast<double>(result.height()) / cropped_src.height());
height            217 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc   DCHECK_EQ(expected.height(), actual.height());
height            223 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc   for (int y = 0; y < expected.height(); ++y) {
height            250 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc   for (int y = 0; y < dst_size.height(); ++y) {
height            294 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc                  << ")x[" << src_rect.width() << 'x' << src_rect.height()
height            296 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc                  << dst_size.height() << ']');
height            315 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc     EXPECT_GE(std::max(expected_bitmap.width(), expected_bitmap.height()) * 2,
height            324 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc                  << ")x[" << src_rect.width() << 'x' << src_rect.height()
height            326 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc                  << dst_size.height() << ']');
height            362 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc         (dst_size.width() + 1) / 2, (dst_size.height() + 1) / 2);
height            364 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc         new uint8[dst_size.width() * dst_size.height()]);
height            366 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc         new uint8[dst_uv_size.width() * dst_uv_size.height()]);
height            368 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc         new uint8[dst_uv_size.width() * dst_uv_size.height()]);
height            375 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc           expected_bitmap.width(), expected_bitmap.height(),
height            380 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc         std::max(expected_bitmap.width(), expected_bitmap.height()) * 2,
height            384 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc         std::max(expected_bitmap.width(), expected_bitmap.height()),
height            389 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc         std::max(expected_bitmap.width(), expected_bitmap.height()),
height            473 content/browser/renderer_host/compositor_impl_android.cc   DCHECK_LT(0, size.height());
height            475 content/browser/renderer_host/compositor_impl_android.cc   DCHECK_EQ(0, size.height() % 4);
height            477 content/browser/renderer_host/compositor_impl_android.cc   size_t data_size = size.width() * size.height() / 2;
height            478 content/browser/renderer_host/compositor_impl_android.cc   SkImageInfo info = {size.width(), size.height() / 2, kAlpha_8_SkColorType,
height             28 content/browser/renderer_host/compositor_resize_lock_aura.cc                            "height", expected_size().height());
height             42 content/browser/renderer_host/compositor_resize_lock_aura.cc                          "height", expected_size().height());
height             20 content/browser/renderer_host/gtk_plugin_container.cc   void set_size(int width, int height) {
height             22 content/browser/renderer_host/gtk_plugin_container.cc     height_ = height;
height             68 content/browser/renderer_host/gtk_plugin_container.cc     requisition->height = container->height_;
height             83 content/browser/renderer_host/gtk_plugin_container.cc void gtk_plugin_container_set_size(GtkWidget *widget, int width, int height) {
height             84 content/browser/renderer_host/gtk_plugin_container.cc   GtkPluginContainer::CastChecked(widget)->set_size(width, height);
height             26 content/browser/renderer_host/gtk_plugin_container.h void gtk_plugin_container_set_size(GtkWidget *widget, int width, int height);
height            122 content/browser/renderer_host/gtk_plugin_container_manager.cc                                 move.window_rect.height());
height             55 content/browser/renderer_host/gtk_window_utils.cc   unsigned int width, height, border, depth;
height             57 content/browser/renderer_host/gtk_window_utils.cc       display, root, &root_ret, &x, &y, &width, &height, &border, &depth);
height             63 content/browser/renderer_host/gtk_window_utils.cc   results.rect = blink::WebRect(x, y, width, height);
height             80 content/browser/renderer_host/gtk_window_utils.cc                                   monitor_rect.width, monitor_rect.height);
height            251 content/browser/renderer_host/input/web_input_event_util.cc       gesture.data.showPress.height =
height            252 content/browser/renderer_host/input/web_input_event_util.cc           data.details.bounding_box_f().height() * scale;
height            259 content/browser/renderer_host/input/web_input_event_util.cc       gesture.data.tap.height = data.details.bounding_box_f().height() * scale;
height            266 content/browser/renderer_host/input/web_input_event_util.cc       gesture.data.tap.height = data.details.bounding_box_f().height() * scale;
height            273 content/browser/renderer_host/input/web_input_event_util.cc       gesture.data.tap.height = data.details.bounding_box_f().height() * scale;
height            279 content/browser/renderer_host/input/web_input_event_util.cc       gesture.data.longPress.height =
height            280 content/browser/renderer_host/input/web_input_event_util.cc           data.details.bounding_box_f().height() * scale;
height            286 content/browser/renderer_host/input/web_input_event_util.cc       gesture.data.longPress.height =
height            287 content/browser/renderer_host/input/web_input_event_util.cc           data.details.bounding_box_f().height() * scale;
height            331 content/browser/renderer_host/input/web_input_event_util.cc       gesture.data.tapDown.height =
height            332 content/browser/renderer_host/input/web_input_event_util.cc           data.details.bounding_box_f().height() * scale;
height             77 content/browser/renderer_host/legacy_render_widget_host_win.cc                   bounds.height(), 0);
height             35 content/browser/renderer_host/media/video_capture_controller.cc #define UMA_HISTOGRAM_ASPECT_RATIO(name, width, height) \
height             38 content/browser/renderer_host/media/video_capture_controller.cc         (height) ? ((width) * 100) / (height) : kInfiniteRatio);
height            305 content/browser/renderer_host/media/video_capture_controller.cc   int new_unrotated_height = frame_format.frame_size.height();
height            408 content/browser/renderer_host/media/video_capture_controller.cc                         (flip ? -frame_format.frame_size.height() :
height            409 content/browser/renderer_host/media/video_capture_controller.cc                                 frame_format.frame_size.height()),
height            450 content/browser/renderer_host/media/video_capture_controller.cc                          frame_format.frame_size.height());
height            453 content/browser/renderer_host/media/video_capture_controller.cc                                frame_format.frame_size.height());
height            497 content/browser/renderer_host/media/video_capture_controller.cc     DCHECK_EQ(dimensions.height(), 0);
height             61 content/browser/renderer_host/media/video_capture_host_unittest.cc   void StartDump(int width, int height) {
height             63 content/browser/renderer_host/media/video_capture_host_unittest.cc         FILE_PATH_LITERAL("dump_w%d_h%d.yuv"), width, height));
height             66 content/browser/renderer_host/media/video_capture_host_unittest.cc         media::VideoFrame::I420, gfx::Size(width, height));
height            228 content/browser/renderer_host/media/video_capture_host_unittest.cc                           frame_format.frame_size.height());
height            233 content/browser/renderer_host/media/video_capture_host_unittest.cc       ASSERT_EQ(format_.frame_size.height(), frame_format.frame_size.height())
height            417 content/browser/renderer_host/media/video_capture_host_unittest.cc   void CaptureAndDumpVideo(int width, int height, int frame_rate) {
height            429 content/browser/renderer_host/media/video_capture_host_unittest.cc         media::VideoCaptureFormat(gfx::Size(width, height), frame_rate);
height            267 content/browser/renderer_host/media/video_capture_manager_unittest.cc   EXPECT_GT(supported_formats[0].frame_size.height(), 1);
height            270 content/browser/renderer_host/media/video_capture_manager_unittest.cc   EXPECT_GT(supported_formats[1].frame_size.height(), 1);
height            281 content/browser/renderer_host/media/video_capture_manager_unittest.cc   EXPECT_GT(supported_formats[0].frame_size.height(), 1);
height            284 content/browser/renderer_host/media/video_capture_manager_unittest.cc   EXPECT_GT(supported_formats[1].frame_size.height(), 1);
height            294 content/browser/renderer_host/media/video_capture_manager_unittest.cc   EXPECT_GT(supported_formats[0].frame_size.height(), 1);
height            297 content/browser/renderer_host/media/video_capture_manager_unittest.cc   EXPECT_GT(supported_formats[1].frame_size.height(), 1);
height            338 content/browser/renderer_host/media/video_capture_manager_unittest.cc     EXPECT_GT(format_in_use.frame_size.height(), 1);
height            196 content/browser/renderer_host/overscroll_controller.cc     ratio = fabs(overscroll_delta_y_) / bounds.height();
height             28 content/browser/renderer_host/pepper/pepper_print_settings_manager.cc   result.height = DeviceUnitsInPoints(print_size.height(),
height             60 content/browser/renderer_host/pepper/pepper_printing_host_unittest.cc   return lhs.width == rhs.width && lhs.height == rhs.height;
height           1255 content/browser/renderer_host/render_message_filter.cc     uint32 height,
height           1278 content/browser/renderer_host/render_message_filter.cc                       height);
height           1331 content/browser/renderer_host/render_message_filter.cc   uint64 buffer_size = stride * static_cast<uint64>(height);
height            277 content/browser/renderer_host/render_message_filter.h                                  uint32 height,
height             36 content/browser/renderer_host/render_widget_host_browsertest.cc       for (int j = 0; j < bitmap.height(); ++j) {
height            841 content/browser/renderer_host/render_widget_host_impl.cc                "height", base::IntToString(view_size.height()));
height           1660 content/browser/renderer_host/render_widget_host_impl.cc     const size_t size = pixel_size.height() * pixel_size.width() * 4;
height           1893 content/browser/renderer_host/render_widget_host_impl.cc                                               size.width(), size.height()));
height           1897 content/browser/renderer_host/render_widget_host_impl.cc       size.width(), size.height());
height            966 content/browser/renderer_host/render_widget_host_unittest.cc   EXPECT_EQ(4, view->GetBackground().height());
height            242 content/browser/renderer_host/render_widget_host_view_android.cc   DCHECK_LE(src_subrect.height() + src_subrect.y(), bounds.height());
height            387 content/browser/renderer_host/render_widget_host_view_android.cc   size.Enlarge(-offset.width(), -offset.height());
height            784 content/browser/renderer_host/render_widget_host_view_android.cc                 texture_size_in_layer_.height() - offset.y());
height            894 content/browser/renderer_host/render_widget_host_view_android.cc                    dst_size_in_pixel.height());
height            899 content/browser/renderer_host/render_widget_host_view_android.cc       (float)dst_size_in_pixel.height() / (float)src_subrect_in_pixel.height());
height            966 content/browser/renderer_host/render_widget_host_view_android.cc       ceiled_viewport_size.height() < frame_metadata.root_layer_size.height());
height           1310 content/browser/renderer_host/render_widget_host_view_android.cc                     dst_size_in_pixel.height(),
height            832 content/browser/renderer_host/render_widget_host_view_aura.cc                       view_bounds.height());
height           1697 content/browser/renderer_host/render_widget_host_view_aura.cc                                    surface_size_in_pixel.height() -
height           1698 content/browser/renderer_host/render_widget_host_view_aura.cc                                        damage_rect.y() - damage_rect.height(),
height           1700 content/browser/renderer_host/render_widget_host_view_aura.cc                                    damage_rect.height()));
height           1721 content/browser/renderer_host/render_widget_host_view_aura.cc                         params_in_pixel.height);
height           1822 content/browser/renderer_host/render_widget_host_view_aura.cc                     dst_size_in_pixel.width(), dst_size_in_pixel.height(),
height           1886 content/browser/renderer_host/render_widget_host_view_aura.cc       dst_size_in_pixel.height());
height           1963 content/browser/renderer_host/render_widget_host_view_aura.cc                               region_in_frame.height() & ~1);
height           1973 content/browser/renderer_host/render_widget_host_view_aura.cc         result->size().height() != region_in_frame.height()) {
height           1978 content/browser/renderer_host/render_widget_host_view_aura.cc                                                     region_in_frame.height());
height           2023 content/browser/renderer_host/render_widget_host_view_aura.cc         result_rect.size().height() < region_in_frame.size().height())
height           3331 content/browser/renderer_host/render_widget_host_view_aura.cc   int border_y = rect.height() * kMouseLockBorderPercentage / 100;
height            362 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc   int vert = bounds_in_screen.height() / 4;
height           1010 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc   post_params.height = 80;
height            175 content/browser/renderer_host/render_widget_host_view_base.cc   lparam = MAKELPARAM(rect_in_pixels.width(), rect_in_pixels.height());
height            322 content/browser/renderer_host/render_widget_host_view_base.cc                                              window_rect_in_pixel.height(),
height            526 content/browser/renderer_host/render_widget_host_view_browsertest.cc     EXPECT_EQ(expected_bitmap.height(), bitmap.height());
height            532 content/browser/renderer_host/render_widget_host_view_browsertest.cc       for (int j = 0; j < bitmap.height() && fails < 10; ++j) {
height            587 content/browser/renderer_host/render_widget_host_view_browsertest.cc                                          video_frame->visible_rect().height(),
height            632 content/browser/renderer_host/render_widget_host_view_browsertest.cc                              html_rect_size.height());
height            657 content/browser/renderer_host/render_widget_host_view_browsertest.cc         box_size.height(),
height            660 content/browser/renderer_host/render_widget_host_view_browsertest.cc         box_size.height()));
height            699 content/browser/renderer_host/render_widget_host_view_browsertest.cc           gfx::Rect(output_size.width() / 2 - 1, 0, 2, output_size.height()));
height            725 content/browser/renderer_host/render_widget_host_view_browsertest.cc             gfx::Rect(output_size.width() / 2 - 1, 0, 2, output_size.height()));
height            746 content/browser/renderer_host/render_widget_host_view_browsertest.cc         SkBitmap::kARGB_8888_Config, copy_size.width(), copy_size.height());
height            754 content/browser/renderer_host/render_widget_host_view_browsertest.cc         for (int j = 0; j < copy_size.height(); ++j) {
height            214 content/browser/renderer_host/render_widget_host_view_gtk.cc       host_view->SetSize(gfx::Size(allocation->width, allocation->height));
height            340 content/browser/renderer_host/render_widget_host_view_gtk.cc           y < allocation.height;
height            683 content/browser/renderer_host/render_widget_host_view_gtk.cc   gtk_window_resize(window, bounds.width(), bounds.height());
height            715 content/browser/renderer_host/render_widget_host_view_gtk.cc   int height = std::min(size.height(), kMaxWindowHeight);
height            718 content/browser/renderer_host/render_widget_host_view_gtk.cc     gtk_widget_set_size_request(view_.get(), width, height);
height            723 content/browser/renderer_host/render_widget_host_view_gtk.cc       requested_size_.height() != height) {
height            724 content/browser/renderer_host/render_widget_host_view_gtk.cc     requested_size_ = gfx::Size(width, height);
height            816 content/browser/renderer_host/render_widget_host_view_gtk.cc                    requested_size_.width(), requested_size_.height());
height           1015 content/browser/renderer_host/render_widget_host_view_gtk.cc                           std::min(bounds.height(), kMaxWindowHeight));
height           1025 content/browser/renderer_host/render_widget_host_view_gtk.cc         view_.get(), requested_size_.width(), requested_size_.height());
height           1138 content/browser/renderer_host/render_widget_host_view_gtk.cc       drag_monitor_size.SetSize(geometry.width, geometry.height);
height           1152 content/browser/renderer_host/render_widget_host_view_gtk.cc     } else if (allocation.height - 1 == static_cast<gint>(event->y) &&
height           1153 content/browser/renderer_host/render_widget_host_view_gtk.cc         drag_monitor_size.height() - 1 == static_cast<gint>(event->y_root)) {
height           1298 content/browser/renderer_host/render_widget_host_view_gtk.cc                    frame_extents.width, frame_extents.height);
height           1318 content/browser/renderer_host/render_widget_host_view_gtk.cc     gdk_window_resize(window, size.width(), size.height());
height            153 content/browser/renderer_host/ui_events_helper.cc       gesture_event.data.tap.height = event.details().bounding_box().height();
height            159 content/browser/renderer_host/ui_events_helper.cc       gesture_event.data.tapDown.height =
height            160 content/browser/renderer_host/ui_events_helper.cc           event.details().bounding_box().height();
height            166 content/browser/renderer_host/ui_events_helper.cc       gesture_event.data.showPress.height =
height            167 content/browser/renderer_host/ui_events_helper.cc           event.details().bounding_box().height();
height            209 content/browser/renderer_host/ui_events_helper.cc       gesture_event.data.longPress.height =
height            210 content/browser/renderer_host/ui_events_helper.cc           event.details().bounding_box().height();
height            216 content/browser/renderer_host/ui_events_helper.cc       gesture_event.data.longPress.height =
height            217 content/browser/renderer_host/ui_events_helper.cc           event.details().bounding_box().height();
height            211 content/browser/web_contents/aura/gesture_nav_simple.cc   int y = std::max(0, (window_bounds.height() - kArrowHeight) / 2);
height             44 content/browser/web_contents/aura/overscroll_navigation_overlay.cc           size.height() != image_size_.height()) {
height             28 content/browser/web_contents/aura/shadow_layer_delegate.cc                               shadow_for->bounds().height()));
height             48 content/browser/web_contents/aura/shadow_layer_delegate.cc                                    layer_->bounds().height());
height            155 content/browser/web_contents/touch_editable_impl_aura.cc                          gfx::Size(1, selection_anchor_rect_.height()));
height            157 content/browser/web_contents/touch_editable_impl_aura.cc                         gfx::Size(1, selection_focus_rect_.height()));
height            118 content/browser/web_contents/web_contents_impl_browsertest.cc     size.Enlarge(size_insets_.width(), size_insets_.height());
height            299 content/browser/web_contents/web_contents_impl_browsertest.cc   size.Enlarge(size_insets.width(), size_insets.height());
height            308 content/browser/web_contents/web_contents_impl_browsertest.cc   exp_wcv_size.Enlarge(size_insets.width(), size_insets.height());
height            325 content/browser/web_contents/web_contents_impl_browsertest.cc   init_size.Enlarge(size_insets.width(), size_insets.height());
height            332 content/browser/web_contents/web_contents_impl_browsertest.cc   new_size.Enlarge(size_insets.width(), size_insets.height());
height           1136 content/browser/web_contents/web_contents_view_aura.cc         gfx::Size(image.width(), image.height()), image_offset, &data);
height           1321 content/browser/web_contents/web_contents_view_aura.cc                      (new_bounds.height() - bounds.height()) / 2));
height            144 content/browser/web_contents/web_contents_view_gtk.cc                requested_size_.width(), requested_size_.height());
height            187 content/browser/web_contents/web_contents_view_gtk.cc     rect.SetRect(0, 0, requested_size_.width(), requested_size_.height());
height            397 content/browser/web_contents/web_contents_view_gtk.cc     requisition->height +=
height            405 content/browser/web_contents/web_contents_view_gtk.cc   int height = allocation->height;
height            408 content/browser/web_contents/web_contents_view_gtk.cc     height += web_contents_->GetDelegate()->GetExtraRenderViewHeight();
height            409 content/browser/web_contents/web_contents_view_gtk.cc   gfx::Size size(width, height);
height            288 content/child/browser_font_resource_trusted.cc   metrics->height = font_->height();
height            378 content/child/browser_font_resource_trusted.cc           run, WebFloatPoint(0.0f, 0.0f), font_->height(),
height            410 content/child/browser_font_resource_trusted.cc                        clip->size.width, clip->size.height);
height             26 content/child/child_shared_bitmap_manager.cc                size.height());
height            613 content/child/npapi/plugin_instance.cc       flipped_screen_y = containing_window_frame_.height() - source_y +
height            621 content/child/npapi/plugin_instance.cc       flipped_screen_y = main_display_bounds.size.height - flipped_screen_y;
height            640 content/child/npapi/plugin_instance.cc       target_y = containing_window_frame_.height() - target_y;
height            647 content/child/npapi/plugin_instance.cc       target_y = main_display_bounds.size.height - flipped_screen_y;
height            140 content/child/npapi/webplugin.h                                                    int32 height,
height            340 content/child/npapi/webplugin_delegate_impl.h   void EnsurePixmapAtLeastSize(int width, int height);
height            191 content/child/npapi/webplugin_delegate_impl_gtk.cc   if (window_rect_.width() <= 0 || window_rect_.height() <= 0) {
height            201 content/child/npapi/webplugin_delegate_impl_gtk.cc   window_.clipRect.bottom = clip_rect_.y() + clip_rect_.height();
height            203 content/child/npapi/webplugin_delegate_impl_gtk.cc   window_.height = window_rect_.height();
height            228 content/child/npapi/webplugin_delegate_impl_gtk.cc void WebPluginDelegateImpl::EnsurePixmapAtLeastSize(int width, int height) {
height            232 content/child/npapi/webplugin_delegate_impl_gtk.cc     if (cur_width >= width && cur_height >= height)
height            243 content/child/npapi/webplugin_delegate_impl_gtk.cc                            std::max(1, width), std::max(1, height),
height            263 content/child/npapi/webplugin_delegate_impl_gtk.cc                   rect.width(), rect.height());
height            371 content/child/npapi/webplugin_delegate_impl_gtk.cc     window_.clipRect.bottom = draw_rect.height();
height            373 content/child/npapi/webplugin_delegate_impl_gtk.cc     window_.height = window_rect_.height();
height            397 content/child/npapi/webplugin_delegate_impl_gtk.cc   event.height = pixmap_draw_rect.height();
height            415 content/child/npapi/webplugin_delegate_impl_gtk.cc                              std::max(1, pixmap_rect.height()),
height            421 content/child/npapi/webplugin_delegate_impl_gtk.cc                 pixmap_draw_rect.width(), pixmap_draw_rect.height(),
height            439 content/child/npapi/webplugin_delegate_impl_gtk.cc                 pixmap_draw_rect.width(), pixmap_draw_rect.height(),
height            449 content/child/npapi/webplugin_delegate_impl_gtk.cc     EnsurePixmapAtLeastSize(pixmap_rect.width(), pixmap_rect.height());
height            468 content/child/npapi/webplugin_delegate_impl_gtk.cc                     draw_rect.width(), draw_rect.height());
height            498 content/child/npapi/webplugin_delegate_impl_gtk.cc       clip_rect_.y() + clip_rect_.height() + window_rect_.y();
height            501 content/child/npapi/webplugin_delegate_impl_gtk.cc   window_.height = window_rect_.height();
height            813 content/child/npapi/webplugin_delegate_impl_win.cc                    window_rect.height(),
height            841 content/child/npapi/webplugin_delegate_impl_win.cc   window_.clipRect.bottom = std::max(0, clip_rect_.y() + clip_rect_.height());
height            843 content/child/npapi/webplugin_delegate_impl_win.cc   window_.height = window_rect_.height();
height           1063 content/child/npapi/webplugin_delegate_impl_win.cc     win_pos.cy = window_rect_.height();
height           1082 content/child/npapi/webplugin_delegate_impl_win.cc   damage_rect_win.bottom = damage_rect_win.top + damage_rect.height();
height           1110 content/child/npapi/webplugin_delegate_impl_win.cc   window_.clipRect.bottom = clip_rect_.y() + clip_rect_.height();
height           1112 content/child/npapi/webplugin_delegate_impl_win.cc   window_.height = window_rect_.height();
height             86 content/child/touch_fling_gesture_curve.cc                                       cumulative_scroll.height)) {
height            146 content/child/touch_fling_gesture_curve.cc                                 scroll.height - cumulative_scroll_.height);
height             30 content/child/touch_fling_gesture_curve_unittest.cc     cumulative_delta_.height += delta.height;
height             61 content/child/touch_fling_gesture_curve_unittest.cc   EXPECT_EQ(target.current_velocity().height, 0);
height             66 content/child/touch_fling_gesture_curve_unittest.cc   EXPECT_EQ(target.cumulative_delta().height, 0);
height             68 content/child/touch_fling_gesture_curve_unittest.cc   EXPECT_EQ(target.current_velocity().height, 0);
height             40 content/child/webthemeengine_impl_mac.cc   trackInfo.bounds = CGRectMake(rect.x, rect.y, rect.width, rect.height);
height            308 content/common/child_process_host_impl.cc     uint32 height,
height            313 content/common/child_process_host_impl.cc       width * height * GpuMemoryBufferImpl::BytesPerPixel(internalformat),
height             81 content/common/child_process_host_impl.h                                  uint32 height,
height            100 content/common/common_param_traits_unittest.cc   EXPECT_EQ(bitmap.height(), output.height());
height            140 content/common/cursors/webcursor.cc       !pickle->WriteInt(custom_size_.height()) ||
height            239 content/common/cursors/webcursor.cc   custom_size_.set_height(bitmap.height());
height            248 content/common/cursors/webcursor.cc                    custom_size_.height());
height            262 content/common/cursors/webcursor.cc                           std::min(custom_size_.height() - 1, hotspot_.y())));
height             29 content/common/cursors/webcursor_aurax11.cc                    custom_size_.width(), custom_size_.height());
height            169 content/common/cursors/webcursor_gtk.cc   if (custom_size_.width() == 0 || custom_size_.height() == 0) {
height            177 content/common/cursors/webcursor_gtk.cc                    custom_size_.width(), custom_size_.height());
height            308 content/common/gpu/client/command_buffer_proxy_impl.cc     size_t height,
height            321 content/common/gpu/client/command_buffer_proxy_impl.cc                                                    height,
height            341 content/common/gpu/client/command_buffer_proxy_impl.cc                 height,
height            107 content/common/gpu/client/command_buffer_proxy_impl.h       size_t height,
height             57 content/common/gpu/client/gl_helper.cc                    size.height(),
height            400 content/common/gpu/client/gl_helper.cc                     dst_size.height(),
height            458 content/common/gpu/client/gl_helper.cc                   dst_size.height(),
height            548 content/common/gpu/client/gl_helper.cc                   src_rect.height(),
height            634 content/common/gpu/client/gl_helper.cc           for (int y = 0; y < request->size.height(); y++) {
height            819 content/common/gpu/client/gl_helper.cc                              rect.height());
height            873 content/common/gpu/client/gl_helper.cc                   size.height(),
height            889 content/common/gpu/client/gl_helper.cc                          rect.height());
height            895 content/common/gpu/client/gl_helper.cc       GL_TEXTURE_2D, 0, GL_RGB, 0, 0, size.width(), size.height(), 0);
height            960 content/common/gpu/client/gl_helper.cc                        dst_subrect.height()),
height            961 content/common/gpu/client/gl_helper.cc              gfx::Size((dst_subrect.width() + 3) / 4, dst_subrect.height()),
height            971 content/common/gpu/client/gl_helper.cc                        (dst_subrect.height() + 1) & ~1),
height            973 content/common/gpu/client/gl_helper.cc                        (dst_subrect.height() + 1) / 2),
height            983 content/common/gpu/client/gl_helper.cc                        (dst_subrect.height() + 1) & ~1),
height            985 content/common/gpu/client/gl_helper.cc                        (dst_subrect.height() + 1) / 2),
height            990 content/common/gpu/client/gl_helper.cc   DCHECK(!(dst_size.height() & 1));
height            992 content/common/gpu/client/gl_helper.cc   DCHECK(!(dst_subrect.height() & 1));
height           1084 content/common/gpu/client/gl_helper.cc           gfx::Rect(0, 0, (dst_subrect.width() + 3) & ~3, dst_subrect.height()),
height           1085 content/common/gpu/client/gl_helper.cc           gfx::Size((dst_subrect.width() + 3) / 4, dst_subrect.height()),
height           1090 content/common/gpu/client/gl_helper.cc           gfx::Size((dst_subrect.width() + 3) / 4, dst_subrect.height()),
height           1094 content/common/gpu/client/gl_helper.cc                     dst_subrect.height()),
height           1096 content/common/gpu/client/gl_helper.cc                     (dst_subrect.height() + 1) / 2),
height           1100 content/common/gpu/client/gl_helper.cc       y_(gl, gfx::Size((dst_subrect.width() + 3) / 4, dst_subrect.height())),
height           1104 content/common/gpu/client/gl_helper.cc                    (dst_subrect.height() + 1) / 2)),
height           1107 content/common/gpu/client/gl_helper.cc                    (dst_subrect.height() + 1) / 2)) {
height           1114 content/common/gpu/client/gl_helper.cc                  dst_subrect.height(),
height           1121 content/common/gpu/client/gl_helper.cc   DCHECK(!(dst_size.height() & 1));
height           1123 content/common/gpu/client/gl_helper.cc   DCHECK(!(dst_subrect.height() & 1));
height            101 content/common/gpu/client/gl_helper_benchmark.cc         gfx::Size(bitmap->width(), bitmap->height()),
height            150 content/common/gpu/client/gl_helper_benchmark.cc                         src_size.height());
height            157 content/common/gpu/client/gl_helper_benchmark.cc                         dst_size.height());
height            167 content/common/gpu/client/gl_helper_benchmark.cc                              dst_size.height(),
height            177 content/common/gpu/client/gl_helper_benchmark.cc                              src_size.height(),
height            184 content/common/gpu/client/gl_helper_benchmark.cc                               src_size.width(), src_size.height());
height            221 content/common/gpu/client/gl_helper_benchmark.cc                                   src_size.height(),
height            223 content/common/gpu/client/gl_helper_benchmark.cc                                   dst_size.height(),
height            260 content/common/gpu/client/gl_helper_benchmark.cc   const gfx::Size src_size(input.width(), input.height());
height            267 content/common/gpu/client/gl_helper_benchmark.cc                        src_size.height(),
height            276 content/common/gpu/client/gl_helper_benchmark.cc                                input.height() * percents[p] / 100);
height            287 content/common/gpu/client/gl_helper_benchmark.cc                       dst_size.height());
height            295 content/common/gpu/client/gl_helper_benchmark.cc                     dst_size.height()),
height            150 content/common/gpu/client/gl_helper_scaling.cc                       spec_.src_size.height(),
height            201 content/common/gpu/client/gl_helper_scaling.cc     gl_->Viewport(0, 0, spec_.dst_size.width(), spec_.dst_size.height());
height            421 content/common/gpu/client/gl_helper_scaling.cc   GLHelperScaling::ScaleOp::AddOps(src_subrect.height(),
height            422 content/common/gpu/client/gl_helper_scaling.cc                                    dst_size.height(),
height            910 content/common/gpu/client/gl_helper_scaling.cc       static_cast<float>(src_subrect.y()) / src_size.height(),
height            912 content/common/gpu/client/gl_helper_scaling.cc       static_cast<float>(src_subrect.height()) / src_size.height(), };
height            919 content/common/gpu/client/gl_helper_scaling.cc   gl_->Uniform2f(src_pixelsize_location_, src_size.width(), src_size.height());
height            922 content/common/gpu/client/gl_helper_scaling.cc                  static_cast<float>(dst_size.height()));
height            151 content/common/gpu/client/gl_helper_unittest.cc                           std::max(0, std::min(y, pixels->height() - 1)));
height            160 content/common/gpu/client/gl_helper_unittest.cc     DCHECK_LT(y, pixels->height());
height            169 content/common/gpu/client/gl_helper_unittest.cc     for (int y = 0; y < pixels->height(); y++) {
height            185 content/common/gpu/client/gl_helper_unittest.cc                                     scaler_stages[i].src_size.height(),
height            187 content/common/gpu/client/gl_helper_unittest.cc                                     scaler_stages[i].dst_size.height()));
height            273 content/common/gpu/client/gl_helper_unittest.cc       EXPECT_EQ(scaler_stages[i - 1].dst_size.height(),
height            274 content/common/gpu/client/gl_helper_unittest.cc                 scaler_stages[i].src_size.height());
height            279 content/common/gpu/client/gl_helper_unittest.cc       EXPECT_EQ(scaler_stages[i].src_subrect.height(),
height            280 content/common/gpu/client/gl_helper_unittest.cc                 scaler_stages[i].src_size.height());
height            294 content/common/gpu/client/gl_helper_unittest.cc           static_cast<double>(scaler_stages[i].src_subrect.height()) /
height            295 content/common/gpu/client/gl_helper_unittest.cc           static_cast<double>(scaler_stages[i].dst_size.height());
height            388 content/common/gpu/client/gl_helper_unittest.cc     EXPECT_EQ(truth->height(), other->height());
height            390 content/common/gpu/client/gl_helper_unittest.cc       for (int y = 0; y < truth->height(); y++) {
height            438 content/common/gpu/client/gl_helper_unittest.cc     float yscale = static_cast<float>(input->height()) / output->height();
height            441 content/common/gpu/client/gl_helper_unittest.cc     for (int dst_y = 0; dst_y < output->height(); dst_y++) {
height            451 content/common/gpu/client/gl_helper_unittest.cc               for (int src_y = -10; src_y < input->height() + 10; ++src_y) {
height            476 content/common/gpu/client/gl_helper_unittest.cc               while ((output->height() << yshift) < input->height()) {
height            484 content/common/gpu/client/gl_helper_unittest.cc               if (ymag == 4 && output->height() * 3 >= input->height()) {
height            516 content/common/gpu/client/gl_helper_unittest.cc     int bottom_line = bitmap->height() - 1;
height            541 content/common/gpu/client/gl_helper_unittest.cc     float yscale = static_cast<float>(output->height()) / input->height();
height            554 content/common/gpu/client/gl_helper_unittest.cc     int ytmp = input->height();
height            556 content/common/gpu/client/gl_helper_unittest.cc     if (output->height() != input->height()) {
height            557 content/common/gpu/client/gl_helper_unittest.cc       ytmp = output->height();
height            558 content/common/gpu/client/gl_helper_unittest.cc       while (ytmp < input->height() && ytmp * 2 != input->height()) {
height            934 content/common/gpu/client/gl_helper_unittest.cc         bmp1.height() != bmp2.height()) {
height            947 content/common/gpu/client/gl_helper_unittest.cc     for (int y = 0; y < bmp1.height(); ++y) {
height            973 content/common/gpu/client/gl_helper_unittest.cc                          src_size.height(),
height           1013 content/common/gpu/client/gl_helper_unittest.cc                            src_size.height());
height           1025 content/common/gpu/client/gl_helper_unittest.cc                            src_size.height());
height           1041 content/common/gpu/client/gl_helper_unittest.cc     DrawGridToBitmap(src_size.width(), src_size.height(),
height           1057 content/common/gpu/client/gl_helper_unittest.cc                     src_size.height(),
height             80 content/common/gpu/client/gpu_channel_host.h       size_t height,
height             61 content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc                                    size_.height(),
height            520 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc     int x, int y, int width, int height) {
height            546 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc     WGC3Dsizei height,
height            551 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc       target, level, xoffset, yoffset, width, height, format, type, access);
height            177 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h       int width, int height, float scale_factor);
height            180 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual void postSubBufferCHROMIUM(int x, int y, int width, int height);
height            220 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                                     WGC3Dsizei height,
height            229 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                                        WGC3Dsizei height,
height            239 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                               WGC3Dsizei height,
height            248 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                                  WGC3Dsizei height);
height            372 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                           WGC3Dsizei height,
height            381 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                                    WGC3Dsizei height);
height            384 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                        WGC3Dsizei width, WGC3Dsizei height);
height            405 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                           WGC3Dsizei height,
height            423 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                              WGC3Dsizei height,
height            492 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                         WGC3Dsizei width, WGC3Dsizei height);
height            533 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h       WGC3Dsizei height,
height            556 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h       WGC3Dsizei width, WGC3Dsizei height);
height            569 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h       WGC3Denum target, WGC3Dint width, WGC3Dint height,
height            574 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h       WGC3Dint width, WGC3Dint height);
height            625 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h       WGC3Dsizei height,
height            636 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h       WGC3Dsizei height,
height            656 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h       WGC3Dsizei width, WGC3Dsizei height, WGC3Denum internalformat);
height            672 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h       WGC3Dsizei width, WGC3Dsizei height);
height            878 content/common/gpu/gpu_command_buffer_stub.cc     uint32 height,
height            894 content/common/gpu/gpu_command_buffer_stub.cc                                           height,
height            198 content/common/gpu/gpu_command_buffer_stub.h                                  uint32 height,
height             86 content/common/gpu/gpu_messages.h   IPC_STRUCT_MEMBER(int, height)
height            287 content/common/gpu/image_transport_surface.cc     int x, int y, int width, int height) {
height            289 content/common/gpu/image_transport_surface.cc   bool result = gfx::GLSurfaceAdapter::PostSubBuffer(x, y, width, height);
height            308 content/common/gpu/image_transport_surface.cc     params.height = height;
height            354 content/common/gpu/image_transport_surface.cc                              "width", size.width(), "height", size.height());
height            191 content/common/gpu/image_transport_surface.h   virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
height             52 content/common/gpu/image_transport_surface_mac.cc   virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
height            262 content/common/gpu/image_transport_surface_mac.cc     int x, int y, int width, int height) {
height            273 content/common/gpu/image_transport_surface_mac.cc   params.height = height;
height            368 content/common/gpu/image_transport_surface_mac.cc                              RoundUpSurfaceDimension(size_.height()));
height            378 content/common/gpu/image_transport_surface_mac.cc                "height", new_rounded_size.height());
height            428 content/common/gpu/image_transport_surface_mac.cc                               rounded_size_.width(), rounded_size_.height());
height            453 content/common/gpu/image_transport_surface_mac.cc                   rounded_size_.height());
height            472 content/common/gpu/image_transport_surface_mac.cc           rounded_size_.height(),
height            238 content/common/gpu/media/android_video_decode_accelerator.cc         int32 width, height;
height            239 content/common/gpu/media/android_video_decode_accelerator.cc         media_codec_->GetOutputFormat(&width, &height);
height            243 content/common/gpu/media/android_video_decode_accelerator.cc           size_ = gfx::Size(width, height);
height            254 content/common/gpu/media/android_video_decode_accelerator.cc           RETURN_ON_FAILURE(size_ == gfx::Size(width, height),
height            363 content/common/gpu/media/android_video_decode_accelerator.cc                          size_.height(), false, false, false);
height            319 content/common/gpu/media/android_video_encode_accelerator.cc                                        frame->coded_size().height());
height            220 content/common/gpu/media/dxva_video_decode_accelerator.cc     EGL_HEIGHT, buffer.size().height(),
height            247 content/common/gpu/media/dxva_video_decode_accelerator.cc       buffer.size().height(),
height            932 content/common/gpu/media/dxva_video_decode_accelerator.cc               static_cast<uint32>(index->second->size().height())) {
height           1003 content/common/gpu/media/dxva_video_decode_accelerator.cc void DXVAVideoDecodeAccelerator::RequestPictureBuffers(int width, int height) {
height           1008 content/common/gpu/media/dxva_video_decode_accelerator.cc         gfx::Size(width, height),
height           1153 content/common/gpu/media/dxva_video_decode_accelerator.cc                                                          int height) {
height           1165 content/common/gpu/media/dxva_video_decode_accelerator.cc                  height));
height            124 content/common/gpu/media/dxva_video_decode_accelerator.h   void RequestPictureBuffers(int width, int height);
height            143 content/common/gpu/media/dxva_video_decode_accelerator.h   void HandleResolutionChanged(int width, int height);
height            151 content/common/gpu/media/exynos_v4l2_video_device.cc   attrs[3] = frame_buffer_size.height();
height            146 content/common/gpu/media/exynos_video_encode_accelerator.cc                                 (input_visible_size_.height() + 0xF) & ~0xF);
height            148 content/common/gpu/media/exynos_video_encode_accelerator.cc                                   (input_visible_size_.height() + 0x1) & ~0x1);
height            151 content/common/gpu/media/exynos_video_encode_accelerator.cc       (converted_visible_size_.height() + 0xF) & ~0xF);
height           1190 content/common/gpu/media/exynos_video_encode_accelerator.cc   format.fmt.pix_mp.height = input_allocated_size_.height();
height           1228 content/common/gpu/media/exynos_video_encode_accelerator.cc   crop.c.height = input_visible_size_.height();
height           1256 content/common/gpu/media/exynos_video_encode_accelerator.cc   format.fmt.pix_mp.height = converted_allocated_size_.height();
height           1275 content/common/gpu/media/exynos_video_encode_accelerator.cc   crop.c.height = converted_visible_size_.height();
height           1303 content/common/gpu/media/exynos_video_encode_accelerator.cc   format.fmt.pix_mp.height = input_allocated_size_.height();
height           1324 content/common/gpu/media/exynos_video_encode_accelerator.cc   crop.c.height = input_visible_size_.height();
height           1332 content/common/gpu/media/exynos_video_encode_accelerator.cc   format.fmt.pix_mp.height      = output_visible_size_.height();
height            167 content/common/gpu/media/gpu_video_decode_accelerator.cc       dimensions.height() > media::limits::kMaxDimension ||
height            359 content/common/gpu/media/gpu_video_decode_accelerator.cc                                     texture_dimensions_.height(),
height            367 content/common/gpu/media/gpu_video_decode_accelerator.cc       GLsizei width = 0, height = 0;
height            368 content/common/gpu/media/gpu_video_decode_accelerator.cc       info->GetLevelSize(texture_target_, 0, &width, &height);
height            370 content/common/gpu/media/gpu_video_decode_accelerator.cc           height != texture_dimensions_.height()) {
height             74 content/common/gpu/media/gpu_video_encode_accelerator.cc       input_visible_size.height() > media::limits::kMaxDimension ||
height            186 content/common/gpu/media/rendering_helper.cc     int height = window_dimensions_[j].height();
height            188 content/common/gpu/media/rendering_helper.cc     CHECK_GT(height, 0);
height            190 content/common/gpu/media/rendering_helper.cc     int top_left_y = (height + 12) * (i % 3);
height            196 content/common/gpu/media/rendering_helper.cc                        top_left_y, width, height, NULL, NULL, NULL,
height            214 content/common/gpu/media/rendering_helper.cc         top_left_x, top_left_y, width, height,
height            242 content/common/gpu/media/rendering_helper.cc     CHECK_GE(max_texture_size, params.thumbnails_page_size.height());
height            254 content/common/gpu/media/rendering_helper.cc                  thumbnails_fbo_size_.height(),
height            398 content/common/gpu/media/rendering_helper.cc                  frame_dimensions_[dimensions_id].height(),
height            422 content/common/gpu/media/rendering_helper.cc   int height = window_dimensions_[dimensions_id].height();
height            429 content/common/gpu/media/rendering_helper.cc         thumbnails_fbo_size_.height() / thumbnail_size_.height();
height            433 content/common/gpu/media/rendering_helper.cc     const int y = row * thumbnail_size_.height();
height            435 content/common/gpu/media/rendering_helper.cc     glViewport(x, y, thumbnail_size_.width(), thumbnail_size_.height());
height            436 content/common/gpu/media/rendering_helper.cc     glScissor(x, y, thumbnail_size_.width(), thumbnail_size_.height());
height            439 content/common/gpu/media/rendering_helper.cc     glViewport(0, 0, width, height);
height            440 content/common/gpu/media/rendering_helper.cc     glScissor(0, 0, width, height);
height            466 content/common/gpu/media/rendering_helper.cc     glViewport(0, 0, width, height);
height            467 content/common/gpu/media/rendering_helper.cc     glScissor(0, 0, width, height);
height            544 content/common/gpu/media/rendering_helper.cc                thumbnails_fbo_size_.height(),
height           1628 content/common/gpu/media/v4l2_video_decode_accelerator.cc       format.fmt.pix_mp.width, format.fmt.pix_mp.height);
height           1732 content/common/gpu/media/v4l2_video_decode_accelerator.cc            << ", height=" << frame_buffer_size_.height();
height           1918 content/common/gpu/media/v4l2_video_decode_accelerator.cc                      base::checked_cast<int>(format.fmt.pix_mp.height));
height            196 content/common/gpu/media/vaapi_h264_decoder_unittest.cc   int height = image->height;
height            198 content/common/gpu/media/vaapi_h264_decoder_unittest.cc   DVLOG(1) << "CopyNV12ToI420 width=" << width << ", height=" << height;
height            200 content/common/gpu/media/vaapi_h264_decoder_unittest.cc   const gfx::Size coded_size(width, height);
height            201 content/common/gpu/media/vaapi_h264_decoder_unittest.cc   const gfx::Rect visible_rect(width, height);
height            202 content/common/gpu/media/vaapi_h264_decoder_unittest.cc   const gfx::Size natural_size(width, height);
height            235 content/common/gpu/media/vaapi_h264_decoder_unittest.cc                               height);
height            170 content/common/gpu/media/vaapi_video_decode_accelerator.cc                             size_.width(), size_.height(), win_attr.depth);
height            242 content/common/gpu/media/vaapi_wrapper.cc                                      size.width(), size.height(),
height            255 content/common/gpu/media/vaapi_wrapper.cc                            size.width(), size.height(), VA_PROGRESSIVE,
height            378 content/common/gpu/media/vaapi_wrapper.cc                         0, 0, dest_size.width(), dest_size.height(),
height            379 content/common/gpu/media/vaapi_wrapper.cc                         0, 0, dest_size.width(), dest_size.height(),
height            127 content/common/gpu/media/video_decode_accelerator_unittest.cc         height(-1),
height            138 content/common/gpu/media/video_decode_accelerator_unittest.cc   int height;
height           1055 content/common/gpu/media/video_decode_accelerator_unittest.cc       CHECK(base::StringToInt(fields[2], &video_file->height));
height           1218 content/common/gpu/media/video_decode_accelerator_unittest.cc                          test_video_files_[0]->height);
height           1226 content/common/gpu/media/video_decode_accelerator_unittest.cc                            test_video_files_[index]->height);
height           1257 content/common/gpu/media/video_decode_accelerator_unittest.cc                                  video_file->height,
height           1486 content/common/gpu/media/video_decode_accelerator_unittest.cc                        test_video_files_[0]->height);
height           1503 content/common/gpu/media/video_decode_accelerator_unittest.cc                                test_video_files_[0]->height,
height             78 content/common/gpu/media/video_encode_accelerator_unittest.cc   int width, height;
height             80 content/common/gpu/media/video_encode_accelerator_unittest.cc   CHECK(base::StringToInt(fields[2], &height));
height             81 content/common/gpu/media/video_encode_accelerator_unittest.cc   test_stream->size = gfx::Size(width, height);
height             51 content/common/gpu/stream_texture_android.cc                                   size.height(),
height            169 content/common/gpu/texture_image_transport_surface.cc   DCHECK_GE(size.height(), 1);
height            240 content/common/gpu/texture_image_transport_surface.cc     int x, int y, int width, int height) {
height            245 content/common/gpu/texture_image_transport_surface.cc   const gfx::Rect new_damage_rect(x, y, width, height);
height            264 content/common/gpu/texture_image_transport_surface.cc   params.height = height;
height            403 content/common/gpu/texture_image_transport_surface.cc         current_size_.width(), current_size_.height(), 0,
height            431 content/common/gpu/texture_image_transport_surface.cc                                   current_size_.height(),
height             42 content/common/gpu/texture_image_transport_surface.h   virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
height             67 content/common/gpu/texture_image_transport_surface.h     GLsizei height = 0;
height             68 content/common/gpu/texture_image_transport_surface.h     backbuffer_->texture()->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height);
height             69 content/common/gpu/texture_image_transport_surface.h     return gfx::Size(width, height);
height             94 content/common/input/synthetic_web_input_event_builders.cc     result.data.tap.height = 10;
height             66 content/common/media/media_param_traits.cc   m->WriteInt(p.frame_size.height());
height            127 content/common/view_messages.h   IPC_STRUCT_TRAITS_MEMBER(height)
height             64 content/plugin/webplugin_accelerated_surface_proxy_mac.cc       size.width(), size.height(), io_surface_id);
height            157 content/plugin/webplugin_proxy.cc                  delegate_->GetRect().height());
height            467 content/plugin/webplugin_proxy.cc                                  window_rect.height(),
height            510 content/plugin/webplugin_proxy.cc         window_rect.height(),
height            515 content/plugin/webplugin_proxy.cc     CGContextTranslateCTM(cg_context, 0, window_rect.height());
height            548 content/plugin/webplugin_proxy.cc         dib->GetPlatformCanvas(window_rect.width(), window_rect.height()));
height            571 content/plugin/webplugin_proxy.cc                                    window_rect.width(), window_rect.height(),
height            663 content/plugin/webplugin_proxy.cc                                                          int32 height,
height            666 content/plugin/webplugin_proxy.cc       route_id_, width, height, surface_id));
height            109 content/plugin/webplugin_proxy.h                                                    int32 height,
height            104 content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java             int height = getDefaultSize(mVideoHeight, heightMeasureSpec);
height            106 content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java                 if (mVideoWidth * height  > width * mVideoHeight) {
height            107 content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java                     height = width * mVideoHeight / mVideoWidth;
height            108 content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java                 } else if (mVideoWidth * height  < width * mVideoHeight) {
height            109 content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java                     width = height * mVideoWidth / mVideoHeight;
height            112 content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java             setMeasuredDimension(width, height);
height            243 content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java     private void onVideoSizeChanged(int width, int height) {
height            245 content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java         mVideoHeight = height;
height            274 content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java     public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
height            443 content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java     public void setAnchorViewPosition(View view, float x, float y, float width, float height) {
height            195 content/public/android/java/src/org/chromium/content/browser/ContentVideoViewLegacy.java     public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
height            196 content/public/android/java/src/org/chromium/content/browser/ContentVideoViewLegacy.java         super.surfaceChanged(holder, format, width, height);
height            539 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java                     View view, float x, float y, float width, float height) {
height            554 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java                         scaledWidth, Math.round(height * scale));
height            569 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java                                 scaledWidth, (int) (height * scale), leftMargin, topMargin);
height           3106 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java     public void extractSmartClipData(int x, int y, int width, int height) {
height           3108 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java             nativeExtractSmartClipData(mNativeContentViewCore, x, y, width, height);
height             70 content/public/android/java/src/org/chromium/content/browser/ContentViewRenderView.java             public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
height             73 content/public/android/java/src/org/chromium/content/browser/ContentViewRenderView.java                         format, width, height, holder.getSurface());
height             76 content/public/android/java/src/org/chromium/content/browser/ContentViewRenderView.java                             width, height);
height            340 content/public/android/java/src/org/chromium/content/browser/ContentViewRenderView.java             int format, int width, int height, Surface surface);
height             37 content/public/android/java/src/org/chromium/content/browser/MediaResourceGetter.java         private MediaMetadata(int durationInMilliseconds, int width, int height, boolean success) {
height             40 content/public/android/java/src/org/chromium/content/browser/MediaResourceGetter.java             mHeight = height;
height             62 content/public/android/java/src/org/chromium/content/browser/MediaResourceGetter.java         int height = 0;
height             80 content/public/android/java/src/org/chromium/content/browser/MediaResourceGetter.java                 return new MediaMetadata(durationInMilliseconds, width, height, success);
height             89 content/public/android/java/src/org/chromium/content/browser/MediaResourceGetter.java                     return new MediaMetadata(durationInMilliseconds, width, height, success);
height            106 content/public/android/java/src/org/chromium/content/browser/MediaResourceGetter.java                     return new MediaMetadata(durationInMilliseconds, width, height, success);
height            125 content/public/android/java/src/org/chromium/content/browser/MediaResourceGetter.java                 return new MediaMetadata(durationInMilliseconds, width, height, success);
height            129 content/public/android/java/src/org/chromium/content/browser/MediaResourceGetter.java             height = Integer.parseInt(videoHeight);
height            136 content/public/android/java/src/org/chromium/content/browser/MediaResourceGetter.java         return new MediaMetadata(durationInMilliseconds, width, height, success);
height            332 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java         int height = getHeight();
height            337 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java                 height - ZOOM_BOUNDS_MARGIN);
height            362 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java         } else if (mClipRect.bottom > height - ZOOM_BOUNDS_MARGIN) {
height            363 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java             mShiftY = height - ZOOM_BOUNDS_MARGIN - mClipRect.bottom;
height            395 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java                 (mTouch.y - mTargetBounds.centerY()) / (mTargetBounds.height() / 2.f) + .5f;
height            508 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java             int width, int height, boolean isRootNode) {
height            511 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java                 parentRelativeLeft + width, parentRelativeTop + height);
height            519 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java         Rect rect = new Rect(absoluteLeft, absoluteTop, absoluteLeft + width, absoluteTop + height);
height            289 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java             int height = contentView.getMeasuredHeight();
height            294 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java             mPositionY = mHandle.getAdjustedPositionY() - height - lineHeight;
height            307 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java                 height = contentView.getMeasuredHeight();
height            311 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java                 coords[1] += height;
height             48 content/public/browser/web_contents_view.h     return gfx::Size(rc.width(), rc.height());
height             34 content/public/common/common_param_traits.cc     fHeight = bitmap.height();
height            223 content/public/common/common_param_traits.cc   DCHECK_GE(p.height(), 0);
height            224 content/public/common/common_param_traits.cc   int values[2] = { p.width(), p.height() };
height            243 content/public/common/common_param_traits.cc   l->append(base::StringPrintf("(%d, %d)", p.width(), p.height()));
height            247 content/public/common/common_param_traits.cc   float values[2] = { p.width(), p.height() };
height            264 content/public/common/common_param_traits.cc   l->append(base::StringPrintf("(%f, %f)", p.width(), p.height()));
height            310 content/public/common/common_param_traits.cc   int values[4] = { p.x(), p.y(), p.width(), p.height() };
height            329 content/public/common/common_param_traits.cc                                p.width(), p.height()));
height            333 content/public/common/common_param_traits.cc   float values[4] = { p.x(), p.y(), p.width(), p.height() };
height            350 content/public/common/common_param_traits.cc                                p.width(), p.height()));
height             53 content/public/common/common_param_traits_macros.h   IPC_STRUCT_TRAITS_MEMBER(height)
height            218 content/public/common/common_param_traits_macros.h   IPC_STRUCT_TRAITS_MEMBER(height)
height             91 content/public/renderer/render_view.h   virtual bool ShouldDisplayScrollbars(int width, int height) const = 0;
height            225 content/public/test/browser_test_utils.cc   int y = web_contents->GetView()->GetContainerSize().height() / 2;
height            432 content/renderer/accessibility/blink_ax_tree_source.cc     dst->AddIntAttribute(ui::AX_ATTR_SCROLL_Y, scroll_offset.height());
height            436 content/renderer/accessibility/blink_ax_tree_source.cc     dst->AddIntAttribute(ui::AX_ATTR_SCROLL_Y_MIN, min_offset.height());
height            440 content/renderer/accessibility/blink_ax_tree_source.cc     dst->AddIntAttribute(ui::AX_ATTR_SCROLL_Y_MAX, max_offset.height());
height            292 content/renderer/accessibility/renderer_accessibility_complete.cc               subfocus.width(), subfocus.height()));
height            226 content/renderer/browser_plugin/browser_plugin.cc   return max_height ? max_height : height();
height            238 content/renderer/browser_plugin/browser_plugin.cc   min_height = min_height ? min_height : height();
height            570 content/renderer/browser_plugin/browser_plugin.cc                       height() != params.view_size.height())) ||
height            624 content/renderer/browser_plugin/browser_plugin.cc       int backing_store_height = auto_size ? GetAdjustedMaxHeight(): height();
height            673 content/renderer/browser_plugin/browser_plugin.cc       size.height() <= GetAdjustedMaxHeight();
height           1010 content/renderer/browser_plugin/browser_plugin.cc       SkIntToScalar(plugin_rect_.height()));
height           1056 content/renderer/browser_plugin/browser_plugin.cc   int old_height = height();
height           1068 content/renderer/browser_plugin/browser_plugin.cc       (old_width == window_rect.width && old_height == window_rect.height) ||
height           1112 content/renderer/browser_plugin/browser_plugin.cc                static_cast<size_t>(view_rect.height() *
height           1135 content/renderer/browser_plugin/browser_plugin.cc       auto_size_params->max_size : gfx::Size(width(), height());
height            222 content/renderer/browser_plugin/browser_plugin.h   int height() const { return plugin_rect_.height(); }
height             26 content/renderer/browser_plugin/browser_plugin_backing_store.cc       pixel_size.width(), pixel_size.height());
height             45 content/renderer/browser_plugin/browser_plugin_backing_store.cc   const int height = pixel_bitmap_rect.height();
height             48 content/renderer/browser_plugin/browser_plugin_backing_store.cc       height <= 0 || height > kMaxSize)
height             58 content/renderer/browser_plugin/browser_plugin_backing_store.cc   sk_bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height);
height             67 content/renderer/browser_plugin/browser_plugin_backing_store.cc         pixel_copy_rect.height());
height             73 content/renderer/browser_plugin/browser_plugin_backing_store.cc         SkIntToScalar(pixel_copy_rect.height()));
height             90 content/renderer/browser_plugin/browser_plugin_backing_store.cc   int h = pixel_rect.height() + abs(pixel_delta.y());
height            206 content/renderer/browser_plugin/browser_plugin_browsertest.cc   EXPECT_EQ(480, params.resize_guest_params.view_rect.height());
height            361 content/renderer/browser_plugin/browser_plugin_browsertest.cc   EXPECT_EQ(480, params.view_rect.height());
height            592 content/renderer/browser_plugin/browser_plugin_browsertest.cc   EXPECT_EQ(43, params.auto_size_params.min_size.height());
height            594 content/renderer/browser_plugin/browser_plugin_browsertest.cc   EXPECT_EQ(1338, params.auto_size_params.max_size.height());
height            641 content/renderer/browser_plugin/browser_plugin_browsertest.cc     EXPECT_EQ(0, auto_size_params.min_size.height());
height            643 content/renderer/browser_plugin/browser_plugin_browsertest.cc     EXPECT_EQ(0, auto_size_params.max_size.height());
height            556 content/renderer/child_frame_compositing_helper.cc                                       dest_size.height());
height            232 content/renderer/devtools/devtools_agent.cc   params.viewSize = blink::WebSize(view_rect.width, view_rect.height);
height             39 content/renderer/disambiguation_popup_helper.cc                               target_rects[0].height * total_scale);
height             43 content/renderer/disambiguation_popup_helper.cc         target_rects[i].height * total_scale);
height             78 content/renderer/disambiguation_popup_helper.cc   TrimEdges(&top, &bottom, max_size.height());
height            148 content/renderer/gpu/compositor_software_output_device.cc                                                 viewport_size_.height());
height            171 content/renderer/gpu/compositor_software_output_device.cc                             viewport_size_.height());
height            491 content/renderer/gpu/gpu_benchmarking_extension.cc       anchor.SetPoint(rect.width / 2, rect.height / 2);
height            570 content/renderer/gpu/gpu_benchmarking_extension.cc       start.SetPoint(rect.width / 2, rect.height / 2);
height            755 content/renderer/gpu/gpu_benchmarking_extension.cc                            v8::Number::New(isolate, size.height()));
height             87 content/renderer/gpu/mailbox_output_surface.cc                      surface_size_.height(),
height            113 content/renderer/gpu/render_widget_compositor.cc   int default_tile_height = settings.default_tile_size.height();
height            127 content/renderer/gpu/render_widget_compositor.cc   int max_untiled_layer_height = settings.max_untiled_layer_size.height();
height             36 content/renderer/image_loading_helper.cc   uint32_t max_dimension = std::max(image.width(), image.height());
height             45 content/renderer/image_loading_helper.cc       static_cast<uint64_t>(image.height()) * max_image_size / max_dimension);
height             75 content/renderer/image_loading_helper.cc     uint32_t current_size = std::max(it->width(), it->height());
height             81 content/renderer/image_loading_helper.cc         static_cast<uint32_t>(image.height()) <= max_image_size) {
height             83 content/renderer/image_loading_helper.cc       original_image_sizes->push_back(gfx::Size(image.width(), image.height()));
height             93 content/renderer/image_loading_helper.cc       gfx::Size(min_image->width(), min_image->height()));
height            118 content/renderer/image_loading_helper.cc           gfx::Size(data_image.width(), data_image.height()));
height            434 content/renderer/input/input_handler_proxy.cc   synthetic_wheel.deltaY = increment.height;
height            469 content/renderer/input/input_handler_proxy.cc   return gfx::Vector2dF(-increment.width, -increment.height);
height            481 content/renderer/input/input_handler_proxy.cc     clipped_increment.height = increment.height;
height            482 content/renderer/input/input_handler_proxy.cc     clipped_velocity.height = velocity.height;
height            494 content/renderer/input/input_handler_proxy.cc                clipped_increment.height);
height            512 content/renderer/input/input_handler_proxy.cc     fling_parameters_.cumulativeScroll.height += clipped_increment.height;
height             97 content/renderer/input/input_handler_proxy_unittest.cc                                      velocity_.height * time);
height            100 content/renderer/input/input_handler_proxy_unittest.cc         displacement.height - cumulative_scroll_.height);
height            132 content/renderer/input/input_handler_proxy_unittest.cc         blink::WebFloatSize(cumulative_scroll.width, cumulative_scroll.height));
height            762 content/renderer/input/input_handler_proxy_unittest.cc                          testing::Field(&WebSize::height, testing::Lt(0))))));
height            402 content/renderer/media/android/media_source_delegate.cc                  << size.height();
height            126 content/renderer/media/android/renderer_media_player_manager.cc     int height,
height            130 content/renderer/media/android/renderer_media_player_manager.cc     player->OnMediaMetadataChanged(duration, width, height, success);
height            170 content/renderer/media/android/renderer_media_player_manager.cc                                                     int height) {
height            173 content/renderer/media/android/renderer_media_player_manager.cc     player->OnVideoSizeChanged(width, height);
height            156 content/renderer/media/android/renderer_media_player_manager.h                               int height,
height            163 content/renderer/media/android/renderer_media_player_manager.h   void OnVideoSizeChanged(int player_id, int width, int height);
height            473 content/renderer/media/android/webmediaplayer_android.cc        cached_stream_texture_size_.height != natural_size_.height)) {
height            475 content/renderer/media/android/webmediaplayer_android.cc         stream_id_, gfx::Size(natural_size_.width, natural_size_.height));
height            563 content/renderer/media/android/webmediaplayer_android.cc     const base::TimeDelta& duration, int width, int height, bool success) {
height            595 content/renderer/media/android/webmediaplayer_android.cc     OnVideoSizeChanged(width, height);
height            668 content/renderer/media/android/webmediaplayer_android.cc void WebMediaPlayerAndroid::OnVideoSizeChanged(int width, int height) {
height            670 content/renderer/media/android/webmediaplayer_android.cc   if (natural_size_.width == width && natural_size_.height == height)
height            700 content/renderer/media/android/webmediaplayer_android.cc   natural_size_.height = height;
height            899 content/renderer/media/android/webmediaplayer_android.cc       static_cast<int>(video_size_css_px.height() * device_scale_factor));
height            903 content/renderer/media/android/webmediaplayer_android.cc       SkBitmap::kARGB_8888_Config, canvas_size.width(), canvas_size.height());
height            981 content/renderer/media/android/webmediaplayer_android.cc                    bitmap.height(),
height            161 content/renderer/media/android/webmediaplayer_android.h                               int height, bool success);
height            167 content/renderer/media/android/webmediaplayer_android.h   void OnVideoSizeChanged(int width, int height);
height             17 content/renderer/media/media_stream_video_capturer_source.cc   int height;
height             67 content/renderer/media/media_stream_video_capturer_source.cc     const int height = max_requested_height ?
height             71 content/renderer/media/media_stream_video_capturer_source.cc               gfx::Size(width, height),
height            210 content/renderer/media/media_stream_video_capturer_source.cc           gfx::Size(kVideoFormats[i].width, kVideoFormats[i].height),
height            101 content/renderer/media/media_stream_video_source.cc         format->frame_size.height();
height            119 content/renderer/media/media_stream_video_source.cc     return (value <= format->frame_size.height());
height            121 content/renderer/media/media_stream_video_source.cc      return (value * kMaxCropFactor >= format->frame_size.height());
height            243 content/renderer/media/media_stream_video_source.cc     int diff = abs(area - it->frame_size.width() * it->frame_size.height());
height            278 content/renderer/media/media_stream_video_source.cc   if (max_height < frame_output_size->height())
height            406 content/renderer/media/media_stream_video_source.cc     const int visible_height = std::min(frame_output_size_.height(),
height            407 content/renderer/media/media_stream_video_source.cc                                         frame->visible_rect().height());
height            414 content/renderer/media/media_stream_video_source.cc         ((frame->visible_rect().height() - visible_height) / 2);
height            451 content/renderer/media/media_stream_video_source.cc            << " height = " << current_format_.frame_size.height()
height             68 content/renderer/media/media_stream_video_source_unittest.cc     EXPECT_EQ(expected_height, format.requested_format.frame_size.height());
height            248 content/renderer/media/media_stream_video_source_unittest.cc       params.requested_format.frame_size.height();
height            137 content/renderer/media/mock_media_stream_dependency_factory.cc     height_ = frame->visible_rect().height();
height            165 content/renderer/media/mock_media_stream_dependency_factory.cc bool MockVideoRenderer::SetSize(int width, int height, int reserved) {
height            167 content/renderer/media/mock_media_stream_dependency_factory.cc   height_ = height;
height             24 content/renderer/media/mock_media_stream_dependency_factory.h   virtual bool SetSize(int width, int height, int reserved) OVERRIDE;
height             28 content/renderer/media/mock_media_stream_dependency_factory.h   int height() const { return height_; }
height            128 content/renderer/media/renderer_gpu_video_accelerator_factories.cc                         size.height(),
height            215 content/renderer/media/renderer_gpu_video_accelerator_factories.cc                     visible_rect.height(),
height             65 content/renderer/media/rtc_video_decoder.cc                                         int height,
height             70 content/renderer/media/rtc_video_decoder.cc       height(height),
height            231 content/renderer/media/rtc_video_decoder.cc                          frame_size_.height(),
height            368 content/renderer/media/rtc_video_decoder.cc   uint32_t timestamp = 0, width = 0, height = 0;
height            371 content/renderer/media/rtc_video_decoder.cc       picture.bitstream_buffer_id(), &timestamp, &width, &height, &size);
height            373 content/renderer/media/rtc_video_decoder.cc       CreateVideoFrame(picture, pb, timestamp, width, height, size);
height            383 content/renderer/media/rtc_video_decoder.cc   webrtc::TextureVideoFrame decoded_image(handle, width, height, timestamp, 0);
height            428 content/renderer/media/rtc_video_decoder.cc     uint32_t height,
height            430 content/renderer/media/rtc_video_decoder.cc   gfx::Rect visible_rect(width, height);
height            782 content/renderer/media/rtc_video_decoder.cc                                     uint32_t* height,
height            791 content/renderer/media/rtc_video_decoder.cc     *height = it->height;
height             99 content/renderer/media/rtc_video_decoder.h                int height,
height            106 content/renderer/media/rtc_video_decoder.h     uint32_t height;
height            147 content/renderer/media/rtc_video_decoder.h       uint32_t height,
height            186 content/renderer/media/rtc_video_decoder.h                      uint32_t* height,
height            373 content/renderer/media/rtc_video_encoder.cc   image->_encodedHeight = input_visible_size_.height();
height            461 content/renderer/media/rtc_video_encoder.cc                     next_frame->height(),
height            465 content/renderer/media/rtc_video_encoder.cc                     next_frame->height(),
height            469 content/renderer/media/rtc_video_encoder.cc                     next_frame->height(),
height            536 content/renderer/media/rtc_video_encoder.cc            << ", height=" << codec_settings->height
height            549 content/renderer/media/rtc_video_encoder.cc                  gfx::Size(codec_settings->width, codec_settings->height),
height             22 content/renderer/media/rtc_video_encoder_factory.cc   int width = 0, height = 0, fps = 0;
height             36 content/renderer/media/rtc_video_encoder_factory.cc     height = profile.max_resolution.height();
height             42 content/renderer/media/rtc_video_encoder_factory.cc       type, name, width, height, fps);
height            431 content/renderer/media/video_capture_impl.cc   int height = 0;
height            435 content/renderer/media/video_capture_impl.cc     height = std::max(height, it->second.requested_format.frame_size.height());
height            440 content/renderer/media/video_capture_impl.cc     height = std::max(height, it->second.requested_format.frame_size.height());
height            444 content/renderer/media/video_capture_impl.cc   params_.requested_format.frame_size.SetSize(width, height);
height             96 content/renderer/media/video_frame_compositor_unittest.cc   EXPECT_EQ(0, natural_size().height());
height            102 content/renderer/media/video_frame_compositor_unittest.cc   EXPECT_EQ(0, natural_size().height());
height            108 content/renderer/media/video_frame_compositor_unittest.cc   EXPECT_EQ(larger_size.height(), natural_size().height());
height            113 content/renderer/media/video_frame_compositor_unittest.cc   EXPECT_EQ(larger_size.height(), natural_size().height());
height            119 content/renderer/media/video_frame_compositor_unittest.cc   EXPECT_EQ(initial_size.height(), natural_size().height());
height             36 content/renderer/media/video_source_handler.cc   virtual bool SetSize(int width, int height, int reserved) OVERRIDE {
height             65 content/renderer/media/video_source_handler_unittest.cc   size_t height = 360;
height             68 content/renderer/media/video_source_handler_unittest.cc   size_t size = VideoFrame::SizeOf(width, height);
height             77 content/renderer/media/video_source_handler_unittest.cc   captured_frame.height = height;
height             89 content/renderer/media/video_source_handler_unittest.cc   EXPECT_TRUE(i420_frame.Alias(&captured_frame, width, height));
height             98 content/renderer/media/video_source_handler_unittest.cc   EXPECT_EQ(height, frame->GetHeight());
height           1284 content/renderer/media/webmediaplayer_impl.cc       media_log_->CreateVideoSizeSetEvent(size.width(), size.height()));
height             56 content/renderer/media/webmediaplayer_ms.cc                           frame->visible_rect().height());
height            326 content/renderer/media/webmediaplayer_ms.cc   gfx::RectF dest_rect(rect.x, rect.y, rect.width, rect.height);
height             81 content/renderer/media/webrtc/video_destination_handler.cc   const gfx::Size frame_size(bitmap->width(), bitmap->height());
height            118 content/renderer/media/webrtc/video_destination_handler.cc                      frame_size.width(), frame_size.height());
height             31 content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc            << " h = " << capture_format.height;
height             66 content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc            << " h = " << desired.height;
height             72 content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc   best_format->height = desired.height;
height             87 content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc   captured_frame.height = frame->visible_rect().height();
height            124 content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc   const int src_height = src->coded_size().height();
height            126 content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc   const int dst_height = src->visible_rect().height();
height             49 content/renderer/media/webrtc/webrtc_video_capturer_adapter_unittest.cc     output_frame_height_ = frame->height;
height             44 content/renderer/media/webrtc/webrtc_video_sink_adapter.cc void WebRtcVideoSinkAdapter::SetSize(int width, int height) {
height             37 content/renderer/media/webrtc/webrtc_video_sink_adapter.h   virtual void SetSize(int width, int height) OVERRIDE;
height            579 content/renderer/npapi/webplugin_delegate_proxy.cc       window_rect.height() < 0 || window_rect.height() > kMaxPluginSideLength ||
height            582 content/renderer/npapi/webplugin_delegate_proxy.cc           static_cast<uint32>(window_rect.height()) > kMaxPluginSize) {
height            594 content/renderer/npapi/webplugin_delegate_proxy.cc          window_rect.height() != front_buffer_canvas()->getDevice()->height()))
height            630 content/renderer/npapi/webplugin_delegate_proxy.cc   return stride * plugin_rect.height();
height            642 content/renderer/npapi/webplugin_delegate_proxy.cc       plugin_rect_.width(), plugin_rect_.height(), true, &((*memory)[0]),
height            670 content/renderer/npapi/webplugin_delegate_proxy.cc                                              plugin_rect_.height()));
height           1032 content/renderer/npapi/webplugin_delegate_proxy.cc   for (int row = 0; row < rect.height(); ++row) {
height           1199 content/renderer/npapi/webplugin_delegate_proxy.cc     int32 height,
height           1202 content/renderer/npapi/webplugin_delegate_proxy.cc     plugin_->AcceleratedPluginAllocatedIOSurface(width, height, surface_id);
height            190 content/renderer/npapi/webplugin_delegate_proxy.h                                              int32 height,
height            845 content/renderer/npapi/webplugin_impl.cc                                                         int32 height,
height            849 content/renderer/npapi/webplugin_impl.cc   next_io_surface_height_ = height;
height            145 content/renderer/npapi/webplugin_impl.h                                                    int32 height,
height             58 content/renderer/paint_aggregator.cc     damaged_rect.set_height(scroll_rect.height());
height            451 content/renderer/pepper/content_decryptor_delegate.cc   pp_decoder_config.height = decoder_config.coded_size().height();
height            800 content/renderer/pepper/content_decryptor_delegate.cc   gfx::Size frame_size(frame_info->width, frame_info->height);
height             29 content/renderer/pepper/gfx_conversion.h   return gfx::Rect(r.point.x, r.point.y, r.size.width, r.size.height);
height             33 content/renderer/pepper/gfx_conversion.h   return PP_MakeRectFromXYWH(r.x(), r.y(), r.width(), r.height());
height             37 content/renderer/pepper/gfx_conversion.h   return gfx::Size(s.width, s.height);
height             41 content/renderer/pepper/gfx_conversion.h   return PP_MakeSize(s.width(), s.height());
height             64 content/renderer/pepper/pepper_graphics_2d_host.cc         rect->size.width <= 0 || rect->size.height <= 0)
height             73 content/renderer/pepper/pepper_graphics_2d_host.cc         static_cast<int64>(rect->size.height) >
height             78 content/renderer/pepper/pepper_graphics_2d_host.cc                       rect->size.width, rect->size.height);
height            117 content/renderer/pepper/pepper_graphics_2d_host.cc         src_rect.width() * src_rect.height(),
height            122 content/renderer/pepper/pepper_graphics_2d_host.cc     for (int y = 0; y < src_rect.height(); y++) {
height            175 content/renderer/pepper/pepper_graphics_2d_host.cc   if (!resource_host->Init(size.width, size.height,
height            205 content/renderer/pepper/pepper_graphics_2d_host.cc     int height,
height            211 content/renderer/pepper/pepper_graphics_2d_host.cc                          width, height, true) ||
height            271 content/renderer/pepper/pepper_graphics_2d_host.cc       static_cast<int64>(y) + static_cast<int64>(image_resource->height()) >
height            272 content/renderer/pepper/pepper_graphics_2d_host.cc       image_data_->height())
height            281 content/renderer/pepper/pepper_graphics_2d_host.cc                         y + image_resource->height() };
height            285 content/renderer/pepper/pepper_graphics_2d_host.cc                        SkIntToScalar(image_resource->height()) };
height            343 content/renderer/pepper/pepper_graphics_2d_host.cc   gfx::Size pixel_image_size(image_data_->width(), image_data_->height());
height            427 content/renderer/pepper/pepper_graphics_2d_host.cc   return gfx::Size(image_data_->width(), image_data_->height());
height            447 content/renderer/pepper/pepper_graphics_2d_host.cc                               image_resource->height(),
height            461 content/renderer/pepper/pepper_graphics_2d_host.cc       image_data_->height())
height            478 content/renderer/pepper/pepper_graphics_2d_host.cc                               image_data_->height(),
height            487 content/renderer/pepper/pepper_graphics_2d_host.cc       dy <= -image_data_->height() || dy >= image_data_->height())
height            512 content/renderer/pepper/pepper_graphics_2d_host.cc       image_resource->height() != image_data_->height())
height            577 content/renderer/pepper/pepper_graphics_2d_host.cc   gfx::Size pixel_image_size(image_data_->width(), image_data_->height());
height            733 content/renderer/pepper/pepper_graphics_2d_host.cc            image->height() == image_data_->height());
height            735 content/renderer/pepper/pepper_graphics_2d_host.cc     SkIRect src_irect = { 0, 0, image->width(), image->height() };
height            739 content/renderer/pepper/pepper_graphics_2d_host.cc                          SkIntToScalar(image_data_->height()) };
height            752 content/renderer/pepper/pepper_graphics_2d_host.cc                                 image_data_->width(), image_data_->height());
height             94 content/renderer/pepper/pepper_graphics_2d_host.h             int height,
height             73 content/renderer/pepper/pepper_graphics_2d_host_unittest.cc                  gfx::Rect(0, 0, plugin_rect.width(), plugin_rect.height()));
height             79 content/renderer/pepper/pepper_graphics_2d_host_unittest.cc     int height = plugin_rect.point.y + plugin_rect.size.height;
height             81 content/renderer/pepper/pepper_graphics_2d_host_unittest.cc         bitmap->height() != height) {
height             82 content/renderer/pepper/pepper_graphics_2d_host_unittest.cc       bitmap->setConfig(SkBitmap::kARGB_8888_Config, width, height);
height             57 content/renderer/pepper/pepper_media_stream_video_track_host.cc                    plugin.height() ? plugin.height() : source.height());
height             84 content/renderer/pepper/pepper_media_stream_video_track_host.cc                          dst_size.height());
height             91 content/renderer/pepper/pepper_media_stream_video_track_host.cc                              src->coded_size().height(),
height             93 content/renderer/pepper/pepper_media_stream_video_track_host.cc                              dst_size.height(),
height            109 content/renderer/pepper/pepper_media_stream_video_track_host.cc     int dst_height = dst_size.height();
height            113 content/renderer/pepper/pepper_media_stream_video_track_host.cc                        src->coded_size().height(),
height            118 content/renderer/pepper/pepper_media_stream_video_track_host.cc     const int src_halfheight = (src->coded_size().height() + 1) >> 1;
height            169 content/renderer/pepper/pepper_media_stream_video_track_host.cc     frame_data_size_ = size.width() * size.height() * 4;
height            224 content/renderer/pepper/pepper_media_stream_video_track_host.cc   buffer->size.height = size.height();
height            255 content/renderer/pepper/pepper_media_stream_video_track_host.cc   gfx::Size new_size(attributes.width, attributes.height);
height            699 content/renderer/pepper/pepper_plugin_instance_impl.cc         view_data_.rect.size.width == 0 || view_data_.rect.size.height == 0)
height           1026 content/renderer/pepper/pepper_plugin_instance_impl.cc                      view_data_.rect.point.y + view_data_.rect.size.height,
height           1259 content/renderer/pepper/pepper_plugin_instance_impl.cc       0, 0, image_data->width(), image_data->height());
height           1525 content/renderer/pepper/pepper_plugin_instance_impl.cc                                view_data_.rect.size.height);
height           1531 content/renderer/pepper/pepper_plugin_instance_impl.cc           plugin_size_in_dip.height() / graphics_2d_size_in_dip.height()));
height           1919 content/renderer/pepper/pepper_plugin_instance_impl.cc         current_print_settings_.printable_area.size.height,
height           1933 content/renderer/pepper/pepper_plugin_instance_impl.cc                                                    size_in_pixels.height());
height           1948 content/renderer/pepper/pepper_plugin_instance_impl.cc                       size_in_pixels.height(), true, false, true, true, true);
height           2100 content/renderer/pepper/pepper_plugin_instance_impl.cc           view_data_.rect.point.y + view_data_.rect.size.height / 2);
height           2463 content/renderer/pepper/pepper_plugin_instance_impl.cc                                             tickmarks[i].size.height);;
height           2481 content/renderer/pepper/pepper_plugin_instance_impl.cc   *size = PP_MakeSize(info.rect.width, info.rect.height);
height           3115 content/renderer/pepper/pepper_plugin_instance_impl.cc   screen_size_for_fullscreen_ = gfx::Size(info.rect.width, info.rect.height);
height           3117 content/renderer/pepper/pepper_plugin_instance_impl.cc   std::string height = StringPrintf("%d", screen_size_for_fullscreen_.height());
height           3122 content/renderer/pepper/pepper_plugin_instance_impl.cc                        WebString::fromUTF8(height));
height           3132 content/renderer/pepper/pepper_plugin_instance_impl.cc   style += StringPrintf("height: %s !important; ", height.c_str());
height            183 content/renderer/pepper/pepper_video_capture_host.cc     static_cast<uint32_t>(resolution.height()),
height            189 content/renderer/pepper/pepper_video_capture_host.cc       media::VideoFrame::I420, gfx::Size(info.width, info.height));
height            375 content/renderer/pepper/pepper_video_capture_host.cc       gfx::Size(device_info.width, device_info.height),
height            138 content/renderer/pepper/pepper_video_source_host.cc   int32_t height = base::checked_cast<int32_t>(frame->GetHeight());
height            148 content/renderer/pepper/pepper_video_source_host.cc           PP_MakeSize(width, height),
height             72 content/renderer/pepper/ppb_image_data_impl.cc                               int width, int height,
height             77 content/renderer/pepper/ppb_image_data_impl.cc   if (width <= 0 || height <= 0)
height             79 content/renderer/pepper/ppb_image_data_impl.cc   if (static_cast<int64>(width) * static_cast<int64>(height) >=
height             85 content/renderer/pepper/ppb_image_data_impl.cc   height_ = height;
height             86 content/renderer/pepper/ppb_image_data_impl.cc   return backend_->Init(this, format, width, height, init_to_zero);
height             97 content/renderer/pepper/ppb_image_data_impl.cc   if (!data->Init(format, size.width, size.height, !!init_to_zero))
height            117 content/renderer/pepper/ppb_image_data_impl.cc   desc->size.height = height_;
height            172 content/renderer/pepper/ppb_image_data_impl.cc                                     int width, int height,
height            176 content/renderer/pepper/ppb_image_data_impl.cc   height_ = height;
height            280 content/renderer/pepper/ppb_image_data_impl.cc                                   int width, int height,
height            283 content/renderer/pepper/ppb_image_data_impl.cc                          impl->width(), impl->height());
height             40 content/renderer/pepper/ppb_image_data_impl.h                       int width, int height, bool init_to_zero) = 0;
height             63 content/renderer/pepper/ppb_image_data_impl.h             int width, int height,
height             73 content/renderer/pepper/ppb_image_data_impl.h   int height() const { return height_; }
height            117 content/renderer/pepper/ppb_image_data_impl.h                     int width, int height, bool init_to_zero) OVERRIDE;
height            149 content/renderer/pepper/ppb_image_data_impl.h             int width, int height, bool init_to_zero) OVERRIDE;
height            104 content/renderer/pepper/ppb_scrollbar_impl.cc                             tick_marks[i].size.height);;
height            147 content/renderer/pepper/ppb_scrollbar_impl.cc     skia::MakeOpaque(canvas, rect.x(), rect.y(), rect.width(), rect.height());
height            168 content/renderer/pepper/ppb_scrollbar_impl.cc                                   location->size.height));
height            214 content/renderer/pepper/ppb_scrollbar_impl.cc                      rect.height);
height            246 content/renderer/pepper/ppb_scrollbar_impl.cc   pp_rect.size.height = dirty_.height();
height            190 content/renderer/pepper/ppb_video_decoder_impl.cc         gfx::Size(in_buf.size.width, in_buf.size.height),
height            194 content/renderer/pepper/ppb_video_decoder_impl.cc                                in_buf.size.height);
height            250 content/renderer/pepper/ppb_video_decoder_impl.cc   PP_Size out_dim = PP_MakeSize(dimensions.width(), dimensions.height());
height             41 content/renderer/pepper/ppb_widget_impl.cc                                  rect->size.width, rect->size.height),
height            151 content/renderer/render_process_impl.cc   int height = rect.height();
height            162 content/renderer/render_process_impl.cc   if ((max_size != 0) && (height * stride > max_size))
height            163 content/renderer/render_process_impl.cc     height = max_size / stride;
height            165 content/renderer/render_process_impl.cc   const size_t size = height * stride;
height            173 content/renderer/render_process_impl.cc   return (*memory)->GetPlatformCanvas(width, height);
height           1177 content/renderer/render_thread_impl.cc     size_t height,
height           1188 content/renderer/render_thread_impl.cc                                                           height,
height           1203 content/renderer/render_thread_impl.cc       gfx::Size(width, height),
height            400 content/renderer/render_thread_impl.h       size_t height,
height           2644 content/renderer/render_view_impl.cc   size.set_height(static_cast<int>(size.height() * zoom_factor));
height           2964 content/renderer/render_view_impl.cc bool RenderViewImpl::ShouldDisplayScrollbars(int width, int height) const {
height           2967 content/renderer/render_view_impl.cc            disable_scrollbars_size_limit_.height() <= height));
height           3692 content/renderer/render_view_impl.cc                                   params.new_size.height()));
height           3799 content/renderer/render_view_impl.cc   return gfx::Vector2d(scroll_offset.width, scroll_offset.height);
height           4607 content/renderer/render_view_impl.cc       event.x - event.data.tap.width / 2, event.y - event.data.tap.height / 2,
height           4608 content/renderer/render_view_impl.cc       event.data.tap.width, event.data.tap.height);
height           4704 content/renderer/render_view_impl.cc                          new_size.height());
height            632 content/renderer/render_view_impl.h   virtual bool ShouldDisplayScrollbars(int width, int height) const OVERRIDE;
height             58 content/renderer/render_view_impl_android.cc   if (delta.height == 0)
height             61 content/renderer/render_view_impl_android.cc     cc::TopControlsState current = delta.height < 0 ? cc::SHOWN : cc::HIDDEN;
height            261 content/renderer/render_widget.cc         std::max(original_size_.height() - 2 * params_.viewInsets.height, 1);
height            265 content/renderer/render_widget.cc         static_cast<float>(applied_widget_rect_.height()) / height_with_gutter;
height            273 content/renderer/render_widget.cc         (original_size_.height() - scale_ * applied_widget_rect_.height()) / 2);
height            816 content/renderer/render_widget.cc     didInvalidateRect(gfx::Rect(size_.width(), size_.height()));
height           1275 content/renderer/render_widget.cc                "width", rect.width(), "height", rect.height());
height           1351 content/renderer/render_widget.cc       int64 painted_pixel_count = rect.width() * rect.height();
height           1656 content/renderer/render_widget.cc     DCHECK_EQ(pixel_bounds.height(), canvas->getDevice()->height());
height           1658 content/renderer/render_widget.cc     pixel_bounds.set_height(canvas->getDevice()->height());
height           1660 content/renderer/render_widget.cc     bounds.set_height(pixel_bounds.height() / device_scale_factor_);
height           1809 content/renderer/render_widget.cc   if (size_.width() != new_size.width || size_.height() != new_size.height) {
height           1822 content/renderer/render_widget.cc                       new_size.height);
height           2254 content/renderer/render_widget.cc                                  viewport_size.height(),
height           2291 content/renderer/render_widget.cc     gfx::Rect repaint_rect(size_to_paint.width(), size_to_paint.height());
height           2351 content/renderer/render_widget.cc     didInvalidateRect(gfx::Rect(size_.width(), size_.height()));
height           2410 content/renderer/render_widget.cc   didInvalidateRect(gfx::Rect(size_.width(), size_.height()));
height            159 content/renderer/render_widget_fullscreen_pepper.cc     WebRect plugin_rect(0, 0, size_.width, size_.height);
height            182 content/renderer/render_widget_fullscreen_pepper.cc     WebRect plugin_rect(0, 0, size_.width, size_.height);
height            373 content/renderer/render_widget_fullscreen_pepper.cc   InvalidateRect(gfx::Rect(size_.width(), size_.height()));
height             52 content/renderer/renderer_clipboard_client.cc   uint32 buf_size = 4 * size.width() * size.height();
height             20 content/renderer/sad_plugin.cc   const int height = plugin_rect.height();
height             31 content/renderer/sad_plugin.cc   canvas->drawRectCoords(0, 0, SkIntToScalar(width), SkIntToScalar(height),
height             36 content/renderer/sad_plugin.cc       SkIntToScalar(std::max(0, (height - sad_plugin_bitmap.height()) / 2)));
height            158 content/renderer/skia_benchmarking_extension.cc                         snapped_clip.height()))
height            172 content/renderer/skia_benchmarking_extension.cc                              picture->LayerRect().height());
height            201 content/renderer/skia_benchmarking_extension.cc               v8::Number::New(isolate, snapped_clip.height()));
height            220 content/renderer/skia_benchmarking_extension.cc   SkDebugCanvas canvas(bounds.width(), bounds.height());
height            266 content/renderer/skia_benchmarking_extension.cc   bitmap.allocN32Pixels(bounds.width(), bounds.height());
height            274 content/renderer/skia_benchmarking_extension.cc   skia::BenchmarkingCanvas benchmarking_canvas(bounds.width(), bounds.height());
height            305 content/renderer/skia_benchmarking_extension.cc               v8::Number::New(isolate, picture->LayerRect().height()));
height             42 content/renderer/webscrollbarbehavior_impl_gtkoraura.cc   const int thickness = isHorizontal ? noSnapRect.height() : noSnapRect.width();
height             99 content/shell/browser/shell.cc   shell->PlatformCreateWindow(initial_size.width(), initial_size.height());
height            187 content/shell/browser/shell.h   void PlatformCreateWindow(int width, int height);
height             53 content/shell/browser/shell_android.cc void Shell::PlatformCreateWindow(int width, int height) {
height             44 content/shell/browser/shell_aura.cc void Shell::PlatformCreateWindow(int width, int height) {
height             48 content/shell/browser/shell_aura.cc   platform_->ResizeWindow(gfx::Size(width, height));
height            107 content/shell/browser/shell_gtk.cc void Shell::PlatformCreateWindow(int width, int height) {
height            110 content/shell/browser/shell_gtk.cc     content_size_ = gfx::Size(width, height);
height            220 content/shell/browser/shell_gtk.cc   ui_elements_height_ += elm_size.height;
height            222 content/shell/browser/shell_gtk.cc   ui_elements_height_ += elm_size.height;
height            225 content/shell/browser/shell_gtk.cc   SizeTo(gfx::Size(width, height));
height            247 content/shell/browser/shell_gtk.cc                       content_size.height() + ui_elements_height_);
height            479 content/shell/browser/shell_views.cc void Shell::PlatformCreateWindow(int width, int height) {
height            481 content/shell/browser/shell_views.cc     content_size_ = gfx::Size(width, height);
height            492 content/shell/browser/shell_views.cc       gfx::Rect(0, 0, width, height));
height            496 content/shell/browser/shell_views.cc   params.bounds = gfx::Rect(0, 0, width, height);
height            503 content/shell/browser/shell_views.cc   content_size_ = gfx::Size(width, height);
height            535 content/shell/browser/webkit_test_controller.cc         gfx::Size(image.width(), image.height()),
height             25 content/shell/renderer/test_runner/MockWebSpeechInputController.cpp     snprintf(buffer, sizeof(buffer), "%d,%d,%d,%d", rect.x, rect.y, rect.width, rect.height);
height            261 content/shell/renderer/test_runner/TestPlugin.cpp         m_context->viewport(0, 0, m_rect.width, m_rect.height);
height            276 content/shell/renderer/test_runner/TestPlugin.cpp                               m_rect.height,
height            297 content/shell/renderer/test_runner/TestPlugin.cpp         size_t bytes = 4 * m_rect.width * m_rect.height;
height            305 content/shell/renderer/test_runner/TestPlugin.cpp                 bitmap.get(), gfx::Size(m_rect.width, m_rect.height));
height            408 content/shell/renderer/test_runner/TestPlugin.cpp     m_context->viewport(0, 0, m_rect.width, m_rect.height);
height            421 content/shell/renderer/test_runner/TestPlugin.cpp     m_context->viewport(0, 0, m_rect.width, m_rect.height);
height            429 content/shell/renderer/test_runner/TestPlugin.cpp     DCHECK_EQ(bytes, m_rect.width * m_rect.height * 4u);
height            438 content/shell/renderer/test_runner/TestPlugin.cpp     bitmap.setConfig(SkBitmap::kARGB_8888_Config, m_rect.width, m_rect.height);
height            451 content/shell/renderer/test_runner/TestPlugin.cpp         trianglePath.moveTo(0.5f * m_rect.width, 0.9f * m_rect.height);
height            452 content/shell/renderer/test_runner/TestPlugin.cpp         trianglePath.lineTo(0.1f * m_rect.width, 0.1f * m_rect.height);
height            453 content/shell/renderer/test_runner/TestPlugin.cpp         trianglePath.lineTo(0.9f * m_rect.width, 0.1f * m_rect.height);
height            291 content/shell/renderer/test_runner/WebTestProxy.cpp     if (offset.width > 0 || offset.height > 0) {
height            295 content/shell/renderer/test_runner/WebTestProxy.cpp         snprintf(data, sizeof(data), "scrolled to %d,%d\n", offset.width, offset.height);
height            523 content/shell/renderer/test_runner/WebTestProxy.cpp         int height = viewSize.height;
height            525 content/shell/renderer/test_runner/WebTestProxy.cpp             for (WebRect column(0, 0, 1, height); column.x < width; column.x++)
height            528 content/shell/renderer/test_runner/WebTestProxy.cpp             for (WebRect line(0, 0, width, 1); line.y < height; line.y++)
height            550 content/shell/renderer/test_runner/WebTestProxy.cpp             rect.set(wr.x, wr.y, wr.x + wr.width, wr.y + wr.height);
height            572 content/shell/renderer/test_runner/WebTestProxy.cpp     int scaledHeight = static_cast<int>(ceil(static_cast<float>(rect.height) * deviceScaleFactor));
height            583 content/shell/renderer/test_runner/WebTestProxy.cpp     WebRect clientRect(0, 0, widgetSize.width, widgetSize.height);
height            596 content/shell/renderer/test_runner/WebTestProxy.cpp         int bottom = min(damageRect.y + damageRect.height, clientRect.y + clientRect.height);
height            619 content/shell/renderer/test_runner/WebTestProxy.cpp     int totalHeight = pageCount * (pageSizeInPixels.height + 1) - 1;
height            643 content/shell/renderer/test_runner/WebTestProxy.cpp     int scaledHeight = static_cast<int>(ceil(static_cast<float>(widgetSize.height) * deviceScaleFactor));
height            654 content/shell/renderer/test_runner/WebTestProxy.cpp     WebRect rect(0, 0, size.width, size.height);
height            714 content/shell/renderer/test_runner/WebTestProxy.cpp     int bottom = max(m_paintRect.y + m_paintRect.height, rect.y + rect.height);
height             84 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp         webRect.x + webRect.width - 1, webRect.y + webRect.height - 1);
height             98 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp         int controlSize = std::min(rect.width(), rect.height());
height            103 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp         retval.fTop    = rect.fTop + (rect.height() / 2) - (controlSize / 2);
height            193 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp     int height = irect.height();
height            196 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp     SkScalar cy = SkIntToScalar(top  + height / 2);
height            315 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp     int halfHeight = irect.height() / 2;
height            317 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp     int quarterHeight = irect.height() / 4;
height            428 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp         int shortOffset = irect.height() - notchShortOffset;
height            444 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp         SkIRect cornerRect = {rect.x, rect.y, rect.x + rect.width, rect.y + rect.height};
height            473 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp         halfHeight = irect.height() / 2;
height            560 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp         int halfHeight = rect.height / 2;
height            567 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp         quarterHeight = lirect.height() / 4;
height            578 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp         quarterHeight = lirect.height() / 4;
height           1875 content/shell/renderer/test_runner/event_sender.cc         float height;
height           1876 content/shell/renderer/test_runner/event_sender.cc         if (!args->GetNext(&height)) {
height           1880 content/shell/renderer/test_runner/event_sender.cc         event.data.tapDown.height = height;
height           1894 content/shell/renderer/test_runner/event_sender.cc           float height;
height           1895 content/shell/renderer/test_runner/event_sender.cc           if (!args->GetNext(&height)) {
height           1899 content/shell/renderer/test_runner/event_sender.cc           event.data.showPress.height = height;
height           1918 content/shell/renderer/test_runner/event_sender.cc           float height;
height           1919 content/shell/renderer/test_runner/event_sender.cc           if (!args->GetNext(&height)) {
height           1923 content/shell/renderer/test_runner/event_sender.cc           event.data.longPress.height = height;
height           1938 content/shell/renderer/test_runner/event_sender.cc           float height;
height           1939 content/shell/renderer/test_runner/event_sender.cc           if (!args->GetNext(&height)) {
height           1943 content/shell/renderer/test_runner/event_sender.cc           event.data.longPress.height = height;
height           1309 content/shell/renderer/test_runner/test_runner.cc                                  web_view_->size().height);
height            242 content/shell/renderer/test_runner/text_input_controller.cc   int_array[3] = rect.height;
height            343 content/shell/renderer/test_runner/web_ax_object_proxy.cc                                 width, inline_text_box_rect.height);
height            347 content/shell/renderer/test_runner/web_ax_object_proxy.cc             character_offsets[0], inline_text_box_rect.height);
height            357 content/shell/renderer/test_runner/web_ax_object_proxy.cc                                 width, inline_text_box_rect.height);
height            362 content/shell/renderer/test_runner/web_ax_object_proxy.cc             character_offsets[0], inline_text_box_rect.height);
height            367 content/shell/renderer/test_runner/web_ax_object_proxy.cc           int height = character_offsets[localIndex] -
height            370 content/shell/renderer/test_runner/web_ax_object_proxy.cc                                 inline_text_box_rect.width, height);
height            376 content/shell/renderer/test_runner/web_ax_object_proxy.cc         int bottom = inline_text_box_rect.y + inline_text_box_rect.height;
height            380 content/shell/renderer/test_runner/web_ax_object_proxy.cc           int height = character_offsets[localIndex] -
height            383 content/shell/renderer/test_runner/web_ax_object_proxy.cc                                 inline_text_box_rect.width, height);
height            634 content/shell/renderer/test_runner/web_ax_object_proxy.cc   return accessibility_object().boundingBoxRect().height;
height            803 content/shell/renderer/test_runner/web_ax_object_proxy.cc     int bottom = std::max(bounds.y + bounds.height, next.y + next.height);
height            807 content/shell/renderer/test_runner/web_ax_object_proxy.cc     bounds.height = bottom - bounds.y;
height            811 content/shell/renderer/test_runner/web_ax_object_proxy.cc                             bounds.x, bounds.y, bounds.width, bounds.height);
height            938 content/shell/renderer/test_runner/web_ax_object_proxy.cc                                                        int width, int height) {
height            940 content/shell/renderer/test_runner/web_ax_object_proxy.cc       blink::WebRect(x, y, width, height));
height            126 content/shell/renderer/test_runner/web_ax_object_proxy.h   void ScrollToMakeVisibleWithSubFocus(int x, int y, int width, int height);
height            109 content/shell/renderer/webkit_test_runner.cc   for (int y = 0; y < bitmap->height(); ++y) {
height            698 content/shell/renderer/webkit_test_runner.cc       WebSize(params.initial_size.width(), params.initial_size.height()));
height            363 content/shell/tools/plugin/PluginObject.cpp         (unsigned)plugin->lastWindow.height,
height             53 content/shell/tools/plugin/Tests/LogNPPSetWindow.cpp         window->window ? "non-NULL" : "NULL", window->x, window->y, window->width, window->height,
height            375 content/shell/tools/plugin/main.cpp             pluginLog(instance, "NPP_SetWindow: %d %d", (int)window->width, (int)window->height);
height             62 content/test/image_decoder_test.cc                    web_image.getSkBitmap().height() * sizeof(uint32_t),
height             90 content/test/image_decoder_test.cc                    web_image.getSkBitmap().height() * sizeof(uint32_t),
height             24 content/test/mock_render_process.cc   size_t size = stride * rect.height();
height             32 content/test/mock_render_process.cc   return (*memory)->GetPlatformCanvas(rect.width(), rect.height());
height            104 content/test/mock_webclipboard_impl.cc                         gfx::Size(bitmap.width(), bitmap.height()),
height             29 content/test/plugin/plugin_window_size_test.cc   window_rect.bottom = pNPWindow->height;
height            286 content/test/plugin/plugin_windowless_test.cc   else if (flipped_screen_y != main_display_bounds.size.height - screen_y)
height            113 content/test/ppapi_unittest.cc void PpapiUnittest::SetViewSize(int width, int height) const {
height            114 content/test/ppapi_unittest.cc   instance_->view_data_.rect = PP_FromGfxRect(gfx::Rect(0, 0, width, height));
height             41 content/test/ppapi_unittest.h   void SetViewSize(int width, int height) const;
height             24 content/test/web_gesture_curve_mock.cc       displacement.height - cumulative_scroll_.height);
height            441 google_apis/drive/drive_api_parser.h   int height() const { return height_; }
height            446 google_apis/drive/drive_api_parser.h   void set_height(int height) { height_ = height; }
height            157 google_apis/drive/drive_api_parser_unittest.cc   EXPECT_EQ(480, file1.image_media_metadata().height());
height            203 google_apis/drive/drive_api_parser_unittest.cc   EXPECT_EQ(-1, file2.image_media_metadata().height());
height             21 google_apis/gaia/google_service_auth_error.cc     const GURL& unlock, int width, int height)
height             23 google_apis/gaia/google_service_auth_error.cc       image_width(width), image_height(height) {
height            101 google_apis/gaia/google_service_auth_error.h             int height);
height             22 gpu/GLES2/gl2extchromium.h     GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId,
height             26 gpu/GLES2/gl2extchromium.h     GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId,
height            111 gpu/GLES2/gl2extchromium.h     GLsizei width, GLsizei height, GLenum internalformat);
height            119 gpu/GLES2/gl2extchromium.h     GLsizei width, GLsizei height, GLenum internalformat);
height            147 gpu/GLES2/gl2extchromium.h     GLsizei height, GLenum format, GLenum type, GLenum access);
height            156 gpu/GLES2/gl2extchromium.h     GLsizei height, GLenum format, GLenum type, GLenum access);
height            213 gpu/GLES2/gl2extchromium.h     GLint x, GLint y, GLint width, GLint height);
height            216 gpu/GLES2/gl2extchromium.h     GLint x, GLint y, GLint width, GLint height);
height            248 gpu/GLES2/gl2extchromium.h typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLECHROMIUMPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
height            593 gpu/GLES2/gl2extchromium.h     GLuint width, GLuint height, GLfloat scale_factor);
height            596 gpu/GLES2/gl2extchromium.h     GLuint width, GLuint height);
height             94 gpu/command_buffer/client/client_test_helper.h                                      size_t height,
height            133 gpu/command_buffer/client/gl_in_process_context.cc   DCHECK(size.width() >= 0 && size.height() >= 0);
height             96 gpu/command_buffer/client/gles2_c_lib_autogen.h                                GLsizei height,
height            101 gpu/command_buffer/client/gles2_c_lib_autogen.h       target, level, internalformat, width, height, border, imageSize, data);
height            108 gpu/command_buffer/client/gles2_c_lib_autogen.h                                   GLsizei height,
height            113 gpu/command_buffer/client/gles2_c_lib_autogen.h       target, level, xoffset, yoffset, width, height, format, imageSize, data);
height            121 gpu/command_buffer/client/gles2_c_lib_autogen.h                          GLsizei height,
height            124 gpu/command_buffer/client/gles2_c_lib_autogen.h       target, level, internalformat, x, y, width, height, border);
height            133 gpu/command_buffer/client/gles2_c_lib_autogen.h                             GLsizei height) {
height            135 gpu/command_buffer/client/gles2_c_lib_autogen.h       target, level, xoffset, yoffset, x, y, width, height);
height            367 gpu/command_buffer/client/gles2_c_lib_autogen.h                      GLsizei height,
height            371 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->ReadPixels(x, y, width, height, format, type, pixels);
height            379 gpu/command_buffer/client/gles2_c_lib_autogen.h                               GLsizei height) {
height            381 gpu/command_buffer/client/gles2_c_lib_autogen.h       target, internalformat, width, height);
height            386 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Scissor(GLint x, GLint y, GLsizei width, GLsizei height) {
height            387 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->Scissor(x, y, width, height);
height            434 gpu/command_buffer/client/gles2_c_lib_autogen.h                      GLsizei height,
height            443 gpu/command_buffer/client/gles2_c_lib_autogen.h                                     height,
height            466 gpu/command_buffer/client/gles2_c_lib_autogen.h                         GLsizei height,
height            471 gpu/command_buffer/client/gles2_c_lib_autogen.h       target, level, xoffset, yoffset, width, height, format, type, pixels);
height            586 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Viewport(GLint x, GLint y, GLsizei width, GLsizei height) {
height            587 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->Viewport(x, y, width, height);
height            606 gpu/command_buffer/client/gles2_c_lib_autogen.h                                                  GLsizei height) {
height            608 gpu/command_buffer/client/gles2_c_lib_autogen.h       target, samples, internalformat, width, height);
height            614 gpu/command_buffer/client/gles2_c_lib_autogen.h                                             GLsizei height) {
height            616 gpu/command_buffer/client/gles2_c_lib_autogen.h       target, samples, internalformat, width, height);
height            631 gpu/command_buffer/client/gles2_c_lib_autogen.h                           GLsizei height) {
height            633 gpu/command_buffer/client/gles2_c_lib_autogen.h       target, levels, internalFormat, width, height);
height            729 gpu/command_buffer/client/gles2_c_lib_autogen.h                                     GLsizei height,
height            734 gpu/command_buffer/client/gles2_c_lib_autogen.h       target, level, xoffset, yoffset, width, height, format, type, access);
height            739 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2ResizeCHROMIUM(GLuint width, GLuint height, GLfloat scale_factor) {
height            740 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->ResizeCHROMIUM(width, height, scale_factor);
height            768 gpu/command_buffer/client/gles2_c_lib_autogen.h                                 GLsizei height,
height            771 gpu/command_buffer/client/gles2_c_lib_autogen.h       width, height, internalformat);
height            788 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2PostSubBufferCHROMIUM(GLint x, GLint y, GLint width, GLint height) {
height            789 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->PostSubBufferCHROMIUM(x, y, width, height);
height            793 gpu/command_buffer/client/gles2_c_lib_autogen.h                                       GLsizei height,
height            797 gpu/command_buffer/client/gles2_c_lib_autogen.h       target, width, height, ioSurfaceId, plane);
height            855 gpu/command_buffer/client/gles2_c_lib_autogen.h                                      GLsizei height,
height            860 gpu/command_buffer/client/gles2_c_lib_autogen.h       target, level, xoffset, yoffset, width, height, format, type, data);
height            866 gpu/command_buffer/client/gles2_c_lib_autogen.h                                   GLsizei height,
height            875 gpu/command_buffer/client/gles2_c_lib_autogen.h                                                  height,
height            200 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                           GLsizei height,
height            212 gpu/command_buffer/client/gles2_cmd_helper_autogen.h             height,
height            224 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                                 GLsizei height,
height            230 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(target, level, internalformat, width, height, border, bucket_id);
height            239 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                              GLsizei height,
height            252 gpu/command_buffer/client/gles2_cmd_helper_autogen.h             height,
height            265 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                                    GLsizei height,
height            271 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(target, level, xoffset, yoffset, width, height, format, bucket_id);
height            281 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                     GLsizei height,
height            285 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(target, level, internalformat, x, y, width, height, border);
height            296 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                        GLsizei height) {
height            300 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(target, level, xoffset, yoffset, x, y, width, height);
height            937 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                 GLsizei height,
height            950 gpu/command_buffer/client/gles2_cmd_helper_autogen.h             height,
height            972 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                          GLsizei height) {
height            976 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(target, internalformat, width, height);
height            987 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Scissor(GLint x, GLint y, GLsizei width, GLsizei height) {
height            990 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(x, y, width, height);
height           1080 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                 GLsizei height,
height           1092 gpu/command_buffer/client/gles2_cmd_helper_autogen.h             height,
height           1160 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                    GLsizei height,
height           1173 gpu/command_buffer/client/gles2_cmd_helper_autogen.h             height,
height           1599 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) {
height           1602 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(x, y, width, height);
height           1628 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                                             GLsizei height) {
height           1632 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(target, samples, internalformat, width, height);
height           1640 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                                        GLsizei height) {
height           1644 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(target, samples, internalformat, width, height);
height           1665 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                      GLsizei height) {
height           1668 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(target, levels, internalFormat, width, height);
height           1874 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void ResizeCHROMIUM(GLuint width, GLuint height, GLfloat scale_factor) {
height           1877 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(width, height, scale_factor);
height           1931 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void PostSubBufferCHROMIUM(GLint x, GLint y, GLint width, GLint height) {
height           1935 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(x, y, width, height);
height           1941 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                                  GLsizei height,
height           1947 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(target, width, height, ioSurfaceId, plane);
height           2096 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                                 GLsizei height,
height           2112 gpu/command_buffer/client/gles2_cmd_helper_autogen.h             height,
height           2127 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                              GLsizei height,
height           2143 gpu/command_buffer/client/gles2_cmd_helper_autogen.h             height,
height           1597 gpu/command_buffer/client/gles2_implementation.cc     GLsizei height, GLint border, GLsizei image_size, const void* data) {
height           1603 gpu/command_buffer/client/gles2_implementation.cc       << width << ", " << height << ", " << border << ", "
height           1606 gpu/command_buffer/client/gles2_implementation.cc   if (width < 0 || height < 0 || level < 0) {
height           1610 gpu/command_buffer/client/gles2_implementation.cc   if (height == 0 || width == 0) {
height           1622 gpu/command_buffer/client/gles2_implementation.cc           target, level, internalformat, width, height, border, image_size,
height           1630 gpu/command_buffer/client/gles2_implementation.cc       target, level, internalformat, width, height, border, kResultBucketId);
height           1640 gpu/command_buffer/client/gles2_implementation.cc     GLsizei height, GLenum format, GLsizei image_size, const void* data) {
height           1646 gpu/command_buffer/client/gles2_implementation.cc       << width << ", " << height << ", "
height           1650 gpu/command_buffer/client/gles2_implementation.cc   if (width < 0 || height < 0 || level < 0) {
height           1663 gpu/command_buffer/client/gles2_implementation.cc           target, level, xoffset, yoffset, width, height, format, image_size,
height           1672 gpu/command_buffer/client/gles2_implementation.cc       target, level, xoffset, yoffset, width, height, format, kResultBucketId);
height           1684 gpu/command_buffer/client/gles2_implementation.cc     uint32 height,
height           1694 gpu/command_buffer/client/gles2_implementation.cc       dest += buffer_padded_row_size * (height - 1);
height           1697 gpu/command_buffer/client/gles2_implementation.cc     for (; height > 1; --height) {
height           1708 gpu/command_buffer/client/gles2_implementation.cc     uint32 size = (height - 1) * pixels_padded_row_size + unpadded_row_size;
height           1717 gpu/command_buffer/client/gles2_implementation.cc     GLsizei height, GLint border, GLenum format, GLenum type,
height           1724 gpu/command_buffer/client/gles2_implementation.cc       << width << ", " << height << ", " << border << ", "
height           1728 gpu/command_buffer/client/gles2_implementation.cc   if (level < 0 || height < 0 || width < 0) {
height           1736 gpu/command_buffer/client/gles2_implementation.cc           width, height, format, type, unpack_alignment_, &size,
height           1750 gpu/command_buffer/client/gles2_implementation.cc           target, level, internalformat, width, height, border, format, type,
height           1761 gpu/command_buffer/client/gles2_implementation.cc        target, level, internalformat, width, height, border, format, type,
height           1798 gpu/command_buffer/client/gles2_implementation.cc         pixels, height, unpadded_row_size, src_padded_row_size, unpack_flip_y_,
height           1801 gpu/command_buffer/client/gles2_implementation.cc         target, level, internalformat, width, height, border, format, type,
height           1809 gpu/command_buffer/client/gles2_implementation.cc      target, level, internalformat, width, height, border, format, type,
height           1812 gpu/command_buffer/client/gles2_implementation.cc       target, level, 0, 0, width, height, format, type, unpadded_row_size,
height           1819 gpu/command_buffer/client/gles2_implementation.cc     GLsizei height, GLenum format, GLenum type, const void* pixels) {
height           1825 gpu/command_buffer/client/gles2_implementation.cc       << width << ", " << height << ", "
height           1830 gpu/command_buffer/client/gles2_implementation.cc   if (level < 0 || height < 0 || width < 0) {
height           1834 gpu/command_buffer/client/gles2_implementation.cc   if (height == 0 || width == 0) {
height           1842 gpu/command_buffer/client/gles2_implementation.cc         width, height, format, type, unpack_alignment_, &temp_size,
height           1856 gpu/command_buffer/client/gles2_implementation.cc           target, level, xoffset, yoffset, width, height, format, type,
height           1889 gpu/command_buffer/client/gles2_implementation.cc       target, level, xoffset, yoffset, width, height, format, type,
height           1908 gpu/command_buffer/client/gles2_implementation.cc     GLsizei height, GLenum format, GLenum type, uint32 unpadded_row_size,
height           1913 gpu/command_buffer/client/gles2_implementation.cc   DCHECK_GT(height, 0);
height           1919 gpu/command_buffer/client/gles2_implementation.cc   while (height) {
height           1921 gpu/command_buffer/client/gles2_implementation.cc         buffer_padded_row_size * (height - 1) + unpadded_row_size;
height           1931 gpu/command_buffer/client/gles2_implementation.cc     num_rows = std::min(num_rows, height);
height           1935 gpu/command_buffer/client/gles2_implementation.cc     GLint y = unpack_flip_y_ ? original_yoffset + height - num_rows : yoffset;
height           1942 gpu/command_buffer/client/gles2_implementation.cc     height -= num_rows;
height           2280 gpu/command_buffer/client/gles2_implementation.cc     GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format,
height           2285 gpu/command_buffer/client/gles2_implementation.cc       << width << ", " << height << ", "
height           2289 gpu/command_buffer/client/gles2_implementation.cc   if (width < 0 || height < 0) {
height           2293 gpu/command_buffer/client/gles2_implementation.cc   if (width == 0 || height == 0) {
height           2321 gpu/command_buffer/client/gles2_implementation.cc         "glReadPixels", offset, padded_row_size * height);
height           2323 gpu/command_buffer/client/gles2_implementation.cc       helper_->ReadPixels(xoffset, yoffset, width, height, format, type,
height           2338 gpu/command_buffer/client/gles2_implementation.cc   while (height) {
height           2339 gpu/command_buffer/client/gles2_implementation.cc     GLsizei desired_size = padded_row_size * height - 1 + unpadded_row_size;
height           2346 gpu/command_buffer/client/gles2_implementation.cc     num_rows = std::min(num_rows, height);
height           2366 gpu/command_buffer/client/gles2_implementation.cc           rows_dst = dest + (height - num_rows) * padded_row_size;
height           2386 gpu/command_buffer/client/gles2_implementation.cc     height -= num_rows;
height           2830 gpu/command_buffer/client/gles2_implementation.cc                         sub_buffer.height());
height           2934 gpu/command_buffer/client/gles2_implementation.cc      GLsizei height,
height           2942 gpu/command_buffer/client/gles2_implementation.cc       << width << ", " << height << ", "
height           2953 gpu/command_buffer/client/gles2_implementation.cc   if (level < 0 || xoffset < 0 || yoffset < 0 || width < 0 || height < 0) {
height           2960 gpu/command_buffer/client/gles2_implementation.cc       width, height, format, type, unpack_alignment_, &size, NULL, NULL)) {
height           2978 gpu/command_buffer/client/gles2_implementation.cc              target, level, xoffset, yoffset, width, height, format, type)));
height           2996 gpu/command_buffer/client/gles2_implementation.cc       mt.target, mt.level, mt.xoffset, mt.yoffset, mt.width, mt.height,
height           3003 gpu/command_buffer/client/gles2_implementation.cc void GLES2Implementation::ResizeCHROMIUM(GLuint width, GLuint height,
height           3007 gpu/command_buffer/client/gles2_implementation.cc                  << width << ", " << height << ", " << scale_factor << ")");
height           3008 gpu/command_buffer/client/gles2_implementation.cc   helper_->ResizeCHROMIUM(width, height, scale_factor);
height           3266 gpu/command_buffer/client/gles2_implementation.cc     GLint x, GLint y, GLint width, GLint height) {
height           3269 gpu/command_buffer/client/gles2_implementation.cc       << x << ", " << y << ", " << width << ", " << height << ")");
height           3271 gpu/command_buffer/client/gles2_implementation.cc                "width", width, "height", height);
height           3275 gpu/command_buffer/client/gles2_implementation.cc   helper_->PostSubBufferCHROMIUM(x, y, width, height);
height           3771 gpu/command_buffer/client/gles2_implementation.cc     GLsizei height, GLint border, GLenum format, GLenum type,
height           3778 gpu/command_buffer/client/gles2_implementation.cc       << width << ", " << height << ", " << border << ", "
height           3782 gpu/command_buffer/client/gles2_implementation.cc   if (level < 0 || height < 0 || width < 0) {
height           3790 gpu/command_buffer/client/gles2_implementation.cc           width, height, format, type, unpack_alignment_, &size,
height           3799 gpu/command_buffer/client/gles2_implementation.cc        target, level, internalformat, width, height, border, format, type,
height           3821 gpu/command_buffer/client/gles2_implementation.cc         target, level, internalformat, width, height, border, format, type,
height           3830 gpu/command_buffer/client/gles2_implementation.cc     GLsizei height, GLenum format, GLenum type, const void* pixels) {
height           3836 gpu/command_buffer/client/gles2_implementation.cc       << width << ", " << height << ", "
height           3840 gpu/command_buffer/client/gles2_implementation.cc   if (level < 0 || height < 0 || width < 0) {
height           3850 gpu/command_buffer/client/gles2_implementation.cc         width, height, format, type, unpack_alignment_, &size,
height           3874 gpu/command_buffer/client/gles2_implementation.cc         target, level, xoffset, yoffset, width, height, format, type,
height           3905 gpu/command_buffer/client/gles2_implementation.cc     GLsizei width, GLsizei height, GLenum internalformat) {
height           3911 gpu/command_buffer/client/gles2_implementation.cc   if (height <= 0) {
height           3921 gpu/command_buffer/client/gles2_implementation.cc       width, height, internalformat);
height           3930 gpu/command_buffer/client/gles2_implementation.cc     GLsizei width, GLsizei height, GLenum internalformat) {
height           3934 gpu/command_buffer/client/gles2_implementation.cc       << height << ", "
height           3936 gpu/command_buffer/client/gles2_implementation.cc   GLuint image_id = CreateImageCHROMIUMHelper(width, height, internalformat);
height            326 gpu/command_buffer/client/gles2_implementation.h           height(_height),
height            337 gpu/command_buffer/client/gles2_implementation.h     GLsizei height;
height            547 gpu/command_buffer/client/gles2_implementation.h       GLsizei width, GLsizei height, GLenum internalformat);
height            567 gpu/command_buffer/client/gles2_implementation.h       GLsizei height, GLenum format, GLenum type, uint32 unpadded_row_size,
height             82 gpu/command_buffer/client/gles2_implementation_autogen.h                                   GLsizei height,
height             92 gpu/command_buffer/client/gles2_implementation_autogen.h                                      GLsizei height,
height            103 gpu/command_buffer/client/gles2_implementation_autogen.h                             GLsizei height,
height            113 gpu/command_buffer/client/gles2_implementation_autogen.h                                GLsizei height) OVERRIDE;
height            299 gpu/command_buffer/client/gles2_implementation_autogen.h                         GLsizei height,
height            309 gpu/command_buffer/client/gles2_implementation_autogen.h                                  GLsizei height) OVERRIDE;
height            313 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void Scissor(GLint x, GLint y, GLsizei width, GLsizei height) OVERRIDE;
height            352 gpu/command_buffer/client/gles2_implementation_autogen.h                         GLsizei height,
height            375 gpu/command_buffer/client/gles2_implementation_autogen.h                            GLsizei height,
height            473 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) OVERRIDE;
height            490 gpu/command_buffer/client/gles2_implementation_autogen.h                                                     GLsizei height) OVERRIDE;
height            496 gpu/command_buffer/client/gles2_implementation_autogen.h                                                GLsizei height) OVERRIDE;
height            509 gpu/command_buffer/client/gles2_implementation_autogen.h                              GLsizei height) OVERRIDE;
height            584 gpu/command_buffer/client/gles2_implementation_autogen.h                                        GLsizei height,
height            592 gpu/command_buffer/client/gles2_implementation_autogen.h                             GLuint height,
height            614 gpu/command_buffer/client/gles2_implementation_autogen.h                                    GLsizei height,
height            628 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void PostSubBufferCHROMIUM(GLint x, GLint y, GLint width, GLint height)
height            633 gpu/command_buffer/client/gles2_implementation_autogen.h                                          GLsizei height,
height            682 gpu/command_buffer/client/gles2_implementation_autogen.h                                         GLsizei height,
height            691 gpu/command_buffer/client/gles2_implementation_autogen.h                                      GLsizei height,
height            218 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                                          GLsizei height,
height            225 gpu/command_buffer/client/gles2_implementation_impl_autogen.h           << x << ", " << y << ", " << width << ", " << height << ", " << border
height            231 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   if (height < 0) {
height            236 gpu/command_buffer/client/gles2_implementation_impl_autogen.h       target, level, internalformat, x, y, width, height, border);
height            247 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                                             GLsizei height) {
height            252 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << ", " << y << ", " << width << ", " << height << ")");
height            257 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   if (height < 0) {
height            262 gpu/command_buffer/client/gles2_implementation_impl_autogen.h       target, level, xoffset, yoffset, x, y, width, height);
height           1083 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                                               GLsizei height) {
height           1088 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << ", " << width << ", " << height << ")");
height           1093 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   if (height < 0) {
height           1097 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->RenderbufferStorage(target, internalformat, width, height);
height           1112 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                                   GLsizei height) {
height           1115 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << ", " << width << ", " << height << ")");
height           1120 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   if (height < 0) {
height           1124 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->Scissor(x, y, width, height);
height           1653 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                                    GLsizei height) {
height           1656 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << ", " << width << ", " << height << ")");
height           1661 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   if (height < 0) {
height           1665 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->Viewport(x, y, width, height);
height           1695 gpu/command_buffer/client/gles2_implementation_impl_autogen.h     GLsizei height) {
height           1701 gpu/command_buffer/client/gles2_implementation_impl_autogen.h           << ", " << width << ", " << height << ")");
height           1714 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   if (height < 0) {
height           1721 gpu/command_buffer/client/gles2_implementation_impl_autogen.h       target, samples, internalformat, width, height);
height           1730 gpu/command_buffer/client/gles2_implementation_impl_autogen.h     GLsizei height) {
height           1736 gpu/command_buffer/client/gles2_implementation_impl_autogen.h           << ", " << width << ", " << height << ")");
height           1747 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   if (height < 0) {
height           1753 gpu/command_buffer/client/gles2_implementation_impl_autogen.h       target, samples, internalformat, width, height);
height           1785 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                                           GLsizei height) {
height           1791 gpu/command_buffer/client/gles2_implementation_impl_autogen.h           << ", " << width << ", " << height << ")");
height           1800 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   if (height < 0) {
height           1804 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->TexStorage2DEXT(target, levels, internalFormat, width, height);
height           1957 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                                                       GLsizei height,
height           1963 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << width << ", " << height << ", " << ioSurfaceId << ", "
height           1969 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   if (height < 0) {
height           1974 gpu/command_buffer/client/gles2_implementation_impl_autogen.h       target, width, height, ioSurfaceId, plane);
height           2247 gpu/command_buffer/client/gles2_implementation_unittest.cc     int width, int height, GLenum format, GLenum type, int alignment,
height           2253 gpu/command_buffer/client/gles2_implementation_unittest.cc       width, height, format, type, alignment, &size, &unpadded_row_size,
height           2261 gpu/command_buffer/client/gles2_implementation_unittest.cc   r2 = flip_y ? (r2 + (height - 1) * padded_row_size) : r2;
height           2263 gpu/command_buffer/client/gles2_implementation_unittest.cc   for (int y = 0; y < height; ++y) {
height           2273 gpu/command_buffer/client/gles2_implementation_unittest.cc ACTION_P8(CheckRectAction, width, height, format, type, alignment, flip_y,
height           2276 gpu/command_buffer/client/gles2_implementation_unittest.cc       width, height, format, type, alignment, flip_y, r1, r2));
height             61 gpu/command_buffer/client/gles2_interface_autogen.h                                   GLsizei height,
height             70 gpu/command_buffer/client/gles2_interface_autogen.h                                      GLsizei height,
height             80 gpu/command_buffer/client/gles2_interface_autogen.h                             GLsizei height,
height             89 gpu/command_buffer/client/gles2_interface_autogen.h                                GLsizei height) = 0;
height            208 gpu/command_buffer/client/gles2_interface_autogen.h                         GLsizei height,
height            216 gpu/command_buffer/client/gles2_interface_autogen.h                                  GLsizei height) = 0;
height            218 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Scissor(GLint x, GLint y, GLsizei width, GLsizei height) = 0;
height            246 gpu/command_buffer/client/gles2_interface_autogen.h                         GLsizei height,
height            264 gpu/command_buffer/client/gles2_interface_autogen.h                            GLsizei height,
height            320 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) = 0;
height            335 gpu/command_buffer/client/gles2_interface_autogen.h                                                     GLsizei height) = 0;
height            340 gpu/command_buffer/client/gles2_interface_autogen.h                                                GLsizei height) = 0;
height            351 gpu/command_buffer/client/gles2_interface_autogen.h                              GLsizei height) = 0;
height            396 gpu/command_buffer/client/gles2_interface_autogen.h                                        GLsizei height,
height            402 gpu/command_buffer/client/gles2_interface_autogen.h                             GLuint height,
height            417 gpu/command_buffer/client/gles2_interface_autogen.h                                    GLsizei height,
height            430 gpu/command_buffer/client/gles2_interface_autogen.h                                    GLint height) = 0;
height            433 gpu/command_buffer/client/gles2_interface_autogen.h                                          GLsizei height,
height            467 gpu/command_buffer/client/gles2_interface_autogen.h                                         GLsizei height,
height            475 gpu/command_buffer/client/gles2_interface_autogen.h                                      GLsizei height,
height             60 gpu/command_buffer/client/gles2_interface_stub_autogen.h                                   GLsizei height,
height             69 gpu/command_buffer/client/gles2_interface_stub_autogen.h                                      GLsizei height,
height             79 gpu/command_buffer/client/gles2_interface_stub_autogen.h                             GLsizei height,
height             88 gpu/command_buffer/client/gles2_interface_stub_autogen.h                                GLsizei height) OVERRIDE;
height            218 gpu/command_buffer/client/gles2_interface_stub_autogen.h                         GLsizei height,
height            226 gpu/command_buffer/client/gles2_interface_stub_autogen.h                                  GLsizei height) OVERRIDE;
height            228 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void Scissor(GLint x, GLint y, GLsizei width, GLsizei height) OVERRIDE;
height            256 gpu/command_buffer/client/gles2_interface_stub_autogen.h                         GLsizei height,
height            274 gpu/command_buffer/client/gles2_interface_stub_autogen.h                            GLsizei height,
height            341 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) OVERRIDE;
height            356 gpu/command_buffer/client/gles2_interface_stub_autogen.h                                                     GLsizei height) OVERRIDE;
height            361 gpu/command_buffer/client/gles2_interface_stub_autogen.h                                                GLsizei height) OVERRIDE;
height            372 gpu/command_buffer/client/gles2_interface_stub_autogen.h                              GLsizei height) OVERRIDE;
height            420 gpu/command_buffer/client/gles2_interface_stub_autogen.h                                        GLsizei height,
height            426 gpu/command_buffer/client/gles2_interface_stub_autogen.h                             GLuint height,
height            441 gpu/command_buffer/client/gles2_interface_stub_autogen.h                                    GLsizei height,
height            451 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void PostSubBufferCHROMIUM(GLint x, GLint y, GLint width, GLint height)
height            455 gpu/command_buffer/client/gles2_interface_stub_autogen.h                                          GLsizei height,
height            491 gpu/command_buffer/client/gles2_interface_stub_autogen.h                                         GLsizei height,
height            499 gpu/command_buffer/client/gles2_interface_stub_autogen.h                                      GLsizei height,
height             60 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                                   GLsizei height,
height             69 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                                      GLsizei height,
height             79 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                             GLsizei height,
height             88 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                                GLsizei height) OVERRIDE;
height            218 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                         GLsizei height,
height            226 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                                  GLsizei height) OVERRIDE;
height            228 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void Scissor(GLint x, GLint y, GLsizei width, GLsizei height) OVERRIDE;
height            256 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                         GLsizei height,
height            274 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                            GLsizei height,
height            341 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) OVERRIDE;
height            356 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                                                     GLsizei height) OVERRIDE;
height            361 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                                                GLsizei height) OVERRIDE;
height            372 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                              GLsizei height) OVERRIDE;
height            420 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                                        GLsizei height,
height            426 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                             GLuint height,
height            441 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                                    GLsizei height,
height            451 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void PostSubBufferCHROMIUM(GLint x, GLint y, GLint width, GLint height)
height            455 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                                          GLsizei height,
height            491 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                                         GLsizei height,
height            499 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                                      GLsizei height,
height            147 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                     GLsizei height,
height            153 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h       target, level, internalformat, width, height, border, imageSize, data);
height            161 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                        GLsizei height,
height            167 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h       target, level, xoffset, yoffset, width, height, format, imageSize, data);
height            176 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                               GLsizei height,
height            180 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h       target, level, internalformat, x, y, width, height, border);
height            190 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                  GLsizei height) {
height            192 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->CopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
height            610 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                           GLsizei height,
height            615 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->ReadPixels(x, y, width, height, format, type, pixels);
height            626 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                    GLsizei height) {
height            628 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->RenderbufferStorage(target, internalformat, width, height);
height            640 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                        GLsizei height) {
height            642 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->Scissor(x, y, width, height);
height            716 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                           GLsizei height,
height            726 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                   height,
height            766 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                              GLsizei height,
height            772 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h       target, level, xoffset, yoffset, width, height, format, type, pixels);
height            985 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                         GLsizei height) {
height            987 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->Viewport(x, y, width, height);
height           1010 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h     GLsizei height) {
height           1014 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h       target, samples, internalformat, width, height);
height           1022 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h     GLsizei height) {
height           1026 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h       target, samples, internalformat, width, height);
height           1046 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                GLsizei height) {
height           1048 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->TexStorage2DEXT(target, levels, internalFormat, width, height);
height           1211 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                          GLsizei height,
height           1217 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h       target, level, xoffset, yoffset, width, height, format, type, access);
height           1227 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                               GLuint height,
height           1230 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->ResizeCHROMIUM(width, height, scale_factor);
height           1274 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                      GLsizei height,
height           1277 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   return gl_->CreateImageCHROMIUM(width, height, internalformat);
height           1305 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                      GLint height) {
height           1307 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->PostSubBufferCHROMIUM(x, y, width, height);
height           1312 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                            GLsizei height,
height           1317 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->TexImageIOSurface2DCHROMIUM(target, width, height, ioSurfaceId, plane);
height           1407 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                           GLsizei height,
height           1414 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h       target, level, xoffset, yoffset, width, height, format, type, data);
height           1421 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                        GLsizei height,
height           1431 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                height,
height             20 gpu/command_buffer/client/gpu_memory_buffer_factory.h       size_t height,
height             25 gpu/command_buffer/client/gpu_memory_buffer_tracker.cc     size_t width, size_t height, int32 internalformat) {
height             29 gpu/command_buffer/client/gpu_memory_buffer_tracker.cc       width, height, internalformat, &image_id);
height             27 gpu/command_buffer/client/gpu_memory_buffer_tracker.h   int32 CreateBuffer(size_t width, size_t height, int32 internalformat);
height            939 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height            973 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 height;
height            992 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(CompressedTexImage2D, height) == 20,
height           1027 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height           1050 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 height;
height           1067 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(CompressedTexImage2DBucket, height) == 20,
height           1102 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height           1139 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 height;
height           1160 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(CompressedTexSubImage2D, height) == 24,
height           1197 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height           1228 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 height;
height           1247 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(CompressedTexSubImage2DBucket, height) == 24,
height           1281 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height           1306 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 height;
height           1325 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(CopyTexImage2D, height) == 28,
height           1358 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height           1383 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 height;
height           1404 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(CopyTexSubImage2D, height) == 32,
height           4605 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height           4645 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 height;
height           4662 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(ReadPixels, height) == 16,
height           4726 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height           4743 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 height;
height           4756 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(RenderbufferStorage, height) == 16,
height           4812 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height           4824 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 height;
height           4832 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Scissor, height) == 16, OffsetOf_Scissor_height_not_16);
height           5264 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height           5301 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 height;
height           5320 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(TexImage2D, height) == 20,
height           5634 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height           5674 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 height;
height           5695 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(TexSubImage2D, height) == 24,
height           7821 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height           7833 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 height;
height           7841 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Viewport, height) == 16,
height           7964 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height           7983 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 height;
height           7999 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(RenderbufferStorageMultisampleCHROMIUM, height) == 20,
height           8025 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height           8044 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 height;
height           8060 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(RenderbufferStorageMultisampleEXT, height) == 20,
height           8150 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height           8169 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 height;
height           8183 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(TexStorage2DEXT, height) == 20,
height           9113 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height           9124 gpu/command_buffer/common/gles2_cmd_format_autogen.h   uint32 height;
height           9133 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(ResizeCHROMIUM, height) == 8,
height           9376 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height           9388 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 height;
height           9401 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(PostSubBufferCHROMIUM, height) == 16,
height           9424 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height           9443 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 height;
height           9456 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(TexImageIOSurface2DCHROMIUM, height) == 12,
height           10115 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height           10161 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 height;
height           10185 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(AsyncTexSubImage2DCHROMIUM, height) == 24,
height           10232 gpu/command_buffer/common/gles2_cmd_format_autogen.h     height = _height;
height           10278 gpu/command_buffer/common/gles2_cmd_format_autogen.h   int32 height;
height           10301 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(AsyncTexImage2DCHROMIUM, height) == 20,
height            329 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLsizei>(15), cmd.height);
height            355 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLsizei>(15), cmd.height);
height            383 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLsizei>(16), cmd.height);
height            411 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLsizei>(16), cmd.height);
height            437 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLsizei>(17), cmd.height);
height            463 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLsizei>(18), cmd.height);
height           1503 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLsizei>(14), cmd.height);
height           1537 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLsizei>(14), cmd.height);
height           1565 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLsizei>(14), cmd.height);
height           1723 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLsizei>(15), cmd.height);
height           1855 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLsizei>(16), cmd.height);
height           2734 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLsizei>(14), cmd.height);
height           2785 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLsizei>(15), cmd.height);
height           2806 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLsizei>(15), cmd.height);
height           2848 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLsizei>(15), cmd.height);
height           3170 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLuint>(12), cmd.height);
height           3259 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLint>(14), cmd.height);
height           3277 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLsizei>(13), cmd.height);
height           3653 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLsizei>(16), cmd.height);
height           3688 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLsizei>(15), cmd.height);
height            421 gpu/command_buffer/common/gles2_cmd_utils.cc     int width, int height, int format, int type, int unpack_alignment,
height            428 gpu/command_buffer/common/gles2_cmd_utils.cc   if (height > 1) {
height            435 gpu/command_buffer/common/gles2_cmd_utils.cc     if (!SafeMultiplyUint32((height - 1), padded_row_size,
height            446 gpu/command_buffer/common/gles2_cmd_utils.cc     if (!SafeMultiplyUint32(height, row_size, size)) {
height            120 gpu/command_buffer/common/gles2_cmd_utils.h       int width, int height, int format, int type, int unpack_alignment,
height             35 gpu/command_buffer/common/gpu_control.h       size_t height,
height             31 gpu/command_buffer/service/async_pixel_transfer_delegate.h   GLsizei height;
height             43 gpu/command_buffer/service/async_pixel_transfer_delegate.h   GLsizei height;
height             51 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc       tex_params.width, tex_params.height,
height             60 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc       tex_params.width, tex_params.height,
height             68 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc       0, 0, tex_params.width, tex_params.height,
height            158 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc                  "height", define_params_.height);
height            249 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc                  tex_params.height);
height            310 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc                  tex_params.height);
height            525 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc                "height", tex_params.height);
height            561 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc bool DimensionsSupportImgFastPath(int width, int height) {
height            564 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc          IsMultipleOfEight(height) &&
height            566 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc            IsPowerOfTwo(height));
height            610 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc   if (DimensionsSupportImgFastPath(tex_params.width, tex_params.height)) {
height            628 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc   if (DimensionsSupportImgFastPath(tex_params.width, tex_params.height))
height            640 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc   DCHECK_EQ(state_->define_params_.height, tex_params.height);
height            145 gpu/command_buffer/service/async_pixel_transfer_manager_idle.cc                "height", tex_params.height);
height            159 gpu/command_buffer/service/async_pixel_transfer_manager_idle.cc         tex_params.height,
height            181 gpu/command_buffer/service/async_pixel_transfer_manager_idle.cc                "height", tex_params.height);
height            195 gpu/command_buffer/service/async_pixel_transfer_manager_idle.cc       tex_params.height == define_params_.height) {
height            202 gpu/command_buffer/service/async_pixel_transfer_manager_idle.cc         define_params_.height,
height            215 gpu/command_buffer/service/async_pixel_transfer_manager_idle.cc         tex_params.height,
height            214 gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc                  "height", define_params_.height);
height            291 gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc                  tex_params.height);
height            306 gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc                    tex_params.height,
height            329 gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc                  tex_params.height);
height            344 gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc                       tex_params.height,
height            460 gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc                "height", tex_params.height);
height             56 gpu/command_buffer/service/async_pixel_transfer_manager_sync.cc       tex_params.height,
height             79 gpu/command_buffer/service/async_pixel_transfer_manager_sync.cc       tex_params.height,
height             56 gpu/command_buffer/service/framebuffer_manager.cc     return renderbuffer_->height();
height            426 gpu/command_buffer/service/framebuffer_manager.cc   GLsizei height = -1;
height            437 gpu/command_buffer/service/framebuffer_manager.cc       height = attachment->height();
height            438 gpu/command_buffer/service/framebuffer_manager.cc       if (width == 0 || height == 0) {
height            442 gpu/command_buffer/service/framebuffer_manager.cc       if (attachment->width() != width || attachment->height() != height) {
height             33 gpu/command_buffer/service/framebuffer_manager.h     virtual GLsizei height() const = 0;
height            321 gpu/command_buffer/service/framebuffer_manager_unittest.cc   EXPECT_EQ(kHeight1, attachment->height());
height            350 gpu/command_buffer/service/framebuffer_manager_unittest.cc   EXPECT_EQ(kHeight4, attachment->height());
height            364 gpu/command_buffer/service/framebuffer_manager_unittest.cc   EXPECT_EQ(kHeight4, attachment->height());
height            496 gpu/command_buffer/service/framebuffer_manager_unittest.cc   EXPECT_EQ(kHeight1, attachment->height());
height            530 gpu/command_buffer/service/framebuffer_manager_unittest.cc   EXPECT_EQ(kHeight2, attachment->height());
height            550 gpu/command_buffer/service/framebuffer_manager_unittest.cc   EXPECT_EQ(kHeight3, attachment->height());
height             22 gpu/command_buffer/service/gl_surface_mock.h   MOCK_METHOD4(PostSubBuffer, bool(int x, int y, int width, int height));
height            329 gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc     GLsizei height,
height            339 gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc       dest_id, level, width, height, flip_y, premultiply_alpha,
height            351 gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc     GLsizei height,
height            421 gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc     glViewport(0, 0, width, height);
height             30 gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.h                      GLint level, GLsizei width, GLsizei height,
height             39 gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.h                                   GLsizei width, GLsizei height, bool flip_y,
height            708 gpu/command_buffer/service/gles2_cmd_decoder.cc       GLsizei height);
height            849 gpu/command_buffer/service/gles2_cmd_decoder.cc       GLsizei height,
height            861 gpu/command_buffer/service/gles2_cmd_decoder.cc       GLsizei height,
height            874 gpu/command_buffer/service/gles2_cmd_decoder.cc       GLsizei height,
height            889 gpu/command_buffer/service/gles2_cmd_decoder.cc       GLsizei height);
height            900 gpu/command_buffer/service/gles2_cmd_decoder.cc       GLsizei height,
height            912 gpu/command_buffer/service/gles2_cmd_decoder.cc       GLsizei height,
height            929 gpu/command_buffer/service/gles2_cmd_decoder.cc       GLsizei height,
height            947 gpu/command_buffer/service/gles2_cmd_decoder.cc       GLsizei height);
height           1149 gpu/command_buffer/service/gles2_cmd_decoder.cc                           int height,
height           1375 gpu/command_buffer/service/gles2_cmd_decoder.cc       GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
height           1380 gpu/command_buffer/service/gles2_cmd_decoder.cc       GLsizei width, GLsizei height);
height           1386 gpu/command_buffer/service/gles2_cmd_decoder.cc       GLsizei width, GLsizei height);
height           1392 gpu/command_buffer/service/gles2_cmd_decoder.cc                                               GLsizei height);
height           1449 gpu/command_buffer/service/gles2_cmd_decoder.cc   void DoViewport(GLint x, GLint y, GLsizei width, GLsizei height);
height           1570 gpu/command_buffer/service/gles2_cmd_decoder.cc       GLint level, GLsizei width, GLsizei height, GLenum format);
height           1573 gpu/command_buffer/service/gles2_cmd_decoder.cc       GLsizei width, GLsizei height, GLenum format, size_t size);
height           1577 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLsizei width, GLsizei height, GLenum format,
height           1937 gpu/command_buffer/service/gles2_cmd_decoder.cc   const int height = decoder_->offscreen_size_.height();
height           1942 gpu/command_buffer/service/gles2_cmd_decoder.cc                                  height,
height           1946 gpu/command_buffer/service/gles2_cmd_decoder.cc                                  height,
height           2012 gpu/command_buffer/service/gles2_cmd_decoder.cc       size.width(), size.height(), format, GL_UNSIGNED_BYTE, 8, &image_size,
height           2029 gpu/command_buffer/service/gles2_cmd_decoder.cc                size.height(),
height           2056 gpu/command_buffer/service/gles2_cmd_decoder.cc                    size.height(),
height           2110 gpu/command_buffer/service/gles2_cmd_decoder.cc            size.width(), size.height(), samples, format, &estimated_size)) {
height           2122 gpu/command_buffer/service/gles2_cmd_decoder.cc                              size.height());
height           2129 gpu/command_buffer/service/gles2_cmd_decoder.cc                                                            size.height());
height           2590 gpu/command_buffer/service/gles2_cmd_decoder.cc   state_.viewport_height = size.height();
height           3140 gpu/command_buffer/service/gles2_cmd_decoder.cc       return gfx::Size(attachment->width(), attachment->height());
height           3195 gpu/command_buffer/service/gles2_cmd_decoder.cc       offscreen_size_.height(),
height           3486 gpu/command_buffer/service/gles2_cmd_decoder.cc   int h = offscreen_size_.height();
height           3594 gpu/command_buffer/service/gles2_cmd_decoder.cc   GLuint height = static_cast<GLuint>(c.height);
height           3596 gpu/command_buffer/service/gles2_cmd_decoder.cc   TRACE_EVENT2("gpu", "glResizeChromium", "width", width, "height", height);
height           3599 gpu/command_buffer/service/gles2_cmd_decoder.cc   height = std::max(1U, height);
height           3608 gpu/command_buffer/service/gles2_cmd_decoder.cc     if (!ResizeOffscreenFrameBuffer(gfx::Size(width, height))) {
height           3616 gpu/command_buffer/service/gles2_cmd_decoder.cc     resize_callback_.Run(gfx::Size(width, height), scale_factor);
height           5198 gpu/command_buffer/service/gles2_cmd_decoder.cc       *params = renderbuffer->height();
height           5242 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLsizei height) {
height           5247 gpu/command_buffer/service/gles2_cmd_decoder.cc         target, samples, internal_format, width, height);
height           5250 gpu/command_buffer/service/gles2_cmd_decoder.cc         target, samples, internal_format, width, height);
height           5253 gpu/command_buffer/service/gles2_cmd_decoder.cc         target, samples, internal_format, width, height);
height           5285 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLsizei height) {
height           5294 gpu/command_buffer/service/gles2_cmd_decoder.cc       height > renderbuffer_manager()->max_renderbuffer_size()) {
height           5303 gpu/command_buffer/service/gles2_cmd_decoder.cc            width, height, samples, internalformat, &estimated_size)) {
height           5322 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLsizei width, GLsizei height) {
height           5339 gpu/command_buffer/service/gles2_cmd_decoder.cc       samples, internalformat, width, height)) {
height           5349 gpu/command_buffer/service/gles2_cmd_decoder.cc       feature_info_, target, samples, impl_format, width, height);
height           5368 gpu/command_buffer/service/gles2_cmd_decoder.cc         renderbuffer, samples, internalformat, width, height);
height           5375 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLsizei width, GLsizei height) {
height           5392 gpu/command_buffer/service/gles2_cmd_decoder.cc       samples, internalformat, width, height)) {
height           5402 gpu/command_buffer/service/gles2_cmd_decoder.cc         target, samples, impl_format, width, height);
height           5405 gpu/command_buffer/service/gles2_cmd_decoder.cc         target, samples, impl_format, width, height);
height           5413 gpu/command_buffer/service/gles2_cmd_decoder.cc         renderbuffer, samples, internalformat, width, height);
height           5519 gpu/command_buffer/service/gles2_cmd_decoder.cc   GLenum target, GLenum internalformat, GLsizei width, GLsizei height) {
height           5530 gpu/command_buffer/service/gles2_cmd_decoder.cc       height > renderbuffer_manager()->max_renderbuffer_size()) {
height           5538 gpu/command_buffer/service/gles2_cmd_decoder.cc            width, height, 1, internalformat, &estimated_size)) {
height           5556 gpu/command_buffer/service/gles2_cmd_decoder.cc       height);
height           5563 gpu/command_buffer/service/gles2_cmd_decoder.cc         renderbuffer, 1, internalformat, width, height);
height           7162 gpu/command_buffer/service/gles2_cmd_decoder.cc                                   GLsizei height) {
height           7166 gpu/command_buffer/service/gles2_cmd_decoder.cc   state_.viewport_height = std::min(height, viewport_max_height_);
height           7167 gpu/command_buffer/service/gles2_cmd_decoder.cc   glViewport(x, y, width, height);
height           7221 gpu/command_buffer/service/gles2_cmd_decoder.cc   GLsizei height = c.height;
height           7238 gpu/command_buffer/service/gles2_cmd_decoder.cc       width, height, format, type, state_.pack_alignment, &pixels_size,
height           7303 gpu/command_buffer/service/gles2_cmd_decoder.cc               pixels, height, channel_count, alpha_channel, unpadded_row_size,
height           7308 gpu/command_buffer/service/gles2_cmd_decoder.cc               pixels, height, channel_count, alpha_channel, unpadded_row_size,
height           7313 gpu/command_buffer/service/gles2_cmd_decoder.cc               pixels, height, channel_count, alpha_channel, unpadded_row_size,
height           7331 gpu/command_buffer/service/gles2_cmd_decoder.cc   GLsizei height = c.height;
height           7335 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (width < 0 || height < 0) {
height           7342 gpu/command_buffer/service/gles2_cmd_decoder.cc       width, height, format, type, state_.pack_alignment, &pixels_size,
height           7384 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (width == 0 || height == 0) {
height           7393 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!SafeAddInt32(x, width, &max_x) || !SafeAddInt32(y, height, &max_y)) {
height           7407 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (x < 0 || y < 0 || max_x > max_size.width() || max_y > max_size.height()) {
height           7436 gpu/command_buffer/service/gles2_cmd_decoder.cc     for (GLint yy = 0; yy < height; ++yy) {
height           7443 gpu/command_buffer/service/gles2_cmd_decoder.cc       if (ry >= 0 && ry < max_size.height() && read_width > 0) {
height           7457 gpu/command_buffer/service/gles2_cmd_decoder.cc         glReadPixels(x, y, width, height, format, type, 0);
height           7472 gpu/command_buffer/service/gles2_cmd_decoder.cc     glReadPixels(x, y, width, height, format, type, pixels);
height           7551 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (surface_->PostSubBuffer(c.x, c.y, c.width, c.height)) {
height           7777 gpu/command_buffer/service/gles2_cmd_decoder.cc     int height,
height           7822 gpu/command_buffer/service/gles2_cmd_decoder.cc           width, height, format, type, state_.unpack_alignment, &size,
height           7845 gpu/command_buffer/service/gles2_cmd_decoder.cc     tile_height = height;
height           7854 gpu/command_buffer/service/gles2_cmd_decoder.cc   while (y < height) {
height           7855 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLint h = y + tile_height > height ? height - y : tile_height;
height           7856 gpu/command_buffer/service/gles2_cmd_decoder.cc     if (is_texture_immutable || h != height) {
height           7890 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLsizei width, GLsizei height, GLenum format, size_t size) {
height           7899 gpu/command_buffer/service/gles2_cmd_decoder.cc             (height + kS3TCBlockHeight - 1) / kS3TCBlockHeight;
height           7909 gpu/command_buffer/service/gles2_cmd_decoder.cc             (height + kS3TCBlockHeight - 1) / kS3TCBlockHeight;
height           7918 gpu/command_buffer/service/gles2_cmd_decoder.cc             (height + kETC1BlockHeight - 1) / kETC1BlockHeight;
height           7939 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLint level, GLsizei width, GLsizei height, GLenum format) {
height           7945 gpu/command_buffer/service/gles2_cmd_decoder.cc       if (!IsValidDXTSize(level, width) || !IsValidDXTSize(level, height)) {
height           7954 gpu/command_buffer/service/gles2_cmd_decoder.cc       if (width <= 0 || height <= 0) {
height           7969 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLsizei width, GLsizei height, GLenum format,
height           7994 gpu/command_buffer/service/gles2_cmd_decoder.cc           height - yoffset > tex_height) {
height           8000 gpu/command_buffer/service/gles2_cmd_decoder.cc           function_name, level, width, height, format);
height           8018 gpu/command_buffer/service/gles2_cmd_decoder.cc   GLsizei height,
height           8034 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!texture_manager()->ValidForTarget(target, level, width, height, 1) ||
height           8058 gpu/command_buffer/service/gles2_cmd_decoder.cc       "glCompressedTexImage2D", level, width, height, internal_format) ||
height           8060 gpu/command_buffer/service/gles2_cmd_decoder.cc       "glCompressedTexImage2D", width, height, internal_format, image_size)) {
height           8082 gpu/command_buffer/service/gles2_cmd_decoder.cc       target, level, internal_format, width, height, border, image_size, data);
height           8087 gpu/command_buffer/service/gles2_cmd_decoder.cc         width, height, 1, border, 0, 0, true);
height           8098 gpu/command_buffer/service/gles2_cmd_decoder.cc   GLsizei height = static_cast<GLsizei>(c.height);
height           8112 gpu/command_buffer/service/gles2_cmd_decoder.cc       target, level, internal_format, width, height, border, image_size, data);
height           8121 gpu/command_buffer/service/gles2_cmd_decoder.cc   GLsizei height = static_cast<GLsizei>(c.height);
height           8134 gpu/command_buffer/service/gles2_cmd_decoder.cc       target, level, internal_format, width, height, border,
height           8146 gpu/command_buffer/service/gles2_cmd_decoder.cc   GLsizei height = static_cast<GLsizei>(c.height);
height           8173 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (height < 0) {
height           8184 gpu/command_buffer/service/gles2_cmd_decoder.cc       target, level, xoffset, yoffset, width, height, format, imageSize, data);
height           8199 gpu/command_buffer/service/gles2_cmd_decoder.cc   GLsizei height = static_cast<GLsizei>(c.height);
height           8207 gpu/command_buffer/service/gles2_cmd_decoder.cc       width, height, format, type, state_.unpack_alignment, &pixels_size, NULL,
height           8221 gpu/command_buffer/service/gles2_cmd_decoder.cc     target, level, internal_format, width, height, border, format, type,
height           8234 gpu/command_buffer/service/gles2_cmd_decoder.cc   GLsizei height,
height           8262 gpu/command_buffer/service/gles2_cmd_decoder.cc       target, level, xoffset, yoffset, width, height, type)) {
height           8269 gpu/command_buffer/service/gles2_cmd_decoder.cc       "glCompressedTexSubImage2D", width, height, format, image_size) ||
height           8272 gpu/command_buffer/service/gles2_cmd_decoder.cc       target, level, xoffset, yoffset, width, height, format, texture)) {
height           8282 gpu/command_buffer/service/gles2_cmd_decoder.cc       target, level, xoffset, yoffset, width, height, format, image_size, data);
height           8309 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLsizei height,
height           8325 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!texture_manager()->ValidForTarget(target, level, width, height, 1) ||
height           8357 gpu/command_buffer/service/gles2_cmd_decoder.cc       width, height, internal_format, GL_UNSIGNED_BYTE, state_.unpack_alignment,
height           8387 gpu/command_buffer/service/gles2_cmd_decoder.cc   Clip(y, height, size.height(), &copyY, &copyHeight);
height           8392 gpu/command_buffer/service/gles2_cmd_decoder.cc       copyHeight != height) {
height           8397 gpu/command_buffer/service/gles2_cmd_decoder.cc         width, height, texture->IsImmutable())) {
height           8420 gpu/command_buffer/service/gles2_cmd_decoder.cc         texture_ref, target, level, internal_format, width, height, 1,
height           8433 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLsizei height) {
height           8448 gpu/command_buffer/service/gles2_cmd_decoder.cc           target, level, xoffset, yoffset, width, height, type)) {
height           8490 gpu/command_buffer/service/gles2_cmd_decoder.cc   Clip(y, height, size.height(), &copyY, &copyHeight);
height           8501 gpu/command_buffer/service/gles2_cmd_decoder.cc       copyHeight != height) {
height           8505 gpu/command_buffer/service/gles2_cmd_decoder.cc         width, height, format, type, state_.unpack_alignment, &pixels_size,
height           8515 gpu/command_buffer/service/gles2_cmd_decoder.cc         target, level, xoffset, yoffset, width, height,
height           8539 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLsizei height,
height           8552 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (height < 0) {
height           8589 gpu/command_buffer/service/gles2_cmd_decoder.cc           target, level, xoffset, yoffset, width, height, type)) {
height           8613 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLsizei height,
height           8619 gpu/command_buffer/service/gles2_cmd_decoder.cc       xoffset, yoffset, width, height, format, type, data)) {
height           8630 gpu/command_buffer/service/gles2_cmd_decoder.cc       width != tex_width || height != tex_height) {
height           8639 gpu/command_buffer/service/gles2_cmd_decoder.cc         target, level, xoffset, yoffset, width, height, format, type, data);
height           8652 gpu/command_buffer/service/gles2_cmd_decoder.cc         target, level, internal_format, width, height, 0, format, type, data);
height           8656 gpu/command_buffer/service/gles2_cmd_decoder.cc         target, level, xoffset, yoffset, width, height, format, type, data);
height           8674 gpu/command_buffer/service/gles2_cmd_decoder.cc   GLsizei height = static_cast<GLsizei>(c.height);
height           8679 gpu/command_buffer/service/gles2_cmd_decoder.cc       width, height, format, type, state_.unpack_alignment, &data_size,
height           8686 gpu/command_buffer/service/gles2_cmd_decoder.cc       target, level, xoffset, yoffset, width, height, format, type, pixels);
height           9042 gpu/command_buffer/service/gles2_cmd_decoder.cc         "width", offscreen_size_.width(), "height", offscreen_size_.height());
height           9059 gpu/command_buffer/service/gles2_cmd_decoder.cc       if (offscreen_size_.width() != 0 && offscreen_size_.height() != 0) {
height           9084 gpu/command_buffer/service/gles2_cmd_decoder.cc     if (offscreen_size_.width() == 0 || offscreen_size_.height() == 0)
height           9693 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLenum target, GLsizei width, GLsizei height,
height           9762 gpu/command_buffer/service/gles2_cmd_decoder.cc       height,
height           9776 gpu/command_buffer/service/gles2_cmd_decoder.cc       texture_ref, target, 0, GL_RGBA, width, height, 1, 0,
height           9866 gpu/command_buffer/service/gles2_cmd_decoder.cc     source_height = size.height();
height           10034 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLsizei height) {
height           10036 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!texture_manager()->ValidForTarget(target, 0, width, height, 1) ||
height           10037 gpu/command_buffer/service/gles2_cmd_decoder.cc       TextureManager::ComputeMipMapCount(target, width, height, 1) < levels) {
height           10066 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLsizei level_height = height;
height           10089 gpu/command_buffer/service/gles2_cmd_decoder.cc   glTexStorage2DEXT(target, levels, internal_format, width, height);
height           10093 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLsizei level_height = height;
height           10272 gpu/command_buffer/service/gles2_cmd_decoder.cc       texture_ref, target, 0, GL_RGBA, size.width(), size.height(), 1, 0,
height           10452 gpu/command_buffer/service/gles2_cmd_decoder.cc   GLsizei height = static_cast<GLsizei>(c.height);
height           10478 gpu/command_buffer/service/gles2_cmd_decoder.cc       width, height, format, type, state_.unpack_alignment, &pixels_size, NULL,
height           10492 gpu/command_buffer/service/gles2_cmd_decoder.cc     target, level, internal_format, width, height, border, format, type,
height           10524 gpu/command_buffer/service/gles2_cmd_decoder.cc       width, height, border, format, type};
height           10557 gpu/command_buffer/service/gles2_cmd_decoder.cc   GLsizei height = static_cast<GLsizei>(c.height);
height           10580 gpu/command_buffer/service/gles2_cmd_decoder.cc       width, height, format, type, state_.unpack_alignment, &data_size,
height           10590 gpu/command_buffer/service/gles2_cmd_decoder.cc       target, level, xoffset, yoffset, width, height, format, type, pixels)) {
height           10620 gpu/command_buffer/service/gles2_cmd_decoder.cc                                               width, height, format, type};
height           10632 gpu/command_buffer/service/gles2_cmd_decoder.cc                                          &define_params.height);
height            200 gpu/command_buffer/service/gles2_cmd_decoder.h       int height,
height            333 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLsizei height = static_cast<GLsizei>(c.height);
height            349 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (height < 0) {
height            368 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h       target, level, xoffset, yoffset, width, height, format, imageSize, data);
height            385 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLsizei height = static_cast<GLsizei>(c.height);
height            400 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (height < 0) {
height            409 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   DoCopyTexImage2D(target, level, internalformat, x, y, width, height, border);
height            427 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLsizei height = static_cast<GLsizei>(c.height);
height            436 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (height < 0) {
height            440 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   DoCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
height           1563 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLsizei height = static_cast<GLsizei>(c.height);
height           1577 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (height < 0) {
height           1581 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   DoRenderbufferStorage(target, internalformat, width, height);
height           1599 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLsizei height = static_cast<GLsizei>(c.height);
height           1604 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (height < 0) {
height           1609 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h       state_.scissor_width != width || state_.scissor_height != height) {
height           1613 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     state_.scissor_height = height;
height           1614 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     glScissor(x, y, width, height);
height           2724 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLsizei height = static_cast<GLsizei>(c.height);
height           2729 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (height < 0) {
height           2733 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   DoViewport(x, y, width, height);
height           2774 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLsizei height = static_cast<GLsizei>(c.height);
height           2798 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (height < 0) {
height           2805 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h       target, samples, internalformat, width, height);
height           2816 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLsizei height = static_cast<GLsizei>(c.height);
height           2838 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (height < 0) {
height           2844 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h       target, samples, internalformat, width, height);
height           2896 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLsizei height = static_cast<GLsizei>(c.height);
height           2914 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (height < 0) {
height           2918 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   DoTexStorage2DEXT(target, levels, internalFormat, width, height);
height           3166 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLsizei height = static_cast<GLsizei>(c.height);
height           3179 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (height < 0) {
height           3184 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   DoTexImageIOSurface2DCHROMIUM(target, width, height, ioSurfaceId, plane);
height            101 gpu/command_buffer/service/gles2_cmd_decoder_mock.h       int height,
height           1907 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   GLint height = 0;
height           1908 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, 2, &width, &height));
height           1922 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, 2, &width, &height));
height           2280 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   ReadPixelsEmulator(GLsizei width, GLsizei height, GLint bytes_per_pixel,
height           2284 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc         height_(height),
height           2292 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc       GLint x, GLint y, GLsizei width, GLsizei height,
height           2297 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     DCHECK_LE(y + height, height_);
height           2298 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     for (GLint yy = 0; yy < height; ++yy) {
height           2322 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   GLint ComputeImageDataSize(GLint width, GLint height) const {
height           2324 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     if (height > 1) {
height           2327 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc       GLint size_of_all_but_last_row = (height - 1) * padded_row_size;
height           2330 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc       return height * row_size;
height           4699 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   GLsizei height = 4;
height           4708 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, level, &width, &height));
height           4714 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc                                width, height, border, format, type, _))
height           4718 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   cmd.Init(target, level, internal_format, width, height, border, format,
height           4722 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, level, &width, &height));
height           4752 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   GLsizei height = 4;
height           4759 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, level, &width, &height));
height           4765 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc       target, level, internal_format, 0, 0, width, height, border))
height           4769 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   cmd.Init(target, level, internal_format, 0, 0, width, height, border);
height           4772 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, level, &width, &height));
height           5015 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   GLsizei height = 4;
height           5027 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc       *gl_, ReadPixels(x, y, width, height, kFormat, GL_UNSIGNED_BYTE, _))
height           5031 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   cmd.Init(x, y, width, height, kFormat, GL_UNSIGNED_BYTE,
height           5299 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc         for (GLsizei height = 4; height <= 8; height +=4 ) {
height           5301 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc             GLsizei size = test.block_size * (width / 4) * (height / 4);
height           5304 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc                 GL_TEXTURE_2D, 0, xoffset, yoffset, width, height, test.format,
height           5309 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc                 GL_TEXTURE_2D, 0, xoffset, yoffset, width, height, test.format,
height           5624 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   GLsizei height = 4;
height           5631 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   cmd.Init(target, level, internal_format, width, height, border, format,
height           5833 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   GLsizei height = 4;
height           5841 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   cmd.Init(target, level, internal_format, width, height, border, format,
height           6564 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   GLsizei height = 4;
height           6581 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   cmd.Init(target, level, internal_format, 0, 0, width, height, border);
height           7066 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   GLsizei height;
height           7070 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
height           7072 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_EQ(1, height);
height           7077 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 1, &width, &height));
height           7079 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_EQ(4, height);
height           7108 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
height           7110 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_EQ(1, height);
height           7115 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 1, &width, &height));
height           7117 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_EQ(4, height);
height           7636 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   GLsizei height;
height           7640 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
height           7642 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_EQ(1, height);
height           7657 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
height           7664 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
height           7711 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   GLsizei height;
height           7715 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
height           7717 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_EQ(1, height);
height           7732 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
height           7745 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
height           8062 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     GLsizei width, height;
height           8063 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
height           8090 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     GLsizei width, height;
height           8091 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
height           8093 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     EXPECT_EQ(height, 8);
height           8409 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   GLsizei height = 8;
height           8428 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc       target, level, internal_format, 0, 0, width, height, border))
height           8432 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   cmd.Init(target, level, internal_format, 0, 0, width, height, border);
height            448 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc       GLsizei height) {
height            453 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc       target, level, internal_format, width, height, 0, format, type, _))
height            815 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc     GLsizei width, GLsizei height, GLint border,
height            822 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc                                width, height, border, format, type, _))
height            829 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc   cmd.Init(target, level, internal_format, width, height, border, format,
height            836 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc     GLsizei width, GLsizei height, GLint border,
height            844 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc                                width, height, border, format, type, _))
height            851 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc   cmd.Init(target, level, requested_internal_format, width, height, border,
height            858 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc     GLsizei width, GLsizei height, GLint border,
height            864 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc       target, level, format, width, height, border, size, _))
height            874 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc       target, level, format, width, height, border,
height            881 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc     GLsizei width, GLsizei height,  GLenum error) {
height            886 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc       target, actual_format, width, height))
height            893 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc   cmd.Init(target, internal_format, width, height);
height            241 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h       GLsizei width, GLsizei height, GLint border,
height            245 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h       GLsizei width, GLsizei height, GLint border,
height            250 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h       GLsizei width, GLsizei height, GLint border,
height            256 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h       GLsizei width, GLsizei height, GLenum error);
height            298 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h       GLsizei height);
height             38 gpu/command_buffer/service/gpu_control_service.cc     size_t height,
height             46 gpu/command_buffer/service/gpu_control_service.cc                                                         height,
height             57 gpu/command_buffer/service/gpu_control_service.cc                                height,
height            117 gpu/command_buffer/service/gpu_control_service.cc     size_t height,
height            122 gpu/command_buffer/service/gpu_control_service.cc                                                              height,
height             37 gpu/command_buffer/service/gpu_control_service.h       size_t height,
height             57 gpu/command_buffer/service/gpu_control_service.h                                size_t height,
height             21 gpu/command_buffer/service/gpu_memory_buffer_manager.h                                        size_t height,
height             52 gpu/command_buffer/service/gpu_state_tracer.cc                             screenshot_size_.height() * kBytesPerPixel);
height             58 gpu/command_buffer/service/gpu_state_tracer.cc                screenshot_size_.height(),
height             66 gpu/command_buffer/service/gpu_state_tracer.cc   for (int y = 0; y < screenshot_size_.height() / 2; y++) {
height             70 gpu/command_buffer/service/gpu_state_tracer.cc                     [(screenshot_size_.height() - y - 1) * bytes_per_row + x]);
height             21 gpu/command_buffer/service/image_manager.cc                                            size_t height,
height             35 gpu/command_buffer/service/image_manager.cc                                                     gfx::Size(width, height),
height             32 gpu/command_buffer/service/image_manager.h                                        size_t height,
height            309 gpu/command_buffer/service/in_process_command_buffer.cc   DCHECK(params.size.width() >= 0 && params.size.height() >= 0);
height            607 gpu/command_buffer/service/in_process_command_buffer.cc     size_t height,
height            613 gpu/command_buffer/service/in_process_command_buffer.cc                                              height,
height            101 gpu/command_buffer/service/in_process_command_buffer.h       size_t height,
height             46 gpu/command_buffer/service/mailbox_manager_unittest.cc       GLsizei height,
height             57 gpu/command_buffer/service/mailbox_manager_unittest.cc                           height,
height            347 gpu/command_buffer/service/mailbox_manager_unittest.cc   GLsizei width, height;
height            348 gpu/command_buffer/service/mailbox_manager_unittest.cc   new_texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height);
height            350 gpu/command_buffer/service/mailbox_manager_unittest.cc   EXPECT_EQ(32, height);
height            377 gpu/command_buffer/service/mailbox_manager_unittest.cc   new_texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height);
height            379 gpu/command_buffer/service/mailbox_manager_unittest.cc   EXPECT_EQ(64, height);
height            102 gpu/command_buffer/service/renderbuffer_manager.cc     GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) {
height            108 gpu/command_buffer/service/renderbuffer_manager.cc   renderbuffer->SetInfo(samples, internalformat, width, height);
height            155 gpu/command_buffer/service/renderbuffer_manager.cc                                                            int height,
height            162 gpu/command_buffer/service/renderbuffer_manager.cc   if (!SafeMultiplyUint32(width, height, &temp)) {
height             54 gpu/command_buffer/service/renderbuffer_manager.h   GLsizei height() const {
height             85 gpu/command_buffer/service/renderbuffer_manager.h       GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) {
height             89 gpu/command_buffer/service/renderbuffer_manager.h     height_ = height;
height            147 gpu/command_buffer/service/renderbuffer_manager.h       GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
height            168 gpu/command_buffer/service/renderbuffer_manager.h                                         int height,
height            135 gpu/command_buffer/service/renderbuffer_manager_unittest.cc   EXPECT_EQ(0, renderbuffer1->height());
height            148 gpu/command_buffer/service/renderbuffer_manager_unittest.cc   EXPECT_EQ(kHeight, renderbuffer1->height());
height            115 gpu/command_buffer/service/stream_texture_manager_in_process_android.cc                                 size.height(),
height            295 gpu/command_buffer/service/texture_definition.cc                                         GLsizei height,
height            304 gpu/command_buffer/service/texture_definition.cc       height(height),
height            334 gpu/command_buffer/service/texture_definition.cc   DCHECK(texture->level_infos_[0][0].height);
height            345 gpu/command_buffer/service/texture_definition.cc                  level.height,
height            393 gpu/command_buffer/service/texture_definition.cc         base_info.target, base_info.width, base_info.height, base_info.depth);
height            403 gpu/command_buffer/service/texture_definition.cc                             info.height,
height             91 gpu/command_buffer/service/texture_definition.h               GLsizei height,
height            102 gpu/command_buffer/service/texture_definition.h     GLsizei height;
height            172 gpu/command_buffer/service/texture_manager.cc       height(0),
height            186 gpu/command_buffer/service/texture_manager.cc       height(rhs.height),
height            209 gpu/command_buffer/service/texture_manager.cc         first_face.height == 0 ||
height            270 gpu/command_buffer/service/texture_manager.cc       info.width, info.height, info.depth, info.border,
height            290 gpu/command_buffer/service/texture_manager.cc     GLsizei height = info1.height;
height            295 gpu/command_buffer/service/texture_manager.cc         TextureManager::ComputeMipMapCount(target_, width, height, depth);
height            298 gpu/command_buffer/service/texture_manager.cc       height = std::max(1, height >> 1);
height            305 gpu/command_buffer/service/texture_manager.cc                    height,
height            359 gpu/command_buffer/service/texture_manager.cc         (info.height != first.height) || (info.depth != 1) ||
height            391 gpu/command_buffer/service/texture_manager.cc       target_, first_face.width, first_face.height, first_face.depth);
height            396 gpu/command_buffer/service/texture_manager.cc       if (info.width > 0 && info.height > 0 && info.depth > 0 &&
height            469 gpu/command_buffer/service/texture_manager.cc     GLsizei height,
height            481 gpu/command_buffer/service/texture_manager.cc   DCHECK_GE(height, 0);
height            489 gpu/command_buffer/service/texture_manager.cc   info.height = height;
height            498 gpu/command_buffer/service/texture_manager.cc       width, height, format, type, 4, &info.estimated_size, NULL, NULL);
height            520 gpu/command_buffer/service/texture_manager.cc     GLsizei height,
height            529 gpu/command_buffer/service/texture_manager.cc            SafeAddInt32(yoffset, height, &top) &&
height            533 gpu/command_buffer/service/texture_manager.cc            top <= info.height &&
height            540 gpu/command_buffer/service/texture_manager.cc     GLint target, GLint level, GLsizei* width, GLsizei* height) const {
height            542 gpu/command_buffer/service/texture_manager.cc   DCHECK(height);
height            549 gpu/command_buffer/service/texture_manager.cc       *height = info.height;
height            681 gpu/command_buffer/service/texture_manager.cc         GLES2Util::IsNPOT(info.height) ||
height            691 gpu/command_buffer/service/texture_manager.cc       target_, first_face.width, first_face.height, first_face.depth);
height            695 gpu/command_buffer/service/texture_manager.cc                    (first_face.width == first_face.height);
height            697 gpu/command_buffer/service/texture_manager.cc   if (first_face.width == 0 || first_face.height == 0) {
height            717 gpu/command_buffer/service/texture_manager.cc         level0.height != first_face.height ||
height            726 gpu/command_buffer/service/texture_manager.cc     GLsizei height = level0.height;
height            731 gpu/command_buffer/service/texture_manager.cc       height = std::max(1, height >> 1);
height            736 gpu/command_buffer/service/texture_manager.cc           info.height != height ||
height            756 gpu/command_buffer/service/texture_manager.cc       target_, first_face.width, first_face.height, first_face.depth);
height            808 gpu/command_buffer/service/texture_manager.cc       info.height == 0 ||
height            818 gpu/command_buffer/service/texture_manager.cc       info.format, info.type, info.width, info.height, immutable_);
height           1029 gpu/command_buffer/service/texture_manager.cc     GLenum target, GLint level, GLsizei width, GLsizei height, GLsizei depth) {
height           1033 gpu/command_buffer/service/texture_manager.cc          height >= 0 &&
height           1037 gpu/command_buffer/service/texture_manager.cc          height <= max_size &&
height           1041 gpu/command_buffer/service/texture_manager.cc            !GLES2Util::IsNPOT(height) &&
height           1043 gpu/command_buffer/service/texture_manager.cc          (target != GL_TEXTURE_CUBE_MAP || (width == height && depth == 1)) &&
height           1086 gpu/command_buffer/service/texture_manager.cc     GLsizei height,
height           1101 gpu/command_buffer/service/texture_manager.cc                         height,
height           1271 gpu/command_buffer/service/texture_manager.cc                                            GLsizei height,
height           1278 gpu/command_buffer/service/texture_manager.cc              base::bits::Log2Floor(std::max(std::max(width, height), depth));
height           1446 gpu/command_buffer/service/texture_manager.cc   if (!ValidForTarget(args.target, args.level, args.width, args.height, 1) ||
height           1517 gpu/command_buffer/service/texture_manager.cc       args.width == tex_width && args.height == tex_height &&
height           1524 gpu/command_buffer/service/texture_manager.cc         args.target, args.level, args.internal_format, args.width, args.height,
height           1538 gpu/command_buffer/service/texture_manager.cc       glTexSubImage2D(args.target, args.level, 0, 0, args.width, args.height,
height           1550 gpu/command_buffer/service/texture_manager.cc         args.target, args.level, args.internal_format, args.width, args.height,
height           1557 gpu/command_buffer/service/texture_manager.cc         args.target, args.level, args.internal_format, args.width, args.height,
height            104 gpu/command_buffer/service/texture_manager.h       GLint target, GLint level, GLsizei* width, GLsizei* height) const;
height            126 gpu/command_buffer/service/texture_manager.h       GLsizei height,
height            203 gpu/command_buffer/service/texture_manager.h     GLsizei height;
height            219 gpu/command_buffer/service/texture_manager.h       GLsizei height,
height            523 gpu/command_buffer/service/texture_manager.h                                     GLsizei height,
height            529 gpu/command_buffer/service/texture_manager.h       GLsizei width, GLsizei height, GLsizei depth);
height            557 gpu/command_buffer/service/texture_manager.h       GLsizei height,
height            569 gpu/command_buffer/service/texture_manager.h         params.width, params.height, 1 /* depth */,
height            696 gpu/command_buffer/service/texture_manager.h     GLsizei height;
height            986 gpu/command_buffer/service/texture_manager_unittest.cc   GLsizei height = -1;
height            988 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, -1, &width, &height));
height            989 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, 1000, &width, &height));
height            990 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
height            991 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 1, &width, &height));
height            993 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(5, height);
height            995 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 1, &width, &height));
height            997 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(5, height);
height           1838 gpu/command_buffer/service/texture_manager_unittest.cc               GLsizei height,
height           1846 gpu/command_buffer/service/texture_manager_unittest.cc           height(height),
height           1856 gpu/command_buffer/service/texture_manager_unittest.cc           height(-1),
height           1864 gpu/command_buffer/service/texture_manager_unittest.cc              width == other.width && height == other.height &&
height           1872 gpu/command_buffer/service/texture_manager_unittest.cc     GLsizei height;
height           1887 gpu/command_buffer/service/texture_manager_unittest.cc                            info.height,
height           1902 gpu/command_buffer/service/texture_manager_unittest.cc                                       &info.height));
height             62 gpu/command_buffer/tests/compressed_texture_test.cc                                     GLsizei height) {
height             71 gpu/command_buffer/tests/compressed_texture_test.cc       GL_TEXTURE_2D, 0, format, width, height, 0, size, data);
height             75 gpu/command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc   const GLuint height = 100;
height             86 gpu/command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc       GL_RENDERBUFFER, num_samples, GL_RGBA8_OES, width, height);
height            109 gpu/command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc                height,
height            129 gpu/command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc   glViewport(0, 0, width, height);
height            143 gpu/command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc                             height,
height            147 gpu/command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc                             height,
height            156 gpu/command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc       GLTestHelper::CheckPixels(width / 4, (3 * height) / 4, 1, 1, 0, green));
height             40 gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc   MockGpuMemoryBuffer(int width, int height) {}
height            130 gpu/command_buffer/tests/gl_test_utils.cc     GLint x, GLint y, GLsizei width, GLsizei height, GLint tolerance,
height            132 gpu/command_buffer/tests/gl_test_utils.cc   GLsizei size = width * height * 4;
height            135 gpu/command_buffer/tests/gl_test_utils.cc   glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, pixels.get());
height            137 gpu/command_buffer/tests/gl_test_utils.cc   for (GLint yy = 0; yy < height; ++yy) {
height            185 gpu/command_buffer/tests/gl_test_utils.cc   uint8 height[4];
height            199 gpu/command_buffer/tests/gl_test_utils.cc     const char* filename, int width, int height) {
height            203 gpu/command_buffer/tests/gl_test_utils.cc   int num_pixels = width * height;
height            207 gpu/command_buffer/tests/gl_test_utils.cc   glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
height            228 gpu/command_buffer/tests/gl_test_utils.cc   Set32BitValue(bih.height, height);
height             45 gpu/command_buffer/tests/gl_test_utils.h       GLint x, GLint y, GLsizei width, GLsizei height, GLint tolerance,
height             49 gpu/command_buffer/tests/gl_test_utils.h   static bool SaveBackbufferAsBMP(const char* filename, int width, int height);
height             42 gpu/gles2_conform_support/egl/display.h   void SetCreateOffscreen(int width, int height) {
height             45 gpu/gles2_conform_support/egl/display.h     create_offscreen_height_ = height;
height             14 gpu/gles2_conform_support/native/egl_native.cc                               const char *title, int width, int height,
height             24 gpu/gles2_conform_support/native/egl_native.cc     int width, int height, int format,
height             36 gpu/gles2_conform_support/native/egl_native_aura.cc                               const char* title, int width, int height,
height             40 gpu/gles2_conform_support/native/egl_native_gtk.cc                               const char* title, int width, int height,
height             51 gpu/gles2_conform_support/native/egl_native_gtk.cc   gtk_window_set_default_size(GTK_WINDOW(hwnd), width, height);
height             54 gpu/gles2_conform_support/native/egl_native_win.cc                               const char* title, int width, int height,
height             72 gpu/gles2_conform_support/native/egl_native_win.cc   wnd_rect.bottom = height;
height            109 gpu/gles2_conform_support/native/egl_native_win.cc EGLImageKHR GTFCreateEGLImage(int width, int height,
height             25 gpu/gles2_conform_support/native/egl_native_windowless.cc                               const char* title, int width, int height,
height             28 gpu/gles2_conform_support/native/egl_native_windowless.cc   display->SetCreateOffscreen(width, height);
height             36 gpu/gles2_conform_support/native/egl_native_windowless.cc EGLImageKHR GTFCreateEGLImage(int width, int height,
height             15 gpu/gles2_conform_support/native/egl_native_x11.cc EGLImageKHR GTFCreateEGLImage(int width, int height,
height             40 gpu/gles2_conform_support/native/egl_native_x11.cc                height,
height            138 gpu/tools/compositor_model_bench/compositor_model_bench.cc           Resize(e.xconfigure.width, e.xconfigure.height);
height            332 gpu/tools/compositor_model_bench/compositor_model_bench.cc   void Resize(int width, int height) {
height            334 gpu/tools/compositor_model_bench/compositor_model_bench.cc     window_height_ = height;
height             26 gpu/tools/compositor_model_bench/forward_render_model.cc     DrawQuad(v->width(), v->height());
height             67 gpu/tools/compositor_model_bench/forward_render_model.cc void ForwardRenderSimulator::Resize(int width, int height) {
height             68 gpu/tools/compositor_model_bench/forward_render_model.cc   glViewport(0, 0, width, height);
height             24 gpu/tools/compositor_model_bench/forward_render_model.h   virtual void Resize(int width, int height) OVERRIDE;
height             46 gpu/tools/compositor_model_bench/render_model_utils.cc     HandleTexture(&i->texID, i->width, i->height, i->format);
height            110 gpu/tools/compositor_model_bench/render_model_utils.cc                                      int height,
height            126 gpu/tools/compositor_model_bench/render_model_utils.cc       GenerateImageForTexture(*texID, width, height, format);
height            134 gpu/tools/compositor_model_bench/render_model_utils.cc                                                int height,
height            139 gpu/tools/compositor_model_bench/render_model_utils.cc   image_data_[imgID].reset(new uint8[width*height*bytes_per_pixel]);
height            147 gpu/tools/compositor_model_bench/render_model_utils.cc     for (int y = 0; y < height; ++y) {
height            168 gpu/tools/compositor_model_bench/render_model_utils.cc                width, height,
height             49 gpu/tools/compositor_model_bench/render_model_utils.h   void HandleTexture(int* texID, int width, int height, GLenum format);
height             50 gpu/tools/compositor_model_bench/render_model_utils.h   void GenerateImageForTexture(int texID, int width, int height, GLenum format);
height             26 gpu/tools/compositor_model_bench/render_models.h   virtual void Resize(int width, int height) = 0;
height            203 gpu/tools/compositor_model_bench/render_tree.cc   int height;
height            204 gpu/tools/compositor_model_bench/render_tree.cc   node->GetInteger("height", &height);
height            205 gpu/tools/compositor_model_bench/render_tree.cc   c->set_height(height);
height            308 gpu/tools/compositor_model_bench/render_tree.cc     tex->GetInteger("height", &t.height);
height             33 gpu/tools/compositor_model_bench/render_tree.h   int height;
height             66 gpu/tools/compositor_model_bench/render_tree.h   int height() {
height             70 gpu/tools/compositor_model_bench/render_tree.h   void set_height(int height) {
height             71 gpu/tools/compositor_model_bench/render_tree.h     height_ = height;
height            120 gpu/tools/compositor_model_bench/render_tree.h   void set_tile_height(int height) {
height            121 gpu/tools/compositor_model_bench/render_tree.h     tile_height_ = height;
height            340 gpu/tools/compositor_model_bench/shaders.cc   g_current_tile_layer_height = n->height();
height            399 gpu/tools/compositor_model_bench/shaders.cc void DrawQuad(float width, float height) {
height            402 gpu/tools/compositor_model_bench/shaders.cc   Scale(g_current_layer_transform, mv_transform, width, height, 1.0);
height            420 gpu/tools/compositor_model_bench/shaders.cc   float height = bottom-top;
height            426 gpu/tools/compositor_model_bench/shaders.cc   float v_scale = height / g_current_tile_height;
height            437 gpu/tools/compositor_model_bench/shaders.cc   Scale(g_current_layer_transform, mv_transform, width, height, 1.0);
height             46 gpu/tools/compositor_model_bench/shaders.h void DrawQuad(float width, float height);
height            463 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java     private static MediaFormat createVideoDecoderFormat(String mime, int width, int height) {
height            464 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java         return MediaFormat.createVideoFormat(mime, width, height);
height            468 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java     private static MediaFormat createVideoEncoderFormat(String mime, int width, int height,
height            470 media/base/android/java/src/org/chromium/media/MediaCodecBridge.java         MediaFormat format = MediaFormat.createVideoFormat(mime, width, height);
height             80 media/base/android/java/src/org/chromium/media/MediaPlayerListener.java     public void onVideoSizeChanged(MediaPlayer mp, int width, int height) {
height             81 media/base/android/java/src/org/chromium/media/MediaPlayerListener.java         nativeOnVideoSizeChanged(mNativeMediaPlayerListener, width, height);
height            154 media/base/android/java/src/org/chromium/media/MediaPlayerListener.java             int width, int height);
height             37 media/base/android/java/src/org/chromium/media/VideoCapture.java                 int width, int height, int framerate, int pixelformat) {
height             39 media/base/android/java/src/org/chromium/media/VideoCapture.java             mHeight = height;
height             90 media/base/android/java/src/org/chromium/media/VideoCapture.java     boolean allocate(int width, int height, int frameRate) {
height             91 media/base/android/java/src/org/chromium/media/VideoCapture.java         Log.d(TAG, "allocate: requested (" + width + "x" + height + ")@" +
height            145 media/base/android/java/src/org/chromium/media/VideoCapture.java         int matchedHeight = height;
height            148 media/base/android/java/src/org/chromium/media/VideoCapture.java                        Math.abs(size.height - height);
height            150 media/base/android/java/src/org/chromium/media/VideoCapture.java                   size.width + ", " + size.height + "), diff=" + diff);
height            158 media/base/android/java/src/org/chromium/media/VideoCapture.java                 matchedHeight = size.height;
height            283 media/base/android/java/src/org/chromium/media/VideoCapture.java             int height,
height            135 media/base/android/java/src/org/chromium/media/VideoCaptureAndroid.java                                                      size.height,
height            154 media/base/android/java/src/org/chromium/media/VideoCaptureAndroid.java             int height,
height            158 media/base/android/java/src/org/chromium/media/VideoCaptureAndroid.java                 width, height, frameRate, BuggyDeviceHack.getImageFormat());
height             36 media/base/android/java/src/org/chromium/media/VideoCaptureFactory.java         CamParams(int id, String name, int width, int height) {
height             40 media/base/android/java/src/org/chromium/media/VideoCaptureFactory.java             mHeight = height;
height             84 media/base/android/java/src/org/chromium/media/VideoCaptureTango.java             int height,
height            220 media/base/android/media_codec_bridge.cc void MediaCodecBridge::GetOutputFormat(int* width, int* height) {
height            224 media/base/android/media_codec_bridge.cc   *height = Java_MediaCodecBridge_getOutputHeight(env, j_media_codec_.obj());
height            658 media/base/android/media_codec_bridge.cc           env, j_mime.obj(), size.width(), size.height()));
height            697 media/base/android/media_codec_bridge.cc                                                      size.height(),
height             96 media/base/android/media_codec_bridge.h   void GetOutputFormat(int* width, int* height);
height            219 media/base/android/media_player_bridge.cc     base::TimeDelta duration, int width, int height, bool success) {
height            223 media/base/android/media_player_bridge.cc     height_ = height;
height            335 media/base/android/media_player_bridge.cc void MediaPlayerBridge::OnVideoSizeChanged(int width, int height) {
height            337 media/base/android/media_player_bridge.cc   height_ = height;
height            338 media/base/android/media_player_bridge.cc   manager()->OnVideoSizeChanged(player_id(), width, height);
height             79 media/base/android/media_player_bridge.h   void OnVideoSizeChanged(int width, int height);
height            131 media/base/android/media_player_bridge.h   void OnMediaMetadataExtracted(base::TimeDelta duration, int width, int height,
height             61 media/base/android/media_player_listener.cc     JNIEnv* /* env */, jobject /* obj */, jint width, jint height) {
height             64 media/base/android/media_player_listener.cc       width, height));
height             38 media/base/android/media_player_listener.h                           jint width, jint height);
height             41 media/base/android/media_player_manager.h       int height,
height             63 media/base/android/media_player_manager.h   virtual void OnVideoSizeChanged(int player_id, int width, int height) = 0;
height            328 media/base/android/media_source_player.cc   height_ = configs.video_size.height();
height             54 media/base/android/media_source_player_unittest.cc       int player_id, base::TimeDelta duration, int width, int height,
height             67 media/base/android/media_source_player_unittest.cc                                   int height) OVERRIDE {}
height            108 media/base/audio_video_metadata_extractor.cc         stream->codec->height > 0 && stream->codec->height > height_) {
height            110 media/base/audio_video_metadata_extractor.cc       height_ = stream->codec->height;
height             36 media/base/audio_video_metadata_extractor.h   int height() const;
height             35 media/base/audio_video_metadata_extractor_unittest.cc   EXPECT_EQ(expected_height, extractor->height());
height            218 media/base/container_names.cc   int height = Read32LE(buffer + 24);
height            219 media/base/container_names.cc   RCHECK(height > 0 && height <= 32767);
height            179 media/base/media_log.cc     size_t width, size_t height) {
height            182 media/base/media_log.cc   event->params.SetInteger("height", height);
height             65 media/base/media_log.h       size_t width, size_t height);
height             21 media/base/simd/convert_rgb_to_yuv.h                                           int height,
height             31 media/base/simd/convert_rgb_to_yuv.h                                           int height,
height             41 media/base/simd/convert_rgb_to_yuv.h                                          int height,
height             51 media/base/simd/convert_rgb_to_yuv.h                                                    int height,
height             61 media/base/simd/convert_rgb_to_yuv.h                                       int height,
height             71 media/base/simd/convert_rgb_to_yuv.h                                       int height,
height             23 media/base/simd/convert_rgb_to_yuv_c.cc                          int height,
height             37 media/base/simd/convert_rgb_to_yuv_c.cc   for (int i = 0; i < height; ++i) {
height             64 media/base/simd/convert_rgb_to_yuv_c.cc                          int height,
height             68 media/base/simd/convert_rgb_to_yuv_c.cc   for (int i = 0; i < height; ++i) {
height            316 media/base/simd/convert_rgb_to_yuv_sse2.cc                                    int height,
height            320 media/base/simd/convert_rgb_to_yuv_sse2.cc   while (height >= 2) {
height            332 media/base/simd/convert_rgb_to_yuv_sse2.cc     height -= 2;
height            335 media/base/simd/convert_rgb_to_yuv_sse2.cc   if (!height)
height            357 media/base/simd/convert_rgb_to_yuv_sse2.cc                                       int height,
height            361 media/base/simd/convert_rgb_to_yuv_sse2.cc   while (height >= 2) {
height            389 media/base/simd/convert_rgb_to_yuv_sse2.cc     height -= 2;
height            392 media/base/simd/convert_rgb_to_yuv_sse2.cc   if (!height)
height             17 media/base/simd/convert_rgb_to_yuv_ssse3.cc                              int height,
height             21 media/base/simd/convert_rgb_to_yuv_ssse3.cc   for (; height >= 2; height -= 2) {
height             34 media/base/simd/convert_rgb_to_yuv_ssse3.cc   if (height)
height             43 media/base/simd/convert_rgb_to_yuv_ssse3.cc                              int height,
height             47 media/base/simd/convert_rgb_to_yuv_ssse3.cc   for (; height >= 2; height -= 2) {
height             60 media/base/simd/convert_rgb_to_yuv_ssse3.cc   if (height)
height             21 media/base/simd/convert_yuv_to_rgb.h                                       int height,
height             39 media/base/simd/convert_yuv_to_rgb.h                                       int height,
height             58 media/base/simd/convert_yuv_to_rgb.h                                         int height,
height             69 media/base/simd/convert_yuv_to_rgb.h                                         int height,
height             81 media/base/simd/convert_yuv_to_rgb.h                                         int height,
height            216 media/base/simd/convert_yuv_to_rgb_c.cc                          int height,
height            222 media/base/simd/convert_yuv_to_rgb_c.cc   for (int y = 0; y < height; ++y) {
height            242 media/base/simd/convert_yuv_to_rgb_c.cc                          int height,
height            249 media/base/simd/convert_yuv_to_rgb_c.cc   for (int y = 0; y < height; y++) {
height             21 media/base/simd/convert_yuv_to_rgb_x86.cc                            int height,
height             27 media/base/simd/convert_yuv_to_rgb_x86.cc   for (int y = 0; y < height; ++y) {
height             49 media/base/simd/convert_yuv_to_rgb_x86.cc                            int height,
height             56 media/base/simd/convert_yuv_to_rgb_x86.cc   for (int y = 0; y < height; ++y) {
height             79 media/base/simd/convert_yuv_to_rgb_x86.cc                            int height,
height             85 media/base/simd/convert_yuv_to_rgb_x86.cc   for (int y = 0; y < height; ++y) {
height            112 media/base/test_helpers.cc   gfx::Rect visible_rect(coded_size.width(), coded_size.height());
height            222 media/base/test_helpers.cc   pickle.WriteInt(config.coded_size().height());
height            242 media/base/test_helpers.cc   int height = 0;
height            244 media/base/test_helpers.cc                  pickle.ReadInt(&height);
height            247 media/base/test_helpers.cc           height == config.coded_size().height());
height             51 media/base/video_decoder_config.cc       size.height() ? (size.width() * 100) / size.height() : kInfiniteRatio,
height             96 media/base/video_decoder_config.cc       natural_size_.height() > 0 &&
height            120 media/base/video_decoder_config.cc     << "," << coded_size().height() << "]"
height            124 media/base/video_decoder_config.cc     << "," << visible_rect().height() << "]"
height            126 media/base/video_decoder_config.cc     << "," << natural_size().height() << "]"
height             43 media/base/video_frame.cc       new_coded_size.set_height((new_coded_size.height() + 1) / 2 * 2);
height             93 media/base/video_frame.cc       coded_size.height() > limits::kMaxDimension ||
height             96 media/base/video_frame.cc       visible_rect.bottom() > coded_size.height() ||
height             99 media/base/video_frame.cc       natural_size.height() > limits::kMaxDimension)
height            112 media/base/video_frame.cc       if (static_cast<size_t>(coded_size.height()) <
height            331 media/base/video_frame.cc   const int height = RoundUp(coded_size.height(), 2);
height            338 media/base/video_frame.cc           return gfx::Size(width, height);
height            341 media/base/video_frame.cc           return gfx::Size(width / 2, height / 2);
height            350 media/base/video_frame.cc           return gfx::Size(width, height);
height            353 media/base/video_frame.cc           return gfx::Size(width / 2, height / 2);
height            361 media/base/video_frame.cc           return gfx::Size(width, height);
height            364 media/base/video_frame.cc           return gfx::Size(width / 2, height);
height            416 media/base/video_frame.cc   size_t y_height = RoundUp(coded_size_.height(), kFrameSizeAlignment * 2);
height            513 media/base/video_frame.cc   int height = coded_size_.height();
height            516 media/base/video_frame.cc       return height;
height            520 media/base/video_frame.cc         return height;
height            525 media/base/video_frame.cc         return height;
height            526 media/base/video_frame.cc       return RoundUp(height, 2) / 2;
height             27 media/base/video_frame_unittest.cc   int first_black_row = static_cast<int>(frame->coded_size().height() *
height             30 media/base/video_frame_unittest.cc   for (int row = 0; row < frame->coded_size().height(); ++row) {
height             37 media/base/video_frame_unittest.cc   for (int row = 0; row < frame->coded_size().height(); row += 2) {
height             55 media/base/video_frame_unittest.cc       yv12_frame->coded_size().height() & (VideoFrame::kFrameSizeAlignment - 1),
height             60 media/base/video_frame_unittest.cc       base::AlignedAlloc(bytes_per_row * yv12_frame->coded_size().height() +
height             69 media/base/video_frame_unittest.cc                            yv12_frame->coded_size().height(),
height             75 media/base/video_frame_unittest.cc   for (int row = 0; row < yv12_frame->coded_size().height(); ++row) {
height            179 media/base/video_frame_unittest.cc   EXPECT_EQ(kHeight, frame->coded_size().height());
height            183 media/base/video_frame_unittest.cc   for (int y = 0; y < frame->coded_size().height(); ++y) {
height            190 media/base/video_frame_unittest.cc   for (int y = 0; y < frame->coded_size().height() / 2; ++y) {
height             27 media/base/video_util.cc   int height = visible_size.height();
height             31 media/base/video_util.cc   return gfx::Size(width & ~1, height);
height            132 media/base/video_util.cc     y += view_area.height();
height            133 media/base/video_util.cc     ptr += stride * view_area.height();
height            145 media/base/video_util.cc   DCHECK(!(view_area.height() & 1));
height            153 media/base/video_util.cc                            view_area.height() / 2);
height            162 media/base/video_util.cc     int height,
height            166 media/base/video_util.cc   DCHECK((width > 0) && (height > 0) &&
height            167 media/base/video_util.cc          ((width & 1) == 0) && ((height & 1) == 0) &&
height            177 media/base/video_util.cc   int num_rows = height;
height            194 media/base/video_util.cc         dest += height * width - 1;
height            201 media/base/video_util.cc         dest += width * (height - 1);
height            202 media/base/video_util.cc         for (int row = 0; row < height; ++row) {
height            208 media/base/video_util.cc         memcpy(dest, src, width * height);
height            214 media/base/video_util.cc     if (width > height) {
height            215 media/base/video_util.cc       offset = (width - height) / 2;
height            217 media/base/video_util.cc       num_rows = num_cols = height;
height            219 media/base/video_util.cc       offset = (height - width) / 2;
height            228 media/base/video_util.cc         dest += (width > height ? width * (height - 1) + offset :
height            229 media/base/video_util.cc                                   width * (height - offset - 1));
height            231 media/base/video_util.cc         dest += (width > height ? offset : width * offset);
height            235 media/base/video_util.cc         dest += (width > height ?  width * height - offset - 1 :
height            236 media/base/video_util.cc                                    width * (height - offset) - 1);
height            238 media/base/video_util.cc         dest += (width > height ? width - offset - 1 :
height            266 media/base/video_util.cc   int64 x = static_cast<int64>(content.width()) * bounds.height();
height            267 media/base/video_util.cc   int64 y = static_cast<int64>(content.height()) * bounds.width();
height            269 media/base/video_util.cc   gfx::Size letterbox(bounds.width(), bounds.height());
height            273 media/base/video_util.cc     letterbox.set_width(static_cast<int>(x / content.height()));
height            303 media/base/video_util.cc                     region_in_frame.height(),
height             69 media/base/video_util.h     int height,
height             23 media/base/video_util_unittest.cc   void CreateSourceFrame(int width, int height,
height             29 media/base/video_util_unittest.cc     height_ = height;
height             34 media/base/video_util_unittest.cc     y_plane_.reset(new uint8[y_stride * height]);
height             35 media/base/video_util_unittest.cc     u_plane_.reset(new uint8[u_stride * height / 2]);
height             36 media/base/video_util_unittest.cc     v_plane_.reset(new uint8[v_stride * height / 2]);
height             39 media/base/video_util_unittest.cc   void CreateDestinationFrame(int width, int height) {
height             40 media/base/video_util_unittest.cc     gfx::Size size(width, height);
height            246 media/base/video_util_unittest.cc   int height;
height            300 media/base/video_util_unittest.cc     dest_.reset(new uint8[GetParam().width * GetParam().height]);
height            317 media/base/video_util_unittest.cc   int size = GetParam().width * GetParam().height;
height            322 media/base/video_util_unittest.cc                       GetParam().height, rotation,
height            353 media/base/video_util_unittest.cc   int height = 30;
height            354 media/base/video_util_unittest.cc   gfx::Size size(width, height);
height            365 media/base/video_util_unittest.cc                               height - top_margin - bottom_margin);
height            369 media/base/video_util_unittest.cc             for (int y = 0; y < height; y++) {
height            373 media/base/video_util_unittest.cc                   y < view_area.y() + view_area.height();
height            201 media/base/yuv_convert.cc                      int height,
height            211 media/base/yuv_convert.cc       width == 0 || height == 0)
height            252 media/base/yuv_convert.cc     int tmp = height;
height            253 media/base/yuv_convert.cc     height = width;
height            258 media/base/yuv_convert.cc     int source_dy = source_height * kFractionMax / height;
height            290 media/base/yuv_convert.cc       ((kFractionMax / 2) * source_height) / height - (kFractionMax / 2);
height            291 media/base/yuv_convert.cc   int source_y_subpixel_delta = ((1 << kFractionBits) * source_height) / height;
height            294 media/base/yuv_convert.cc   for (int y = 0; y < height; ++y) {
height            533 media/base/yuv_convert.cc                        int height,
height            542 media/base/yuv_convert.cc                                height,
height            553 media/base/yuv_convert.cc                        int height,
height            562 media/base/yuv_convert.cc                                height,
height            573 media/base/yuv_convert.cc                       int height) {
height            574 media/base/yuv_convert.cc   for (int i = 0; i < height / 2; ++i) {
height            599 media/base/yuv_convert.cc                       int height) {
height            600 media/base/yuv_convert.cc   int y_plane_size = width * height;
height            616 media/base/yuv_convert.cc                        int height,
height            626 media/base/yuv_convert.cc                                height,
height            639 media/base/yuv_convert.cc                        int height,
height            651 media/base/yuv_convert.cc                                height,
height             61 media/base/yuv_convert.h                                     int height,
height             75 media/base/yuv_convert.h                                     int height,
height             91 media/base/yuv_convert.h                                   int height,
height            123 media/base/yuv_convert.h                                     int height,
height            133 media/base/yuv_convert.h                                     int height,
height            143 media/base/yuv_convert.h                                    int height);
height            150 media/base/yuv_convert.h                                    int height);
height            509 media/base/yuv_convert_unittest.cc       sub_rect.set_y(sub_rect.y() + sub_rect.height() / 2);
height            511 media/base/yuv_convert_unittest.cc     sub_rect.set_height(sub_rect.height() / 2);
height             17 media/cast/cast_config.cc       height(0),
height             63 media/cast/cast_config.h   int height;
height             52 media/cast/test/encode_decode_test.cc     EXPECT_EQ(original_frame_->coded_size().height(),
height             53 media/cast/test/encode_decode_test.cc               decoded_frame->coded_size().height());
height             89 media/cast/test/encode_decode_test.cc     encoder_config_.height = kHeight;
height            105 media/cast/test/encode_decode_test.cc     gfx::Size size(encoder_config_.width, encoder_config_.height);
height            331 media/cast/test/end2end_unittest.cc     int height;
height            339 media/cast/test/end2end_unittest.cc                          int height,
height            345 media/cast/test/end2end_unittest.cc     expected_video_frame.height = height;
height            369 media/cast/test/end2end_unittest.cc     EXPECT_EQ(expected_video_frame.height,
height            370 media/cast/test/end2end_unittest.cc               video_frame->visible_rect().height());
height            372 media/cast/test/end2end_unittest.cc     gfx::Size size(expected_video_frame.width, expected_video_frame.height);
height            456 media/cast/test/end2end_unittest.cc     video_sender_config_.height = kVideoHdHeight;
height            581 media/cast/test/end2end_unittest.cc     gfx::Size size(video_sender_config_.width, video_sender_config_.height);
height            658 media/cast/test/end2end_unittest.cc   video_sender_config_.height = kVideoQcifHeight;
height            675 media/cast/test/end2end_unittest.cc         video_sender_config_.height,
height            777 media/cast/test/end2end_unittest.cc         video_sender_config_.height,
height            805 media/cast/test/end2end_unittest.cc         video_sender_config_.height,
height            850 media/cast/test/end2end_unittest.cc         video_sender_config_.height,
height            880 media/cast/test/end2end_unittest.cc                                                    video_sender_config_.height,
height            911 media/cast/test/end2end_unittest.cc           video_sender_config_.height,
height            943 media/cast/test/end2end_unittest.cc         video_sender_config_.height,
height            980 media/cast/test/end2end_unittest.cc         video_sender_config_.height,
height           1033 media/cast/test/end2end_unittest.cc         video_sender_config_.height,
height             19 media/cast/test/linux_output_window.cc                                      int height,
height             21 media/cast/test/linux_output_window.cc   CreateWindow(x_pos, y_pos, width, height, name);
height             38 media/cast/test/linux_output_window.cc                                      int height,
height             73 media/cast/test/linux_output_window.cc                           height,
height            101 media/cast/test/linux_output_window.cc       display_, CopyFromParent, 24, ZPixmap, NULL, &shminfo_, width, height);
height            103 media/cast/test/linux_output_window.cc       IPC_PRIVATE, (image_->bytes_per_line * image_->height), IPC_CREAT | 0777);
height            122 media/cast/test/linux_output_window.cc   CHECK_LE(video_frame->coded_size().height(), image_->height);
height            132 media/cast/test/linux_output_window.cc                      video_frame->coded_size().height());
height            144 media/cast/test/linux_output_window.cc                video_frame->coded_size().height(),
height             32 media/cast/test/linux_output_window.h                     int height,
height             42 media/cast/test/linux_output_window.h                     int height,
height            184 media/cast/test/sender.cc   video_config->height = input_height.GetIntInput();
height            272 media/cast/test/sender.cc     gfx::Size size(video_config_.width, video_config_.height);
height             29 media/cast/test/utility/generate_barcode_video.cc   int height = atoi(argv[2]);
height             33 media/cast/test/utility/generate_barcode_video.cc       media::VideoFrame::CreateBlackFrame(gfx::Size(width, height));
height             34 media/cast/test/utility/generate_barcode_video.cc   printf("YUV4MPEG2 W%d H%d F%d:1 Ip C420mpeg2\n", width, height, fps);
height             19 media/cast/test/utility/video_utility.cc       frame1->coded_size().height() != frame2->coded_size().height())
height             35 media/cast/test/utility/video_utility.cc                           frame1->coded_size().height());
height             39 media/cast/test/utility/video_utility.cc   int height = frame->coded_size().height();
height             43 media/cast/test/utility/video_utility.cc   int half_height = (height + 1) / 2;
height             49 media/cast/test/utility/video_utility.cc   for (int j = 0; j < height; ++j)
height             72 media/cast/test/utility/video_utility.cc   int height = frame->coded_size().height();
height             74 media/cast/test/utility/video_utility.cc   int half_height = (height + 1) / 2;
height             75 media/cast/test/utility/video_utility.cc   size_t frame_size = width * height + 2 * half_width * half_height;
height             85 media/cast/test/utility/video_utility.cc   memcpy(y_plane, raw_data, width * height);
height             86 media/cast/test/utility/video_utility.cc   memcpy(u_plane, raw_data + width * height, half_width * half_height);
height             88 media/cast/test/utility/video_utility.cc          raw_data + width * height + half_width * half_height,
height             76 media/cast/video_sender/codecs/vp8/vp8_encoder.cc       NULL, IMG_FMT_I420, cast_config_.width, cast_config_.height, 1, NULL);
height             92 media/cast/video_sender/codecs/vp8/vp8_encoder.cc   config_->g_h = cast_config_.height;
height            106 media/cast/video_sender/codecs/vp8/vp8_encoder.cc   if (cast_config_.width * cast_config_.height > 640 * 480 &&
height            113 media/cast/video_sender/external_video_encoder.cc             gfx::Size(video_config.width, video_config.height),
height             92 media/cast/video_sender/external_video_encoder_unittest.cc     video_config_.height = 240;
height            101 media/cast/video_sender/external_video_encoder_unittest.cc     gfx::Size size(video_config_.width, video_config_.height);
height             73 media/cast/video_sender/video_encoder_impl_unittest.cc     video_config_.height = 240;
height             82 media/cast/video_sender/video_encoder_impl_unittest.cc     gfx::Size size(video_config_.width, video_config_.height);
height            144 media/cast/video_sender/video_sender_unittest.cc     video_config.height = kHeight;
height            444 media/cdm/ppapi/cdm_adapter.cc     cdm_decoder_config.coded_size.height = decoder_config.height;
height            760 media/cdm/ppapi/cdm_adapter.cc       decrypted_frame_info.height = video_frame->Size().height;
height            825 media/cdm/ppapi/cdm_adapter.cc         video_frame->Size().height : (video_frame->Size().height + 1) / 2;
height             55 media/cdm/ppapi/external_clear_key/fake_cdm_video_decoder.cc   int height = video_size_.height;
height             57 media/cdm/ppapi/external_clear_key/fake_cdm_video_decoder.cc   DCHECK_EQ(height % 2, 0);
height             62 media/cdm/ppapi/external_clear_key/fake_cdm_video_decoder.cc   int y_rows = height;
height             63 media/cdm/ppapi/external_clear_key/fake_cdm_video_decoder.cc   int uv_rows = height / 2;
height             94 media/cdm/ppapi/external_clear_key/ffmpeg_cdm_video_decoder.cc   codec_context->coded_height = config.coded_size.height;
height            198 media/cdm/ppapi/external_clear_key/ffmpeg_cdm_video_decoder.cc           (data_size.width % 2) == 0 && (data_size.height % 2) == 0 &&
height            199 media/cdm/ppapi/external_clear_key/ffmpeg_cdm_video_decoder.cc           data_size.width > 0 && data_size.height > 0 &&
height            201 media/cdm/ppapi/external_clear_key/ffmpeg_cdm_video_decoder.cc           data_size.height <= limits::kMaxDimension &&
height            202 media/cdm/ppapi/external_clear_key/ffmpeg_cdm_video_decoder.cc           data_size.width * data_size.height <= limits::kMaxCanvas);
height            269 media/cdm/ppapi/external_clear_key/ffmpeg_cdm_video_decoder.cc   DCHECK_EQ(av_frame_->height % 2, 0);
height            271 media/cdm/ppapi/external_clear_key/ffmpeg_cdm_video_decoder.cc   const int y_size = av_frame_->width * av_frame_->height;
height            286 media/cdm/ppapi/external_clear_key/ffmpeg_cdm_video_decoder.cc             av_frame_->height,
height            291 media/cdm/ppapi/external_clear_key/ffmpeg_cdm_video_decoder.cc   const int uv_rows = av_frame_->height / 2;
height            311 media/cdm/ppapi/external_clear_key/ffmpeg_cdm_video_decoder.cc   video_frame_size.height = av_frame_->height;
height             57 media/cdm/ppapi/external_clear_key/libvpx_cdm_video_decoder.cc   vpx_config.h = config.coded_size.height;
height             94 media/cdm/ppapi/external_clear_key/libvpx_cdm_video_decoder.cc           (data_size.width % 2) == 0 && (data_size.height % 2) == 0 &&
height             95 media/cdm/ppapi/external_clear_key/libvpx_cdm_video_decoder.cc           data_size.width > 0 && data_size.height > 0 &&
height             97 media/cdm/ppapi/external_clear_key/libvpx_cdm_video_decoder.cc           data_size.height <= limits::kMaxDimension &&
height             98 media/cdm/ppapi/external_clear_key/libvpx_cdm_video_decoder.cc           data_size.width * data_size.height <= limits::kMaxCanvas);
height            177 media/cdm/ppapi/external_clear_key/libvpx_cdm_video_decoder.cc   video_frame_size.height = vpx_image_->d_h;
height            370 media/ffmpeg/ffmpeg_common.cc   gfx::Rect visible_rect(stream->codec->width, stream->codec->height);
height            410 media/ffmpeg/ffmpeg_common.cc     coded_size.set_height((coded_size.height() + 1) / 2 * 2);
height            439 media/ffmpeg/ffmpeg_common.cc   codec_context->coded_height = config.coded_size().height();
height           2535 media/filters/chunk_demuxer_unittest.cc   EXPECT_EQ(video_config_1.natural_size().height(), 240);
height           2548 media/filters/chunk_demuxer_unittest.cc   EXPECT_EQ(video_config_2.natural_size().height(), 360);
height           2626 media/filters/chunk_demuxer_unittest.cc   EXPECT_EQ(video_config_1.natural_size().height(), 240);
height           2640 media/filters/chunk_demuxer_unittest.cc   EXPECT_EQ(video_config_2.natural_size().height(), 360);
height            722 media/filters/ffmpeg_demuxer.cc     media_log_->SetIntegerProperty("height", video_codec->height);
height            245 media/filters/ffmpeg_demuxer_unittest.cc   EXPECT_EQ(240, video_config.coded_size().height());
height            249 media/filters/ffmpeg_demuxer_unittest.cc   EXPECT_EQ(240, video_config.visible_rect().height());
height            251 media/filters/ffmpeg_demuxer_unittest.cc   EXPECT_EQ(240, video_config.natural_size().height());
height             74 media/filters/ffmpeg_video_decoder.cc   gfx::Size size(codec_context->width, codec_context->height);
height             76 media/filters/ffmpeg_video_decoder.cc   if ((ret = av_image_check_size(size.width(), size.height(), 0, NULL)) < 0)
height            105 media/filters/ffmpeg_video_decoder.cc   frame->height = codec_context->height;
height            208 media/filters/ffmpeg_video_decoder_unittest.cc     EXPECT_EQ(original_size.height(),
height            209 media/filters/ffmpeg_video_decoder_unittest.cc               output_frames[0]->visible_rect().size().height());
height            213 media/filters/ffmpeg_video_decoder_unittest.cc               output_frames[1]->visible_rect().size().height());
height            120 media/filters/gpu_video_decoder.cc   if (coded_size.width() <= 1920 && coded_size.height() <= 1088)
height            352 media/filters/gpu_video_decoder.cc            << size.width() << "x" << size.height() << ")";
height            130 media/filters/skcanvas_video_renderer.cc   DCHECK_NE(0, dest_rect.height());
height            133 media/filters/skcanvas_video_renderer.cc   size_t frame_clip_height = local_dest_irect.height() *
height            134 media/filters/skcanvas_video_renderer.cc       video_frame->visible_rect().height() / local_dest_irect_saved.height();
height            146 media/filters/skcanvas_video_renderer.cc       video_frame->visible_rect().height() / local_dest_irect_saved.height();
height            174 media/filters/skcanvas_video_renderer.cc                          local_dest_irect.height(),
height            200 media/filters/skcanvas_video_renderer.cc       bitmap->height() != video_frame->visible_rect().height()) {
height            203 media/filters/skcanvas_video_renderer.cc                       video_frame->visible_rect().height());
height            236 media/filters/skcanvas_video_renderer.cc           video_frame->visible_rect().height(),
height            250 media/filters/skcanvas_video_renderer.cc           video_frame->visible_rect().height(),
height            265 media/filters/skcanvas_video_renderer.cc           video_frame->visible_rect().height(),
height             81 media/filters/skcanvas_video_renderer_unittest.cc static SkBitmap AllocBitmap(int width, int height, bool isOpaque) {
height             85 media/filters/skcanvas_video_renderer_unittest.cc   bitmap.allocPixels(SkImageInfo::MakeN32(width, height, alpha_type));
height            113 media/filters/skcanvas_video_renderer_unittest.cc             cropped_frame()->visible_rect().height() * kWidth);
height            239 media/filters/vpx_video_decoder.cc   vpx_config.h = config.coded_size().height();
height            294 media/formats/mp2t/es_parser_h264.cc       (coded_size.height() - sps->frame_crop_bottom_offset) -
height            296 media/formats/mp2t/es_parser_h264.cc   if (visible_rect.width() <= 0 || visible_rect.height() <= 0)
height            300 media/formats/mp2t/es_parser_h264.cc       visible_rect.height());
height            318 media/formats/mp2t/es_parser_h264.cc     DVLOG(1) << "Pic height: " << coded_size.height();
height            221 media/formats/mp4/box_definitions.cc          reader->Read4(&height));
height            223 media/formats/mp4/box_definitions.cc   height >>= 16;
height            415 media/formats/mp4/box_definitions.cc          reader->Read2(&height) &&
height            122 media/formats/mp4/box_definitions.h   uint32 height;
height            179 media/formats/mp4/box_definitions.h   uint16 height;
height            272 media/formats/mp4/mp4_stream_parser.cc       gfx::Size coded_size(entry.width, entry.height);
height             85 media/formats/webm/chromeos/webm_encoder.cc   frame_count_ = sprite.height() / width_;
height            132 media/formats/webm/chromeos/webm_encoder.cc         width_, sprite.height(),  // src size
height            143 media/formats/webm/webm_tracks_parser_unittest.cc   EXPECT_EQ(240, video_config.coded_size().height());
height            131 media/tools/player_x11/gl_video_renderer.cc     unsigned int height = video_frame->rows(i);
height            134 media/tools/player_x11/gl_video_renderer.cc     glTexImage2D(GL_TEXTURE_2D, 0, GL_LUMINANCE, width, height, 0,
height            147 media/tools/player_x11/gl_video_renderer.cc   XResizeWindow(display_, window_, visible_rect.width(), visible_rect.height());
height            238 media/tools/player_x11/gl_video_renderer.cc   float y0 = static_cast<float>(visible_rect.y()) / coded_size.height();
height            240 media/tools/player_x11/gl_video_renderer.cc   float y1 = static_cast<float>(visible_rect.bottom()) / coded_size.height();
height            198 media/tools/player_x11/player_x11.cc           unsigned int width, height, border_width, depth;
height            205 media/tools/player_x11/player_x11.cc                        &height,
height             18 media/tools/player_x11/x11_video_renderer.cc static XImage* CreateImage(Display* display, int width, int height) {
height             19 media/tools/player_x11/x11_video_renderer.cc   VLOG(0) << "Allocating XImage " << width << "x" << height;
height             25 media/tools/player_x11/x11_video_renderer.cc                        static_cast<char*>(malloc(width * height * 4)),
height             27 media/tools/player_x11/x11_video_renderer.cc                        height,
height             91 media/tools/player_x11/x11_video_renderer.cc   const int coded_height = video_frame->coded_size().height();
height             93 media/tools/player_x11/x11_video_renderer.cc   const int visible_height = video_frame->visible_rect().height();
height             96 media/tools/player_x11/x11_video_renderer.cc   if (image_->width != coded_width || image_->height != coded_height) {
height            131 media/tools/player_x11/x11_video_renderer.cc     image.height = coded_height;
height            189 media/tools/player_x11/x11_video_renderer.cc   XResizeWindow(display_, window_, visible_rect.width(), visible_rect.height());
height            190 media/tools/player_x11/x11_video_renderer.cc   image_ = CreateImage(display_, coded_size.width(), coded_size.height());
height             98 media/video/capture/android/video_capture_device_android.cc       params.requested_format.frame_size.height(),
height            115 media/video/capture/android/video_capture_device_android.cc   CHECK(!(capture_format_.frame_size.height() % 2));
height            173 media/video/capture/fake_video_capture_device.cc                    capture_format_.frame_size.height(),
height            180 media/video/capture/fake_video_capture_device.cc                         capture_format_.frame_size.height()) / 4;
height            183 media/video/capture/fake_video_capture_device.cc                        capture_format_.frame_size.height() / 2 - radius,
height            175 media/video/capture/linux/video_capture_device_linux.cc             frame_size.discrete.width, frame_size.discrete.height);
height            186 media/video/capture/linux/video_capture_device_linux.cc       frame_interval.height = frame_size.discrete.height;
height            296 media/video/capture/linux/video_capture_device_linux.cc                  params.requested_format.frame_size.height(),
height            317 media/video/capture/linux/video_capture_device_linux.cc                                                  int height,
height            345 media/video/capture/linux/video_capture_device_linux.cc   GetListOfUsableFourCCs(width > kMjpegWidth || height > kMjpegHeight,
height            371 media/video/capture/linux/video_capture_device_linux.cc   video_fmt.fmt.pix.height = height;
height            406 media/video/capture/linux/video_capture_device_linux.cc                                      video_fmt.fmt.pix.height);
height             51 media/video/capture/linux/video_capture_device_linux.h                           int height,
height             37 media/video/capture/mac/coremedia_glue.h     int32_t height;
height             39 media/video/capture/mac/platform_video_capturing_mac.h - (BOOL)setCaptureHeight:(int)height width:(int)width frameRate:(int)frameRate;
height            108 media/video/capture/mac/video_capture_device_avfoundation_mac.h - (BOOL)setCaptureHeight:(int)height width:(int)width frameRate:(int)frameRate;
height             55 media/video/capture/mac/video_capture_device_qtkit_mac.h - (BOOL)setCaptureHeight:(int)height width:(int)width frameRate:(int)frameRate;
height            179 media/video/capture/video_capture_device_unittest.cc   EXPECT_EQ(last_format().frame_size.height(), 480);
height            230 media/video/capture/video_capture_device_unittest.cc   EXPECT_EQ(last_format().frame_size.height(), 480);
height            276 media/video/capture/video_capture_device_unittest.cc   EXPECT_EQ(last_format().frame_size.height(), 240);
height            301 media/video/capture/video_capture_device_unittest.cc   EXPECT_EQ(last_format().frame_size.height(), 480);
height            328 media/video/capture/video_capture_device_unittest.cc   EXPECT_EQ(last_format().frame_size.height(), 480);
height            420 media/video/capture/video_capture_device_unittest.cc     EXPECT_EQ(supported_formats[0].frame_size.height(), 240);
height            424 media/video/capture/video_capture_device_unittest.cc     EXPECT_EQ(supported_formats[1].frame_size.height(), 480);
height            428 media/video/capture/video_capture_device_unittest.cc     EXPECT_EQ(supported_formats[2].frame_size.height(), 720);
height             23 media/video/capture/video_capture_types.cc          (frame_size.height() < media::limits::kMaxDimension) &&
height             71 media/video/capture/win/capability_list_win.cc         it->supported_format.frame_size.height() - requested_height;
height             53 media/video/capture/win/sink_input_pin_win.cc       pvi->bmiHeader.biHeight = requested_format_.frame_size.height();
height             63 media/video/capture/win/sink_input_pin_win.cc       pvi->bmiHeader.biHeight = requested_format_.frame_size.height();
height             72 media/video/capture/win/sink_input_pin_win.cc       pvi->bmiHeader.biHeight = requested_format_.frame_size.height();
height            309 media/video/capture/win/video_capture_device_mf_win.cc     UINT32 width, height;
height            310 media/video/capture/win/video_capture_device_mf_win.cc     hr = MFGetAttributeSize(type, MF_MT_FRAME_SIZE, &width, &height);
height            316 media/video/capture/win/video_capture_device_mf_win.cc     capture_format.frame_size.SetSize(width, height);
height            412 media/video/capture/win/video_capture_device_mf_win.cc           params.requested_format.frame_size.height(),
height            532 media/video/capture/win/video_capture_device_win.cc           params.requested_format.frame_size.height(),
height            715 media/video/capture/win/video_capture_device_win.cc                      capability.supported_format.frame_size.height()};
height            160 mojo/examples/aura_demo/window_tree_host_mojo.cc                       bounds.size().width(), bounds.size().height());
height             64 mojo/examples/pepper_container_app/graphics_3d_resource.cc int32_t Graphics3DResource::ResizeBuffers(int32_t width, int32_t height) {
height            128 mojo/examples/pepper_container_app/graphics_3d_resource.cc                                                    GLsizei height,
height             33 mojo/examples/pepper_container_app/graphics_3d_resource.h   virtual int32_t ResizeBuffers(int32_t width, int32_t height) OVERRIDE;
height             52 mojo/examples/pepper_container_app/graphics_3d_resource.h                                          GLsizei height,
height            211 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                           GLsizei height,
height            218 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc         target, level, internalformat, width, height, border, imageSize, data);
height            228 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                              GLsizei height,
height            239 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                               height,
height            253 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                     GLsizei height,
height            258 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc         target, level, internalformat, x, y, width, height, border);
height            270 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                        GLsizei height) {
height            273 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
height            874 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                 GLsizei height,
height            880 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glReadPixels(x, y, width, height, format, type, pixels);
height            895 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                          GLsizei height) {
height            898 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glRenderbufferStorage(target, internalformat, width, height);
height            913 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc              GLsizei height) {
height            916 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glScissor(x, y, width, height);
height           1001 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                 GLsizei height,
height           1012 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                  height,
height           1066 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                    GLsizei height,
height           1073 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc         target, level, xoffset, yoffset, width, height, format, type, pixels);
height           1368 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc               GLsizei height) {
height           1371 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glViewport(x, y, width, height);
height             38 mojo/examples/pepper_container_app/type_converters.h     size.set_height(input.height);
height             44 mojo/examples/pepper_container_app/type_converters.h                        static_cast<int32_t>(input.height()));
height             39 mojo/examples/sample_app/gles2_client_impl.cc   size_ = gfx::Size(size.width(), size.height());
height             42 mojo/examples/sample_app/gles2_client_impl.cc   cube_.Init(size_.width(), size_.height());
height            358 mojo/examples/sample_app/spinning_cube.cc void SpinningCube::Init(uint32_t width, uint32_t height) {
height            360 mojo/examples/sample_app/spinning_cube.cc   height_ = height;
height             20 mojo/examples/sample_app/spinning_cube.h   void Init(uint32_t width, uint32_t height);
height            170 mojo/gles2/command_buffer_client_impl.cc     size_t height,
height             65 mojo/gles2/command_buffer_client_impl.h                                                       size_t height,
height             82 mojo/public/c/gles2/gles2_call_visitor_autogen.h      GLsizei height,
height             86 mojo/public/c/gles2/gles2_call_visitor_autogen.h     (target, level, internalformat, width, height, border, imageSize, data))
height             95 mojo/public/c/gles2/gles2_call_visitor_autogen.h      GLsizei height,
height             99 mojo/public/c/gles2/gles2_call_visitor_autogen.h     (target, level, xoffset, yoffset, width, height, format, imageSize, data))
height            108 mojo/public/c/gles2/gles2_call_visitor_autogen.h                GLsizei height,
height            110 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (target, level, internalformat, x, y, width, height, border))
height            120 mojo/public/c/gles2/gles2_call_visitor_autogen.h                GLsizei height),
height            121 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (target, level, xoffset, yoffset, x, y, width, height))
height            317 mojo/public/c/gles2/gles2_call_visitor_autogen.h                GLsizei height,
height            321 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (x, y, width, height, format, type, pixels))
height            326 mojo/public/c/gles2/gles2_call_visitor_autogen.h     (GLenum target, GLenum internalformat, GLsizei width, GLsizei height),
height            327 mojo/public/c/gles2/gles2_call_visitor_autogen.h     (target, internalformat, width, height))
height            334 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (GLint x, GLint y, GLsizei width, GLsizei height),
height            335 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (x, y, width, height))
height            378 mojo/public/c/gles2/gles2_call_visitor_autogen.h                GLsizei height,
height            387 mojo/public/c/gles2/gles2_call_visitor_autogen.h                height,
height            416 mojo/public/c/gles2/gles2_call_visitor_autogen.h      GLsizei height,
height            420 mojo/public/c/gles2/gles2_call_visitor_autogen.h     (target, level, xoffset, yoffset, width, height, format, type, pixels))
height            536 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (GLint x, GLint y, GLsizei width, GLsizei height),
height            537 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (x, y, width, height))
height            334 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_EQ(6*12, inner.height());
height            342 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   EXPECT_EQ(6*12, full.people()[0].height());
height             43 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc     rect.bottom = input.y() + input.height();
height            150 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc   EXPECT_EQ(rect.height(), rect2.height());
height            189 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc     EXPECT_EQ(rects[i].height(), rects2[i].height());
height            200 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc     EXPECT_EQ(rects[i].height(), rects3[i].height());
height             40 mojo/services/native_viewport/android/src/org/chromium/mojo/NativeViewportAndroid.java             public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
height             42 mojo/services/native_viewport/android/src/org/chromium/mojo/NativeViewportAndroid.java                 nativeSurfaceSetSize(mNativeMojoViewport, width, height);
height             84 mojo/services/native_viewport/android/src/org/chromium/mojo/NativeViewportAndroid.java         int width, int height);
height             33 mojo/services/native_viewport/geometry_conversions.h     size.set_height(input.height());
height             37 mojo/services/native_viewport/geometry_conversions.h     return gfx::Size(input.width(), input.height());
height             52 mojo/services/native_viewport/geometry_conversions.h                      input.size().width(), input.size().height());
height             73 mojo/services/native_viewport/native_viewport_android.cc                                            jint width, jint height) {
height             74 mojo/services/native_viewport/native_viewport_android.cc   bounds_ = gfx::Rect(width, height);
height             39 mojo/services/native_viewport/native_viewport_android.h   void SurfaceSetSize(JNIEnv* env, jobject obj, jint width, jint height);
height             63 mojo/services/native_viewport/native_viewport_service.cc                          bounds.size().width(), bounds.size().height());
height             21 mojo/services/native_viewport/native_viewport_win.cc   wr.bottom = bounds.y() + bounds.height();
height             72 mojo/services/native_viewport/native_viewport_win.cc                  window_bounds.width(), window_bounds.height(),
height             44 mojo/services/native_viewport/native_viewport_x11.cc         bounds_.x(), bounds_.y(), bounds_.width(), bounds_.height(),
height             43 native_client_sdk/src/examples/api/gamepad/gamepad.cc     return pixel_buffer_ ? pixel_buffer_->size().height() : 0;
height             93 native_client_sdk/src/examples/api/gamepad/gamepad.cc       position.size().height() == height())
height            115 native_client_sdk/src/examples/api/gamepad/gamepad.cc               int height,
height            118 native_client_sdk/src/examples/api/gamepad/gamepad.cc        y < std::min(image->size().height() - 1, top + height);
height            129 native_client_sdk/src/examples/api/gamepad/gamepad.cc   FillRect(pixel_buffer_, 0, 0, width(), height(), 0xfff0f0f0);
height            138 native_client_sdk/src/examples/api/gamepad/gamepad.cc     int height2 = height() / 2;
height            122 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc     buffer_ = new uint8_t[new_size.width() * new_size.height()];
height            138 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc     int height = size_.height();
height            142 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc     for (int y = height - 2; y < height; ++y) {
height            160 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc     int height = size_.height();
height            161 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc     for (int y = 1; y < height - 1; ++y) {
height            182 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc     int height = size_.height();
height            191 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc     int maxy = cy + radius >= height ? height - 1 : cy + radius;
height            210 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc     uint32_t num_pixels = size_.width() * size_.height();
height            251 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc     int32_t new_height = view.GetRect().height();
height            133 native_client_sdk/src/examples/api/input_event/input_event.cc          << " height:" << view.GetRect().height()
height            131 native_client_sdk/src/examples/api/media_stream_audio/media_stream_audio.cc     for (int y = 0; y < size.height(); y++) {
height            136 native_client_sdk/src/examples/api/media_stream_audio/media_stream_audio.cc     int mid_height = size.height() / 2;
height            137 native_client_sdk/src/examples/api/media_stream_audio/media_stream_audio.cc     int max_amplitude = size.height() * 4 / 10;
height             73 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc   GLuint CreateTexture(int32_t width, int32_t height, int unit, bool rgba);
height            141 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc   if (position.width() == 0 || position.height() == 0)
height            191 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc   PP_DCHECK(position_size_.width() && position_size_.height());
height            205 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc     PP_GRAPHICS3DATTRIB_HEIGHT, position_size_.height(),
height            216 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc   glViewport(0, 0, position_size_.width(), position_size_.height());
height            294 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc     int32_t width, int32_t height, int unit, bool rgba) {
height            309 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc                width, height, 0,
height            393 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc   int32_t height = frame_size_.height();
height            394 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc   if (width == 0 || height == 0)
height            404 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc   texture_y_ = CreateTexture(width, height, 0, false);
height            406 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc   texture_u_ = CreateTexture(width / 2, height / 2, 1, false);
height            407 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc   texture_v_ = CreateTexture(width / 2, height / 2, 2, false);
height            408 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc   texture_rgb_ = CreateTexture(width, height, 3, true);
height            443 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc   int32_t height = frame_size_.height();
height            446 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc     glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height,
height            449 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc     data += width * height;
height            451 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc     height /= 2;
height            454 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc     glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height,
height            457 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc     data += width * height;
height            459 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc     glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height,
height            463 native_client_sdk/src/examples/api/media_stream_video/media_stream_video.cc     glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height,
height            125 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc         view.GetRect().height(),
height            133 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc       view.GetRect().height(),
height            146 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc     Log("Bound to 2D context size %d,%d.\n", size_.width(), size_.height());
height            229 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc   int image_height = image->size().height();
height            249 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc   int center_y = image->size().height() / 2;
height            256 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc       std::min(image->size().height(), center_y + region_of_interest_radius));
height            280 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc   int center_y = image->size().height() / 2;
height            309 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc       std::min(image->size().height(), center_y + abs_mouse_y));
height             80 native_client_sdk/src/examples/api/var_array_buffer/var_array_buffer.cc     const uint32_t image_height = image_data->size().height();
height             81 native_client_sdk/src/examples/demo/earth/earth.cc   int width, height;
height             83 native_client_sdk/src/examples/demo/earth/earth.cc   Texture(int w, int h) : width(w), height(h) {
height             87 native_client_sdk/src/examples/demo/earth/earth.cc   explicit Texture(int w, int h, uint32_t* p) : width(w), height(h) {
height            206 native_client_sdk/src/examples/demo/earth/earth.cc   void SetTexture(const std::string& name, int width, int height,
height            387 native_client_sdk/src/examples/demo/earth/earth.cc   float height = ps_context_->height;
height            388 native_client_sdk/src/examples/demo/earth/earth.cc   float min_dim = width < height ? width : height;
height            389 native_client_sdk/src/examples/demo/earth/earth.cc   float offset_x = width < height ? 0 : (width - min_dim) * 0.5f;
height            390 native_client_sdk/src/examples/demo/earth/earth.cc   float offset_y = width < height ? (height - min_dim) * 0.5f : 0;
height            470 native_client_sdk/src/examples/demo/earth/earth.cc     int ty = static_cast<int>(v * base_tex_->height);
height            486 native_client_sdk/src/examples/demo/earth/earth.cc     int niy = static_cast<int>(v * night_tex_->height);
height            529 native_client_sdk/src/examples/demo/earth/earth.cc   workers_->Dispatch(ps_context_->height, wRenderRegionEntry, this);
height            659 native_client_sdk/src/examples/demo/earth/earth.cc void Planet::SetTexture(const std::string& name, int width, int height,
height            664 native_client_sdk/src/examples/demo/earth/earth.cc       base_tex_ = new Texture(width, height, pixels);
height            667 native_client_sdk/src/examples/demo/earth/earth.cc       night_tex_ = new Texture(width, height, pixels);
height            757 native_client_sdk/src/examples/demo/earth/earth.cc         int height = dictionary.Get("height").AsInt();
height            760 native_client_sdk/src/examples/demo/earth/earth.cc           if (width > 0 && height > 0) {
height            762 native_client_sdk/src/examples/demo/earth/earth.cc             SetTexture(name, width, height, pixels);
height             33 native_client_sdk/src/examples/demo/flock/flock.cc   int height;
height             43 native_client_sdk/src/examples/demo/flock/flock.cc   Vector2 center(0.5 * ctx->width, 0.5 * ctx->height);
height             61 native_client_sdk/src/examples/demo/flock/flock.cc   memset(ctx->data, 0xFF, ctx->stride * ctx->height);
height             63 native_client_sdk/src/examples/demo/flock/flock.cc   int32_t sprite_side_length = g_goose_sprite->size().height();
height             65 native_client_sdk/src/examples/demo/flock/flock.cc   pp::Rect canvas_bounds(pp::Size(ctx->width, ctx->height));
height            112 native_client_sdk/src/examples/demo/flock/flock.cc   len = fmt.width * fmt.height * fmt.channels;
height            117 native_client_sdk/src/examples/demo/flock/flock.cc   g_goose_sprite = new Sprite(buffer, pp::Size(fmt.width, fmt.height), 0);
height             69 native_client_sdk/src/examples/demo/flock/goose.cc       location_.set_y(location_.y() + flock_box.height());
height             72 native_client_sdk/src/examples/demo/flock/goose.cc       location_.set_y(location_.y() - flock_box.height());
height             78 native_client_sdk/src/examples/demo/flock/sprite.cc   for (int32_t y = 0; y < src_rect_clipped.height(); ++y) {
height             87 native_client_sdk/src/examples/demo/life/life.c void UpdateContext(uint32_t width, uint32_t height) {
height             88 native_client_sdk/src/examples/demo/life/life.c   if (width != g_Context.size.width || height != g_Context.size.height) {
height             89 native_client_sdk/src/examples/demo/life/life.c     size_t size = width * height;
height            108 native_client_sdk/src/examples/demo/life/life.c   g_Context.size.height = height;
height            117 native_client_sdk/src/examples/demo/life/life.c   int32_t height = g_Context.size.height;
height            121 native_client_sdk/src/examples/demo/life/life.c   if (x > 0 && x < width - 1 && y > 0 && y < height - 1) {
height            158 native_client_sdk/src/examples/demo/life/life.c       UpdateContext(rect.size.width, rect.size.height);
height            204 native_client_sdk/src/examples/demo/life/life.c void Stir(uint32_t width, uint32_t height) {
height            211 native_client_sdk/src/examples/demo/life/life.c     g_Context.cell_in[i + (height - 1) * width] = rand() & 1;
height            213 native_client_sdk/src/examples/demo/life/life.c   for (i = 0; i < height; ++i) {
height            242 native_client_sdk/src/examples/demo/life/life.c   Stir(desc.size.width, desc.size.height);
height            245 native_client_sdk/src/examples/demo/life/life.c   for (y = 1; y < desc.size.height - 1; ++y) {
height             46 native_client_sdk/src/examples/demo/pi_generator/pi_generator.cc     int py = (1.0 - y) * ctx->height;
height            222 native_client_sdk/src/examples/demo/voronoi/voronoi.cc   *h = ps_context_->height / parts;
height            376 native_client_sdk/src/examples/demo/voronoi/voronoi.cc     screen_positions_[j].y = positions_[j].y * ps_context_->height;
height            389 native_client_sdk/src/examples/demo/voronoi/voronoi.cc   if (iy >= (ps_context_->height - 1)) return;
height            462 native_client_sdk/src/examples/demo/voronoi/voronoi.cc                             point.y() / ps_context_->height);
height            506 native_client_sdk/src/examples/demo/voronoi/voronoi.cc   assert(is_pow2(ps_context_->height));
height            254 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc     int32_t new_height = view.GetRect().height();
height             74 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc   int width, height;
height             76 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc   Texture(int w, int h) : width(w), height(h) {
height             80 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc   explicit Texture(int w, int h, uint32_t* p) : width(w), height(h) {
height            205 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc   void SetTexture(const std::string& name, int width, int height,
height            508 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc     int ty = static_cast<int>(v * base_tex_->height);
height            524 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc     int niy = static_cast<int>(v * night_tex_->height);
height            675 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc       position.size().height() == height_)
height            718 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void Planet::SetTexture(const std::string& name, int width, int height,
height            723 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc       base_tex_ = new Texture(width, height, pixels);
height            726 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc       night_tex_ = new Texture(width, height, pixels);
height            803 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc       int height = dictionary.Get("height").AsInt();
height            805 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc       if (!name.empty() && width > 0 && height > 0 && !array_buffer.is_null()) {
height            807 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc         SetTexture(name, width, height, pixels);
height            863 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc   height_ = image_data_->size().height();
height             91 native_client_sdk/src/gonacl_appengine/src/life/life.c void UpdateContext(uint32_t width, uint32_t height) {
height             92 native_client_sdk/src/gonacl_appengine/src/life/life.c   if (width != g_Context.size.width || height != g_Context.size.height) {
height             93 native_client_sdk/src/gonacl_appengine/src/life/life.c     size_t size = width * height;
height            112 native_client_sdk/src/gonacl_appengine/src/life/life.c   g_Context.size.height = height;
height            121 native_client_sdk/src/gonacl_appengine/src/life/life.c   int32_t height = g_Context.size.height;
height            125 native_client_sdk/src/gonacl_appengine/src/life/life.c   if (x > 0 && x < width - 1 && y > 0 && y < height - 1) {
height            162 native_client_sdk/src/gonacl_appengine/src/life/life.c       UpdateContext(rect.size.width, rect.size.height);
height            201 native_client_sdk/src/gonacl_appengine/src/life/life.c void Stir(uint32_t width, uint32_t height) {
height            208 native_client_sdk/src/gonacl_appengine/src/life/life.c     g_Context.cell_in[i + (height - 1) * width] = rand() & 1;
height            210 native_client_sdk/src/gonacl_appengine/src/life/life.c   for (i = 0; i < height; ++i) {
height            239 native_client_sdk/src/gonacl_appengine/src/life/life.c   Stir(desc.size.width, desc.size.height);
height            242 native_client_sdk/src/gonacl_appengine/src/life/life.c   for (y = 1; y < desc.size.height - 1; ++y) {
height            217 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc   *h = static_cast<int>(next_pow2(ps_context_->height)) / parts;
height            333 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc       if (iy + ih > ps_context_->height)
height            334 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc         ih = ps_context_->height - iy;
height            373 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc     screen_positions_[j].y = positions_[j].y * ps_context_->height;
height            386 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc   if (iy >= (ps_context_->height - 1)) return;
height            433 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc                             point.y() / ps_context_->height);
height             59 native_client_sdk/src/libraries/ppapi_simple/ps_context_2d.cc       ctx->height = rect.size.height;
height            101 native_client_sdk/src/libraries/ppapi_simple/ps_context_2d.cc   size.height = ctx->height;
height             21 native_client_sdk/src/libraries/ppapi_simple/ps_context_2d.h   int32_t height;
height            423 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc void PSInstance::HandleResize(int width, int height) {
height            427 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   size.ws_row = height;
height            437 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   int height = array.Get(1).AsInt();
height            438 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   HandleResize(width, height);
height            583 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   Log("Got View change: %d,%d\n", new_size.width(), new_size.height());
height            163 native_client_sdk/src/libraries/ppapi_simple/ps_instance.h   void HandleResize(int width, int height);
height             30 ppapi/c/dev/pp_video_capture_dev.h   uint32_t height;
height            128 ppapi/c/dev/ppb_font_dev.h   int32_t height;
height             42 ppapi/c/dev/ppb_gles_chromium_texture_mapping_dev.h      GLsizei height,
height             69 ppapi/c/pp_rect.h   ret.size.height = h;
height             31 ppapi/c/pp_size.h   int32_t height;
height             55 ppapi/c/pp_size.h   ret.height = h;
height            249 ppapi/c/ppb_graphics_3d.h   int32_t (*ResizeBuffers)(PP_Resource context, int32_t width, int32_t height);
height            105 ppapi/c/ppb_opengles2.h                                GLsizei height,
height            115 ppapi/c/ppb_opengles2.h                                   GLsizei height,
height            126 ppapi/c/ppb_opengles2.h                          GLsizei height,
height            136 ppapi/c/ppb_opengles2.h                             GLsizei height);
height            307 ppapi/c/ppb_opengles2.h                      GLsizei height,
height            316 ppapi/c/ppb_opengles2.h                               GLsizei height);
height            322 ppapi/c/ppb_opengles2.h                   GLsizei height);
height            356 ppapi/c/ppb_opengles2.h                      GLsizei height,
height            383 ppapi/c/ppb_opengles2.h                         GLsizei height,
height            501 ppapi/c/ppb_opengles2.h                    GLsizei height);
height            556 ppapi/c/ppb_opengles2.h                                             GLsizei height);
height            586 ppapi/c/ppb_opengles2.h                                     GLsizei height,
height            260 ppapi/c/private/pp_content_decryptor.h   int32_t height;
height            426 ppapi/c/private/pp_content_decryptor.h   int32_t height;
height            130 ppapi/c/trusted/ppb_browser_font_trusted.h   int32_t height;
height             66 ppapi/cpp/graphics_3d.cc int32_t Graphics3D::ResizeBuffers(int32_t width, int32_t height) {
height             71 ppapi/cpp/graphics_3d.cc       pp_resource(), width, height);
height            150 ppapi/cpp/graphics_3d.h   int32_t ResizeBuffers(int32_t width, int32_t height);
height             29 ppapi/cpp/rect.cc   set_height(std::max<int32_t>(height() - top - bottom, 0));
height            113 ppapi/cpp/rect.cc   int32_t new_height = height();
height            115 ppapi/cpp/rect.cc   AdjustAlongAxis(rect.y(), rect.height(), &new_y, &new_height);
height            120 ppapi/cpp/rect.cc   return Point(x() + (width() + 1) / 2, y() + (height() + 1) / 2);
height            124 ppapi/cpp/rect.cc   return (y() == rect.y() && height() == rect.height() &&
height             28 ppapi/cpp/rect.h     rect_.size.height = 0;
height             40 ppapi/cpp/rect.h     set_height(rect.size.height);
height            171 ppapi/cpp/rect.h   int32_t height() const {
height            172 ppapi/cpp/rect.h     return rect_.size.height;
height            183 ppapi/cpp/rect.h     rect_.size.height = h;
height            214 ppapi/cpp/rect.h     rect_.size.height = s.height();
height            236 ppapi/cpp/rect.h     return y() + height();
height            304 ppapi/cpp/rect.h     return rect_.size.width == 0 && rect_.size.height == 0;
height            412 ppapi/cpp/rect.h          lhs.height() == rhs.height();
height             24 ppapi/cpp/size.h     size_.height = 0;
height             35 ppapi/cpp/size.h     set_height(s.height);
height             96 ppapi/cpp/size.h   int height() const {
height             97 ppapi/cpp/size.h     return size_.height;
height            108 ppapi/cpp/size.h     size_.height = h;
height            115 ppapi/cpp/size.h     return width() * height();
height            133 ppapi/cpp/size.h     set_height(height() + h);
height            141 ppapi/cpp/size.h     return (width() == 0) || (height() == 0);
height            159 ppapi/cpp/size.h   return lhs.width() == rhs.width() && lhs.height() == rhs.height();
height             82 ppapi/examples/2d/graphics_2d_example.c   num_words = image_desc.stride * size->height / 4;
height            120 ppapi/examples/2d/graphics_2d_example.c   info->last_size.height = 0;
height            156 ppapi/examples/2d/graphics_2d_example.c       info->last_size.height != position.size.height) {
height            160 ppapi/examples/2d/graphics_2d_example.c     info->last_size.height = position.size.height;
height             28 ppapi/examples/2d/paint_manager_example.cc                      int left, int top, int width, int height,
height             31 ppapi/examples/2d/paint_manager_example.cc        y < std::min(image->size().height() - 1, top + height);
height            108 ppapi/examples/2d/paint_manager_example.cc                paint_rects[i].height(),
height            119 ppapi/examples/2d/paint_manager_example.cc              square.height(),
height             26 ppapi/examples/2d/scroll.cc        y < std::min(image->size().height(), rect.bottom());
height             86 ppapi/examples/2d/scroll.cc     for (int ys = 0; ys < graphics.size().height() / kSquareSpacing + 2; ys++) {
height            179 ppapi/examples/audio_input/audio_input.cc     for (int y = 0; y < size.height(); y++) {
height            184 ppapi/examples/audio_input/audio_input.cc     int mid_height = size.height() / 2;
height            185 ppapi/examples/audio_input/audio_input.cc     int max_amplitude = size.height() * 4 / 10;
height             88 ppapi/examples/flash_topmost/flash_topmost.cc     pp::Rect rect(size.width() / 8, size.height() / 4,
height             89 ppapi/examples/flash_topmost/flash_topmost.cc                   3 * size.width() / 4, size.height() / 2);
height             93 ppapi/examples/flash_topmost/flash_topmost.cc     for (int y = 0; y < size.height(); y++) {
height            100 ppapi/examples/flash_topmost/flash_topmost.cc       *image.GetAddr32(pp::Point(x, rect.y() + rect.height() - 1)) = 0xff202020;
height            102 ppapi/examples/flash_topmost/flash_topmost.cc     for (int y = rect.y(); y < rect.y() + rect.height(); y++) {
height             24 ppapi/examples/gamepad/gamepad.cc void FillRect(pp::ImageData* image, int left, int top, int width, int height,
height             27 ppapi/examples/gamepad/gamepad.cc        y < std::min(image->size().height() - 1, top + height);
height             58 ppapi/examples/gamepad/gamepad.cc         rect.size().height() == height_)
height             62 ppapi/examples/gamepad/gamepad.cc     height_ = rect.size().height();
height             97 ppapi/examples/gamepad/gamepad.cc       int height2 = size.height() / 2;
height            102 ppapi/examples/gles2/gles2.cc   if (position.width() == 0 || position.height() == 0)
height            123 ppapi/examples/gles2/gles2.cc   assert(plugin_size_.width() && plugin_size_.height());
height            126 ppapi/examples/gles2/gles2.cc     context_->ResizeBuffers(plugin_size_.width(), plugin_size_.height());
height            139 ppapi/examples/gles2/gles2.cc     PP_GRAPHICS3DATTRIB_HEIGHT, plugin_size_.height(),
height             76 ppapi/examples/gles2_spinning_cube/gles2_spinning_cube.cc   if (position.width() == 0 || position.height() == 0)
height             93 ppapi/examples/gles2_spinning_cube/gles2_spinning_cube.cc   assert(plugin_size_.width() && plugin_size_.height());
height             96 ppapi/examples/gles2_spinning_cube/gles2_spinning_cube.cc     context_->ResizeBuffers(plugin_size_.width(), plugin_size_.height());
height            109 ppapi/examples/gles2_spinning_cube/gles2_spinning_cube.cc     PP_GRAPHICS3DATTRIB_HEIGHT, plugin_size_.height(),
height            117 ppapi/examples/gles2_spinning_cube/gles2_spinning_cube.cc   cube_.Init(plugin_size_.width(), plugin_size_.height());
height            359 ppapi/examples/gles2_spinning_cube/spinning_cube.cc void SpinningCube::Init(uint32_t width, uint32_t height) {
height            361 ppapi/examples/gles2_spinning_cube/spinning_cube.cc   height_ = height;
height             15 ppapi/examples/gles2_spinning_cube/spinning_cube.h   void Init(uint32_t width, uint32_t height);
height             45 ppapi/examples/ime/ime.cc               int left, int top, int width, int height,
height             48 ppapi/examples/ime/ime.cc        y < std::min(image->size().height() - 1, top + height);
height             58 ppapi/examples/ime/ime.cc   FillRect(image, rect.x(), rect.y(), rect.width(), rect.height(), color);
height            126 ppapi/examples/ime/ime.cc               int x, int y, int width, int height)
height            129 ppapi/examples/ime/ime.cc         area_(x, y, width, height),
height            130 ppapi/examples/ime/ime.cc         font_size_(height - 2),
height            154 ppapi/examples/ime/ime.cc                  area_.height(), kTextfieldSelectionBackgroundColor);
height            178 ppapi/examples/ime/ime.cc                    area_.height(), kTextfieldSelectionBackgroundColor);
height            206 ppapi/examples/ime/ime.cc                  pp::Rect(offset + caretx, area_.y(), 2, area_.height()),
height            367 ppapi/examples/ime/ime.cc       pp::Rect caret(area_.x() + px, area_.y(), 0, area_.height() + 2);
height            678 ppapi/examples/ime/ime.cc     pp::Rect clip(0, 0, last_size_.width(), last_size_.height());
height             28 ppapi/examples/input/pointer_event_input.cc                      int left, int top, int width, int height,
height             31 ppapi/examples/input/pointer_event_input.cc        y < std::min(image->size().height() - 1, top + height);
height            126 ppapi/examples/input/pointer_event_input.cc                paint_rects[i].height(),
height            137 ppapi/examples/input/pointer_event_input.cc              square.height(),
height            128 ppapi/examples/media_stream_audio/media_stream_audio.cc     for (int y = 0; y < size.height(); y++) {
height            133 ppapi/examples/media_stream_audio/media_stream_audio.cc     int mid_height = size.height() / 2;
height            134 ppapi/examples/media_stream_audio/media_stream_audio.cc     int max_amplitude = size.height() * 4 / 10;
height             73 ppapi/examples/media_stream_video/media_stream_video.cc   GLuint CreateTexture(int32_t width, int32_t height, int unit, bool rgba);
height            141 ppapi/examples/media_stream_video/media_stream_video.cc   if (position.width() == 0 || position.height() == 0)
height            191 ppapi/examples/media_stream_video/media_stream_video.cc   PP_DCHECK(position_size_.width() && position_size_.height());
height            205 ppapi/examples/media_stream_video/media_stream_video.cc     PP_GRAPHICS3DATTRIB_HEIGHT, position_size_.height(),
height            216 ppapi/examples/media_stream_video/media_stream_video.cc   glViewport(0, 0, position_size_.width(), position_size_.height());
height            294 ppapi/examples/media_stream_video/media_stream_video.cc     int32_t width, int32_t height, int unit, bool rgba) {
height            309 ppapi/examples/media_stream_video/media_stream_video.cc                width, height, 0,
height            393 ppapi/examples/media_stream_video/media_stream_video.cc   int32_t height = frame_size_.height();
height            394 ppapi/examples/media_stream_video/media_stream_video.cc   if (width == 0 || height == 0)
height            404 ppapi/examples/media_stream_video/media_stream_video.cc   texture_y_ = CreateTexture(width, height, 0, false);
height            406 ppapi/examples/media_stream_video/media_stream_video.cc   texture_u_ = CreateTexture(width / 2, height / 2, 1, false);
height            407 ppapi/examples/media_stream_video/media_stream_video.cc   texture_v_ = CreateTexture(width / 2, height / 2, 2, false);
height            408 ppapi/examples/media_stream_video/media_stream_video.cc   texture_rgb_ = CreateTexture(width, height, 3, true);
height            443 ppapi/examples/media_stream_video/media_stream_video.cc   int32_t height = frame_size_.height();
height            446 ppapi/examples/media_stream_video/media_stream_video.cc     glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height,
height            449 ppapi/examples/media_stream_video/media_stream_video.cc     data += width * height;
height            451 ppapi/examples/media_stream_video/media_stream_video.cc     height /= 2;
height            454 ppapi/examples/media_stream_video/media_stream_video.cc     glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height,
height            457 ppapi/examples/media_stream_video/media_stream_video.cc     data += width * height;
height            459 ppapi/examples/media_stream_video/media_stream_video.cc     glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height,
height            463 ppapi/examples/media_stream_video/media_stream_video.cc     glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height,
height             15 ppapi/examples/mouse_cursor/mouse_cursor.cc void FillRect(pp::ImageData* image, int left, int top, int width, int height,
height             18 ppapi/examples/mouse_cursor/mouse_cursor.cc        y < std::min(image->size().height() - 1, top + height);
height             39 ppapi/examples/mouse_cursor/mouse_cursor.cc     height_ = view.GetRect().height();
height             93 ppapi/examples/mouse_lock/mouse_lock.cc         position.size().height() == height_)
height             97 ppapi/examples/mouse_lock/mouse_lock.cc     height_ = position.size().height();
height            146 ppapi/examples/mouse_lock/mouse_lock.cc   pp::ImageData PaintImage(int width, int height) {
height            148 ppapi/examples/mouse_lock/mouse_lock.cc                         pp::Size(width, height), false);
height            158 ppapi/examples/mouse_lock/mouse_lock.cc     int center_y = height / 2;
height            192 ppapi/examples/mouse_lock/mouse_lock.cc     for (int y = 0; y < image.size().height(); ++y) {
height             44 ppapi/examples/scaling/scaling.cc         view_rect.height() == height_ &&
height             50 ppapi/examples/scaling/scaling.cc     height_ = view_rect.height();
height            139 ppapi/examples/scaling/scaling.cc     int height = using_device_pixels_ ? pixel_height_ : height_;
height            141 ppapi/examples/scaling/scaling.cc                         pp::Size(width, height), false);
height            176 ppapi/examples/scaling/scaling.cc     for (int y = 0; y < height; ++y) {
height            181 ppapi/examples/scaling/scaling.cc         int dy = (height / 2) - y;
height             89 ppapi/examples/video_capture/video_capture.cc     int32_t height = capture_info_.height;
height             92 ppapi/examples/video_capture/video_capture.cc         context_->pp_resource(), GL_TEXTURE_2D, 0, 0, 0, width, height,
height             95 ppapi/examples/video_capture/video_capture.cc     data += width * height;
height             97 ppapi/examples/video_capture/video_capture.cc     height /= 2;
height            101 ppapi/examples/video_capture/video_capture.cc         context_->pp_resource(), GL_TEXTURE_2D, 0, 0, 0, width, height,
height            104 ppapi/examples/video_capture/video_capture.cc     data += width * height;
height            107 ppapi/examples/video_capture/video_capture.cc         context_->pp_resource(), GL_TEXTURE_2D, 0, 0, 0, width, height,
height            122 ppapi/examples/video_capture/video_capture.cc   GLuint CreateTexture(int32_t width, int32_t height, int unit);
height            177 ppapi/examples/video_capture/video_capture.cc   capture_info_.height = 240;
height            188 ppapi/examples/video_capture/video_capture.cc   if (position.width() == 0 || position.height() == 0)
height            241 ppapi/examples/video_capture/video_capture.cc   PP_DCHECK(position_size_.width() && position_size_.height());
height            255 ppapi/examples/video_capture/video_capture.cc     PP_GRAPHICS3DATTRIB_HEIGHT, position_size_.height(),
height            265 ppapi/examples/video_capture/video_capture.cc                       position_size_.width(), position_size_.height());
height            293 ppapi/examples/video_capture/video_capture.cc GLuint VCDemoInstance::CreateTexture(int32_t width, int32_t height, int unit) {
height            315 ppapi/examples/video_capture/video_capture.cc       context_->pp_resource(), GL_TEXTURE_2D, 0, GL_LUMINANCE, width, height, 0,
height            418 ppapi/examples/video_capture/video_capture.cc   int32_t height = capture_info_.height;
height            419 ppapi/examples/video_capture/video_capture.cc   texture_y_ = CreateTexture(width, height, 0);
height            422 ppapi/examples/video_capture/video_capture.cc   height /= 2;
height            423 ppapi/examples/video_capture/video_capture.cc   texture_u_ = CreateTexture(width, height, 1);
height            424 ppapi/examples/video_capture/video_capture.cc   texture_v_ = CreateTexture(width, height, 2);
height            136 ppapi/examples/video_decode/video_decode.cc   GLuint CreateTexture(int32_t width, int32_t height, GLenum texture_target);
height            256 ppapi/examples/video_decode/video_decode.cc   if (position.width() == 0 || position.height() == 0)
height            377 ppapi/examples/video_decode/video_decode.cc         dimensions.width, dimensions.height, info.texture_target);
height            426 ppapi/examples/video_decode/video_decode.cc     y = plugin_size_.height() / kNumDecoders;
height            442 ppapi/examples/video_decode/video_decode.cc                          info.buffer.size.height);
height            447 ppapi/examples/video_decode/video_decode.cc                       plugin_size_.height() / kNumDecoders);
height            481 ppapi/examples/video_decode/video_decode.cc   assert(plugin_size_.width() && plugin_size_.height());
height            495 ppapi/examples/video_decode/video_decode.cc     PP_GRAPHICS3DATTRIB_HEIGHT, plugin_size_.height(),
height            537 ppapi/examples/video_decode/video_decode.cc                                               int32_t height,
height            560 ppapi/examples/video_decode/video_decode.cc         context_->pp_resource(), texture_target, 0, GL_RGBA, width, height, 0,
height            145 ppapi/examples/video_effects/video_effects.cc     for (int i = 0; i < size.height() / 2; ++i) {
height            147 ppapi/examples/video_effects/video_effects.cc       uint8_t* bottom = image + (size.height() - 1 - i) * image_data.stride();
height            131 ppapi/lib/gl/gles2/gles2.c                                         GLsizei height,
height            140 ppapi/lib/gl/gles2/gles2.c                                               height,
height            151 ppapi/lib/gl/gles2/gles2.c                                            GLsizei height,
height            161 ppapi/lib/gl/gles2/gles2.c                                                  height,
height            173 ppapi/lib/gl/gles2/gles2.c                                   GLsizei height,
height            182 ppapi/lib/gl/gles2/gles2.c                                         height,
height            193 ppapi/lib/gl/gles2/gles2.c                                      GLsizei height) {
height            202 ppapi/lib/gl/gles2/gles2.c                                            height);
height            577 ppapi/lib/gl/gles2/gles2.c                               GLsizei height,
height            582 ppapi/lib/gl/gles2/gles2.c       glGetCurrentContextPPAPI(), x, y, width, height, format, type, pixels);
height            592 ppapi/lib/gl/gles2/gles2.c                                        GLsizei height) {
height            594 ppapi/lib/gl/gles2/gles2.c       glGetCurrentContextPPAPI(), target, internalformat, width, height);
height            602 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glScissor(GLint x, GLint y, GLsizei width, GLsizei height) {
height            604 ppapi/lib/gl/gles2/gles2.c       glGetCurrentContextPPAPI(), x, y, width, height);
height            659 ppapi/lib/gl/gles2/gles2.c                               GLsizei height,
height            669 ppapi/lib/gl/gles2/gles2.c                                     height,
height            703 ppapi/lib/gl/gles2/gles2.c                                  GLsizei height,
height            713 ppapi/lib/gl/gles2/gles2.c                                        height,
height            879 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glViewport(GLint x, GLint y, GLsizei width, GLsizei height) {
height            881 ppapi/lib/gl/gles2/gles2.c       glGetCurrentContextPPAPI(), x, y, width, height);
height            914 ppapi/lib/gl/gles2/gles2.c                                                      GLsizei height) {
height            923 ppapi/lib/gl/gles2/gles2.c                                            height);
height           1002 ppapi/lib/gl/gles2/gles2.c                                              GLsizei height,
height           1015 ppapi/lib/gl/gles2/gles2.c                                          height,
height            291 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglPostSubBufferNV (EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height);
height            293 ppapi/lib/gl/include/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLPOSTSUBBUFFERNVPROC) (EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height);
height            660 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* data);
height            661 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data);
height            662 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
height            663 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
height            731 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels);
height            733 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
height            735 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
height            744 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels);
height            749 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels);
height            780 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
height            801 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels);
height            802 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels);
height            803 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
height            804 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glCompressedTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* data);
height            805 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glCompressedTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data);
height            809 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels);
height            810 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels);
height            811 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
height            812 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* data);
height            813 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data);
height            958 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleANGLE (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
height            961 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEANGLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
height            997 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEAPPLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
height           1095 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
height           1160 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glReadnPixelsEXT (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
height           1166 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLREADNPIXELSEXTPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
height           1319 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTexStorage2DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
height           1320 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTexStorage3DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
height           1322 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTextureStorage2DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
height           1323 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
height           1327 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXSTORAGE2DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
height           1328 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXSTORAGE3DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
height           1330 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE2DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
height           1331 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE3DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
height           1389 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEIMG) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
height           1566 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *texels);
height           1576 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLEXTGETTEXSUBIMAGEQCOMPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *texels);
height           1620 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glStartTilingQCOM (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask);
height           1624 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLSTARTTILINGQCOMPROC) (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask);
height           1700 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleEXT (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
height           1703 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
height           1735 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void* GL_APIENTRY glMapTexSubImage2DCHROMIUM (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLenum access);
height           1741 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void* (GL_APIENTRYP PFNGLMAPTEXSUBIMAGE2DCHROMIUM) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLenum access);
height           1752 ppapi/lib/gl/include/GLES2/gl2ext.h     GLuint width, GLuint height, GLfloat scale_factor);
height           1755 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLRESIZECHROMIUM) (GLuint width, GLuint height);
height           1872 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glPostSubBufferCHROMIUM (GLint x, GLint y, GLint width, GLint height);
height           1875 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPOSTSUBBUFFERCHROMIUM) (GLint x, GLint y, GLint width, GLint height);
height           1942 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTexImageIOSurface2DCHROMIUM (GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, GLuint plane);
height           1945 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXIMAGEIOSURFACE2DCHROMIUM) (GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, GLuint plane);
height            723 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M15_PPB_Graphics3D_ResizeBuffers(PP_Resource context, int32_t width, int32_t height) {
height            725 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->ResizeBuffers(context, width, height);
height           4417 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .ResizeBuffers = (int32_t (*)(PP_Resource context, int32_t width, int32_t height))&Pnacl_M15_PPB_Graphics3D_ResizeBuffers,
height            168 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc           min_size.height <= size.height && size.height <= max_size.height);
height            172 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc   return (size.width == expected.width && size.height == expected.height);
height            202 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc   int num_pixels = image_desc.stride / kBytesPerPixel * image_desc.size.height;
height            225 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc         (origin.y + size.height) <= image_desc.size.height);
height            230 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc   for (int y = origin.y; y < origin.y + size.height && !found_error; y++) {
height             35 ppapi/proxy/graphics_2d_resource.cc   bool bad_args = size.width <= 0 || size.height <= 0 ||
height             36 ppapi/proxy/graphics_2d_resource.cc       static_cast<int64>(size.width) * static_cast<int64>(size.height) >=
height             70 ppapi/proxy/media_stream_video_track_resource.cc       attributes.height = attrib_list[i + 1];
height            192 ppapi/proxy/pdf_resource_unittest.cc     ASSERT_EQ(expected_desc.size.height, actual_desc.size.height);
height            195 ppapi/proxy/ppapi_command_buffer_proxy.cc     size_t height,
height             48 ppapi/proxy/ppapi_command_buffer_proxy.h       size_t height,
height            135 ppapi/proxy/ppapi_messages.h   IPC_STRUCT_TRAITS_MEMBER(height)
height            168 ppapi/proxy/ppapi_messages.h   IPC_STRUCT_TRAITS_MEMBER(height)
height            246 ppapi/proxy/ppapi_messages.h   IPC_STRUCT_TRAITS_MEMBER(height)
height            124 ppapi/proxy/ppb_image_data_proxy.cc                                int width, int height,
height            147 ppapi/proxy/ppb_image_data_proxy.cc     int width, int height,
height            157 ppapi/proxy/ppb_image_data_proxy.cc         desc.size.width == width && desc.size.height == height) {
height            234 ppapi/proxy/ppb_image_data_proxy.cc                                int width, int height,
height            273 ppapi/proxy/ppb_image_data_proxy.cc     int width, int height,
height            278 ppapi/proxy/ppb_image_data_proxy.cc   return found->second.Get(type, width, height, format);
height            365 ppapi/proxy/ppb_image_data_proxy.cc     memset(data, 0, desc_.stride * desc_.size.height);
height            390 ppapi/proxy/ppb_image_data_proxy.cc                                                            desc_.size.height));
height            444 ppapi/proxy/ppb_image_data_proxy.cc       size_(desc.size.width * desc.size.height * 4),
height            493 ppapi/proxy/ppb_image_data_proxy.cc                                          size.width, size.height, format);
height            175 ppapi/proxy/ppp_instance_proxy_unittest.cc   EXPECT_EQ(received_position.size.height, expected_position.size.height);
height            179 ppapi/proxy/ppp_instance_proxy_unittest.cc   EXPECT_EQ(received_clip.size.height, expected_clip.size.height);
height             33 ppapi/proxy/printing_resource_unittest.cc     return lhs.width == rhs.width && lhs.height == rhs.height;
height            131 ppapi/proxy/serialized_structs.cc   clip.size.height = 0;
height             32 ppapi/shared_impl/media_stream_video_track_shared.cc   if (attributes.height < 0 ||
height             33 ppapi/shared_impl/media_stream_video_track_shared.cc       attributes.height > kMaxHeight ||
height             34 ppapi/shared_impl/media_stream_video_track_shared.cc       attributes.height & 0x3) {
height             19 ppapi/shared_impl/media_stream_video_track_shared.h           height(0),
height             23 ppapi/shared_impl/media_stream_video_track_shared.h     int32_t height;
height             75 ppapi/shared_impl/media_stream_video_track_shared_unittest.cc     attributes.height = 1024;
height             78 ppapi/shared_impl/media_stream_video_track_shared_unittest.cc     attributes.height = 1025;
height             81 ppapi/shared_impl/media_stream_video_track_shared_unittest.cc     attributes.height = 1026;
height             84 ppapi/shared_impl/media_stream_video_track_shared_unittest.cc     attributes.height = -1;
height             87 ppapi/shared_impl/media_stream_video_track_shared_unittest.cc     attributes.height = -4;
height             90 ppapi/shared_impl/media_stream_video_track_shared_unittest.cc     attributes.height = 4096 + 4;
height             47 ppapi/shared_impl/ppb_graphics_3d_shared.cc int32_t PPB_Graphics3D_Shared::ResizeBuffers(int32_t width, int32_t height) {
height             48 ppapi/shared_impl/ppb_graphics_3d_shared.cc   if ((width < 0) || (height < 0))
height             51 ppapi/shared_impl/ppb_graphics_3d_shared.cc   gles2_impl()->ResizeCHROMIUM(width, height, 1.f);
height             81 ppapi/shared_impl/ppb_graphics_3d_shared.cc                                                       GLsizei height,
height             86 ppapi/shared_impl/ppb_graphics_3d_shared.cc       target, level, xoffset, yoffset, width, height, format, type, access);
height             39 ppapi/shared_impl/ppb_graphics_3d_shared.h   virtual int32_t ResizeBuffers(int32_t width, int32_t height) OVERRIDE;
height             48 ppapi/shared_impl/ppb_graphics_3d_shared.h                                          GLsizei height,
height             49 ppapi/shared_impl/ppb_image_data_shared.cc                      desc.size.width > 0 && desc.size.height > 0 &&
height             87 ppapi/shared_impl/ppb_instance_shared.cc   if (desc.size.width > 32 || desc.size.height > 32)
height             96 ppapi/shared_impl/ppb_instance_shared.cc       hot_spot->y >= desc.size.height)
height            217 ppapi/shared_impl/ppb_opengles2_shared.cc                           GLsizei height,
height            224 ppapi/shared_impl/ppb_opengles2_shared.cc         target, level, internalformat, width, height, border, imageSize, data);
height            234 ppapi/shared_impl/ppb_opengles2_shared.cc                              GLsizei height,
height            245 ppapi/shared_impl/ppb_opengles2_shared.cc                                                  height,
height            259 ppapi/shared_impl/ppb_opengles2_shared.cc                     GLsizei height,
height            264 ppapi/shared_impl/ppb_opengles2_shared.cc         target, level, internalformat, x, y, width, height, border);
height            276 ppapi/shared_impl/ppb_opengles2_shared.cc                        GLsizei height) {
height            280 ppapi/shared_impl/ppb_opengles2_shared.cc         target, level, xoffset, yoffset, x, y, width, height);
height            886 ppapi/shared_impl/ppb_opengles2_shared.cc                 GLsizei height,
height            892 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->ReadPixels(x, y, width, height, format, type, pixels);
height            907 ppapi/shared_impl/ppb_opengles2_shared.cc                          GLsizei height) {
height            911 ppapi/shared_impl/ppb_opengles2_shared.cc         ->RenderbufferStorage(target, internalformat, width, height);
height            926 ppapi/shared_impl/ppb_opengles2_shared.cc              GLsizei height) {
height            929 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->Scissor(x, y, width, height);
height           1014 ppapi/shared_impl/ppb_opengles2_shared.cc                 GLsizei height,
height           1025 ppapi/shared_impl/ppb_opengles2_shared.cc                                     height,
height           1079 ppapi/shared_impl/ppb_opengles2_shared.cc                    GLsizei height,
height           1086 ppapi/shared_impl/ppb_opengles2_shared.cc         target, level, xoffset, yoffset, width, height, format, type, pixels);
height           1382 ppapi/shared_impl/ppb_opengles2_shared.cc               GLsizei height) {
height           1385 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->Viewport(x, y, width, height);
height           1412 ppapi/shared_impl/ppb_opengles2_shared.cc                                        GLsizei height) {
height           1416 ppapi/shared_impl/ppb_opengles2_shared.cc         target, samples, internalformat, width, height);
height           1515 ppapi/shared_impl/ppb_opengles2_shared.cc                                GLsizei height,
height           1522 ppapi/shared_impl/ppb_opengles2_shared.cc         target, level, xoffset, yoffset, width, height, format, type, access);
height             10 ppapi/shared_impl/ppb_view_shared.cc   return rect.size.width > 0 && rect.size.height > 0;
height             31 ppapi/shared_impl/ppb_view_shared.cc          rect.size.height == other.rect.size.height &&
height             37 ppapi/shared_impl/ppb_view_shared.cc          clip_rect.size.height == other.clip_rect.size.height &&
height             59 ppapi/tests/test_flash_fullscreen.cc   if (screen_size_.height() < 200 || screen_size_.height() > 2048)
height             60 ppapi/tests/test_flash_fullscreen.cc     return ReportError("screen_size.height()", screen_size_.height());
height             39 ppapi/tests/test_fullscreen.cc   static int32_t mid_y = screen_size.height() / 2;
height             95 ppapi/tests/test_fullscreen.cc   if (screen_size_.height() < 200 || screen_size_.height() > 2048)
height             96 ppapi/tests/test_fullscreen.cc     return ReportError("screen_size.height()", screen_size_.height());
height            155 ppapi/tests/test_fullscreen.cc       normal_position_.y() + normal_position_.height() / 2);
height            223 ppapi/tests/test_fullscreen.cc   int num_pixels = image.stride() / kBytesPerPixel * image.size().height();
height            245 ppapi/tests/test_fullscreen.cc   for (int y = 0; y < painted_size_.height(); y++) {
height            119 ppapi/tests/test_graphics_2d.cc   for (int y = 0; y < image->size().height(); y++) {
height            120 ppapi/tests/test_graphics_2d.cc     uint32_t red = ((y * 256) / image->size().height()) & 0xFF;
height            133 ppapi/tests/test_graphics_2d.cc       image1, pp::Rect(0, 0, image1.size().width(), image1.size().height()),
height            134 ppapi/tests/test_graphics_2d.cc       image2, pp::Rect(0, 0, image2.size().width(), image2.size().height()));
height            141 ppapi/tests/test_graphics_2d.cc   if (rc1.width() != rc2.width() || rc1.height() != rc2.height())
height            144 ppapi/tests/test_graphics_2d.cc   for (int y = 0; y < rc1.height(); y++) {
height            158 ppapi/tests/test_graphics_2d.cc   for (int y = 0; y < image_data.size().height(); y++) {
height            273 ppapi/tests/test_graphics_2d.cc   size.height = -16;
height            280 ppapi/tests/test_graphics_2d.cc   size.height = 16;
height            288 ppapi/tests/test_graphics_2d.cc   size.height = std::numeric_limits<int32_t>::max();
height            314 ppapi/tests/test_graphics_2d.cc   memset(image.data(), 0xFF, image.stride() * image.size().height() * 4);
height            331 ppapi/tests/test_graphics_2d.cc   size.height = -1;
height            336 ppapi/tests/test_graphics_2d.cc   ASSERT_EQ(h, size.height);
height            361 ppapi/tests/test_graphics_2d.cc   size.height = -1;
height            366 ppapi/tests/test_graphics_2d.cc   ASSERT_EQ(h, size.height);
height            589 ppapi/tests/test_graphics_2d.cc               !swapped.size().height() && !swapped.data());
height            735 ppapi/tests/test_graphics_2d.cc   size.height = -1;
height            740 ppapi/tests/test_graphics_2d.cc   ASSERT_EQ(h, size.height);
height             41 ppapi/tests/test_graphics_3d.cc   const int height = 16;
height             44 ppapi/tests/test_graphics_3d.cc       PP_GRAPHICS3DATTRIB_HEIGHT, height,
height             57 ppapi/tests/test_graphics_3d.cc   std::string error = CheckPixelPPAPI(&context, width/2, height/2, red_color);
height             69 ppapi/tests/test_graphics_3d.cc   const int height = 16;
height             72 ppapi/tests/test_graphics_3d.cc       PP_GRAPHICS3DATTRIB_HEIGHT, height,
height             84 ppapi/tests/test_graphics_3d.cc   std::string error = CheckPixelGL(width/2, height/2, red_color);
height             97 ppapi/tests/test_graphics_3d.cc   const int height = 16;
height            100 ppapi/tests/test_graphics_3d.cc       PP_GRAPHICS3DATTRIB_HEIGHT, height,
height             80 ppapi/tests/test_image_data.cc   negative_height.height = -2;
height             90 ppapi/tests/test_image_data.cc   negative_width.height = 16;
height            130 ppapi/tests/test_image_data.cc   if (img.size().width() != w || img.size().height() != h)
height            214 ppapi/tests/test_ime_input_event.cc           view_rect_.y() + view_rect_.height() / 2),
height             27 ppapi/tests/test_input_event.cc       rect.y() + rect.height() / 2);
height            107 ppapi/tests/test_media_stream_video_track.cc     ASSERT_EQ(size.height(), kDefaultHeight);
height            179 ppapi/tests/test_media_stream_video_track.cc       ASSERT_EQ(size.height(), kDefaultHeight);
height            191 ppapi/tests/test_media_stream_video_track.cc     int32_t height;
height            203 ppapi/tests/test_media_stream_video_track.cc       PP_MEDIASTREAMVIDEOTRACK_ATTRIB_HEIGHT, sizes[i].height,
height            222 ppapi/tests/test_media_stream_video_track.cc       ASSERT_EQ(size.height(), sizes[i].expect_height);
height             38 ppapi/tests/test_pdf.cc   ASSERT_EQ(42, data.size().height());
height             40 ppapi/tests/test_pdf.cc     for (int j = 0; j < data.size().height(); ++j) {
height             64 ppapi/tests/test_printing.cc   ASSERT_TRUE(g_print_settings.printable_area.size.height < 2000);
height             69 ppapi/tests/test_printing.cc   ASSERT_TRUE(g_print_settings.content_area.size.height< 2000);
height             72 ppapi/tests/test_printing.cc   ASSERT_TRUE(g_print_settings.paper_size.height < 2000);
height            143 ppapi/tests/test_view.cc   desired_rect.set_height(original_rect.height() + 12);
height            150 ppapi/tests/test_view.cc                 << desired_rect.height() << ");";
height            172 ppapi/tests/test_view.cc   ASSERT_TRUE(original_clip.height() == original_rect.height());
height            174 ppapi/tests/test_view.cc   int clip_amount = original_rect.height() / 2;
height            192 ppapi/tests/test_view.cc   desired_clip.set_height(desired_clip.height() - desired_clip.y());
height             23 ppapi/thunk/ppb_gles_chromium_texture_mapping_thunk.cc                                GLsizei height,
height             30 ppapi/thunk/ppb_gles_chromium_texture_mapping_thunk.cc         target, level, xoffset, yoffset, width, height, format, type, access);
height             28 ppapi/thunk/ppb_graphics_3d_api.h   virtual int32_t ResizeBuffers(int32_t width, int32_t height) = 0;
height             50 ppapi/thunk/ppb_graphics_3d_api.h                                          GLsizei height,
height             72 ppapi/thunk/ppb_graphics_3d_thunk.cc int32_t ResizeBuffers(PP_Resource context, int32_t width, int32_t height) {
height             77 ppapi/thunk/ppb_graphics_3d_thunk.cc   return enter.object()->ResizeBuffers(width, height);
height             47 ppapi/utility/graphics/paint_aggregator.cc     damaged_rect.set_height(scroll_rect.height());
height            120 printing/emf_win.cc     gfx::CreateBitmapHeader(raster_size.width(), raster_size.height(),
height            420 printing/emf_win.cc           gfx::CreateBitmapHeader(bitmap->width(), bitmap->height(), &bmi);
height            527 printing/emf_win.cc                                                      page_size.height(),
height            614 printing/emf_win.cc   page_size.set_height(std::max<int>(1, page_size.height() * scale));
height            635 printing/emf_win.cc     0, float(page_bounds.height()) / bitmap_rect.height(),
height            640 printing/emf_win.cc   ::BitBlt(hdc, 0, 0, bitmap_rect.width(), bitmap_rect.height(),
height             84 printing/image.cc   if (size_.width() == 0 || size_.height() == 0 ||
height             85 printing/image.cc     rhs.size_.width() == 0 || rhs.size_.height() == 0)
height             89 printing/image.cc   int height = std::min(size_.height(), rhs.size_.height());
height             92 printing/image.cc   for (int y = 0; y < height; ++y) {
height            116 printing/image.cc   for (int y = height; y < size_.height(); ++y) {
height            125 printing/image.cc   for (int y = height; y < rhs.size_.height(); ++y) {
height            136 printing/image.cc       static_cast<double>(height);
height             65 printing/image.h     DCHECK(y >= 0 && y < size_.height());
height             19 printing/image_mac.cc   if (rect.width() < 1 || rect.height() < 1)
height             24 printing/image_mac.cc   size_t bytes = row_length_ * size_.height();
height             33 printing/image_mac.cc                             size_.height(),
height             43 printing/image_mac.cc                       CGRectMake(0, 0, size_.width(), size_.height()), params);
height             62 printing/image_win.cc   DCHECK_GE(rect.height(), 0);
height             64 printing/image_win.cc   if (rect.width() < 1 || rect.height() < 1)
height             68 printing/image_win.cc   gfx::CreateBitmapV4Header(rect.width(), rect.height(), &hdr);
height             81 printing/image_win.cc   size_t bytes = row_length_ * size_.height();
height             94 printing/page_setup.cc   if (physical_size_.width() && physical_size_.height()) {
height             95 printing/page_setup.cc     gfx::Size new_size(physical_size_.height(), physical_size_.width());
height            100 printing/page_setup.cc                                  printable_area_.height(),
height            109 printing/page_setup.cc   if (physical_size_.width() && physical_size_.height()) {
height            123 printing/page_setup.cc                                        physical_size_.height() -
height            135 printing/page_setup.cc                         physical_size_.height() - bounds.bottom()),
height            147 printing/page_setup.cc                                     physical_size_.height() -
height            160 printing/page_setup.cc                                     physical_size_.height() -
height             34 printing/page_setup_unittest.cc   printable_area.set_height(page_size.height() - (rand() % kMax) -
height             49 printing/page_setup_unittest.cc                                       page_size.height() -
height             61 printing/page_setup_unittest.cc                          page_size.height() - effective_margins.footer -
height             68 printing/page_setup_unittest.cc                          page_size.height() - effective_margins.bottom -
height            126 printing/pdf_metafile_cg_mac.cc   double height = page_size.height();
height            129 printing/pdf_metafile_cg_mac.cc   CGRect bounds = CGRectMake(0, 0, width, height);
height            138 printing/pdf_metafile_cg_mac.cc   CGContextTranslateCTM(context_, 0, height);
height            187 printing/pdf_metafile_cg_mac.cc         (source_rect.size.width > source_rect.size.height);
height            188 printing/pdf_metafile_cg_mac.cc   const bool dest_is_landscape = (rect.size.width > rect.size.height);
height            192 printing/pdf_metafile_cg_mac.cc       rotate ? source_rect.size.height : source_rect.size.width;
height            194 printing/pdf_metafile_cg_mac.cc       rotate ? source_rect.size.width : source_rect.size.height;
height            199 printing/pdf_metafile_cg_mac.cc                                 (source_height > rect.size.height))) ||
height            201 printing/pdf_metafile_cg_mac.cc                                  (source_height < rect.size.height)));
height            204 printing/pdf_metafile_cg_mac.cc     float y_scaling_factor = rect.size.height / source_height;
height            219 printing/pdf_metafile_cg_mac.cc       ((rect.size.height - (source_height * scaling_factor)) / 2) : 0;
height             61 printing/pdf_metafile_cg_mac_unittest.cc   EXPECT_EQ(720, page_size.height());
height             64 printing/pdf_metafile_cg_mac_unittest.cc   EXPECT_EQ(540, page_size.height());
height             67 printing/pdf_metafile_skia.cc   SkISize pdf_page_size = SkISize::Make(page_size.width(), page_size.height());
height             69 printing/pdf_metafile_skia.cc       SkISize::Make(content_area.width(), content_area.height());
height             35 printing/printed_page.cc   if (paper_size.height() > page_size().height()) {
height             36 printing/printed_page.cc     int diff = paper_size.height() - page_size().height();
height             24 printing/printed_page_unittest.cc   EXPECT_EQ(1100, page_content.height());
height             37 printing/printed_page_unittest.cc   EXPECT_EQ(1100, page_content.height());
height             50 printing/printed_page_unittest.cc   EXPECT_EQ(1100, page_content.height());
height             63 printing/printed_page_unittest.cc   EXPECT_EQ(1100, page_content.height());
height             82 printing/printing_context.cc     gfx::Rect paper_rect(0, 0, paper_size.width(), paper_size.height());
height             33 printing/printing_context_android.cc     printing::PrintSettings* settings, int dpi, int width, int height) {
height             34 printing/printing_context_android.cc   gfx::Size physical_size_device_units(width, height);
height             36 printing/printing_context_android.cc   gfx::Rect printable_area_device_units(0, 0, width, height);
height            128 printing/printing_context_android.cc   int height = Java_PrintingContext_getHeight(env, j_printing_context_.obj());
height            130 printing/printing_context_android.cc   height = Round(ConvertUnitDouble(height, kInchToMil, 1.0) * dpi);
height            131 printing/printing_context_android.cc   SetSizes(&settings_, dpi, width, height);
height            143 printing/printing_context_android.cc            physical_size.height());
height            150 printing/printing_context_android.cc   int32_t height = 0;
height            152 printing/printing_context_android.cc   ulocdata_getPaperSize(app_locale_.c_str(), &height, &width, &error);
height            159 printing/printing_context_android.cc     height = static_cast<int>(
height            167 printing/printing_context_android.cc     height *= multiplier;
height            169 printing/printing_context_android.cc   return gfx::Size(width, height);
height             47 printing/printing_context_no_system_dialog.cc   gfx::Rect printable_area(0, 0, physical_size.width(), physical_size.height());
height             55 printing/printing_context_no_system_dialog.cc   int32_t height = 0;
height             57 printing/printing_context_no_system_dialog.cc   ulocdata_getPaperSize(app_locale_.c_str(), &height, &width, &error);
height             64 printing/printing_context_no_system_dialog.cc     height = static_cast<int>(
height             72 printing/printing_context_no_system_dialog.cc     height *= multiplier;
height             74 printing/printing_context_no_system_dialog.cc   return gfx::Size(width, height);
height            322 printing/printing_context_win.cc       paper_size.height() * settings_.device_units_per_inch());
height            176 remoting/android/java/src/org/chromium/chromoting/DesktopView.java         int height = image.getHeight();
height            179 remoting/android/java/src/org/chromium/chromoting/DesktopView.java             if (mRenderData.imageWidth != width || mRenderData.imageHeight != height) {
height            184 remoting/android/java/src/org/chromium/chromoting/DesktopView.java                 mRenderData.imageHeight = height;
height            189 remoting/android/java/src/org/chromium/chromoting/DesktopView.java             mInputHandler.onHostSizeChanged(width, height);
height            263 remoting/android/java/src/org/chromium/chromoting/DesktopView.java     public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
height            266 remoting/android/java/src/org/chromium/chromoting/DesktopView.java             mRenderData.screenHeight = height;
height            275 remoting/android/java/src/org/chromium/chromoting/DesktopView.java         mInputHandler.onClientSizeChanged(width, height);
height             42 remoting/android/java/src/org/chromium/chromoting/TouchInputHandler.java     void onClientSizeChanged(int width, int height);
height             48 remoting/android/java/src/org/chromium/chromoting/TouchInputHandler.java     void onHostSizeChanged(int width, int height);
height            285 remoting/android/java/src/org/chromium/chromoting/TrackingInputHandler.java     public void onClientSizeChanged(int width, int height) {
height            290 remoting/android/java/src/org/chromium/chromoting/TrackingInputHandler.java     public void onHostSizeChanged(int width, int height) {
height            291 remoting/android/java/src/org/chromium/chromoting/TrackingInputHandler.java         moveCursor((float)width / 2, (float)height / 2);
height            412 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java     private static Bitmap newBitmap(int width, int height) {
height            413 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java         return Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
height            421 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java     public static void updateCursorShape(int width, int height, int hotspotX, int hotspotY,
height            425 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java         int[] data = new int[width * height];
height            428 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java         sCursorBitmap = Bitmap.createBitmap(data, width, height, Bitmap.Config.ARGB_8888);
height             55 remoting/base/util.cc                                int height,
height             67 remoting/base/util.cc                      width, height);
height            126 remoting/base/util.cc                        inner_rect.width(), inner_rect.height());
height            156 remoting/base/util.cc                                        source_size.height(),
height            158 remoting/base/util.cc                                        dest_size.height(),
height            174 remoting/base/util.cc                                    source_size.height(),
height            176 remoting/base/util.cc                                    dest_size.height(),
height            203 remoting/base/util.cc   int top = (rect.top() * out_size.height()) / in_size.height();
height            206 remoting/base/util.cc   int bottom = (rect.bottom() * out_size.height() + in_size.height() - 1) /
height            207 remoting/base/util.cc       in_size.height();
height            233 remoting/base/util.cc   for (int i = 0 ; i < dest_rect.height(); ++i) {
height             61 remoting/base/util.h                                int height,
height             52 remoting/base/util_unittest.cc     for (int height = rect.height(); height > 0; --height) {
height            258 remoting/client/jni/chromoting_jni_runtime.cc   return Java_JniInterface_newBitmap(env, size.width(), size.height());
height            278 remoting/client/jni/chromoting_jni_runtime.cc       cursor_shape.width() * cursor_shape.height() * kBytesPerPixel;
height            285 remoting/client/jni/chromoting_jni_runtime.cc                                       cursor_shape.height(),
height             53 remoting/client/jni/jni_frame_consumer.cc       bitmap_->size().height() != buffer->size().height()) {
height            111 remoting/client/jni/jni_frame_consumer.cc   webrtc::DesktopSize size(source_size.width(), source_size.height());
height            361 remoting/client/plugin/chromoting_instance.cc       webrtc::DesktopSize(view.GetRect().width(), view.GetRect().height()));
height            382 remoting/client/plugin/chromoting_instance.cc   data->SetInteger("height", size.height());
height            403 remoting/client/plugin/chromoting_instance.cc     rect_value->AppendInteger(rect.height());
height            534 remoting/client/plugin/chromoting_instance.cc   int height = cursor_shape.height();
height            542 remoting/client/plugin/chromoting_instance.cc   const uint32_t* src_row_data_end = src_row_data + src_stride * height;
height            551 remoting/client/plugin/chromoting_instance.cc     if (height > kMaxCursorHeight) {
height            554 remoting/client/plugin/chromoting_instance.cc       y = std::min(y, height - kMaxCursorHeight);
height            557 remoting/client/plugin/chromoting_instance.cc       height = kMaxCursorHeight;
height            563 remoting/client/plugin/chromoting_instance.cc       x = std::min(x, height - kMaxCursorWidth);
height            572 remoting/client/plugin/chromoting_instance.cc                                           pp::Size(width, height), false));
height            576 remoting/client/plugin/chromoting_instance.cc     for (int row = 0; row < height; row++) {
height            670 remoting/client/plugin/chromoting_instance.cc         plugin_view_.GetRect().width(), plugin_view_.GetRect().height()));
height            797 remoting/client/plugin/chromoting_instance.cc   int height = 0;
height            801 remoting/client/plugin/chromoting_instance.cc       !data.GetInteger("height", &height) ||
height            804 remoting/client/plugin/chromoting_instance.cc       width <= 0 || height <= 0 ||
height            816 remoting/client/plugin/chromoting_instance.cc   client_resolution.set_height(height);
height            822 remoting/client/plugin/chromoting_instance.cc   client_resolution.set_dips_height((height * kDefaultDPI) / y_dpi);
height             55 remoting/client/plugin/media_source_video_renderer.cc   segment_->AddVideoTrack(frame_size_.width(), frame_size_.height(), 1);
height            171 remoting/client/plugin/media_source_video_renderer.cc           remoting_rect.width(), remoting_rect.height()));
height             46 remoting/client/plugin/pepper_view.cc                                      buffer.size().height()),
height            105 remoting/client/plugin/pepper_view.cc   webrtc::DesktopSize new_dips_size(pp_size.width(), pp_size.height());
height            127 remoting/client/plugin/pepper_view.cc                      ceilf(dips_size_.height() * dips_to_view_scale_));
height            131 remoting/client/plugin/pepper_view.cc     pp::Size pp_size = pp::Size(view_size_.width(), view_size_.height());
height            195 remoting/client/plugin/pepper_view.cc       buffer->size().height() >= clip_area_.height()) {
height            225 remoting/client/plugin/pepper_view.cc   if (clip_area_.width()==0 || clip_area_.height()==0)
height            232 remoting/client/plugin/pepper_view.cc                              clip_area_.height()),
height            287 remoting/client/plugin/pepper_view.cc         pp::Rect(rect.left(), rect.top(), rect.width(), rect.height()));
height             67 remoting/client/software_video_renderer.cc                          rect.width(), rect.height());
height            265 remoting/client/software_video_renderer.cc          clip_area_.height() <= buffer->size().height());
height            303 remoting/client/software_video_renderer.cc           (*i)->size().height() < clip_area_.height()) {
height             31 remoting/codec/codec_test.cc   rects.push_back(DesktopRect::MakeXYWH(0, 0, size.width(), size.height()));
height             35 remoting/codec/codec_test.cc       0, 0, size.width() / 2, size.height() / 2));
height             39 remoting/codec/codec_test.cc       size.width() / 2, size.height() / 2,
height             40 remoting/codec/codec_test.cc       size.width() / 2, size.height() / 2));
height             64 remoting/codec/codec_test.cc         view_size_.width() * view_size_.height() * kBytesPerPixel]);
height             67 remoting/codec/codec_test.cc         webrtc::DesktopSize(screen_size_.width(), screen_size_.height()));
height             77 remoting/codec/codec_test.cc            view_size_.width() * view_size_.height() * kBytesPerPixel);
height             88 remoting/codec/codec_test.cc         webrtc::DesktopSize(view_size_.width(), view_size_.height()),
height             89 remoting/codec/codec_test.cc         webrtc::DesktopRect::MakeWH(view_size_.width(), view_size_.height()),
height            134 remoting/codec/codec_test.cc       for (int y = 0; y < i.rect().height(); ++y) {
height            158 remoting/codec/codec_test.cc       for (int y = 0; y < i.rect().height(); ++y) {
height            238 remoting/codec/codec_test.cc   int memory_size = size.width() * size.height() * kBytesPerPixel;
height            299 remoting/codec/codec_test.cc     for (int y = 0; y < rects[i].height(); ++y) {
height            335 remoting/codec/codec_test.cc   for (int j = 0; j < frame->size().height(); ++j) {
height            339 remoting/codec/codec_test.cc       *p++ = (164.0 * j) / frame->size().height();
height            341 remoting/codec/codec_test.cc           (frame->size().width() + frame->size().height());
height            376 remoting/codec/codec_test.cc       webrtc::DesktopSize(view_size.width(), view_size.height()),
height            378 remoting/codec/codec_test.cc           webrtc::DesktopRect::MakeWH(view_size.width(), view_size.height())));
height             24 remoting/codec/video_decoder_verbatim.cc         new uint8[screen_size_.width() * screen_size_.height() *
height             40 remoting/codec/video_decoder_verbatim.cc                                       proto_rect.height());
height             51 remoting/codec/video_decoder_verbatim.cc     for (int y = rect.top(); y < rect.top() + rect.height(); ++y) {
height             36 remoting/codec/video_decoder_vpx.cc   for (int height = rect.height(); height > 0; --height) {
height            122 remoting/codec/video_decoder_vpx.cc         remoting_rect.width(), remoting_rect.height()));
height            134 remoting/codec/video_decoder_vpx.cc           remoting_rect.width(), remoting_rect.height()));
height            185 remoting/codec/video_decoder_vpx.cc        source_clip.height() < view_size.height())) {
height            212 remoting/codec/video_decoder_vpx.cc                     source_rect.height(),
height            214 remoting/codec/video_decoder_vpx.cc                     clip_area.height(),
height             31 remoting/codec/video_encoder_verbatim.cc     format->set_screen_height(screen_size_.height());
height             39 remoting/codec/video_encoder_verbatim.cc     output_size += rect.width() * rect.height() *
height             53 remoting/codec/video_encoder_verbatim.cc     for (int y = rect.top(); y < rect.top() + rect.height(); ++y) {
height             63 remoting/codec/video_encoder_verbatim.cc     dirty_rect->set_height(rect.height());
height             43 remoting/codec/video_encoder_vpx.cc   config.rc_target_bitrate = size.width() * size.height() *
height             46 remoting/codec/video_encoder_vpx.cc   config.g_h = size.height();
height             94 remoting/codec/video_encoder_vpx.cc   config.g_h = size.height();
height            143 remoting/codec/video_encoder_vpx.cc   DCHECK_LE(32, frame.size().height());
height            209 remoting/codec/video_encoder_vpx.cc   packet->mutable_format()->set_screen_height(frame.size().height());
height            223 remoting/codec/video_encoder_vpx.cc     rect->set_height(r.rect().height());
height            247 remoting/codec/video_encoder_vpx.cc   image_->d_h = size.height();
height            248 remoting/codec/video_encoder_vpx.cc   image_->h = size.height();
height            341 remoting/codec/video_encoder_vpx.cc         rect.left(), rect.top(), rect.width(), rect.height(),
height             32 remoting/codec/video_encoder_vpx_unittest.cc   int height = 1000;
height             38 remoting/codec/video_encoder_vpx_unittest.cc       new webrtc::BasicDesktopFrame(webrtc::DesktopSize(width, height)));
height             43 remoting/codec/video_encoder_vpx_unittest.cc   height /= 2;
height             45 remoting/codec/video_encoder_vpx_unittest.cc       new webrtc::BasicDesktopFrame(webrtc::DesktopSize(width, height)));
height             53 remoting/codec/video_encoder_vpx_unittest.cc   int height = 32;
height             59 remoting/codec/video_encoder_vpx_unittest.cc       new webrtc::BasicDesktopFrame(webrtc::DesktopSize(width, height)));
height             40 remoting/host/chromoting_param_traits.cc   m->WriteInt(p.height());
height             47 remoting/host/chromoting_param_traits.cc   int width, height;
height             48 remoting/host/chromoting_param_traits.cc   if (!m->ReadInt(iter, &width) || !m->ReadInt(iter, &height))
height             50 remoting/host/chromoting_param_traits.cc   *r = webrtc::DesktopSize(width, height);
height             58 remoting/host/chromoting_param_traits.cc                                p.width(), p.height()));
height            109 remoting/host/chromoting_param_traits.cc   if (size.width() < 0 || size.height() < 0 ||
height            122 remoting/host/chromoting_param_traits.cc                                p.dimensions().width(), p.dimensions().height(),
height            108 remoting/host/client_session.cc       resolution.width() <= 0 || resolution.height() <= 0) {
height             38 remoting/host/daemon_process.cc             << resolution.dimensions().height() << " at "
height            139 remoting/host/desktop_resizer_linux.cc   void CreateMode(const char* name, int width, int height);
height            213 remoting/host/desktop_resizer_linux.cc     int height = std::min(std::max(preferred.dimensions().height(), min_height),
height            218 remoting/host/desktop_resizer_linux.cc         webrtc::DesktopSize(std::max(640, width), std::max(480, height)),
height            257 remoting/host/desktop_resizer_linux.cc             << "x" << resolution.dimensions().height();
height            262 remoting/host/desktop_resizer_linux.cc   int height_mm = PixelsToMillimeters(resolution.dimensions().height(),
height            265 remoting/host/desktop_resizer_linux.cc              resolution.dimensions().height());
height            268 remoting/host/desktop_resizer_linux.cc                    resolution.dimensions().height(), width_mm, height_mm);
height            272 remoting/host/desktop_resizer_linux.cc              resolution.dimensions().height());
height            284 remoting/host/desktop_resizer_linux.cc void DesktopResizerLinux::CreateMode(const char* name, int width, int height) {
height            288 remoting/host/desktop_resizer_linux.cc   mode.height = height;
height             52 remoting/host/desktop_resizer_mac.cc         webrtc::DesktopSize(rect.size.width, rect.size.height),
height            109 remoting/host/desktop_resizer_mac.cc               << "x" << resolution.dimensions().height() << "x"
height             25 remoting/host/desktop_resizer_win.cc   if (a.dimensions().height() != b.dimensions().height())
height             26 remoting/host/desktop_resizer_win.cc     return a.dimensions().height() < b.dimensions().height();
height            253 remoting/host/desktop_session_win.cc                std::max(kMinRdpScreenHeight, host_size.height())));
height            261 remoting/host/desktop_session_win.cc                                          host_size.height(),
height             58 remoting/host/disconnect_window_linux.cc void AddRoundRectPath(cairo_t* cairo_context, int width, int height,
height             62 remoting/host/disconnect_window_linux.cc   cairo_arc(cairo_context, width - radius, height - radius, radius, 0, M_PI_2);
height             63 remoting/host/disconnect_window_linux.cc   cairo_arc(cairo_context, radius, height - radius, radius, M_PI_2, 2 * M_PI_2);
height            192 remoting/host/disconnect_window_linux.cc   if (event->width == current_width_ && event->height == current_height_)
height            196 remoting/host/disconnect_window_linux.cc   current_height_ = event->height;
height            376 remoting/host/disconnect_window_win.cc   int height = window_rect.bottom - window_rect.top;
height            377 remoting/host/disconnect_window_win.cc   if (!SetWindowPos(hwnd_, NULL, 0, 0, width, height,
height            383 remoting/host/disconnect_window_win.cc   HRGN rgn = CreateRoundRectRgn(0, 0, width, height, kWindowBorderRadius,
height            263 remoting/host/input_injector_win.cc     int height = GetSystemMetrics(SM_CYVIRTUALSCREEN);
height            264 remoting/host/input_injector_win.cc     if (width > 1 && height > 1) {
height            266 remoting/host/input_injector_win.cc       int y = std::max(0, std::min(height, event.y()));
height            268 remoting/host/input_injector_win.cc       input.mi.dy = static_cast<int>((y * 65535) / (height - 1));
height             35 remoting/host/resizing_host_observer.cc         (candidate.dimensions().height() > preferred.dimensions().height())) {
height             40 remoting/host/resizing_host_observer.cc           static_cast<float>(preferred.dimensions().height()) /
height             41 remoting/host/resizing_host_observer.cc           candidate.dimensions().height();
height             56 remoting/host/resizing_host_observer.cc         candidate.dimensions().height();
height             59 remoting/host/resizing_host_observer.cc         preferred.dimensions().height();
height             72 remoting/host/resizing_host_observer.cc         resolution_.dimensions().height();
height             22 remoting/host/resizing_host_observer_unittest.cc             << resolution.dimensions().height() << " @ "
height             32 remoting/host/resizing_host_observer_unittest.cc ScreenResolution MakeResolution(int width, int height) {
height             33 remoting/host/resizing_host_observer_unittest.cc   return ScreenResolution(webrtc::DesktopSize(width, height),
height             53 remoting/host/screen_capturer_fake.cc     int buffer_size = size_.height() * bytes_per_row_;
height             57 remoting/host/screen_capturer_fake.cc     webrtc::DesktopSize frame_size(size_.width(), size_.height());
height            101 remoting/host/screen_capturer_fake.cc          size_.width() * size_.height() * kBytesPerPixel);
height            111 remoting/host/screen_capturer_fake.cc   if (box_pos_y_ + kBoxHeight >= size_.height() || box_pos_y_ == 0)
height             32 remoting/host/screen_resolution.cc   int64 height = dimensions_.height();
height             37 remoting/host/screen_resolution.cc   height = std::min(height * new_dpi.y() / dpi_.y(),
height             39 remoting/host/screen_resolution.cc   return webrtc::DesktopSize(width, height);
height             94 remoting/host/verify_config_window_win.cc   LONG height = rect.bottom - rect.top;
height             96 remoting/host/verify_config_window_win.cc   LONG y = (owner_rect.top + owner_rect.bottom - height) / 2;
height            103 remoting/host/video_scheduler.cc   cursor_proto->set_height(cursor_shape->size.height());
height            133 remoting/host/win/rdp_client_window.cc   RECT rect = { 0, 0, screen_size_.width(), screen_size_.height() };
height            247 remoting/host/win/rdp_client_window.cc   RECT rect = { 0, 0, screen_size_.width(), screen_size_.height() };
height            278 remoting/host/win/rdp_client_window.cc   result = client_->put_DesktopHeight(screen_size_.height());
height             19 remoting/host/win/rdp_desktop_session.cc     long height,
height             29 remoting/host/win/rdp_desktop_session.cc                               webrtc::DesktopSize(width, height),
height             40 remoting/host/win/rdp_desktop_session.cc STDMETHODIMP RdpDesktopSession::ChangeResolution(long width, long height) {
height             42 remoting/host/win/rdp_desktop_session.h   STDMETHOD(Connect)(long width, long height, BSTR terminal_id,
height             45 remoting/host/win/rdp_desktop_session.h   STDMETHOD(ChangeResolution)(long width, long height);
height             37 remoting/protocol/client_control_dispatcher.cc   int height = cursor_shape.height();
height             42 remoting/protocol/client_control_dispatcher.cc       height <= 0 || height > (SHRT_MAX / 2)) {
height             44 remoting/protocol/client_control_dispatcher.cc                << width << "x" << height;
height             48 remoting/protocol/client_control_dispatcher.cc   uint32 cursor_total_bytes = width * height * kBytesPerPixel;
height             51 remoting/protocol/client_control_dispatcher.cc                << width << "x" << height << " cursor. Only received "
height             37 remoting/protocol/mouse_input_filter.cc     int y = out_event.y() * output_max_.height();
height             38 remoting/protocol/mouse_input_filter.cc     y = (y + input_max_.height() / 2) / input_max_.height();
height             39 remoting/protocol/mouse_input_filter.cc     out_event.set_y(std::max(0, std::min(output_max_.height(), y)));
height             46 remoting/protocol/mouse_input_filter.cc   input_max_.set(size.width() - 1, size.height() - 1);
height             50 remoting/protocol/mouse_input_filter.cc   output_max_.set(size.width() - 1, size.height() - 1);
height            217 remoting/tools/winext/manifest/rdp.h   HRESULT OnRemoteDesktopSizeChange(long width, long height);
height            806 remoting/tools/winext/manifest/rdp.h   HRESULT OnRemoteDesktopSizeChanged(long width, long height);
height            836 remoting/tools/winext/manifest/rdp.h   HRESULT Reconnect(ULONG width, ULONG height);
height            271 skia/ext/analysis_canvas.cc static SkBitmap MakeEmptyBitmap(int width, int height) {
height            273 skia/ext/analysis_canvas.cc   bitmap.setConfig(SkBitmap::kNo_Config, width, height);
height            277 skia/ext/analysis_canvas.cc AnalysisCanvas::AnalysisCanvas(int width, int height)
height            278 skia/ext/analysis_canvas.cc     : INHERITED(MakeEmptyBitmap(width, height)),
height             20 skia/ext/analysis_canvas.h   AnalysisCanvas(int width, int height);
height            286 skia/ext/analysis_canvas_unittest.cc   int height = 100;
height            301 skia/ext/analysis_canvas_unittest.cc     skia::AnalysisCanvas canvas(width, height);
height            305 skia/ext/analysis_canvas_unittest.cc     canvas.drawRect(SkRect::MakeWH(width/2, height), paint);
height            310 skia/ext/analysis_canvas_unittest.cc     skia::AnalysisCanvas canvas(width, height);
height            316 skia/ext/analysis_canvas_unittest.cc     skia::AnalysisCanvas canvas(width, height);
height            322 skia/ext/analysis_canvas_unittest.cc     skia::AnalysisCanvas canvas(width, height);
height            328 skia/ext/analysis_canvas_unittest.cc     skia::AnalysisCanvas canvas(width, height);
height            334 skia/ext/analysis_canvas_unittest.cc     skia::AnalysisCanvas canvas(width, height);
height            340 skia/ext/analysis_canvas_unittest.cc     skia::AnalysisCanvas canvas(width, height);
height            343 skia/ext/analysis_canvas_unittest.cc     canvas.drawRect(SkRect::MakeWH(width, height), paint);
height            348 skia/ext/analysis_canvas_unittest.cc     skia::AnalysisCanvas canvas(width, height);
height            353 skia/ext/analysis_canvas_unittest.cc     canvas.drawRect(SkRect::MakeWH(width, height), translucentPaint);
height            358 skia/ext/analysis_canvas_unittest.cc     skia::AnalysisCanvas canvas(width, height);
height            363 skia/ext/analysis_canvas_unittest.cc     canvas.drawRect(SkRect::MakeWH(width, height), clearModePaint);
height            368 skia/ext/analysis_canvas_unittest.cc     skia::AnalysisCanvas canvas(width, height);
height            376 skia/ext/analysis_canvas_unittest.cc     skia::AnalysisCanvas canvas(width, height);
height            383 skia/ext/analysis_canvas_unittest.cc     skia::AnalysisCanvas canvas(width, height);
height             25 skia/ext/benchmarking_canvas.cc   TimingCanvas(int width, int height, const BenchmarkingCanvas* track_canvas)
height             27 skia/ext/benchmarking_canvas.cc     canvas_ = skia::AdoptRef(SkCanvas::NewRasterN32(width, height));
height            211 skia/ext/benchmarking_canvas.cc BenchmarkingCanvas::BenchmarkingCanvas(int width, int height)
height            212 skia/ext/benchmarking_canvas.cc     : SkNWayCanvas(width, height) {
height            213 skia/ext/benchmarking_canvas.cc   debug_canvas_ = skia::AdoptRef(SkNEW_ARGS(SkDebugCanvas, (width, height)));
height            214 skia/ext/benchmarking_canvas.cc   timing_canvas_ = skia::AdoptRef(SkNEW_ARGS(TimingCanvas, (width, height, this)));
height             19 skia/ext/benchmarking_canvas.h   BenchmarkingCanvas(int width, int height);
height             24 skia/ext/bitmap_platform_device.h     inline bool RasterDeviceTooBigToAllocate(int width, int height) {
height             31 skia/ext/bitmap_platform_device.h     int64_t bytes = (int64_t)width * height * bytesPerPixel;
height             98 skia/ext/bitmap_platform_device_cairo.cc BitmapPlatformDevice* BitmapPlatformDevice::Create(int width, int height,
height            120 skia/ext/bitmap_platform_device_cairo.cc BitmapPlatformDevice* BitmapPlatformDevice::Create(int width, int height,
height            124 skia/ext/bitmap_platform_device_cairo.cc                                                         width, height);
height            126 skia/ext/bitmap_platform_device_cairo.cc   BitmapPlatformDevice* device = Create(width, height, is_opaque, surface);
height            137 skia/ext/bitmap_platform_device_cairo.cc                                                            int height,
height            141 skia/ext/bitmap_platform_device_cairo.cc   return Create(width, height, is_opaque);
height            144 skia/ext/bitmap_platform_device_cairo.cc BitmapPlatformDevice* BitmapPlatformDevice::Create(int width, int height,
height            148 skia/ext/bitmap_platform_device_cairo.cc       data, CAIRO_FORMAT_ARGB32, width, height,
height            151 skia/ext/bitmap_platform_device_cairo.cc   return Create(width, height, is_opaque, surface);
height            172 skia/ext/bitmap_platform_device_cairo.cc   return BitmapPlatformDevice::Create(info.width(), info.height(),
height            201 skia/ext/bitmap_platform_device_cairo.cc SkCanvas* CreatePlatformCanvas(int width, int height, bool is_opaque,
height            204 skia/ext/bitmap_platform_device_cairo.cc       BitmapPlatformDevice::Create(width, height, is_opaque, data));
height            213 skia/ext/bitmap_platform_device_cairo.cc bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) {
height            222 skia/ext/bitmap_platform_device_cairo.cc       height);
height             73 skia/ext/bitmap_platform_device_cairo.h   static BitmapPlatformDevice* Create(int width, int height, bool is_opaque);
height             78 skia/ext/bitmap_platform_device_cairo.h   static BitmapPlatformDevice* CreateAndClear(int width, int height,
height             83 skia/ext/bitmap_platform_device_cairo.h   static BitmapPlatformDevice* Create(int width, int height, bool is_opaque,
height            100 skia/ext/bitmap_platform_device_cairo.h   static BitmapPlatformDevice* Create(int width, int height, bool is_opaque,
height             24 skia/ext/bitmap_platform_device_mac.cc static CGContextRef CGContextForData(void* data, int width, int height) {
height             36 skia/ext/bitmap_platform_device_mac.cc   height = SkMax32(1, height);
height             38 skia/ext/bitmap_platform_device_mac.cc       CGBitmapContextCreate(data, width, height, 8, width * 4,
height             52 skia/ext/bitmap_platform_device_mac.cc   CGContextTranslateCTM(context, 0, height);
height             98 skia/ext/bitmap_platform_device_mac.cc                                                    int height,
height            100 skia/ext/bitmap_platform_device_mac.cc   if (RasterDeviceTooBigToAllocate(width, height))
height            106 skia/ext/bitmap_platform_device_mac.cc   bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height, 0,
height            129 skia/ext/bitmap_platform_device_mac.cc     context = CGContextForData(data, width, height);
height            145 skia/ext/bitmap_platform_device_mac.cc                                                            int height,
height            147 skia/ext/bitmap_platform_device_mac.cc   BitmapPlatformDevice* device = Create(NULL, width, height, is_opaque);
height            155 skia/ext/bitmap_platform_device_mac.cc                                                            int height,
height            159 skia/ext/bitmap_platform_device_mac.cc     context = CGContextForData(data, width, height);
height            161 skia/ext/bitmap_platform_device_mac.cc   BitmapPlatformDevice* rv = Create(context, width, height, is_opaque);
height            226 skia/ext/bitmap_platform_device_mac.cc     bounds.size.height = src_rect->size.height;
height            232 skia/ext/bitmap_platform_device_mac.cc     bounds.size.height = height();
height            244 skia/ext/bitmap_platform_device_mac.cc   return BitmapPlatformDevice::CreateAndClear(info.width(), info.height(),
height            250 skia/ext/bitmap_platform_device_mac.cc SkCanvas* CreatePlatformCanvas(CGContextRef ctx, int width, int height,
height            253 skia/ext/bitmap_platform_device_mac.cc       BitmapPlatformDevice::Create(ctx, width, height, is_opaque));
height            257 skia/ext/bitmap_platform_device_mac.cc SkCanvas* CreatePlatformCanvas(int width, int height, bool is_opaque,
height            260 skia/ext/bitmap_platform_device_mac.cc       BitmapPlatformDevice::CreateWithData(data, width, height, is_opaque));
height            271 skia/ext/bitmap_platform_device_mac.cc bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) {
height            272 skia/ext/bitmap_platform_device_mac.cc   if (RasterDeviceTooBigToAllocate(width, height))
height            275 skia/ext/bitmap_platform_device_mac.cc   bitmap_.setConfig(SkBitmap::kARGB_8888_Config, width, height, width * 4,
height            284 skia/ext/bitmap_platform_device_mac.cc                               bitmap_.height());
height             37 skia/ext/bitmap_platform_device_mac.h                                       int width, int height,
height             42 skia/ext/bitmap_platform_device_mac.h   static BitmapPlatformDevice* CreateAndClear(int width, int height,
height             48 skia/ext/bitmap_platform_device_mac.h                                               int width, int height,
height             46 skia/ext/bitmap_platform_device_mac_unittest.cc   EXPECT_EQ(kHeight, clip_rect.height());
height             66 skia/ext/bitmap_platform_device_mac_unittest.cc   EXPECT_EQ(kHeight, clip_rect.height());
height             10 skia/ext/bitmap_platform_device_skia.cc BitmapPlatformDevice* BitmapPlatformDevice::Create(int width, int height,
height             13 skia/ext/bitmap_platform_device_skia.cc   bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height, 0,
height             26 skia/ext/bitmap_platform_device_skia.cc                                                            int height,
height             28 skia/ext/bitmap_platform_device_skia.cc   BitmapPlatformDevice* device = Create(width, height, is_opaque);
height             34 skia/ext/bitmap_platform_device_skia.cc BitmapPlatformDevice* BitmapPlatformDevice::Create(int width, int height,
height             38 skia/ext/bitmap_platform_device_skia.cc   bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height, 0,
height             59 skia/ext/bitmap_platform_device_skia.cc   return BitmapPlatformDevice::Create(info.width(), info.height(),
height             77 skia/ext/bitmap_platform_device_skia.cc SkCanvas* CreatePlatformCanvas(int width, int height, bool is_opaque,
height             80 skia/ext/bitmap_platform_device_skia.cc       BitmapPlatformDevice::Create(width, height, is_opaque, data));
height             89 skia/ext/bitmap_platform_device_skia.cc bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) {
height             90 skia/ext/bitmap_platform_device_skia.cc   bitmap_.setConfig(SkBitmap::kARGB_8888_Config, width, height, 0,
height             26 skia/ext/bitmap_platform_device_skia.h   static BitmapPlatformDevice* Create(int width, int height, bool is_opaque);
height             30 skia/ext/bitmap_platform_device_skia.h   static BitmapPlatformDevice* CreateAndClear(int width, int height,
height             35 skia/ext/bitmap_platform_device_skia.h   static BitmapPlatformDevice* Create(int width, int height, bool is_opaque,
height             19 skia/ext/bitmap_platform_device_win.cc HBITMAP CreateHBitmap(int width, int height, bool is_opaque,
height             23 skia/ext/bitmap_platform_device_win.cc   if ((width == 0) || (height == 0)) {
height             25 skia/ext/bitmap_platform_device_win.cc     height = 1;
height             31 skia/ext/bitmap_platform_device_win.cc   hdr.biHeight = -height;  // minus means top-down bitmap
height            105 skia/ext/bitmap_platform_device_win.cc static bool InstallHBitmapPixels(SkBitmap* bitmap, int width, int height,
height            108 skia/ext/bitmap_platform_device_win.cc   const SkImageInfo info = SkImageInfo::MakeN32(width, height, at);
height            120 skia/ext/bitmap_platform_device_win.cc     int height,
height            125 skia/ext/bitmap_platform_device_win.cc   HBITMAP hbitmap = CreateHBitmap(width, height, is_opaque, shared_section,
height            131 skia/ext/bitmap_platform_device_win.cc   if (!InstallHBitmapPixels(&bitmap, width, height, is_opaque, data, hbitmap))
height            148 skia/ext/bitmap_platform_device_win.cc BitmapPlatformDevice* BitmapPlatformDevice::Create(int width, int height,
height            150 skia/ext/bitmap_platform_device_win.cc   return Create(width, height, is_opaque, NULL);
height            155 skia/ext/bitmap_platform_device_win.cc                                                            int height,
height            157 skia/ext/bitmap_platform_device_win.cc   BitmapPlatformDevice* device = BitmapPlatformDevice::Create(width, height,
height            219 skia/ext/bitmap_platform_device_win.cc     temp_rect.bottom = height();
height            275 skia/ext/bitmap_platform_device_win.cc   return BitmapPlatformDevice::CreateAndClear(info.width(), info.height(),
height            282 skia/ext/bitmap_platform_device_win.cc                                int height,
height            287 skia/ext/bitmap_platform_device_win.cc       BitmapPlatformDevice::Create(width, height, is_opaque, shared_section));
height            301 skia/ext/bitmap_platform_device_win.cc bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) {
height            303 skia/ext/bitmap_platform_device_win.cc   HBITMAP hbitmap = CreateHBitmap(width, height, is_opaque, 0, &data);
height            315 skia/ext/bitmap_platform_device_win.cc   if (!InstallHBitmapPixels(&bitmap_, width, height, is_opaque, data, hbitmap))
height             37 skia/ext/bitmap_platform_device_win.h   static BitmapPlatformDevice* Create(int width, int height,
height             42 skia/ext/bitmap_platform_device_win.h   static BitmapPlatformDevice* Create(int width, int height, bool is_opaque);
height             46 skia/ext/bitmap_platform_device_win.h   static BitmapPlatformDevice* CreateAndClear(int width, int height,
height            548 skia/ext/convolver.cc   for (int r = 0; r < image_size.height(); ++r) {
height            617 skia/ext/convolver.cc   if (filter_values == NULL || image_size.height() < filter_size) {
height            648 skia/ext/convolver.cc     for (; r < image_size.height() - centrepoint;
height            661 skia/ext/convolver.cc     for (; r < image_size.height();
height            664 skia/ext/convolver.cc       int overlap_taps = image_size.height() - r + centrepoint;
height             34 skia/ext/convolver_unittest.cc void TestImpulseConvolution(const unsigned char* data, int width, int height) {
height             35 skia/ext/convolver_unittest.cc   int byte_count = width * height * 4;
height             41 skia/ext/convolver_unittest.cc   FillImpulseFilter(height, &filter_y);
height             68 skia/ext/convolver_unittest.cc   int height = 31;
height             69 skia/ext/convolver_unittest.cc   int byte_count = width * height * 4;
height             74 skia/ext/convolver_unittest.cc   for (int y = 0; y < height; y++) {
height             81 skia/ext/convolver_unittest.cc         TestImpulseConvolution(input_ptr, width, height);
height            252 skia/ext/convolver_unittest.cc   for (int y = 0; y < source.height(); y++) {
height            311 skia/ext/convolver_unittest.cc     for (unsigned int height = 1; height < 20; height++) {
height            312 skia/ext/convolver_unittest.cc       VerifySIMD(width, height, 8, 8);
height            313 skia/ext/convolver_unittest.cc       VerifySIMD(8, 8, width, height);
height            196 skia/ext/image_operations.cc   ComputeFilters(src_full_height, dest_subset.fTop, dest_subset.height(),
height            360 skia/ext/image_operations.cc                "src_pixels", source.width()*source.height(),
height            378 skia/ext/image_operations.cc       h = dest_height < source.height() ? 3 : 1;
height            384 skia/ext/image_operations.cc   const int height = dest_height * h;
height            387 skia/ext/image_operations.cc                      dest_subset.fTop + dest_subset.height() * h };
height            389 skia/ext/image_operations.cc                              height, subset, allocator);
height            397 skia/ext/image_operations.cc                    dest_subset.height(), 0, img.alphaType());
height            408 skia/ext/image_operations.cc   for (int y = 0; y < dest_subset.height(); y++) {
height            471 skia/ext/image_operations.cc                "src_pixels", source.width()*source.height(),
height            488 skia/ext/image_operations.cc   if (source.width() < 1 || source.height() < 1 ||
height            501 skia/ext/image_operations.cc   ResizeFilter filter(method, source.width(), source.height(),
height            513 skia/ext/image_operations.cc                    dest_subset.height(), 0, source.alphaType());
height             93 skia/ext/image_operations_bench.cc   return bitmap->height() * bitmap->bytesPerPixel() * bitmap->width();
height            233 skia/ext/image_operations_bench.cc                    source_.width(), source_.height());
height            244 skia/ext/image_operations_bench.cc                                          dest_.width(), dest_.height());
height            199 skia/ext/image_operations_unittest.cc           color_format, gfx::Size(bmp.width(), bmp.height()),
height            225 skia/ext/image_operations_unittest.cc   ASSERT_EQ(src_h, results.height());
height            287 skia/ext/image_operations_unittest.cc   ASSERT_EQ(dest_h, dest.height());
height            396 skia/ext/image_operations_unittest.cc   ASSERT_EQ(src_h / 2, actual_results.height());
height            400 skia/ext/image_operations_unittest.cc   for (int y = 0; y < actual_results.height(); y++) {
height            440 skia/ext/image_operations_unittest.cc   ASSERT_EQ(src_h / 2, full_results.height());
height            449 skia/ext/image_operations_unittest.cc   ASSERT_EQ(subset_rect.height(), subset_results.height());
height            455 skia/ext/image_operations_unittest.cc   for (int y = 0; y < subset_rect.height(); y++) {
height            597 skia/ext/image_operations_unittest.cc   ASSERT_EQ(dest_h, dest_l2.height());
height            604 skia/ext/image_operations_unittest.cc   ASSERT_EQ(dest_h, dest_l3.height());
height            136 skia/ext/pixel_ref_utils.cc     SkRect bitmap_rect = SkRect::MakeWH(bitmap.width(), bitmap.height());
height            151 skia/ext/pixel_ref_utils.cc     SkRect bitmap_rect = SkRect::MakeWH(bitmap.width(), bitmap.height());
height            165 skia/ext/pixel_ref_utils.cc     SkRect bitmap_rect = SkRect::MakeWH(bitmap.width(), bitmap.height());
height            346 skia/ext/pixel_ref_utils.cc     SkRect canvas_rect = SkRect::MakeWH(width(), height());
height            374 skia/ext/pixel_ref_utils.cc       SkBitmap::kNo_Config, picture->width(), picture->height());
height            379 skia/ext/pixel_ref_utils.cc   canvas.clipRect(SkRect::MakeWH(picture->width(), picture->height()),
height             63 skia/ext/pixel_ref_utils_unittest.cc     size.width(), size.height(), kPMColor_SkColorType, kPremul_SkAlphaType
height             75 skia/ext/pixel_ref_utils_unittest.cc       layer_rect.height(),
height             82 skia/ext/pixel_ref_utils_unittest.cc       layer_rect.x(), layer_rect.y(), layer_rect.width(), layer_rect.height()));
height             46 skia/ext/platform_canvas.cc void MakeOpaque(SkCanvas* canvas, int x, int y, int width, int height) {
height             47 skia/ext/platform_canvas.cc   if (width <= 0 || height <= 0)
height             52 skia/ext/platform_canvas.cc                SkIntToScalar(width), SkIntToScalar(height));
height             42 skia/ext/platform_canvas.h                                         int height,
height             49 skia/ext/platform_canvas.h                                         int height,
height             54 skia/ext/platform_canvas.h                                         int height,
height             65 skia/ext/platform_canvas.h                                         int height,
height             72 skia/ext/platform_canvas.h                                              int height,
height             74 skia/ext/platform_canvas.h   return CreatePlatformCanvas(width, height, is_opaque, 0, CRASH_ON_FAILURE);
height             81 skia/ext/platform_canvas.h                                            int height,
height             83 skia/ext/platform_canvas.h   return CreatePlatformCanvas(width, height, is_opaque, 0, CRASH_ON_FAILURE);
height             87 skia/ext/platform_canvas.h                                               int height,
height             89 skia/ext/platform_canvas.h   return CreatePlatformCanvas(width, height, is_opaque, 0,
height            126 skia/ext/platform_canvas.h SK_API void MakeOpaque(SkCanvas* canvas, int x, int y, int width, int height);
height            165 skia/ext/platform_canvas.h   bool Allocate(int width, int height, bool is_opaque);
height             43 skia/ext/platform_canvas_unittest.cc   for (int cur_y = 0; cur_y < bitmap.height(); cur_y++) {
height            413 skia/ext/platform_canvas_unittest.cc   EXPECT_EQ(kHeight, platform_bitmap->GetBitmap().height());
height            104 skia/ext/platform_device_mac.cc   size_t height = CGBitmapContextGetHeight(context);
height            106 skia/ext/platform_device_mac.cc   transformed_matrix.setTranslateY(ty + (SkScalar)height);
height            237 skia/ext/recursive_gaussian_convolution.cc                                       image_size.height(),
height            260 skia/ext/recursive_gaussian_convolution.cc                                       image_size.height(),
height             28 skia/ext/recursive_gaussian_convolution_unittest.cc                           int height,
height             34 skia/ext/recursive_gaussian_convolution_unittest.cc   const int src_byte_count = src_row_stride * height;
height             36 skia/ext/recursive_gaussian_convolution_unittest.cc   const int signal_y = height / 2;
height             47 skia/ext/recursive_gaussian_convolution_unittest.cc                      int height,
height             56 skia/ext/recursive_gaussian_convolution_unittest.cc   const int src_byte_count = src_row_stride * height;
height             58 skia/ext/recursive_gaussian_convolution_unittest.cc                                         (height - box_height) / 2,
height            190 skia/ext/vector_canvas_unittest.cc     height_ = bitmap.height();
height            316 skia/ext/vector_canvas_unittest.cc     for (int y = 0; y < bitmap.height(); ++y) {
height            354 skia/ext/vector_canvas_unittest.cc              << image.height() << ", " << image.row_length() << ")";
height             26 skia/ext/vector_platform_device_emf_win.cc     int width, int height, bool is_opaque, HANDLE shared_section) {
height             36 skia/ext/vector_platform_device_emf_win.cc     return BitmapPlatformDevice::Create(width, height, is_opaque,
height             50 skia/ext/vector_platform_device_emf_win.cc       reinterpret_cast<HDC>(shared_section), width, height);
height             54 skia/ext/vector_platform_device_emf_win.cc static void FillBitmapInfoHeader(int width, int height, BITMAPINFOHEADER* hdr) {
height             57 skia/ext/vector_platform_device_emf_win.cc   hdr->biHeight = -height;  // Minus means top-down bitmap.
height             68 skia/ext/vector_platform_device_emf_win.cc SkBaseDevice* VectorPlatformDeviceEmf::create(HDC dc, int width, int height) {
height             85 skia/ext/vector_platform_device_emf_win.cc           height == bitmap_data.bmHeight) {
height             97 skia/ext/vector_platform_device_emf_win.cc     bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height);
height            127 skia/ext/vector_platform_device_emf_win.cc   rect.fBottom = SkIntToScalar(height() + 1);
height            277 skia/ext/vector_platform_device_emf_win.cc     bitmapBounds.isetWH(bitmap.width(), bitmap.height());
height            701 skia/ext/vector_platform_device_emf_win.cc     SkBitmap::Config config, int width, int height, bool isOpaque,
height            704 skia/ext/vector_platform_device_emf_win.cc   return VectorPlatformDeviceEmf::CreateDevice(width, height, isOpaque, NULL);
height            712 skia/ext/vector_platform_device_emf_win.cc       info.width(), info.height(), info.isOpaque(), NULL);
height            894 skia/ext/vector_platform_device_emf_win.cc   int src_size_y = bitmap.height();
height            950 skia/ext/vector_platform_device_emf_win.cc     for (int row = 0; row < bitmap.height(); ++row) {
height             24 skia/ext/vector_platform_device_emf_win.h   SK_API static SkBaseDevice* CreateDevice(int width, int height, bool isOpaque,
height             28 skia/ext/vector_platform_device_emf_win.h   static SkBaseDevice* create(HDC dc, int width, int height);
height             84 skia/ext/vector_platform_device_emf_win.h                                                  int height, bool isOpaque,
height             16 skia/ext/vector_platform_device_skia.cc static inline SkBitmap makeABitmap(int width, int height) {
height             18 skia/ext/vector_platform_device_skia.cc   bitmap.setConfig(SkBitmap::kNo_Config, width, height);
height             45 skia/ext/vector_platform_device_skia.cc       BitmapPlatformDevice::CreateAndClear(width(), height(), false));
height             55 skia/ext/vector_platform_device_skia.cc   SkRegion clip(SkIRect::MakeWH(width(), height()));
height            537 sync/protocol/proto_value_conversions.cc   SET_INT32(height);
height            475 third_party/bintrees/bintrees/ctrees.c 	rlh = height(root->link[0]);
height            476 third_party/bintrees/bintrees/ctrees.c 	rrh = height(root->link[1]);
height            477 third_party/bintrees/bintrees/ctrees.c 	slh = height(save->link[!dir]);
height            540 third_party/bintrees/bintrees/ctrees.c 			lh = height(up[top]->link[upd[top]]);
height            541 third_party/bintrees/bintrees/ctrees.c 			rh = height(up[top]->link[!upd[top]]);
height            550 third_party/bintrees/bintrees/ctrees.c 				if (height( a ) >= height( b ))
height            563 third_party/bintrees/bintrees/ctrees.c 			lh = height(up[top]->link[upd[top]]);
height            564 third_party/bintrees/bintrees/ctrees.c 			rh = height(up[top]->link[!upd[top]]);
height            634 third_party/bintrees/bintrees/ctrees.c 			int lh = height(up[top]->link[upd[top]]);
height            635 third_party/bintrees/bintrees/ctrees.c 			int rh = height(up[top]->link[!upd[top]]);
height            648 third_party/bintrees/bintrees/ctrees.c 				if (height(a) <= height(b))
height            161 third_party/harfbuzz-ng/src/hb-font.cc       font->parent_scale_distance (&extents->width, &extents->height);
height             88 third_party/harfbuzz-ng/src/hb-font.h   hb_position_t height;
height            196 third_party/harfbuzz-ng/src/hb-ft.cc   extents->height = -ft_face->glyph->metrics.height;
height            259 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc       base_extents.height -= y_gap;
height            263 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc       pos.y_offset = base_extents.y_bearing + base_extents.height - mark_extents.y_bearing;
height            267 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc 	base_extents.height -= pos.y_offset;
height            270 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc       base_extents.height += mark_extents.height;
height            279 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc       base_extents.height -= y_gap;
height            283 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc       pos.y_offset = base_extents.y_bearing - (mark_extents.y_bearing + mark_extents.height);
height            289 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc 	base_extents.height -= correction;
height            292 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc       base_extents.y_bearing -= mark_extents.height;
height            293 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc       base_extents.height += mark_extents.height;
height            290 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglPostSubBufferNV (EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height);
height            292 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLPOSTSUBBUFFERNVPROC) (EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height);
height            399 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data);
height            400 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
height            401 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
height            402 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
height            470 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
height            472 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
height            474 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
height            483 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
height            488 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
height            519 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
height            308 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
height            309 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
height            310 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
height            311 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
height            312 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
height            321 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
height            322 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
height            323 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
height            324 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glCompressedTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
height            325 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glCompressedTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
height            474 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEANGLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
height            476 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleANGLE (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
height            545 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEAPPLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
height            548 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleAPPLE (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
height            811 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
height            814 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleEXT (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
height            866 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLREADNPIXELSEXTPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
height            871 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glReadnPixelsEXT (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
height           1065 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXSTORAGE2DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
height           1066 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXSTORAGE3DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
height           1068 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE2DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
height           1069 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE3DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
height           1072 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTexStorage2DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
height           1073 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTexStorage3DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
height           1075 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTextureStorage2DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
height           1076 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
height           1103 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEIMGPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
height           1106 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleIMG (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
height           1339 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLENVPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
height           1341 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleNV (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
height           1497 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLEXTGETTEXSUBIMAGEQCOMPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void *texels);
height           1506 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void *texels);
height           1564 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLSTARTTILINGQCOMPROC) (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask);
height           1567 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glStartTilingQCOM (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask);
height            589 third_party/libpng/png.c          for (row = 0; row < (int)info_ptr->height; row++)
height            961 third_party/libpng/png.c    png_uint_32 width, png_uint_32 height, int bit_depth,
height            974 third_party/libpng/png.c    if (height == 0)
height            991 third_party/libpng/png.c    if (height > png_ptr->user_height_max || height > PNG_USER_HEIGHT_MAX)
height            993 third_party/libpng/png.c    if (height > PNG_USER_HEIGHT_MAX)
height           1006 third_party/libpng/png.c    if ( height > PNG_UINT_31_MAX)
height            816 third_party/libpng/png.h    png_uint_32 height PNG_DEPSTRUCT;      /* height of image in pixels (from IHDR) */
height           1285 third_party/libpng/png.h    png_uint_32 height PNG_DEPSTRUCT;        /* height of image in pixels */
height           2399 third_party/libpng/png.h    png_infop info_ptr, png_uint_32 *width, png_uint_32 *height,
height           2404 third_party/libpng/png.h    png_infop info_ptr, png_uint_32 width, png_uint_32 height, int bit_depth,
height           2541 third_party/libpng/png.h    png_infop info_ptr, int *unit, double *width, double *height));
height           2553 third_party/libpng/png.h    png_infop info_ptr, int unit, double width, double height));
height           3236 third_party/libpng/png.h    png_uint_32 height,
height           3364 third_party/libpng/png.h    int unit, double width, double height)) PNG_PRIVATE;
height           3368 third_party/libpng/png.h    int unit, png_charp width, png_charp height)) PNG_PRIVATE;
height           3775 third_party/libpng/png.h    png_uint_32 width, png_uint_32 height, int bit_depth,
height             67 third_party/libpng/pngget.c       return info_ptr->height;
height            578 third_party/libpng/pngget.c    png_uint_32 *width, png_uint_32 *height, int *bit_depth,
height            586 third_party/libpng/pngget.c        height == NULL || bit_depth == NULL || color_type == NULL)
height            590 third_party/libpng/pngget.c    *height = info_ptr->height;
height            608 third_party/libpng/pngget.c    png_check_IHDR (png_ptr, info_ptr->width, info_ptr->height,
height            663 third_party/libpng/pngget.c              int *unit, double *width, double *height)
height            670 third_party/libpng/pngget.c         *height = info_ptr->scal_pixel_height;
height            679 third_party/libpng/pngget.c              int *unit, png_charpp width, png_charpp height)
height            686 third_party/libpng/pngget.c         *height = info_ptr->scal_s_height;
height            985 third_party/libpng/pngpread.c             if (png_ptr->pass == 4 && png_ptr->height <= 4)
height            994 third_party/libpng/pngpread.c             if (png_ptr->pass == 6 && png_ptr->height <= 4)
height           1194 third_party/libpng/pngpread.c          png_ptr->num_rows = (png_ptr->height +
height            931 third_party/libpng/pngread.c    image_height=png_ptr->height;
height           1376 third_party/libpng/pngread.c    if (info_ptr->height > PNG_UINT_32_MAX/png_sizeof(png_bytep))
height           1503 third_party/libpng/pngread.c          info_ptr->height * png_sizeof(png_bytep));
height           1504 third_party/libpng/pngread.c       png_memset(info_ptr->row_pointers, 0, info_ptr->height
height           1511 third_party/libpng/pngread.c       for (row = 0; row < (int)info_ptr->height; row++)
height            444 third_party/libpng/pngrutil.c    png_uint_32 width, height;
height            463 third_party/libpng/pngrutil.c    height = png_get_uint_31(png_ptr, buf + 4);
height            472 third_party/libpng/pngrutil.c    png_ptr->height = height;
height            509 third_party/libpng/pngrutil.c    png_set_IHDR(png_ptr, info_ptr, width, height, bit_depth,
height           1796 third_party/libpng/pngrutil.c    double width, height;
height           1892 third_party/libpng/pngrutil.c    height = png_strtod(png_ptr, ep, &vp);
height           1922 third_party/libpng/pngrutil.c       || width <= 0. || height <= 0.
height           1938 third_party/libpng/pngrutil.c    png_set_sCAL(png_ptr, info_ptr, png_ptr->chunkdata[0], width, height);
height           3106 third_party/libpng/pngrutil.c             png_ptr->num_rows = (png_ptr->height +
height           3221 third_party/libpng/pngrutil.c          png_ptr->num_rows = (png_ptr->height + png_pass_yinc[0] - 1 -
height           3224 third_party/libpng/pngrutil.c          png_ptr->num_rows = png_ptr->height;
height           3234 third_party/libpng/pngrutil.c       png_ptr->num_rows = png_ptr->height;
height           3388 third_party/libpng/pngrutil.c    png_debug1(3, "height = %lu,", png_ptr->height);
height            228 third_party/libpng/pngset.c    png_uint_32 width, png_uint_32 height, int bit_depth,
height            238 third_party/libpng/pngset.c    info_ptr->height = height;
height            245 third_party/libpng/pngset.c    png_check_IHDR (png_ptr, info_ptr->width, info_ptr->height,
height            365 third_party/libpng/pngset.c              int unit, double width, double height)
height            374 third_party/libpng/pngset.c    info_ptr->scal_pixel_height = height;
height             49 third_party/libpng/pngwrite.c    png_write_IHDR(png_ptr, info_ptr->width, info_ptr->height,
height            782 third_party/libpng/pngwrite.c       for (i = 0, rp = image; i < png_ptr->height; i++, rp++)
height            392 third_party/libpng/pngwutil.c png_write_IHDR(png_structp png_ptr, png_uint_32 width, png_uint_32 height,
height            498 third_party/libpng/pngwutil.c    png_ptr->height = height;
height            509 third_party/libpng/pngwutil.c    png_save_uint_32(buf + 4, height);
height            662 third_party/libpng/pngwutil.c              png_ptr->height < 16384 && png_ptr->width < 16384)
height            664 third_party/libpng/pngwutil.c             png_uint_32 uncompressed_idat_size = png_ptr->height *
height           1628 third_party/libpng/pngwutil.c png_write_sCAL(png_structp png_ptr, int unit, double width, double height)
height           1649 third_party/libpng/pngwutil.c       swprintf(wc_buf, TEXT("%12.12e"), height);
height           1658 third_party/libpng/pngwutil.c    png_snprintf(buf + total_len, 64-total_len, "%12.12e", height);
height           1669 third_party/libpng/pngwutil.c    png_charp height)
height           1680 third_party/libpng/pngwutil.c    hlen = png_strlen(height);
height           1690 third_party/libpng/pngwutil.c    png_memcpy(buf + wlen + 2, height, hlen);  /* Do NOT append the '\0' here */
height           1834 third_party/libpng/pngwutil.c          png_ptr->num_rows = (png_ptr->height + png_pass_yinc[0] - 1 -
height           1841 third_party/libpng/pngwutil.c          png_ptr->num_rows = png_ptr->height;
height           1848 third_party/libpng/pngwutil.c       png_ptr->num_rows = png_ptr->height;
height           1907 third_party/libpng/pngwutil.c             png_ptr->num_rows = (png_ptr->height +
height            703 third_party/libva/va/va.h     unsigned int height;
height            796 third_party/libva/va/va.h     unsigned int        height,
height           2033 third_party/libva/va/va.h     unsigned short	height;
height           2089 third_party/libva/va/va.h     int height,
height           2122 third_party/libva/va/va.h     unsigned int height,
height           2317 third_party/libva/va/va.h     unsigned short height;
height            106 third_party/libva/va/va_backend.h 		int height,
height            229 third_party/libva/va/va_backend.h 		int height,
height            261 third_party/libva/va/va_backend.h 		unsigned int height,
height            409 third_party/libva/va/va_backend.h             unsigned int        height,
height             41 third_party/libva/va/va_backend_tpi.h         int height,
height            102 third_party/libva/va/va_compat.h #define vaCreateSurfaces6(dpy, width, height, format, num_surfaces, surfaces) \
height            103 third_party/libva/va/va_compat.h     (vaCreateSurfaces)(dpy, format, width, height, surfaces, num_surfaces, \
height            106 third_party/libva/va/va_compat.h #define vaCreateSurfaces8(dpy, format, width, height, surfaces, num_surfaces, attribs, num_attribs) \
height            107 third_party/libva/va/va_compat.h     (vaCreateSurfaces)(dpy, format, width, height, surfaces, num_surfaces, \
height             52 third_party/libva/va/va_tpi.h     unsigned int height;
height             92 third_party/libva/va/va_tpi.h     int height,
height             80 third_party/libva/va/va_trace.h     int height,
height             64 third_party/libva/va/x11/va_dri2.h 	       int *width, int *height,
height            166 third_party/libva/va/x11/va_dri2str.h     CARD32  height B32;
height             68 third_party/libva/va/x11/va_dricommon.h     unsigned int height;
height             45 third_party/libwebp/dec/alpha.c                     size_t data_size, int width, int height, uint8_t* output) {
height             51 third_party/libwebp/dec/alpha.c   assert(width > 0 && height > 0);
height             55 third_party/libwebp/dec/alpha.c   dec->height_ = height;
height             90 third_party/libwebp/dec/alpha.c   const int height = alph_dec->height_;
height            107 third_party/libwebp/dec/alpha.c     unfilter_func(width, height, width, row, num_rows, output);
height            111 third_party/libwebp/dec/alpha.c     if (!DequantizeLevels(output, width, height, row, num_rows)) {
height            128 third_party/libwebp/dec/alpha.c   const int height = dec->pic_hdr_.height_;
height            130 third_party/libwebp/dec/alpha.c   if (row < 0 || num_rows <= 0 || row + num_rows > height) {
height            140 third_party/libwebp/dec/alpha.c                   width, height, dec->alpha_plane_)) {
height             40 third_party/libwebp/dec/buffer.c   const int height = buffer->height;
height             45 third_party/libwebp/dec/buffer.c     const uint64_t y_size = (uint64_t)buf->y_stride * height;
height             46 third_party/libwebp/dec/buffer.c     const uint64_t u_size = (uint64_t)buf->u_stride * ((height + 1) / 2);
height             47 third_party/libwebp/dec/buffer.c     const uint64_t v_size = (uint64_t)buf->v_stride * ((height + 1) / 2);
height             48 third_party/libwebp/dec/buffer.c     const uint64_t a_size = (uint64_t)buf->a_stride * height;
height             65 third_party/libwebp/dec/buffer.c     const uint64_t size = (uint64_t)buf->stride * height;
height             75 third_party/libwebp/dec/buffer.c   const int h = buffer->height;
height            161 third_party/libwebp/dec/buffer.c   out->height = h;
height             49 third_party/libwebp/dec/decode_vp8.h   int width, height;         // picture dimensions, in pixels (invariable).
height            169 third_party/libwebp/dec/decode_vp8.h     int* const width, int* const height);
height            179 third_party/libwebp/dec/decode_vp8.h     int* const width, int* const height, int* const has_alpha);
height            498 third_party/libwebp/dec/frame.c                        int width, int height) {
height            504 third_party/libwebp/dec/frame.c   (void)height;
height            510 third_party/libwebp/dec/frame.c   if (height < 2 * width) return 2;
height            345 third_party/libwebp/dec/idec.c   int width, height;
height            352 third_party/libwebp/dec/idec.c   if (!VP8GetInfo(data, curr_size, idec->chunk_size_, &width, &height)) {
height            414 third_party/libwebp/dec/idec.c   dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options,
height            421 third_party/libwebp/dec/idec.c                                        io->width, io->height);
height            508 third_party/libwebp/dec/idec.c   dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options,
height            779 third_party/libwebp/dec/idec.c                                       int* width, int* height) {
height            786 third_party/libwebp/dec/idec.c     if (height != NULL) *height = idec->params_.last_y;
height            789 third_party/libwebp/dec/idec.c     if (height != NULL) *height = 0;
height            795 third_party/libwebp/dec/idec.c                         int* width, int* height, int* stride) {
height            804 third_party/libwebp/dec/idec.c   if (height != NULL) *height = src->height;
height            812 third_party/libwebp/dec/idec.c                          int* width, int* height,
height            825 third_party/libwebp/dec/idec.c   if (height != NULL) *height = src->height;
height            367 third_party/libwebp/dec/io.c     assert(p->last_y + y_pos + num_lines_out < p->output->height);
height            418 third_party/libwebp/dec/io.c     assert(p->last_y + y_pos + num_lines_out < p->output->height);
height            447 third_party/libwebp/dec/io.c     assert(p->last_y + y_pos + num_lines_out < p->output->height);
height             97 third_party/libwebp/dec/vp8.c                int* const width, int* const height) {
height            130 third_party/libwebp/dec/vp8.c     if (height) {
height            131 third_party/libwebp/dec/vp8.c       *height = h;
height            308 third_party/libwebp/dec/vp8.c     io->height = pic_hdr->height_;
height            314 third_party/libwebp/dec/vp8.c     io->crop_bottom = io->height;
height            316 third_party/libwebp/dec/vp8.c     io->mb_h = io->height;  // ditto
height            335 third_party/libwebp/dec/vp8i.h                        int width, int height);
height             89 third_party/libwebp/dec/vp8l.c                          int* const width, int* const height,
height             93 third_party/libwebp/dec/vp8l.c   *height = VP8LReadBits(br, VP8L_IMAGE_SIZE_BITS) + 1;
height            100 third_party/libwebp/dec/vp8l.c                 int* const width, int* const height, int* const has_alpha) {
height            113 third_party/libwebp/dec/vp8l.c     if (height != NULL) *height = h;
height            694 third_party/libwebp/dec/vp8l.c       assert(dec->last_out_row_ <= output->height);
height            730 third_party/libwebp/dec/vp8l.c                            int width, int height, int last_row) {
height            738 third_party/libwebp/dec/vp8l.c   const int end = width * height;     // End of data
height            744 third_party/libwebp/dec/vp8l.c   assert(last_row <= height);
height            816 third_party/libwebp/dec/vp8l.c                            int width, int height, int last_row,
height            826 third_party/libwebp/dec/vp8l.c   uint32_t* const src_end = data + width * height;     // End of data
height           1077 third_party/libwebp/dec/vp8l.c static void UpdateDecoder(VP8LDecoder* const dec, int width, int height) {
height           1081 third_party/libwebp/dec/vp8l.c   dec->height_ = height;
height           1258 third_party/libwebp/dec/vp8l.c   io->height = alph_dec->height_;
height           1314 third_party/libwebp/dec/vp8l.c   int width, height, has_alpha;
height           1325 third_party/libwebp/dec/vp8l.c   if (!ReadImageInfo(&dec->br_, &width, &height, &has_alpha)) {
height           1331 third_party/libwebp/dec/vp8l.c   io->height = height;
height           1334 third_party/libwebp/dec/vp8l.c   if (!DecodeImageStream(width, height, 1, dec, NULL)) goto Error;
height            113 third_party/libwebp/dec/webp.c     int width, height;
height            126 third_party/libwebp/dec/webp.c     height = 1 + get_le24(*data + 15);
height            127 third_party/libwebp/dec/webp.c     if (width * (uint64_t)height >= MAX_IMAGE_AREA) {
height            133 third_party/libwebp/dec/webp.c     if (height_ptr != NULL) *height_ptr = height;
height            281 third_party/libwebp/dec/webp.c                                           int* const height,
height            334 third_party/libwebp/dec/webp.c       if (height != NULL) *height = canvas_height;
height            390 third_party/libwebp/dec/webp.c   if (height != NULL) *height = image_height;
height            467 third_party/libwebp/dec/webp.c       status = WebPAllocateDecBuffer(io.width, io.height, params->options,
height            472 third_party/libwebp/dec/webp.c                                              io.width, io.height);
height            489 third_party/libwebp/dec/webp.c       status = WebPAllocateDecBuffer(io.width, io.height, params->options,
height            586 third_party/libwebp/dec/webp.c                        size_t data_size, int* const width, int* const height,
height            597 third_party/libwebp/dec/webp.c   if (!WebPGetInfo(data, data_size, &output.width, &output.height)) {
height            601 third_party/libwebp/dec/webp.c   if (height != NULL) *height = output.height;
height            615 third_party/libwebp/dec/webp.c                        int* width, int* height) {
height            616 third_party/libwebp/dec/webp.c   return Decode(MODE_RGB, data, data_size, width, height, NULL);
height            620 third_party/libwebp/dec/webp.c                         int* width, int* height) {
height            621 third_party/libwebp/dec/webp.c   return Decode(MODE_RGBA, data, data_size, width, height, NULL);
height            625 third_party/libwebp/dec/webp.c                         int* width, int* height) {
height            626 third_party/libwebp/dec/webp.c   return Decode(MODE_ARGB, data, data_size, width, height, NULL);
height            630 third_party/libwebp/dec/webp.c                        int* width, int* height) {
height            631 third_party/libwebp/dec/webp.c   return Decode(MODE_BGR, data, data_size, width, height, NULL);
height            635 third_party/libwebp/dec/webp.c                         int* width, int* height) {
height            636 third_party/libwebp/dec/webp.c   return Decode(MODE_BGRA, data, data_size, width, height, NULL);
height            640 third_party/libwebp/dec/webp.c                        int* width, int* height, uint8_t** u, uint8_t** v,
height            644 third_party/libwebp/dec/webp.c                               width, height, &output);
height            671 third_party/libwebp/dec/webp.c                               &features->width, &features->height,
height            680 third_party/libwebp/dec/webp.c                 int* width, int* height) {
height            690 third_party/libwebp/dec/webp.c   if (height != NULL) {
height            691 third_party/libwebp/dec/webp.c     *height = features.height;
height            757 third_party/libwebp/dec/webp.c   const int H = io->height;
height             96 third_party/libwebp/dec/webpi.h VP8StatusCode WebPAllocateDecBuffer(int width, int height,
height            254 third_party/libwebp/demux/demux.c           frame->height_ = features.height;
height            863 third_party/libwebp/demux/demux.c   iter->height         = fragment->height_;
height            562 third_party/libwebp/dsp/lossless.c static int GetBestPredictorForTile(int width, int height,
height            570 third_party/libwebp/dsp/lossless.c   const int ymax = (tile_size <= height - row_start) ?
height            571 third_party/libwebp/dsp/lossless.c       tile_size : height - row_start;
height            618 third_party/libwebp/dsp/lossless.c static void CopyTileWithPrediction(int width, int height,
height            625 third_party/libwebp/dsp/lossless.c   const int ymax = (tile_size <= height - row_start) ?
height            626 third_party/libwebp/dsp/lossless.c       tile_size : height - row_start;
height            654 third_party/libwebp/dsp/lossless.c void VP8LResidualImage(int width, int height, int bits,
height            659 third_party/libwebp/dsp/lossless.c   const int tiles_per_col = VP8LSubSampleSize(height, bits);
height            668 third_party/libwebp/dsp/lossless.c         (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset;
height            684 third_party/libwebp/dsp/lossless.c       pred = GetBestPredictorForTile(width, height, tile_x, tile_y, bits, histo,
height            687 third_party/libwebp/dsp/lossless.c       CopyTileWithPrediction(width, height, tile_x, tile_y, bits, pred,
height            693 third_party/libwebp/dsp/lossless.c         if (all_y >= height) {
height           1012 third_party/libwebp/dsp/lossless.c void VP8LColorSpaceTransform(int width, int height, int bits, int step,
height           1016 third_party/libwebp/dsp/lossless.c   int tile_ysize = VP8LSubSampleSize(height, bits);
height           1042 third_party/libwebp/dsp/lossless.c                                        step, width, height,
height           1048 third_party/libwebp/dsp/lossless.c       CopyTileWithColorTransform(width, height, tile_x, tile_y, bits,
height           1060 third_party/libwebp/dsp/lossless.c         if (all_y >= height) {
height             65 third_party/libwebp/dsp/lossless.h void VP8LResidualImage(int width, int height, int bits,
height             69 third_party/libwebp/dsp/lossless.h void VP8LColorSpaceTransform(int width, int height, int bits, int step,
height             47 third_party/libwebp/enc/alpha.c static int EncodeLossless(const uint8_t* const data, int width, int height,
height             58 third_party/libwebp/enc/alpha.c   picture.height = height;
height             68 third_party/libwebp/enc/alpha.c     for (j = 0; j < picture.height; ++j) {
height             86 third_party/libwebp/enc/alpha.c   ok = VP8LBitWriterInit(&tmp_bw, (width * height) >> 3);
height            108 third_party/libwebp/enc/alpha.c static int EncodeAlphaInternal(const uint8_t* const data, int width, int height,
height            118 third_party/libwebp/enc/alpha.c   const size_t data_size = width * height;
height            120 third_party/libwebp/enc/alpha.c   assert((uint64_t)data_size == (uint64_t)width * height);  // as per spec
height            138 third_party/libwebp/enc/alpha.c     filter_func(data, width, height, width, tmp_alpha);
height            145 third_party/libwebp/enc/alpha.c     ok = VP8BitWriterAppend(&result->bw, alpha_src, width * height);
height            148 third_party/libwebp/enc/alpha.c     ok = EncodeLossless(alpha_src, width, height, effort_level,
height            160 third_party/libwebp/enc/alpha.c                       uint8_t* dst, int dst_stride, int width, int height) {
height            161 third_party/libwebp/enc/alpha.c   while (height-- > 0) {
height            168 third_party/libwebp/enc/alpha.c static int GetNumColors(const uint8_t* data, int width, int height,
height            174 third_party/libwebp/enc/alpha.c   for (j = 0; j < height; ++j) {
height            191 third_party/libwebp/enc/alpha.c static uint32_t GetFilterMap(const uint8_t* alpha, int width, int height,
height            199 third_party/libwebp/enc/alpha.c     const int num_colors = GetNumColors(alpha, width, height, width);
height            202 third_party/libwebp/enc/alpha.c              EstimateBestFilter(alpha, width, height, width);
height            222 third_party/libwebp/enc/alpha.c static int ApplyFiltersAndEncode(const uint8_t* alpha, int width, int height,
height            231 third_party/libwebp/enc/alpha.c       GetFilterMap(alpha, width, height, filter, effort_level);
height            240 third_party/libwebp/enc/alpha.c         ok = EncodeAlphaInternal(alpha, width, height, method, filter,
height            253 third_party/libwebp/enc/alpha.c     ok = EncodeAlphaInternal(alpha, width, height, method, WEBP_FILTER_NONE,
height            272 third_party/libwebp/enc/alpha.c   const int height = pic->height;
height            275 third_party/libwebp/enc/alpha.c   const size_t data_size = width * height;
height            281 third_party/libwebp/enc/alpha.c   assert((uint64_t)data_size == (uint64_t)width * height);  // as per spec
height            284 third_party/libwebp/enc/alpha.c   assert(width > 0 && height > 0);
height            307 third_party/libwebp/enc/alpha.c   CopyPlane(pic->a, pic->a_stride, quant_alpha, width, width, height);
height            315 third_party/libwebp/enc/alpha.c     ok = QuantizeLevels(quant_alpha, width, height, alpha_levels, &sse);
height            319 third_party/libwebp/enc/alpha.c     ok = ApplyFiltersAndEncode(quant_alpha, width, height, data_size, method,
height            740 third_party/libwebp/enc/backward_references.c int VP8LGetBackwardReferences(int width, int height,
height            747 third_party/libwebp/enc/backward_references.c   const int num_pix = width * height;
height            759 third_party/libwebp/enc/backward_references.c   if (!BackwardReferencesHashChain(width, height, argb, cache_bits, quality,
height            764 third_party/libwebp/enc/backward_references.c   BackwardReferencesRle(width, height, argb, &refs_rle);
height            795 third_party/libwebp/enc/backward_references.c       if (BackwardReferencesTraceBackwards(width, height, recursion_level, argb,
height            138 third_party/libwebp/enc/backward_references.h int VP8LGetBackwardReferences(int width, int height,
height            135 third_party/libwebp/enc/iterator.c   const int h = MinSize(pic->height - y * 16, 16);
height            196 third_party/libwebp/enc/iterator.c     int h = (pic->height - y * 16);
height             51 third_party/libwebp/enc/picture.c     const int height = picture->height;
height             56 third_party/libwebp/enc/picture.c       const int uv_height = HALVE(height);
height             80 third_party/libwebp/enc/picture.c       uv0_size = height * uv0_stride;
height             85 third_party/libwebp/enc/picture.c       y_size = (uint64_t)y_stride * height;
height             87 third_party/libwebp/enc/picture.c       a_size =  (uint64_t)a_stride * height;
height             92 third_party/libwebp/enc/picture.c       if (width <= 0 || height <= 0 ||         // luma/alpha param error
height            129 third_party/libwebp/enc/picture.c       const uint64_t argb_size = (uint64_t)width * height;
height            130 third_party/libwebp/enc/picture.c       if (width <= 0 || height <= 0) {
height            206 third_party/libwebp/enc/picture.c                       uint8_t* dst, int dst_stride, int width, int height) {
height            207 third_party/libwebp/enc/picture.c   while (height-- > 0) {
height            229 third_party/libwebp/enc/picture.c                                    int width, int height) {
height            232 third_party/libwebp/enc/picture.c   if (width <= 0 || height <= 0) return 0;
height            234 third_party/libwebp/enc/picture.c   if ((*top) + height > pic->height) return 0;
height            247 third_party/libwebp/enc/picture.c               dst->y, dst->y_stride, dst->width, dst->height);
height            249 third_party/libwebp/enc/picture.c               dst->u, dst->uv_stride, HALVE(dst->width), HALVE(dst->height));
height            251 third_party/libwebp/enc/picture.c               dst->v, dst->uv_stride, HALVE(dst->width), HALVE(dst->height));
height            254 third_party/libwebp/enc/picture.c                 dst->a, dst->a_stride, dst->width, dst->height);
height            263 third_party/libwebp/enc/picture.c                 dst->u0, dst->uv0_stride, uv0_width, dst->height);
height            265 third_party/libwebp/enc/picture.c                 dst->v0, dst->uv0_stride, uv0_width, dst->height);
height            271 third_party/libwebp/enc/picture.c               4 * dst->width, dst->height);
height            285 third_party/libwebp/enc/picture.c                     int left, int top, int width, int height,
height            290 third_party/libwebp/enc/picture.c   if (!AdjustAndCheckRectangle(src, &left, &top, width, height)) return 0;
height            296 third_party/libwebp/enc/picture.c   dst->height = height;
height            327 third_party/libwebp/enc/picture.c                     int left, int top, int width, int height) {
height            331 third_party/libwebp/enc/picture.c   if (!AdjustAndCheckRectangle(pic, &left, &top, width, height)) return 0;
height            335 third_party/libwebp/enc/picture.c   tmp.height = height;
height            342 third_party/libwebp/enc/picture.c               tmp.y, tmp.y_stride, width, height);
height            344 third_party/libwebp/enc/picture.c               tmp.u, tmp.uv_stride, HALVE(width), HALVE(height));
height            346 third_party/libwebp/enc/picture.c               tmp.v, tmp.uv_stride, HALVE(width), HALVE(height));
height            351 third_party/libwebp/enc/picture.c                 tmp.a, tmp.a_stride, width, height);
height            362 third_party/libwebp/enc/picture.c                 tmp.u0, tmp.uv0_stride, w, height);
height            364 third_party/libwebp/enc/picture.c                 tmp.v0, tmp.uv0_stride, w, height);
height            372 third_party/libwebp/enc/picture.c               width * 4, height);
height            407 third_party/libwebp/enc/picture.c   for (y = 0; y < pic->height; ++y) {
height            418 third_party/libwebp/enc/picture.c     for (y = 0; y < pic->height; ++y) {
height            426 third_party/libwebp/enc/picture.c int WebPPictureRescale(WebPPicture* pic, int width, int height) {
height            433 third_party/libwebp/enc/picture.c   prev_height = pic->height;
height            436 third_party/libwebp/enc/picture.c     width = (prev_width * height + prev_height / 2) / prev_height;
height            439 third_party/libwebp/enc/picture.c   if (height == 0) {
height            440 third_party/libwebp/enc/picture.c     height = (prev_height * width + prev_width / 2) / prev_width;
height            443 third_party/libwebp/enc/picture.c   if (width <= 0 || height <= 0) return 0;
height            447 third_party/libwebp/enc/picture.c   tmp.height = height;
height            459 third_party/libwebp/enc/picture.c                    tmp.a, width, height, tmp.a_stride, work, 1);
height            466 third_party/libwebp/enc/picture.c                  tmp.y, width, height, tmp.y_stride, work, 1);
height            472 third_party/libwebp/enc/picture.c                  HALVE(width), HALVE(height), tmp.uv_stride, work, 1);
height            476 third_party/libwebp/enc/picture.c                  HALVE(width), HALVE(height), tmp.uv_stride, work, 1);
height            483 third_party/libwebp/enc/picture.c           tmp.u0, (width + s / 2) / s, height, tmp.uv0_stride, work, 1);
height            486 third_party/libwebp/enc/picture.c           tmp.v0, (width + s / 2) / s, height, tmp.uv0_stride, work, 1);
height            501 third_party/libwebp/enc/picture.c                  (uint8_t*)tmp.argb, width, height,
height            557 third_party/libwebp/enc/picture.c static int CheckNonOpaque(const uint8_t* alpha, int width, int height,
height            560 third_party/libwebp/enc/picture.c   while (height-- > 0) {
height            574 third_party/libwebp/enc/picture.c     return CheckNonOpaque(picture->a, picture->width, picture->height,
height            580 third_party/libwebp/enc/picture.c     for (y = 0; y < picture->height; ++y) {
height            703 third_party/libwebp/enc/picture.c   const int uv_height = HALVE(picture->height);
height            721 third_party/libwebp/enc/picture.c   const int height = picture->height;
height            722 third_party/libwebp/enc/picture.c   const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride);
height            736 third_party/libwebp/enc/picture.c   for (y = 0; y < height; ++y) {
height            746 third_party/libwebp/enc/picture.c     for (y = 0; y < (height >> 1); ++y) {
height            754 third_party/libwebp/enc/picture.c     if (height & 1) {
height            766 third_party/libwebp/enc/picture.c       for (y = 0; y < height; ++y) {
height            775 third_party/libwebp/enc/picture.c       for (y = 0; y < height; ++y) {
height            789 third_party/libwebp/enc/picture.c     for (y = 0; y < height; ++y) {
height            807 third_party/libwebp/enc/picture.c   const int height = picture->height;
height            822 third_party/libwebp/enc/picture.c     for (y = 0; y < height; ++y) {
height            833 third_party/libwebp/enc/picture.c     for (y = 0; y < height; ++y) {
height            903 third_party/libwebp/enc/picture.c     const int height = picture->height;
height            914 third_party/libwebp/enc/picture.c     for (y = 1; y + 1 < height; y += 2) {
height            925 third_party/libwebp/enc/picture.c     if (height > 1 && !(height & 1)) {
height            930 third_party/libwebp/enc/picture.c       for (y = 0; y < height; ++y) {
height           1014 third_party/libwebp/enc/picture.c   h = pic->height / SIZE;
height           1066 third_party/libwebp/enc/picture.c     for (y = 0; y < pic->height; ++y) {
height           1081 third_party/libwebp/enc/picture.c             (y + 1 == pic->height) ? a_ptr : a_ptr + pic->a_stride;
height           1102 third_party/libwebp/enc/picture.c     for (y = 0; y < pic->height; ++y) {
height           1181 third_party/libwebp/enc/picture.c       src->width != ref->width || src->height != ref->height ||
height           1202 third_party/libwebp/enc/picture.c   uv_h = HALVE(src->height);
height           1206 third_party/libwebp/enc/picture.c                             ref->y, ref->y_stride, src->width, src->height);
height           1213 third_party/libwebp/enc/picture.c                                         src->width, src->height)
height           1215 third_party/libwebp/enc/picture.c     result[0] = GetPSNR(sse[0] / (src->width * src->height));
height           1218 third_party/libwebp/enc/picture.c     result[3] = GetPSNR(sse[3] / (src->width * src->height));
height           1221 third_party/libwebp/enc/picture.c       int total_pixels = src->width * src->height + 2 * uv_w * uv_h;
height           1223 third_party/libwebp/enc/picture.c         total_pixels += src->width * src->height;
height           1232 third_party/libwebp/enc/picture.c                            src->width, src->height, &stats[0]);
height           1242 third_party/libwebp/enc/picture.c                              src->width, src->height, &stats[3]);
height           1265 third_party/libwebp/enc/picture.c static size_t Encode(const uint8_t* rgba, int width, int height, int stride,
height           1281 third_party/libwebp/enc/picture.c   pic.height = height;
height             59 third_party/libwebp/enc/syntax.c   assert(pic->width >= 1 && pic->height >= 1);
height             60 third_party/libwebp/enc/syntax.c   assert(pic->width <= MAX_CANVAS_SIZE && pic->height <= MAX_CANVAS_SIZE);
height             69 third_party/libwebp/enc/syntax.c   PutLE24(vp8x + CHUNK_HEADER_SIZE + 7, pic->height - 1);
height            139 third_party/libwebp/enc/syntax.c   vp8_frm_hdr[8] = pic->height & 0xff;
height            140 third_party/libwebp/enc/syntax.c   vp8_frm_hdr[9] = pic->height >> 8;
height             54 third_party/libwebp/enc/vp8l.c   const int height = pic->height;
height             57 third_party/libwebp/enc/vp8l.c   for (y = 0; y < height; ++y) {
height            102 third_party/libwebp/enc/vp8l.c                           int width, int height, int argb_stride,
height            117 third_party/libwebp/enc/vp8l.c   for (y = 0; y < height; ++y) {
height            161 third_party/libwebp/enc/vp8l.c       if (!AnalyzeEntropy(pic->argb, pic->width, pic->height, pic->argb_stride,
height            467 third_party/libwebp/enc/vp8l.c                                 int width, int height, int quality) {
height            477 third_party/libwebp/enc/vp8l.c   if (!VP8LGetBackwardReferences(width, height, argb, quality, 0, 1, &refs)) {
height            514 third_party/libwebp/enc/vp8l.c                                int width, int height, int quality,
height            521 third_party/libwebp/enc/vp8l.c       VP8LSubSampleSize(height, histogram_bits);
height            541 third_party/libwebp/enc/vp8l.c   if (!VP8LGetBackwardReferences(width, height, argb, quality, cache_bits,
height            546 third_party/libwebp/enc/vp8l.c   if (!VP8LGetHistoImageSymbols(width, height, &refs,
height            594 third_party/libwebp/enc/vp8l.c                                 VP8LSubSampleSize(height, histogram_bits),
height            634 third_party/libwebp/enc/vp8l.c                                      int width, int height,
height            644 third_party/libwebp/enc/vp8l.c     for (i = 0; i < width * height; ++i) {
height            652 third_party/libwebp/enc/vp8l.c     for (i = 0; i < width * height; ++i) {
height            666 third_party/libwebp/enc/vp8l.c       VP8LSubtractGreenFromBlueAndRed(enc->argb_, width * height);
height            673 third_party/libwebp/enc/vp8l.c                               int width, int height, int quality,
height            677 third_party/libwebp/enc/vp8l.c   const int transform_height = VP8LSubSampleSize(height, pred_bits);
height            679 third_party/libwebp/enc/vp8l.c   VP8LResidualImage(width, height, pred_bits, enc->argb_, enc->argb_scratch_,
height            693 third_party/libwebp/enc/vp8l.c                                  int width, int height, int quality,
height            697 third_party/libwebp/enc/vp8l.c   const int transform_height = VP8LSubSampleSize(height, ccolor_transform_bits);
height            700 third_party/libwebp/enc/vp8l.c   VP8LColorSpaceTransform(width, height, ccolor_transform_bits, step,
height            732 third_party/libwebp/enc/vp8l.c   const int height = pic->height - 1;
height            733 third_party/libwebp/enc/vp8l.c   assert(width < WEBP_MAX_DIMENSION && height < WEBP_MAX_DIMENSION);
height            736 third_party/libwebp/enc/vp8l.c   VP8LWriteBits(bw, VP8L_IMAGE_SIZE_BITS, height);
height            783 third_party/libwebp/enc/vp8l.c                                                  int width, int height) {
height            786 third_party/libwebp/enc/vp8l.c   const uint64_t image_size = width * height;
height            790 third_party/libwebp/enc/vp8l.c       (uint64_t)VP8LSubSampleSize(height, enc->transform_bits_);
height            812 third_party/libwebp/enc/vp8l.c                          int width, int height, int xbits, uint8_t* row) {
height            828 third_party/libwebp/enc/vp8l.c     for (y = 0; y < height; ++y) {
height            841 third_party/libwebp/enc/vp8l.c     for (y = 0; y < height; ++y) {
height            873 third_party/libwebp/enc/vp8l.c   const int height = pic->height;
height            887 third_party/libwebp/enc/vp8l.c   err = AllocateTransformBuffer(enc, VP8LSubSampleSize(width, xbits), height);
height            895 third_party/libwebp/enc/vp8l.c                palette, palette_size, width, height, xbits, row);
height            917 third_party/libwebp/enc/vp8l.c static int GetHistoBits(int method, int use_palette, int width, int height) {
height            923 third_party/libwebp/enc/vp8l.c                                      VP8LSubSampleSize(height, histo_bits) *
height            939 third_party/libwebp/enc/vp8l.c   enc->histo_bits_ = GetHistoBits(method, use_palette, pic->width, pic->height);
height            975 third_party/libwebp/enc/vp8l.c   const int height = picture->height;
height           1004 third_party/libwebp/enc/vp8l.c     err = AllocateTransformBuffer(enc, width, height);
height           1006 third_party/libwebp/enc/vp8l.c     for (y = 0; y < height; ++y) {
height           1017 third_party/libwebp/enc/vp8l.c   if (!EvalAndApplySubtractGreen(enc, enc->current_width_, height, bw)) {
height           1023 third_party/libwebp/enc/vp8l.c     if (!ApplyPredictFilter(enc, enc->current_width_, height, quality, bw)) {
height           1030 third_party/libwebp/enc/vp8l.c     if (!ApplyCrossColorFilter(enc, enc->current_width_, height, quality, bw)) {
height           1043 third_party/libwebp/enc/vp8l.c                                            height, &enc->cache_bits_)) {
height           1052 third_party/libwebp/enc/vp8l.c   if (!EncodeImageInternal(bw, enc->argb_, enc->current_width_, height,
height           1079 third_party/libwebp/enc/vp8l.c   int width, height;
height           1095 third_party/libwebp/enc/vp8l.c   height = picture->height;
height           1096 third_party/libwebp/enc/vp8l.c   if (!VP8LBitWriterInit(&bw, (width * height) >> 1)) {
height           1153 third_party/libwebp/enc/vp8l.c     const int mb_h = (height + 15) >> 4;
height            169 third_party/libwebp/enc/webpenc.c   const int mb_h = (picture->height + 15) >> 4;
height            346 third_party/libwebp/enc/webpenc.c   if (pic->width <= 0 || pic->height <= 0)
height            348 third_party/libwebp/enc/webpenc.c   if (pic->width > WEBP_MAX_DIMENSION || pic->height > WEBP_MAX_DIMENSION)
height             26 third_party/libwebp/utils/filters.c   assert(height > 0);                                                          \
height             28 third_party/libwebp/utils/filters.c   assert(row >= 0 && num_rows > 0 && row + num_rows <= height);                \
height             29 third_party/libwebp/utils/filters.c   (void)height;  // Silence unused warning.
height             45 third_party/libwebp/utils/filters.c                                            int width, int height, int stride,
height             78 third_party/libwebp/utils/filters.c static void HorizontalFilter(const uint8_t* data, int width, int height,
height             80 third_party/libwebp/utils/filters.c   DoHorizontalFilter(data, width, height, stride, 0, height, 0, filtered_data);
height             83 third_party/libwebp/utils/filters.c static void HorizontalUnfilter(int width, int height, int stride, int row,
height             85 third_party/libwebp/utils/filters.c   DoHorizontalFilter(data, width, height, stride, row, num_rows, 1, data);
height             92 third_party/libwebp/utils/filters.c                                          int width, int height, int stride,
height            126 third_party/libwebp/utils/filters.c static void VerticalFilter(const uint8_t* data, int width, int height,
height            128 third_party/libwebp/utils/filters.c   DoVerticalFilter(data, width, height, stride, 0, height, 0, filtered_data);
height            131 third_party/libwebp/utils/filters.c static void VerticalUnfilter(int width, int height, int stride, int row,
height            133 third_party/libwebp/utils/filters.c   DoVerticalFilter(data, width, height, stride, row, num_rows, 1, data);
height            145 third_party/libwebp/utils/filters.c                                          int width, int height, int stride,
height            184 third_party/libwebp/utils/filters.c static void GradientFilter(const uint8_t* data, int width, int height,
height            186 third_party/libwebp/utils/filters.c   DoGradientFilter(data, width, height, stride, 0, height, 0, filtered_data);
height            189 third_party/libwebp/utils/filters.c static void GradientUnfilter(int width, int height, int stride, int row,
height            191 third_party/libwebp/utils/filters.c   DoGradientFilter(data, width, height, stride, row, num_rows, 1, data);
height            203 third_party/libwebp/utils/filters.c                                     int width, int height, int stride) {
height            209 third_party/libwebp/utils/filters.c   for (j = 2; j < height - 1; j += 2) {
height             34 third_party/libwebp/utils/filters.h typedef void (*WebPFilterFunc)(const uint8_t* in, int width, int height,
height             36 third_party/libwebp/utils/filters.h typedef void (*WebPUnfilterFunc)(int width, int height, int stride,
height             53 third_party/libwebp/utils/filters.h                                     int width, int height, int stride);
height             27 third_party/libwebp/utils/quant_levels.c int QuantizeLevels(uint8_t* const data, int width, int height,
height             33 third_party/libwebp/utils/quant_levels.c   const size_t data_size = height * width;
height             42 third_party/libwebp/utils/quant_levels.c   if (width <= 0 || height <= 0) {
height             29 third_party/libwebp/utils/quant_levels.h int QuantizeLevels(uint8_t* const data, int width, int height, int num_levels,
height             16 third_party/libwebp/utils/quant_levels_dec.c int DequantizeLevels(uint8_t* const data, int width, int height,
height             18 third_party/libwebp/utils/quant_levels_dec.c   if (data == NULL || width <= 0 || height <= 0 || row < 0 || num_rows < 0 ||
height             19 third_party/libwebp/utils/quant_levels_dec.c       row + num_rows > height) {
height             27 third_party/libwebp/utils/quant_levels_dec.h int DequantizeLevels(uint8_t* const data, int width, int height,
height             46 third_party/libwebp/webp/decode.h                              int* width, int* height);
height             54 third_party/libwebp/webp/decode.h                                      int* width, int* height);
height             58 third_party/libwebp/webp/decode.h                                      int* width, int* height);
height             62 third_party/libwebp/webp/decode.h                                      int* width, int* height);
height             67 third_party/libwebp/webp/decode.h                                     int* width, int* height);
height             71 third_party/libwebp/webp/decode.h                                     int* width, int* height);
height             84 third_party/libwebp/webp/decode.h                                     int* width, int* height,
height            196 third_party/libwebp/webp/decode.h   int width, height;         // Dimensions.
height            340 third_party/libwebp/webp/decode.h     int* width, int* height, int* stride);
height            348 third_party/libwebp/webp/decode.h     int* width, int* height, int* stride, int* uv_stride, int* a_stride);
height            354 third_party/libwebp/webp/decode.h     int* width, int* height, int* stride, int* uv_stride) {
height            355 third_party/libwebp/webp/decode.h   return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height,
height            366 third_party/libwebp/webp/decode.h     const WebPIDecoder* idec, int* left, int* top, int* width, int* height);
height            404 third_party/libwebp/webp/decode.h   int height;         // Height in pixels, as read from the bitstream.
height            140 third_party/libwebp/webp/demux.h   int width, height;       // dimensions of this frame or fragment.
height             50 third_party/libwebp/webp/encode.h                                   int width, int height, int stride,
height             53 third_party/libwebp/webp/encode.h                                   int width, int height, int stride,
height             56 third_party/libwebp/webp/encode.h                                    int width, int height, int stride,
height             59 third_party/libwebp/webp/encode.h                                    int width, int height, int stride,
height             66 third_party/libwebp/webp/encode.h                                           int width, int height, int stride,
height             69 third_party/libwebp/webp/encode.h                                           int width, int height, int stride,
height             72 third_party/libwebp/webp/encode.h                                            int width, int height, int stride,
height             75 third_party/libwebp/webp/encode.h                                            int width, int height, int stride,
height            282 third_party/libwebp/webp/encode.h   int width, height;         // dimensions (less or equal to WEBP_MAX_DIMENSION)
height            390 third_party/libwebp/webp/encode.h                                  int left, int top, int width, int height);
height            404 third_party/libwebp/webp/encode.h                                  int left, int top, int width, int height,
height            414 third_party/libwebp/webp/encode.h WEBP_EXTERN(int) WebPPictureRescale(WebPPicture* pic, int width, int height);
height            325 third_party/libwebp/webp/mux.h                                                int* width, int* height);
height            254 third_party/npapi/bindings/npapi.h   int32_t height;
height            496 third_party/npapi/bindings/npapi.h   uint32_t height;
height            512 third_party/npapi/bindings/npapi.h   uint32_t height;     /* Expose height */
height            690 third_party/npapi/bindings/npapi.h       double height;
height            877 third_party/npapi/npspy/common/format.cpp           int32 iHeight = ((NPSize *)plis->arg3.pData)->height;
height           1016 third_party/npapi/npspy/common/format.cpp                  ((NPWindow*)plis->arg2.pData)->height, 
height            297 third_party/npapi/npspy/extern/plugin/npapi.h   int32 height; 
height            476 third_party/npapi/npspy/extern/plugin/npapi.h   uint32 height;
height            178 third_party/npapi/npspy/windows/gui_main.cpp     if(logger->width && logger->height)
height            179 third_party/npapi/npspy/windows/gui_main.cpp       SetWindowPos(hWnd, NULL, logger->x, logger->y, logger->width, logger->height, SWP_NOZORDER);
height            218 third_party/npapi/npspy/windows/gui_main.cpp   int height = rcMain.bottom - rcMain.top;
height            224 third_party/npapi/npspy/windows/gui_main.cpp                height - rcButtonOptions.bottom + rcButtonOptions.top - marginBottom, 
height            231 third_party/npapi/npspy/windows/gui_main.cpp                height - rcClear.bottom + rcClear.top - marginBottom, 
height            238 third_party/npapi/npspy/windows/gui_main.cpp                height - rcCheckMute.bottom + rcCheckMute.top - marginBottom, 
height            245 third_party/npapi/npspy/windows/gui_main.cpp                height - rcCheckOntop.bottom + rcCheckOntop.top - marginBottom, 
height            251 third_party/npapi/npspy/windows/gui_main.cpp                height - rcButtonOptions.bottom + rcButtonOptions.top - marginBottom - marginTop - spaceVer, 
height             55 third_party/npapi/npspy/windows/loggerw.cpp   height(0),
height            101 third_party/npapi/npspy/windows/loggerw.cpp   if(!profile.getSizeAndPosition(&width, &height, &x, &y))
height            104 third_party/npapi/npspy/windows/loggerw.cpp     height = 0;
height             50 third_party/npapi/npspy/windows/loggerw.h   int height;
height            106 third_party/npapi/npspy/windows/profilew.cpp BOOL ProfileWin::getSizeAndPosition(int *width, int *height, int *x, int *y)
height            115 third_party/npapi/npspy/windows/profilew.cpp   res = RegQueryValueEx(hKey, NPSPY_REG_KEY_HEIGHT, 0L, NULL, (BYTE *)height, &size);
height            130 third_party/npapi/npspy/windows/profilew.cpp BOOL ProfileWin::setSizeAndPosition(int width, int height, int x, int y)
height            139 third_party/npapi/npspy/windows/profilew.cpp   res = RegSetValueEx(hKey, NPSPY_REG_KEY_HEIGHT, 0L, REG_DWORD, (const BYTE *)&height, size);
height             57 third_party/npapi/npspy/windows/profilew.h   BOOL getSizeAndPosition(int *width, int *height, int *x, int *y);
height             58 third_party/npapi/npspy/windows/profilew.h   BOOL setSizeAndPosition(int width, int height, int x, int y);
height            164 third_party/sqlite/src/src/test_rtree.c   double height;
height            212 third_party/sqlite/src/src/test_rtree.c     pCube->height = p->aParam[4];
height            223 third_party/sqlite/src/src/test_rtree.c    && aCoord[2]<=(pCube->y+pCube->height)
height            220 third_party/v4l2capture/v4l2capture.c   format.fmt.pix.height = size_y;
height            230 third_party/v4l2capture/v4l2capture.c   return Py_BuildValue("ii", format.fmt.pix.width, format.fmt.pix.height);
height           3232 third_party/wtl/include/atldlgs.h #define BEGIN_DIALOG(x, y, width, height) \
height           3236 third_party/wtl/include/atldlgs.h 		short nX = x, nY = y, nWidth = width, nHeight = height; \
height           3250 third_party/wtl/include/atldlgs.h #define BEGIN_DIALOG_EX(x, y, width, height, helpID) \
height           3254 third_party/wtl/include/atldlgs.h 		short nX = x, nY = y, nWidth = width, nHeight = height; \
height           3300 third_party/wtl/include/atldlgs.h #define CONTROL_LTEXT(text, id, x, y, width, height, style, exStyle) \
height           3301 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_STATIC, (WORD)id, x, y, width, height, style | SS_LEFT | WS_GROUP, exStyle, text, NULL, 0);
height           3302 third_party/wtl/include/atldlgs.h #define CONTROL_CTEXT(text, id, x, y, width, height, style, exStyle) \
height           3303 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_STATIC, (WORD)id, x, y, width, height, style | SS_CENTER | WS_GROUP, exStyle, text, NULL, 0);
height           3304 third_party/wtl/include/atldlgs.h #define CONTROL_RTEXT(text, id, x, y, width, height, style, exStyle) \
height           3305 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_STATIC, (WORD)id, x, y, width, height, style | SS_RIGHT | WS_GROUP, exStyle, text, NULL, 0);
height           3306 third_party/wtl/include/atldlgs.h #define CONTROL_PUSHBUTTON(text, id, x, y, width, height, style, exStyle) \
height           3307 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_PUSHBUTTON | WS_TABSTOP, exStyle, text, NULL, 0);
height           3308 third_party/wtl/include/atldlgs.h #define CONTROL_DEFPUSHBUTTON(text, id, x, y, width, height, style, exStyle) \
height           3309 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_DEFPUSHBUTTON | WS_TABSTOP, exStyle, text, NULL, 0);
height           3311 third_party/wtl/include/atldlgs.h #define CONTROL_PUSHBOX(text, id, x, y, width, height, style, exStyle) \
height           3312 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_PUSHBOX | WS_TABSTOP, exStyle, text, NULL, 0);
height           3314 third_party/wtl/include/atldlgs.h #define CONTROL_STATE3(text, id, x, y, width, height, style, exStyle) \
height           3315 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_3STATE | WS_TABSTOP, exStyle, text, NULL, 0);
height           3316 third_party/wtl/include/atldlgs.h #define CONTROL_AUTO3STATE(text, id, x, y, width, height, style, exStyle) \
height           3317 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_AUTO3STATE | WS_TABSTOP, exStyle, text, NULL, 0);
height           3318 third_party/wtl/include/atldlgs.h #define CONTROL_CHECKBOX(text, id, x, y, width, height, style, exStyle) \
height           3319 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_CHECKBOX | WS_TABSTOP, exStyle, text, NULL, 0);
height           3320 third_party/wtl/include/atldlgs.h #define CONTROL_AUTOCHECKBOX(text, id, x, y, width, height, style, exStyle) \
height           3321 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_AUTOCHECKBOX | WS_TABSTOP, exStyle, text, NULL, 0);
height           3322 third_party/wtl/include/atldlgs.h #define CONTROL_RADIOBUTTON(text, id, x, y, width, height, style, exStyle) \
height           3323 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_RADIOBUTTON | WS_TABSTOP, exStyle, text, NULL, 0);
height           3324 third_party/wtl/include/atldlgs.h #define CONTROL_AUTORADIOBUTTON(text, id, x, y, width, height, style, exStyle) \
height           3325 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_AUTORADIOBUTTON | WS_TABSTOP, exStyle, text, NULL, 0);
height           3326 third_party/wtl/include/atldlgs.h #define CONTROL_COMBOBOX(id, x, y, width, height, style, exStyle) \
height           3327 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_COMBOBOX, (WORD)id, x, y, width, height, style | CBS_DROPDOWN | WS_TABSTOP, exStyle, (LPCTSTR)NULL, NULL, 0);
height           3328 third_party/wtl/include/atldlgs.h #define CONTROL_EDITTEXT(id, x, y, width, height, style, exStyle) \
height           3329 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_EDIT, (WORD)id, x, y, width, height, style | ES_LEFT | WS_BORDER | WS_TABSTOP, exStyle, (LPCTSTR)NULL, NULL, 0);
height           3330 third_party/wtl/include/atldlgs.h #define CONTROL_GROUPBOX(text, id, x, y, width, height, style, exStyle) \
height           3331 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_GROUPBOX, exStyle, text, NULL, 0);
height           3332 third_party/wtl/include/atldlgs.h #define CONTROL_LISTBOX(id, x, y, width, height, style, exStyle) \
height           3333 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_LISTBOX, (WORD)id, x, y, width, height, style | LBS_NOTIFY | WS_BORDER, exStyle, (LPCTSTR)NULL, NULL, 0);
height           3334 third_party/wtl/include/atldlgs.h #define CONTROL_SCROLLBAR(id, x, y, width, height, style, exStyle) \
height           3335 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_SCROLLBAR, (WORD)id, x, y, width, height, style | SBS_HORZ, exStyle, (LPCTSTR)NULL, NULL, 0);
height           3336 third_party/wtl/include/atldlgs.h #define CONTROL_ICON(text, id, x, y, width, height, style, exStyle) \
height           3337 third_party/wtl/include/atldlgs.h 	m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_STATIC, (WORD)id, x, y, width, height, style | SS_ICON, exStyle, text, NULL, 0);
height           3338 third_party/wtl/include/atldlgs.h #define CONTROL_CONTROL(text, id, className, style, x, y, width, height, exStyle) \
height           3339 third_party/wtl/include/atldlgs.h 	m_Template.AddControl(className, (WORD)id, x, y, width, height, style, exStyle, text, NULL, 0);
height             92 tools/imagediff/image_diff_png.cc         height(0),
height            113 tools/imagediff/image_diff_png.cc   int height;
height            165 tools/imagediff/image_diff_png.cc   state->height = static_cast<int>(h);
height            248 tools/imagediff/image_diff_png.cc       state->width * state->output_channels * state->height);
height            257 tools/imagediff/image_diff_png.cc   if (static_cast<int>(row_num) > state->height) {
height            353 tools/imagediff/image_diff_png.cc   *h = state.height;
height            466 tools/imagediff/image_diff_png.cc                    int width, int height, int row_byte_width,
height            489 tools/imagediff/image_diff_png.cc   png_set_IHDR(png_ptr, info_ptr, width, height, 8, png_output_color_type,
height            504 tools/imagediff/image_diff_png.cc     for (int y = 0; y < height; y ++) {
height            511 tools/imagediff/image_diff_png.cc     for (int y = 0; y < height; y ++) {
height            526 tools/imagediff/image_diff_png.cc                                 const int width, const int height,
height            592 tools/imagediff/image_diff_png.cc                                width, height, row_byte_width,
height            602 tools/imagediff/image_diff_png.cc             const int width, const int height, int row_byte_width,
height            606 tools/imagediff/image_diff_png.cc   return EncodeWithCompressionLevel(input, format, width, height,
height            616 tools/imagediff/image_diff_png.cc                int* width, int* height) {
height            617 tools/imagediff/image_diff_png.cc   return Decode(input, input_size, FORMAT_RGBA, output, width, height);
height            623 tools/imagediff/image_diff_png.cc                    int height,
height            627 tools/imagediff/image_diff_png.cc       width, height, row_byte_width, false,
height            634 tools/imagediff/image_diff_png.cc                    int height,
height            639 tools/imagediff/image_diff_png.cc       width, height, row_byte_width, discard_transparency,
height             16 tools/imagediff/image_diff_png.h                int* width, int* height);
height             21 tools/imagediff/image_diff_png.h                    int height,
height             28 tools/imagediff/image_diff_png.h                    int height,
height            434 tools/ipc_fuzzer/mutate/mutate.cc     int h = p->height();
height             37 tools/telemetry/telemetry/core/bitmaptools.cc     int height;
height             39 tools/telemetry/telemetry/core/bitmaptools.cc           ReadInt(&width) && ReadInt(&height))) {
height             43 tools/telemetry/telemetry/core/bitmaptools.cc     if (left < 0 || top < 0 || width < 0 || height < 0) {
height             48 tools/telemetry/telemetry/core/bitmaptools.cc     bottom = top + height;
height             60 tools/telemetry/telemetry/core/bitmaptools.cc   int height() const { return bottom - top; }
height             83 tools/telemetry/telemetry/core/bitmaptools.cc     int height;
height             84 tools/telemetry/telemetry/core/bitmaptools.cc     if (!(ReadInt(&bpp) && ReadInt(&width) && ReadInt(&height))) {
height             88 tools/telemetry/telemetry/core/bitmaptools.cc     if (bpp <= 0 || width <= 0 || height <= 0) {
height             93 tools/telemetry/telemetry/core/bitmaptools.cc     int size = width * height * bpp;
height            125 tools/telemetry/telemetry/core/bitmaptools.cc     int out_size = row_size * box.height();
height            226 tools/telemetry/telemetry/core/bitmaptools.cc   int response[] = { box.left, box.top, box.width(), box.height(), count };
height            127 ui/accessibility/ax_node_data.cc                    IntToString(location.height()) + ")";
height             31 ui/android/java/src/org/chromium/ui/autofill/AutofillDividerDrawable.java         mDividerRect.set(0, 0, bounds.width(), mDividerRect.height());
height             34 ui/android/java/src/org/chromium/ui/autofill/AutofillDividerDrawable.java     public void setHeight(int height) {
height             35 ui/android/java/src/org/chromium/ui/autofill/AutofillDividerDrawable.java         mDividerRect.set(0, 0, mDividerRect.right, height);
height             51 ui/android/java/src/org/chromium/ui/autofill/AutofillListAdapter.java         int height = mContext.getResources().getDimensionPixelSize(R.dimen.autofill_text_height);
height             57 ui/android/java/src/org/chromium/ui/autofill/AutofillListAdapter.java             height += dividerHeight;
height             67 ui/android/java/src/org/chromium/ui/autofill/AutofillListAdapter.java         layout.setLayoutParams(new LayoutParams(LayoutParams.MATCH_PARENT, height));
height            125 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java     public void setAnchorRect(float x, float y, float width, float height) {
height            127 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java         mAnchorHeight = height;
height            113 ui/android/java/src/org/chromium/ui/base/ActivityWindowAndroid.java     public byte[] grabSnapshot(int windowX, int windowY, int width, int height) {
height            125 ui/android/java/src/org/chromium/ui/base/ActivityWindowAndroid.java                     height != bitmap.getHeight()) {
height            127 ui/android/java/src/org/chromium/ui/base/ActivityWindowAndroid.java                 clip.intersect(windowX, windowY, windowX + width, windowY + height);
height            129 ui/android/java/src/org/chromium/ui/base/ActivityWindowAndroid.java                         bitmap, clip.left, clip.top, clip.width(), clip.height());
height             27 ui/android/java/src/org/chromium/ui/base/ViewAndroidDelegate.java     void setAnchorViewPosition(View view, float x, float y, float width, float height);
height            270 ui/android/java/src/org/chromium/ui/base/WindowAndroid.java     public byte[] grabSnapshot(int windowX, int windowY, int width, int height) {
height             21 ui/android/java/src/org/chromium/ui/gfx/BitmapHelper.java                                       int height,
height             24 ui/android/java/src/org/chromium/ui/gfx/BitmapHelper.java         return Bitmap.createBitmap(width, height, bitmapConfig);
height             59 ui/android/java/src/org/chromium/ui/gfx/BitmapHelper.java         final int height = options.outHeight;
height             63 ui/android/java/src/org/chromium/ui/gfx/BitmapHelper.java         if (height > reqHeight || width > reqWidth) {
height             66 ui/android/java/src/org/chromium/ui/gfx/BitmapHelper.java             final int heightRatio = Math.round((float) height / (float) reqHeight);
height             64 ui/android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java             int height) {
height             65 ui/android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java         surfaceTexture.setDefaultBufferSize(width, height);
height             42 ui/app_list/app_list_folder_item.cc     canvas->DrawImageInt(resized, 0, 0, resized.width(), resized.height(),
height             43 ui/app_list/app_list_folder_item.cc         x, y, resized.width(), resized.height(), true);
height             49 ui/app_list/app_list_folder_item.cc     gfx::Point center = gfx::Point(size().width() / 2 , size().height() / 2);
height            110 ui/app_list/views/app_list_background.cc                          contents_rect.bottom() - experimental_icon.height());
height            118 ui/app_list/views/app_list_folder_view.cc   int height = header_size.height() + grid_size.height();
height            119 ui/app_list/views/app_list_folder_view.cc   return gfx::Size(width, height);
height            173 ui/app_list/views/app_list_folder_view.cc   header_frame.set_height(size.height());
height            275 ui/app_list/views/app_list_item_view.cc                          y + icon_size_.height() + kIconTitleSpacing,
height            277 ui/app_list/views/app_list_item_view.cc                          title_size.height());
height            309 ui/app_list/views/app_list_item_view.cc                                    icon_->y() + icon_->size().height() / 2);
height            483 ui/app_list/views/app_list_item_view.cc   gfx::Rect icon_bounds(rect.x(), rect.y(), rect.width(), icon_size_.height());
height            414 ui/app_list/views/app_list_view.cc     int preferred_height = speech_view_->GetPreferredSize().height();
height            416 ui/app_list/views/app_list_view.cc     speech_bounds.set_height(std::min(speech_bounds.height(),
height            108 ui/app_list/views/apps_container_view.cc   int height = std::max(grid_size.height(), folder_view_size.height());
height            109 ui/app_list/views/apps_container_view.cc   return gfx::Size(width, height);
height            781 ui/app_list/views/apps_grid_view.cc       page_switcher_view_->GetPreferredSize().height();
height            784 ui/app_list/views/apps_grid_view.cc       tile_size.height() * rows_per_page_ +
height            785 ui/app_list/views/apps_grid_view.cc           page_switcher_height + insets.height());
height            817 ui/app_list/views/apps_grid_view.cc       page_switcher_view_->GetPreferredSize().height();
height           1043 ui/app_list/views/apps_grid_view.cc                                 tile_size.height() * rows_per_page_));
height           1102 ui/app_list/views/apps_grid_view.cc                    grid_rect.y() + row * tile_size.height()),
height           1475 ui/app_list/views/apps_grid_view.cc   delta.set_y(delta.y() + drag_view_->title()->size().height() / 2);
height           2064 ui/app_list/views/apps_grid_view.cc                                 tile_size.height() * rows_per_page_));
height           2068 ui/app_list/views/apps_grid_view.cc                  grid_rect.y() + row * tile_size.height()),
height            151 ui/app_list/views/apps_grid_view_unittest.cc     rect.Offset(col * rect.width(), row * rect.height());
height            513 ui/app_list/views/apps_grid_view_unittest.cc                              apps_grid_view_->height() / 2);
height             88 ui/app_list/views/contents_switcher_view.cc                            rect.height());
height            133 ui/app_list/views/contents_view.cc     outgoing_target.set_y(-outgoing_target.height());
height            149 ui/app_list/views/contents_view.cc   int contents_area_height = rect.height();
height            194 ui/app_list/views/contents_view.cc   int height = std::max(container_size.height(), results_size.height());
height            195 ui/app_list/views/contents_view.cc   return gfx::Size(width, height);
height             71 ui/app_list/views/folder_background_view.cc   return GetContentsBounds().height() / 2;
height            156 ui/app_list/views/folder_header_view.cc       folder_name_view_->GetPreferredSize().height()));
height            176 ui/app_list/views/folder_header_view.cc   rect.set_y(rect.y() + rect.height() - kBottomSeparatorHeight);
height            185 ui/app_list/views/page_switcher.cc                            rect.height());
height             46 ui/app_list/views/progress_bar_view.cc       paint_size.height() < min_size.height()) {
height            132 ui/app_list/views/search_box_view.cc     button_origin.Offset(-button_size.width() / 2, -button_size.height() / 2);
height            155 ui/app_list/views/search_box_view.cc       gfx::Size(edit_frame.width(), search_box_->GetPreferredSize().height()));
height            148 ui/app_list/views/search_result_view.cc   icon_bounds.Inset(kIconPadding, (rect.height() - kIconDimension) / 2);
height            163 ui/app_list/views/search_result_view.cc   const int progress_height = progress_bar_->GetPreferredSize().height();
height            166 ui/app_list/views/search_result_view.cc       rect.y() + (rect.height() - progress_height) / 2,
height            210 ui/app_list/views/search_result_view.cc   content_rect.set_height(rect.height() - kBorderSize);
height            241 ui/app_list/views/search_result_view.cc                          title_text_->GetStringSize().height());
height            243 ui/app_list/views/search_result_view.cc                            details_text_->GetStringSize().height());
height            244 ui/app_list/views/search_result_view.cc     int total_height = title_size.height() + + details_size.height();
height            245 ui/app_list/views/search_result_view.cc     int y = text_bounds.y() + (text_bounds.height() - total_height) / 2;
height            251 ui/app_list/views/search_result_view.cc     y += title_size.height();
height            257 ui/app_list/views/search_result_view.cc                          title_text_->GetStringSize().height());
height            283 ui/app_list/views/search_result_view.cc   if (image.width() > kIconDimension || image.height() > kIconDimension) {
height            153 ui/aura/bench/bench_main.cc     gl->TexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, size.width(), size.height(),
height            188 ui/aura/bench/bench_main.cc     int height = 0;
height            194 ui/aura/bench/bench_main.cc         height = atoi(split_size[1].c_str());
height            197 ui/aura/bench/bench_main.cc     if (!width || !height) {
height            199 ui/aura/bench/bench_main.cc       height = 600;
height            201 ui/aura/bench/bench_main.cc     gfx::Rect bounds(width, height);
height            811 ui/aura/gestures/gesture_recognizer_unittest.cc      EXPECT_EQ(24, delegate->bounding_box().height());
height            852 ui/aura/gestures/gesture_recognizer_unittest.cc      EXPECT_EQ(40, delegate->bounding_box().height());
height            909 ui/aura/gestures/gesture_recognizer_unittest.cc      EXPECT_EQ(24, delegate->bounding_box().height());
height            995 ui/aura/gestures/gesture_recognizer_unittest.cc      EXPECT_EQ(32, delegate->bounding_box().height());
height            363 ui/aura/remote_window_tree_host_win.cc                                                       uint32 height) {
height            364 ui/aura/remote_window_tree_host_win.cc   SetBounds(gfx::Rect(0, 0, width, height));
height            165 ui/aura/remote_window_tree_host_win.h   void HandleWindowSizeChanged(uint32 width, uint32 height);
height             70 ui/aura/test/test_screen.cc       rotate.Translate(display_.bounds().height() - one_pixel, 0);
height             79 ui/aura/test/test_screen.cc                        display_.bounds().height() - one_pixel);
height            791 ui/aura/window.cc       bounds().x(), bounds().y(), bounds().width(), bounds().height(),
height            868 ui/aura/window.cc                       local_bounds.width(), local_bounds.height());
height            883 ui/aura/window.cc         std::max(min_size.height(), actual_new_bounds.height()));
height            939 ui/aura/window.cc   SchedulePaintInRect(gfx::Rect(0, 0, bounds().width(), bounds().height()));
height            388 ui/aura/window_event_dispatcher_unittest.cc                   root_window()->bounds().height() + 10);
height            101 ui/aura/window_tree_host_win.cc                target_rect.height(),
height            114 ui/aura/window_tree_host_win.cc     saved_window_rect_.bottom = saved_window_rect_.top + bounds.height();
height            185 ui/aura/window_tree_host_win.cc                  max(0, min(size.height(), static_cast<int>(pt.y))));
height            187 ui/aura/window_tree_host_win.cc           pt.y >= 0 && static_cast<int>(pt.y) < size.height());
height            162 ui/aura/window_tree_host_x11.cc     const int resolution_y = bounds.height();
height            262 ui/aura/window_tree_host_x11.cc       bounds.x(), bounds.y(), bounds.width(), bounds.height(),
height            362 ui/aura/window_tree_host_x11.cc                             xev->xexpose.width, xev->xexpose.height);
height            409 ui/aura/window_tree_host_x11.cc           xev->xconfigure.width, xev->xconfigure.height);
height            542 ui/aura/window_tree_host_x11.cc     changes.height = bounds.height();
height            613 ui/aura/window_tree_host_x11.cc                                 max(0, min(bounds_.height(), win_y_return)));
height            615 ui/aura/window_tree_host_x11.cc           win_y_return >= 0 && win_y_return < bounds_.height());
height           1495 ui/aura/window_unittest.cc   transform.Translate(size.height(), 0);
height           1500 ui/aura/window_unittest.cc   gfx::Size transformed_size(size.height(), size.width());
height           1522 ui/aura/window_unittest.cc   transform.Translate(size.height(), 0.0);
height           1527 ui/aura/window_unittest.cc       ui::ET_TOUCH_PRESSED, gfx::Point(size.height() - 10, 10), 0, getTime());
height             44 ui/base/android/window_android.cc     int content_x, int content_y, int width, int height,
height             51 ui/base/android/window_android.cc                                       width, height);
height             38 ui/base/android/window_android.h   bool GrabSnapshot(int content_x, int content_y, int width, int height,
height            161 ui/base/clipboard/clipboard.cc                             unvalidated_size->height())) {
height            309 ui/base/clipboard/clipboard_android.cc     bmp.setConfig(SkBitmap::kARGB_8888_Config, size->width(), size->height());
height            422 ui/base/clipboard/clipboard_android.cc   gfx::Size size(bitmap.width(), bitmap.height());
height            362 ui/base/clipboard/clipboard_unittest.cc   for (int j = 0; j < size.height(); ++j) {
height            397 ui/base/clipboard/clipboard_unittest.cc   EXPECT_EQ(size, gfx::Size(image.width(), image.height()));
height            399 ui/base/clipboard/clipboard_unittest.cc   for (int j = 0; j < image.height(); ++j) {
height            453 ui/base/clipboard/clipboard_unittest.cc   int height;
height            143 ui/base/clipboard/clipboard_win.cc     for (int y = 0; y < bitmap.height(); ++y) {
height            156 ui/base/clipboard/clipboard_win.cc     for (int y = 0; y < bitmap.height(); ++y) {
height            291 ui/base/clipboard/clipboard_win.cc   bm_info.bmiHeader.biHeight = -bitmap.height();  // sets vertical orientation
height            312 ui/base/clipboard/clipboard_win.cc                           gfx::Size(bitmap.width(), bitmap.height()));
height            331 ui/base/clipboard/clipboard_win.cc   HBITMAP hbitmap = ::CreateCompatibleBitmap(dc, size.width(), size.height());
height            345 ui/base/clipboard/clipboard_win.cc   ::GdiAlphaBlend(compatible_dc, 0, 0, size.width(), size.height(),
height            346 ui/base/clipboard/clipboard_win.cc                   source_dc, 0, 0, size.width(), size.height(), bf);
height            183 ui/base/cursor/cursor_loader_x11.cc   int frame_width = bitmap.height();
height            200 ui/base/cursor/cursor_loader_x11.cc     DCHECK_EQ(frame_height, cropped.height());
height             29 ui/base/cursor/cursor_loader_x11_unittest.cc   EXPECT_EQ(5, bitmap.height());
height             38 ui/base/cursor/cursor_loader_x11_unittest.cc   EXPECT_EQ(10, bitmap.height());
height             46 ui/base/cursor/cursor_loader_x11_unittest.cc   EXPECT_EQ(20, bitmap.height());
height             54 ui/base/cursor/cursor_loader_x11_unittest.cc   EXPECT_EQ(10, bitmap.height());
height             24 ui/base/cursor/cursor_util.cc       hotpoint->SetPoint(bitmap->height() - hotpoint->y(), hotpoint->x());
height             30 ui/base/cursor/cursor_util.cc           bitmap->width() - hotpoint->x(), bitmap->height() - hotpoint->y());
height             50 ui/base/cursor/cursor_util.cc       gfx::ScaleSize(gfx::Size(bitmap->width(), bitmap->height()), scale));
height             56 ui/base/cursor/cursor_util.cc       scaled_size.height());
height             54 ui/base/dragdrop/drag_utils.cc     const gfx::Rect rect(1, icon_.height() + kLinkDragImageVPadding + 1,
height             60 ui/base/dragdrop/drag_utils.cc     const gfx::Rect rect(0, icon_.height() + kLinkDragImageVPadding,
height             72 ui/base/dragdrop/drag_utils.cc     const int height = gfx::FontList().GetHeight() + icon.height() +
height             74 ui/base/dragdrop/drag_utils.cc     return gfx::Size(width, height);
height             45 ui/base/dragdrop/drag_utils_win.cc   gfx::CreateBitmapHeader(sk_bitmap.width(), sk_bitmap.height(), &header);
height             55 ui/base/dragdrop/drag_utils_win.cc       bits, sk_bitmap.getPixels(), sk_bitmap.height() * sk_bitmap.rowBytes());
height             46 ui/base/gtk/gtk_expanded_container.cc   child_requisition.height = data->allocation->height - data->border_width * 2;
height             56 ui/base/gtk/gtk_expanded_container.cc   child_allocation.height = child_requisition.height;
height             57 ui/base/gtk/gtk_expanded_container.cc   if (child_allocation.width < 0 || child_allocation.height < 0) {
height             61 ui/base/gtk/gtk_expanded_container.cc     if (child_allocation.height < 0)
height             62 ui/base/gtk/gtk_expanded_container.cc       child_allocation.height = child_requisition.height;
height            153 ui/base/gtk/gtk_expanded_container.cc                            allocation->height);
height             16 ui/base/gtk/gtk_expanded_container_unittest.cc   EXPECT_EQ(height_, allocation.height); \
height            134 ui/base/gtk/gtk_expanded_container_unittest.cc   requisition->height = -1;
height            202 ui/base/gtk/gtk_floating_container.cc     requisition->height = 0;
height            215 ui/base/gtk/gtk_floating_container.cc                            allocation->height);
height            247 ui/base/gtk/gtk_floating_container.cc       child_allocation.height = std::max(1, std::min(child_requisition.height,
height            248 ui/base/gtk/gtk_floating_container.cc                                                      allocation->height));
height             55 ui/base/gtk/gtk_screen_util.cc                    gfx::Size(allocation.width, allocation.height));
height            537 ui/base/ime/input_method_win.cc   char_positon->cLineHeight = rect.height();
height            235 ui/base/ime/win/imm32_manager.cc         ::SetCaretPos(x, y + caret_rect_.height());
height            262 ui/base/ime/win/imm32_manager.cc       {x, y, x + caret_rect_.width(), y + caret_rect_.height()}};
height             28 ui/base/l10n/l10n_font_util.cc   int height = static_cast<int>(font.GetHeight() * lines);
height             29 ui/base/l10n/l10n_font_util.cc   DCHECK_GT(height, 0);
height             30 ui/base/l10n/l10n_font_util.cc   return height;
height            118 ui/base/resource/resource_bundle.cc           gfx::ToCeiledInt(image.height() * scale));
height            127 ui/base/resource/resource_bundle.cc                        image.width(), image.height());
height             82 ui/base/resource/resource_bundle_win.cc   gfx::Size unscaled_size(image.width(), image.height());
height             90 ui/base/resource/resource_bundle_win.cc       scaled_size.height());
height             92 ui/base/resource/resource_bundle_win.cc   DCHECK_EQ(scaled_image.height(), scaled_size.height());
height             33 ui/base/webui/web_ui_util.cc                "width", bitmap.width(), "height", bitmap.height());
height            398 ui/base/x/x11_util.cc   if (cursor_image->width() > kMaxPixel || cursor_image->height() > kMaxPixel) {
height            400 ui/base/x/x11_util.cc     if (cursor_image->width() > cursor_image->height())
height            403 ui/base/x/x11_util.cc       scale = kMaxPixel / cursor_image->height();
height            408 ui/base/x/x11_util.cc         static_cast<int>(cursor_image->height() * scale));
height            414 ui/base/x/x11_util.cc   XcursorImage* image = XcursorImageCreate(bitmap->width(), bitmap->height());
height            416 ui/base/x/x11_util.cc   image->yhot = std::min(bitmap->height() - 1, hotspot_point.y());
height            418 ui/base/x/x11_util.cc   if (bitmap->width() && bitmap->height()) {
height            423 ui/base/x/x11_util.cc            bitmap->width() * bitmap->height() * 4);
height            590 ui/base/x/x11_util.cc                  root_bounds.height());
height            625 ui/base/x/x11_util.cc   unsigned int width, height;
height            629 ui/base/x/x11_util.cc                     &width, &height, &border_width, &depth))
height            636 ui/base/x/x11_util.cc   *rect = gfx::Rect(x, y, width, height);
height            696 ui/base/x/x11_util.cc                     shape_rects[i].width, shape_rects[i].height);
height           1224 ui/base/x/x11_util.cc                 source_bounds.width(), source_bounds.height(),
height           1246 ui/base/x/x11_util.cc     for (int i = 0; i < image->width * image->height * 4; i += 4)
height           1251 ui/base/x/x11_util.cc                                                     image->height),
height           1406 ui/base/x/x11_util.cc          monitor_rect.height == window_rect.height();
height           1416 ui/base/x/x11_util.cc   int height = HeightOfScreen(screen);
height           1417 ui/base/x/x11_util.cc   return window_rect.size() == gfx::Size(width, height);
height             66 ui/compositor/debug_utils.cc   *out << L' ' << layer->bounds().width() << L'x' << layer->bounds().height();
height            609 ui/compositor/layer.cc           sk_damaged.height());
height            966 ui/compositor/layer.cc         static_cast<float>(size.height())/texture_size.height());
height            173 ui/compositor/layer_unittest.cc         gfx::Rect(0, 0, layer->bounds().width(), layer->bounds().height()));
height            236 ui/compositor/layer_unittest.cc     paint_size_ = gfx::Size(size.width(), size.height());
height            442 ui/compositor/layer_unittest.cc         gfx::Rect(0, 0, layer->bounds().width(), layer->bounds().height()));
height            840 ui/compositor/layer_unittest.cc   EXPECT_GE(viewport_size.height(), 200);
height            860 ui/compositor/layer_unittest.cc     for (int y = 0; y < viewport_size.height(); y++) {
height             58 ui/compositor/test/test_compositor_host_x11.cc       bounds_.x(), bounds_.y(), bounds_.width(), bounds_.height(),
height             36 ui/compositor/test/test_utils.cc   EXPECT_FLOAT_EQ(lhs.height(), rhs.height());
height             23 ui/display/chromeos/display_mode.cc                             size_.height(),
height            647 ui/display/chromeos/output_configurator.cc         external_native_info->size().width() * external_info.size().height() ==
height            648 ui/display/chromeos/output_configurator.cc         external_native_info->size().height() * external_info.size().width();
height            659 ui/display/chromeos/output_configurator.cc           internal_info.size().height() == external_info.size().height() &&
height            674 ui/display/chromeos/output_configurator.cc                      internal_native_info->size().height() >=
height            675 ui/display/chromeos/output_configurator.cc                          external_info.size().height() &&
height            785 ui/display/chromeos/output_configurator.cc                     << ", current size:" << size.width() << "x" << size.height()
height            835 ui/display/chromeos/output_configurator.cc         new_origins[i].set_y(size.height() ? size.height() + kVerticalGap : 0);
height            846 ui/display/chromeos/output_configurator.cc         size.set_height(size.height() + (size.height() ? kVerticalGap : 0) +
height            847 ui/display/chromeos/output_configurator.cc                         mode_info->size().height());
height            967 ui/display/chromeos/output_configurator.cc       native_mode_info->size().height() == 0 ||
height            968 ui/display/chromeos/output_configurator.cc       mirror_mode_info->size().height() == 0 ||
height            974 ui/display/chromeos/output_configurator.cc                          static_cast<float>(native_mode_info->size().height());
height            976 ui/display/chromeos/output_configurator.cc                          static_cast<float>(mirror_mode_info->size().height());
height           1029 ui/display/chromeos/output_configurator.cc   ctm.y_scale = static_cast<float>(mode_info->size().height() - 1) /
height           1030 ui/display/chromeos/output_configurator.cc                 (framebuffer_size.height() - 1);
height           1032 ui/display/chromeos/output_configurator.cc       static_cast<float>(new_origin.y()) / (framebuffer_size.height() - 1);
height           1043 ui/display/chromeos/output_configurator.cc       native_mode_info->size().height() == 0 ||
height           1044 ui/display/chromeos/output_configurator.cc       mirror_mode_info->size().height() == 0 ||
height           1051 ui/display/chromeos/output_configurator.cc   float height_ratio = static_cast<float>(mirror_mode_info->size().height()) /
height           1052 ui/display/chromeos/output_configurator.cc                        static_cast<float>(native_mode_info->size().height());
height             80 ui/display/chromeos/output_configurator_unittest.cc       size.height(),
height            576 ui/display/chromeos/output_configurator_unittest.cc   const int kDualHeight = small_mode_.size().height() +
height            578 ui/display/chromeos/output_configurator_unittest.cc                           big_mode_.size().height();
height            589 ui/display/chromeos/output_configurator_unittest.cc                                    small_mode_.size().height() +
height            641 ui/display/chromeos/output_configurator_unittest.cc                                    small_mode_.size().height() +
height            767 ui/display/chromeos/output_configurator_unittest.cc   const int kDualHeight = small_mode_.size().height() +
height            769 ui/display/chromeos/output_configurator_unittest.cc                           big_mode_.size().height();
height            780 ui/display/chromeos/output_configurator_unittest.cc                                    small_mode_.size().height() +
height            826 ui/display/chromeos/output_configurator_unittest.cc                                    small_mode_.size().height() +
height            850 ui/display/chromeos/output_configurator_unittest.cc                                    small_mode_.size().height() +
height           1240 ui/display/chromeos/output_configurator_unittest.cc   const int kDualHeight = small_mode_.size().height() +
height           1242 ui/display/chromeos/output_configurator_unittest.cc                           big_mode_.size().height();
height           1250 ui/display/chromeos/output_configurator_unittest.cc   EXPECT_EQ(small_mode_.size().height() - 1,
height           1254 ui/display/chromeos/output_configurator_unittest.cc   EXPECT_EQ(big_mode_.size().height() - 1,
height           1256 ui/display/chromeos/output_configurator_unittest.cc   EXPECT_EQ(small_mode_.size().height() + OutputConfigurator::kVerticalGap,
height           1333 ui/display/chromeos/output_configurator_unittest.cc                         modes[0]->size().height() + modes[0]->size().height() +
height           1342 ui/display/chromeos/output_configurator_unittest.cc                                    modes[0]->size().height() +
height           1348 ui/display/chromeos/output_configurator_unittest.cc                                    modes[0]->size().height() +
height             54 ui/display/chromeos/x11/display_snapshot_x11.cc       physical_size_.height());
height            304 ui/display/chromeos/x11/native_display_delegate_x11.cc   VLOG(1) << "CreateFrameBuffer: new=" << size.width() << "x" << size.height()
height            306 ui/display/chromeos/x11/native_display_delegate_x11.cc   if (size.width() == current_width && size.height() == current_height)
height            311 ui/display/chromeos/x11/native_display_delegate_x11.cc   int mm_height = size.height() * kPixelsToMmScale;
height            313 ui/display/chromeos/x11/native_display_delegate_x11.cc       display_, window_, size.width(), size.height(), mm_width, mm_height);
height            333 ui/display/chromeos/x11/native_display_delegate_x11.cc                        new DisplayModeX11(gfx::Size(info.width, info.height),
height            553 ui/display/chromeos/x11/native_display_delegate_x11.cc           mode_info->size().height() > current_height) {
height             39 ui/display/chromeos/x11/touchscreen_delegate_x11.cc     double height = -1.0;
height             59 ui/display/chromeos/x11/touchscreen_delegate_x11.cc             height = valuator_info->max;
height             74 ui/display/chromeos/x11/touchscreen_delegate_x11.cc     if (width > 0.0 && height > 0.0 && is_direct_touch) {
height             91 ui/display/chromeos/x11/touchscreen_delegate_x11.cc             std::abs(mode_info->size().height() - height) <= 1.0) {
height             96 ui/display/chromeos/x11/touchscreen_delegate_x11.cc                   << height;
height            105 ui/display/chromeos/x11/touchscreen_delegate_x11.cc                 << " height " << height;
height             28 ui/display/display_util.cc       physical_size.height() <= kInvalidDisplaySizeList[0][1]) {
height             55 ui/events/gesture_detection/gesture_config_helper_android.cc   config.screen_height_pixels = display.GetSizeInPixel().height();
height             50 ui/events/gesture_detection/gesture_config_helper_aura.cc   config.screen_height_pixels = display.GetSizeInPixel().height();
height            227 ui/events/gesture_detection/gesture_provider_unittest.cc   EXPECT_EQ(10, GetMostRecentGestureEvent().details.bounding_box().height());
height            256 ui/events/gesture_detection/gesture_provider_unittest.cc   EXPECT_EQ(10, GetMostRecentGestureEvent().details.bounding_box().height());
height            443 ui/events/gesture_detection/gesture_provider_unittest.cc   EXPECT_EQ(10, double_tap.details.bounding_box().height());
height             38 ui/events/gesture_event_details.cc       data.first_finger_enclosing_rectangle.height = delta_y;
height            111 ui/events/gesture_event_details.h     return data.first_finger_enclosing_rectangle.height;
height            181 ui/events/gesture_event_details.h       float height;
height            428 ui/events/gestures/gesture_sequence.cc   float height = rect.height() * rect.height();
height            429 ui/events/gestures/gesture_sequence.cc   return sqrt(width + height);
height           1123 ui/events/gestures/gesture_sequence.cc                           rect.height()),
height             67 ui/events/ozone/evdev/touch_event_converter_evdev.cc   y_scale_ = (double)size.height() / (y_max_ - y_min_);
height             28 ui/gfx/android/java_bitmap.cc   size_ = gfx::Size(info.width, info.height);
height             61 ui/gfx/android/java_bitmap.cc                                              int height,
height             64 ui/gfx/android/java_bitmap.cc   DCHECK_GT(height, 0);
height             67 ui/gfx/android/java_bitmap.cc       AttachCurrentThread(), width, height, java_bitmap_config);
height             78 ui/gfx/android/java_bitmap.cc       env, jname.obj(), size.width(), size.height());
height             88 ui/gfx/android/java_bitmap.cc       skbitmap->width(), skbitmap->height(), bitmap_config);
height            111 ui/gfx/android/java_bitmap.cc                      src_size.height(),
height            115 ui/gfx/android/java_bitmap.cc                << "x" << src_size.height() << " stride=" << jbitmap.stride();
height             57 ui/gfx/android/java_bitmap.h     int height,
height            164 ui/gfx/animation/tween.cc           value, start_bounds.height(), target_bounds.height()));
height             46 ui/gfx/blit.cc       clip_bounds.fBottom != bitmap.height())
height             60 ui/gfx/blit.cc          dst_rect.width(), dst_rect.height(),
height             91 ui/gfx/blit.cc                   dst_rect.width(), dst_rect.height());
height            159 ui/gfx/blit.cc       in_clip, gfx::Rect(0, 0, bitmap.width(), bitmap.height()));
height            172 ui/gfx/blit.cc     for (int y = dest_rect.height() - 1; y >= 0; y--) {
height            179 ui/gfx/blit.cc     for (int y = 0; y < dest_rect.height(); y++) {
height            188 ui/gfx/blit.cc     for (int y = 0; y < dest_rect.height(); y++) {
height             27 ui/gfx/blit_unittest.cc   ASSERT_EQ(h, bitmap.height());
height             47 ui/gfx/blit_unittest.cc   ASSERT_EQ(h, bitmap.height());
height             31 ui/gfx/canvas.cc                                                             pixel_size.height(),
height             78 ui/gfx/canvas.cc                                                             pixel_size.height(),
height             89 ui/gfx/canvas.cc                            int* height,
height             93 ui/gfx/canvas.cc   float factional_height = *height;
height             97 ui/gfx/canvas.cc   *height = std::ceil(factional_height);
height            103 ui/gfx/canvas.cc   int width = 0, height = 0;
height            104 ui/gfx/canvas.cc   SizeStringInt(text, font_list, &width, &height, 0, NO_ELLIPSIS);
height            111 ui/gfx/canvas.cc   float width = 0, height = 0;
height            112 ui/gfx/canvas.cc   SizeStringFloat(text, font_list, &width, &height, 0, NO_ELLIPSIS);
height            127 ui/gfx/canvas.cc   result.allocN32Pixels(size.width(), size.height());
height            172 ui/gfx/canvas.cc   DrawRect(Rect(rect.x(), rect.y() + rect.height() - 1, rect.width(), 1),
height            174 ui/gfx/canvas.cc   DrawRect(Rect(rect.x(), rect.y(), 1, rect.height()), paint);
height            175 ui/gfx/canvas.cc   DrawRect(Rect(rect.x() + rect.width() - 1, rect.y(), 1, rect.height()),
height            212 ui/gfx/canvas.cc   bounds->SetRect(out.left(), out.top(), out.width(), out.height());
height            562 ui/gfx/canvas.cc                                rect.width(), rect.height());
height            129 ui/gfx/canvas.h                             int* height,
height            138 ui/gfx/canvas.h                               float* height,
height             15 ui/gfx/canvas_android.cc                              float* height,
height             57 ui/gfx/canvas_paint_gtk.cc   RecreateBackingCanvas(Size(bounds.width, bounds.height), 1.0f, opaque);
height             93 ui/gfx/canvas_paint_gtk.cc     GdkRectangle bounds = {0, 0, size_.width(), size_.height()};
height             56 ui/gfx/canvas_paint_win.cc   const int height = ps_.rcPaint.bottom - ps_.rcPaint.top;
height             58 ui/gfx/canvas_paint_win.cc   RecreateBackingCanvas(gfx::Size(width, height),
height             79 ui/gfx/canvas_skia.cc   if (y < bitmap.height() - 1 &&
height            162 ui/gfx/canvas_skia.cc                              float* width, float* height,
height            166 ui/gfx/canvas_skia.cc   DCHECK_GE(*height, 0);
height            183 ui/gfx/canvas_skia.cc                            rect.width(), rect.height(),
height            196 ui/gfx/canvas_skia.cc       h += (i > 0 && line_height > 0) ? line_height : string_size.height();
height            199 ui/gfx/canvas_skia.cc     *height = h;
height            206 ui/gfx/canvas_skia.cc       *height = font_list.GetHeight();
height            209 ui/gfx/canvas_skia.cc       Rect rect(*width, *height);
height            215 ui/gfx/canvas_skia.cc       *height = string_size.height();
height            256 ui/gfx/canvas_skia.cc                            text_bounds.width(), text_bounds.height(),
height            266 ui/gfx/canvas_skia.cc         line_padding = line_height - render_text->GetStringSize().height();
height            268 ui/gfx/canvas_skia.cc         line_height = render_text->GetStringSize().height();
height            275 ui/gfx/canvas_skia.cc         rect += Vector2d(0, (text_bounds.height() - text_height) / 2);
height            313 ui/gfx/canvas_skia.cc     const int text_height = render_text->GetStringSize().height();
height            315 ui/gfx/canvas_skia.cc     rect += Vector2d(0, (text_bounds.height() - text_height) / 2);
height            338 ui/gfx/canvas_skia.cc   Size size(display_rect.width() + 2, display_rect.height() + 2);
height            348 ui/gfx/canvas_skia.cc       Rect(1, 1, display_rect.width(), display_rect.height()), flags);
height            354 ui/gfx/canvas_skia.cc   for (int cur_y = 0; cur_y < text_bitmap.height(); cur_y++) {
height            421 ui/gfx/canvas_skia.cc   const int line_height = render_text->GetStringSize().height();
height            423 ui/gfx/canvas_skia.cc   rect += Vector2d(0, (display_rect.height() - line_height) / 2);
height             23 ui/gfx/canvas_unittest.cc     int height = 0;
height             26 ui/gfx/canvas_unittest.cc     Canvas::SizeStringInt(text16, font_list_, &width, &height, line_height,
height             28 ui/gfx/canvas_unittest.cc     return gfx::Size(width, height);
height             46 ui/gfx/canvas_unittest.cc   EXPECT_GT(size.height(), 0);
height             60 ui/gfx/canvas_unittest.cc   EXPECT_EQ(3 * 1000 + one_line_size.height(), four_line_size.height());
height             94 ui/gfx/codec/png_codec.cc         height(0),
height            106 ui/gfx/codec/png_codec.cc         height(0),
height            126 ui/gfx/codec/png_codec.cc   int height;
height            183 ui/gfx/codec/png_codec.cc   state->height = static_cast<int>(h);
height            280 ui/gfx/codec/png_codec.cc                              state->width, state->height);
height            284 ui/gfx/codec/png_codec.cc         state->width * state->output_channels * state->height);
height            296 ui/gfx/codec/png_codec.cc   if (static_cast<int>(row_num) > state->height) {
height            433 ui/gfx/codec/png_codec.cc   *h = state.height;
height            576 ui/gfx/codec/png_codec.cc                    int width, int height, int row_byte_width,
height            600 ui/gfx/codec/png_codec.cc   png_set_IHDR(png_ptr, info_ptr, width, height, 8, png_output_color_type,
height            615 ui/gfx/codec/png_codec.cc     for (int y = 0; y < height; y ++) {
height            622 ui/gfx/codec/png_codec.cc     for (int y = 0; y < height; y ++) {
height            729 ui/gfx/codec/png_codec.cc                                size.width(), size.height(), row_byte_width,
height            752 ui/gfx/codec/png_codec.cc       Size(input.width(), input.height()),
height            152 ui/gfx/codec/png_codec_unittest.cc                  const int height,
height            203 ui/gfx/codec/png_codec_unittest.cc   std::vector<png_bytep> row_pointers(height);
height            204 ui/gfx/codec/png_codec_unittest.cc   for (int y = 0 ; y < height; ++y) {
height            216 ui/gfx/codec/png_codec_unittest.cc   png_set_IHDR(png_ptr, info_ptr, width, height, 8, output_color_type,
height            135 ui/gfx/color_analysis.cc   int pixel_count = std::min(bitmap.width() * bitmap.height(), buffer_size);
height            156 ui/gfx/color_analysis.cc int GridSampler::GetSample(int width, int height) {
height            174 ui/gfx/color_analysis.cc       (calls_ % kNumberOfClusters) * ((height - 2 * kPadY) / kNumberOfClusters);
height            177 ui/gfx/color_analysis.cc   return index % (width * height);
height            182 ui/gfx/color_analysis.cc                          int height,
height            191 ui/gfx/color_analysis.cc   for (int i = 0; i < width * height; ++i) {
height            389 ui/gfx/color_analysis.cc   int pixel_count = bitmap.width() * bitmap.height();
height            397 ui/gfx/color_analysis.cc       bitmap.height(),
height            424 ui/gfx/color_analysis.cc   for (int y = 0; y < bitmap.height(); ++y) {
height            448 ui/gfx/color_analysis.cc   int pixel_n = bitmap.width() * bitmap.height();
height            483 ui/gfx/color_analysis.cc   DCHECK_EQ(source_bitmap.height(), target_bitmap->height());
height            500 ui/gfx/color_analysis.cc     for (int y = 0; y < source_bitmap.height(); ++y) {
height            525 ui/gfx/color_analysis.cc   for (int y = 0; y < source_bitmap.height(); ++y) {
height             30 ui/gfx/color_analysis.h   virtual int GetSample(int width, int height) = 0;
height             43 ui/gfx/color_analysis.h    virtual int GetSample(int width, int height) OVERRIDE;
height             52 ui/gfx/color_analysis.h GFX_EXPORT SkColor FindClosestColor(const uint8_t* image, int width, int height,
height            107 ui/gfx/color_analysis_unittest.cc   virtual int GetSample(int width, int height) OVERRIDE {
height            141 ui/gfx/color_analysis_unittest.cc   for (int y = 0; y < bitmap.height(); ++y) {
height            235 ui/gfx/color_analysis_unittest.cc                            bitmap.height(),
height            245 ui/gfx/color_analysis_unittest.cc                            bitmap.height(),
height            202 ui/gfx/color_utils.cc   int pixel_height = bitmap.height();
height             11 ui/gfx/favicon_size.cc void CalculateFaviconTargetSize(int* width, int* height) {
height             12 ui/gfx/favicon_size.cc   if (*width > kFaviconSize || *height > kFaviconSize) {
height             15 ui/gfx/favicon_size.cc                          static_cast<float>(*height);
height             16 ui/gfx/favicon_size.cc     *height = kFaviconSize;
height             17 ui/gfx/favicon_size.cc     *width = static_cast<int>(aspect_ratio * *height);
height             20 ui/gfx/favicon_size.cc       *height = static_cast<int>(*width / aspect_ratio);
height             18 ui/gfx/favicon_size.h GFX_EXPORT void CalculateFaviconTargetSize(int* width, int* height);
height             12 ui/gfx/gdi_util.cc void CreateBitmapHeader(int width, int height, BITMAPINFOHEADER* hdr) {
height             13 ui/gfx/gdi_util.cc   CreateBitmapHeaderWithColorDepth(width, height, 32, hdr);
height             16 ui/gfx/gdi_util.cc void CreateBitmapHeaderWithColorDepth(int width, int height, int color_depth,
height             21 ui/gfx/gdi_util.cc   hdr->biHeight = -height;  // minus means top-down bitmap
height             32 ui/gfx/gdi_util.cc void CreateBitmapV4Header(int width, int height, BITMAPV4HEADER* hdr) {
height             36 ui/gfx/gdi_util.cc   CreateBitmapHeader(width, height, &header_v3);
height             50 ui/gfx/gdi_util.cc                                   int height,
height             54 ui/gfx/gdi_util.cc   hdr->biHeight = -height;
height             18 ui/gfx/gdi_util.h GFX_EXPORT void CreateBitmapHeader(int width, int height,
height             23 ui/gfx/gdi_util.h void CreateBitmapHeaderWithColorDepth(int width, int height, int color_depth,
height             29 ui/gfx/gdi_util.h GFX_EXPORT void CreateBitmapV4Header(int width, int height,
height             33 ui/gfx/gdi_util.h void CreateMonochromeBitmapHeader(int width, int height, BITMAPINFOHEADER* hdr);
height             22 ui/gfx/geometry/box_f.h   BoxF(float width, float height, float depth)
height             24 ui/gfx/geometry/box_f.h         height_(height < 0 ? 0 : height),
height             27 ui/gfx/geometry/box_f.h   BoxF(float x, float y, float z, float width, float height, float depth)
height             30 ui/gfx/geometry/box_f.h         height_(height < 0 ? 0 : height),
height             33 ui/gfx/geometry/box_f.h   BoxF(const Point3F& origin, float width, float height, float depth)
height             36 ui/gfx/geometry/box_f.h         height_(height < 0 ? 0 : height),
height             78 ui/gfx/geometry/box_f.h   float height() const { return height_; }
height             79 ui/gfx/geometry/box_f.h   void set_height(float height) { height_ = height < 0 ? 0 : height; }
height             85 ui/gfx/geometry/box_f.h   float bottom() const { return y() + height(); }
height             88 ui/gfx/geometry/box_f.h   void set_size(float width, float height, float depth) {
height             90 ui/gfx/geometry/box_f.h     height_ = height < 0 ? 0 : height;
height            132 ui/gfx/geometry/box_f.h               b.height() * y_scale,
height            142 ui/gfx/geometry/box_f.h          a.height() == b.height() && a.depth() == b.depth();
height            154 ui/gfx/geometry/box_f.h               b.height(),
height             28 ui/gfx/geometry/insets_base.h   Type height() const { return top_ + bottom_; }
height             31 ui/gfx/geometry/insets_base.h   bool empty() const { return width() == 0 && height() == 0; }
height             16 ui/gfx/geometry/insets_unittest.cc   EXPECT_EQ(0, insets.height());
height             27 ui/gfx/geometry/insets_unittest.cc   EXPECT_EQ(4, insets.height());  // Top + bottom.
height             36 ui/gfx/geometry/rect.cc   set_height(r.size.height);
height             42 ui/gfx/geometry/rect.cc   set_height(r.height);
height             57 ui/gfx/geometry/rect.cc   return CGRectMake(x(), y(), width(), height());
height             61 ui/gfx/geometry/rect.cc   GdkRectangle r = {x(), y(), width(), height()};
height             43 ui/gfx/geometry/rect.h   Rect(int width, int height)
height             45 ui/gfx/geometry/rect.h             (Size(width, height)) {}
height             47 ui/gfx/geometry/rect.h   Rect(int x, int y, int width, int height)
height             49 ui/gfx/geometry/rect.h             (Point(x, y), Size(width, height)) {}
height             78 ui/gfx/geometry/rect.h     return RectF(origin().x(), origin().y(), size().width(), size().height());
height            117 ui/gfx/geometry/rect.h   int b = rect.height() == 0 ? y : std::ceil(rect.bottom() * y_scale);
height            131 ui/gfx/geometry/rect.h   int b = rect.height() == 0 ? y : std::floor(rect.bottom() * y_scale);
height             38 ui/gfx/geometry/rect_base.h   Type height() const { return size_.height(); }
height             39 ui/gfx/geometry/rect_base.h   void set_height(Type height) { size_.set_height(height); }
height             48 ui/gfx/geometry/rect_base.h   Type bottom() const { return y() + height(); }
height             58 ui/gfx/geometry/rect_base.h   void SetRect(Type x, Type y, Type width, Type height);
height             39 ui/gfx/geometry/rect_base_impl.h     SetRect(Type x, Type y, Type width, Type height) {
height             42 ui/gfx/geometry/rect_base_impl.h   set_height(height);
height             66 ui/gfx/geometry/rect_base_impl.h   set_height(std::max(height() - top - bottom, static_cast<Type>(0)));
height            112 ui/gfx/geometry/rect_base_impl.h       return height() < other.height();
height            254 ui/gfx/geometry/rect_base_impl.h   Type new_height = height();
height            256 ui/gfx/geometry/rect_base_impl.h   AdjustAlongAxis(rect.y(), rect.height(), &new_y, &new_height);
height            268 ui/gfx/geometry/rect_base_impl.h   return PointClass(x() + width() / 2, y() + height() / 2);
height            280 ui/gfx/geometry/rect_base_impl.h   Type new_height = std::min(height(), size.height());
height            282 ui/gfx/geometry/rect_base_impl.h   Type new_y = y() + (height() - new_height) / 2;
height            297 ui/gfx/geometry/rect_base_impl.h   left_half->SetRect(x(), y(), width() / 2, height());
height            301 ui/gfx/geometry/rect_base_impl.h                       height());
height            312 ui/gfx/geometry/rect_base_impl.h   return (y() == rect.y() && height() == rect.height() &&
height            342 ui/gfx/geometry/rect_base_impl.h   Class c(x(), y(), width(), height());
height            350 ui/gfx/geometry/rect_base_impl.h   Type y = std::max<Type>(0, c.height() - height() - rect.height() + kEpsilon);
height             21 ui/gfx/geometry/rect_conversions.cc   int height = rect.height() == 0 ? 0 : std::max(ToCeiledInt(max_y) - min_y, 0);
height             22 ui/gfx/geometry/rect_conversions.cc   return Rect(min_x, min_y, width, height);
height             31 ui/gfx/geometry/rect_conversions.cc   int height = std::max(ToFlooredInt(max_y) - min_y, 0);
height             32 ui/gfx/geometry/rect_conversions.cc   return Rect(min_x, min_y, width, height);
height             78 ui/gfx/geometry/rect_conversions.cc               ToFlooredInt(rect.height()));
height             24 ui/gfx/geometry/rect_f.cc       IsExpressibleAsInt(width()) && IsExpressibleAsInt(height()) &&
height             27 ui/gfx/geometry/rect_f.h   RectF(float width, float height)
height             29 ui/gfx/geometry/rect_f.h             (SizeF(width, height)) {}
height             31 ui/gfx/geometry/rect_f.h   RectF(float x, float y, float width, float height)
height             33 ui/gfx/geometry/rect_f.h             (PointF(x, y), SizeF(width, height)) {}
height             74 ui/gfx/geometry/rect_f.h       lhs.width(), lhs.height());
height             79 ui/gfx/geometry/rect_f.h       lhs.width(), lhs.height());
height             92 ui/gfx/geometry/rect_f.h        r.width() * x_scale, r.height() * y_scale);
height            119 ui/gfx/geometry/rect_unittest.cc     EXPECT_EQ(r3.height(), ir.height());
height            168 ui/gfx/geometry/rect_unittest.cc     EXPECT_EQ(r3.height(), u.height());
height            221 ui/gfx/geometry/rect_unittest.cc     EXPECT_EQ(r3.height(), u.height());
height            464 ui/gfx/geometry/rect_unittest.cc     EXPECT_FLOAT_AND_NAN_EQ(r2.height(), scaled.height());
height            514 ui/gfx/geometry/rect_unittest.cc     EXPECT_FLOAT_AND_NAN_EQ(r2.height(), enclosed.height());
height            566 ui/gfx/geometry/rect_unittest.cc     EXPECT_FLOAT_AND_NAN_EQ(r2.height(), enclosed.height());
height            610 ui/gfx/geometry/rect_unittest.cc     EXPECT_FLOAT_EQ(r2.height(), floored.height());
height             19 ui/gfx/geometry/size.cc     : SizeBase<Size, int>(s.width, s.height) {
height             24 ui/gfx/geometry/size.cc   set_height(s.height);
height             33 ui/gfx/geometry/size.cc   s.cy = height();
height             38 ui/gfx/geometry/size.cc   return CGSizeMake(width(), height());
height             43 ui/gfx/geometry/size.cc   return base::StringPrintf("%dx%d", width(), height());
height             29 ui/gfx/geometry/size.h   Size(int width, int height) : SizeBase<Size, int>(width, height) {}
height             47 ui/gfx/geometry/size.h     return SizeF(width(), height());
height             54 ui/gfx/geometry/size.h   return lhs.width() == rhs.width() && lhs.height() == rhs.height();
height             17 ui/gfx/geometry/size_base.h   Type height() const { return height_; }
height             21 ui/gfx/geometry/size_base.h   void SetSize(Type width, Type height) {
height             23 ui/gfx/geometry/size_base.h     set_height(height);
height             26 ui/gfx/geometry/size_base.h   void Enlarge(Type width, Type height) {
height             28 ui/gfx/geometry/size_base.h     set_height(height_ + height);
height             34 ui/gfx/geometry/size_base.h   void set_height(Type height) {
height             35 ui/gfx/geometry/size_base.h     height_ = height < 0 ? 0 : height;
height             53 ui/gfx/geometry/size_base.h   SizeBase(Type width, Type height)
height             55 ui/gfx/geometry/size_base.h       height_(height < 0 ? 0 : height) {
height             13 ui/gfx/geometry/size_conversions.cc   int h = ToFlooredInt(size.height());
height             19 ui/gfx/geometry/size_conversions.cc   int h = ToCeiledInt(size.height());
height             25 ui/gfx/geometry/size_conversions.cc   int h = ToRoundedInt(size.height());
height             14 ui/gfx/geometry/size_f.cc   return base::StringPrintf("%fx%f", width(), height());
height             20 ui/gfx/geometry/size_f.h   SizeF(float width, float height) : SizeBase<SizeF, float>(width, height) {}
height             28 ui/gfx/geometry/size_f.h     SetSize(width() * x_scale, height() * y_scale);
height             35 ui/gfx/geometry/size_f.h   return lhs.width() == rhs.width() && lhs.height() == rhs.height();
height             72 ui/gfx/gtk_compat.h inline void gdk_pixmap_get_size(GdkPixmap* pixmap, gint* width, gint* height) {
height             73 ui/gfx/gtk_compat.h   gdk_drawable_get_size(GDK_DRAWABLE(pixmap), width, height);
height             81 ui/gfx/gtk_compat.h   int height;
height             82 ui/gfx/gtk_compat.h   gdk_drawable_get_size(GDK_DRAWABLE(window), NULL, &height);
height             83 ui/gfx/gtk_compat.h   return height;
height            102 ui/gfx/gtk_preserve_window.cc                         allocation.height);
height            178 ui/gfx/gtk_preserve_window.cc     attributes.height = 1;
height            214 ui/gfx/gtk_preserve_window.cc           allocation->width, allocation->height);
height            231 ui/gfx/gtk_preserve_window.cc       child_allocation.height = child_requisition.height;
height             93 ui/gfx/gtk_util.cc   int height = bitmap.height();
height             99 ui/gfx/gtk_util.cc       width, height);
height            105 ui/gfx/gtk_util.cc   for (int y = 0, i = 0; y < height; y++) {
height            170 ui/gfx/icon_util.cc       (bitmap.width() <= 0) || (bitmap.height() <= 0) ||
height            179 ui/gfx/icon_util.cc   InitializeBitmapHeader(&bitmap_header, bitmap.width(), bitmap.height());
height            187 ui/gfx/icon_util.cc   memcpy(bits, bitmap.getPixels(), bitmap.width() * bitmap.height() * 4);
height            199 ui/gfx/icon_util.cc       bitmap.width() * bitmap.height());
height            205 ui/gfx/icon_util.cc     size_t mask_bits_size = bytes_per_line * bitmap.height();
height            214 ui/gfx/icon_util.cc   HBITMAP mono_bitmap = ::CreateBitmap(bitmap.width(), bitmap.height(), 1, 1,
height            323 ui/gfx/icon_util.cc       icon_size.height(),
height            339 ui/gfx/icon_util.cc               icon_size.height(),
height            352 ui/gfx/icon_util.cc                    icon_size.height(),
height            374 ui/gfx/icon_util.cc   bitmap.allocN32Pixels(s.width(), s.height());
height            381 ui/gfx/icon_util.cc   InitializeBitmapHeader(&h, s.width(), s.height());
height            410 ui/gfx/icon_util.cc   ::DrawIconEx(dib_dc, 0, 0, icon, s.width(), s.height(), 0, NULL, DI_MASK);
height            420 ui/gfx/icon_util.cc   ::DrawIconEx(dib_dc, 0, 0, icon, s.width(), s.height(), 0, NULL, DI_NORMAL);
height            528 ui/gfx/icon_util.cc                                       int height) {
height            536 ui/gfx/icon_util.cc   header->bV5Height = -height;
height            569 ui/gfx/icon_util.cc   DCHECK_LT(bitmap.height(), kLargeIconSize);
height            578 ui/gfx/icon_util.cc   icon_dir->idEntries[index].bHeight = static_cast<BYTE>(bitmap.height());
height            588 ui/gfx/icon_util.cc   icon_image->icHeader.biHeight = bitmap.height() * 2;
height            619 ui/gfx/icon_util.cc   size_t bitmap_size = bitmap.height() * bitmap.width() * 4;
height            657 ui/gfx/icon_util.cc   *xor_mask_size = bitmap.width() * bitmap.height() * 4;
height            682 ui/gfx/icon_util.cc   size_t and_mask_size = and_line_length * bitmap.height();
height            213 ui/gfx/icon_util.h                                      int height);
height             42 ui/gfx/icon_util_unittest.cc                          int width, int height) {
height             47 ui/gfx/icon_util_unittest.cc                                     height,
height             52 ui/gfx/icon_util_unittest.cc   SkBitmap CreateBlackSkBitmap(int width, int height) {
height             54 ui/gfx/icon_util_unittest.cc     bitmap.allocN32Pixels(width, height);
height             56 ui/gfx/icon_util_unittest.cc     memset(bitmap.getPixels(), 0, width * height * 4);
height            135 ui/gfx/icon_util_unittest.cc     EXPECT_EQ(256, bitmap.height());
height            147 ui/gfx/icon_util_unittest.cc                                 icon_size.height());
height            212 ui/gfx/icon_util_unittest.cc   memset(bitmap->getPixels(), 0, bitmap->width() * bitmap->height());
height            244 ui/gfx/icon_util_unittest.cc   memset(bitmap->getPixels(), 0, bitmap->width() * bitmap->height() * 4);
height            279 ui/gfx/icon_util_unittest.cc                                       small_icon_size.height());
height            284 ui/gfx/icon_util_unittest.cc   EXPECT_EQ(bitmap->height(), small_icon_size.height());
height            293 ui/gfx/icon_util_unittest.cc                                       large_icon_size.height());
height            298 ui/gfx/icon_util_unittest.cc   EXPECT_EQ(bitmap->height(), large_icon_size.height());
height            414 ui/gfx/icon_util_unittest.cc   EXPECT_EQ(48, bitmap->height());
height            423 ui/gfx/icon_util_unittest.cc   EXPECT_EQ(256, bitmap->height());
height            268 ui/gfx/image/image.cc     return Size().height();
height            314 ui/gfx/image/image.cc     return image_->height();
height            419 ui/gfx/image/image.cc     return Size().height();
height            452 ui/gfx/image/image.cc     return Size().height();
height             34 ui/gfx/image/image_family.cc     float aspect = static_cast<float>(size.width()) / size.height();
height             44 ui/gfx/image/image_family.cc const gfx::Image* ImageFamily::GetBest(int width, int height) const {
height             50 ui/gfx/image/image_family.cc   if (height == 0 || width == 0) {
height             52 ui/gfx/image/image_family.cc     height = 0;
height             55 ui/gfx/image/image_family.cc     desired_aspect = static_cast<float>(width) / height;
height             64 ui/gfx/image/image_family.cc       width : static_cast<int>(ceilf(height * closest_aspect));
height            107 ui/gfx/image/image_family.cc   return GetBest(size.width(), size.height());
height            128 ui/gfx/image/image_family.h   const gfx::Image* GetBest(int width, int height) const;
height             38 ui/gfx/image/image_png_rep.cc   return gfx::Size(bitmap.width(), bitmap.height());
height            344 ui/gfx/image/image_skia.cc   return gfx::Size(width(), height());
height            348 ui/gfx/image/image_skia.cc   return isNull() ? 0 : storage_->size().height();
height            129 ui/gfx/image/image_skia.h   int height() const;
height             42 ui/gfx/image/image_skia_operations.cc       SkBitmap::kARGB_8888_Config, pixel_size.width(), pixel_size.height());
height            145 ui/gfx/image/image_skia_operations.cc                          (first_.height() - second_.height()) / 2);
height            230 ui/gfx/image/image_skia_operations.cc             bounds.x(), bounds.y(), bounds.width(), bounds.height()),
height            356 ui/gfx/image/image_skia_operations.cc         image_rep.GetHeight() == target_dip_size_.height())
height            364 ui/gfx/image/image_skia_operations.cc         target_pixel_size.height());
height            541 ui/gfx/image/image_skia_operations.cc                             shadow_padding.height());
height            555 ui/gfx/image/image_skia_operations.cc           gfx::Size(source.height(), source.width()));
height             18 ui/gfx/image/image_skia_rep.cc                     static_cast<int>(size.height() * scale));
height             32 ui/gfx/image/image_skia_rep.cc   return static_cast<int>(bitmap_.height() / scale_);
height             38 ui/gfx/image/image_skia_rep.h   int pixel_height() const { return bitmap_.height(); }
height            496 ui/gfx/image/image_unittest.cc   const int height = 50;
height            498 ui/gfx/image/image_unittest.cc   bitmap.allocN32Pixels(width, height);
height            505 ui/gfx/image/image_unittest.cc   canvas.drawRect(SkRect::MakeWH(width, height / 2), red);
height            538 ui/gfx/image/image_unittest.cc   const int height = 50;
height            540 ui/gfx/image/image_unittest.cc   bitmap.allocN32Pixels(width, height);
height            547 ui/gfx/image/image_unittest.cc   canvas.drawRect(SkRect::MakeWH(width, height / 2), red);
height             58 ui/gfx/image/image_unittest_util.cc const SkBitmap CreateBitmap(int width, int height) {
height             60 ui/gfx/image/image_unittest_util.cc   bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height);
height             66 ui/gfx/image/image_unittest_util.cc gfx::ImageSkia CreateImageSkia(int width, int height) {
height             67 ui/gfx/image/image_unittest_util.cc   return gfx::ImageSkia::CreateFrom1xBitmap(CreateBitmap(width, height));
height             81 ui/gfx/image/image_unittest_util.cc gfx::Image CreateImage(int width, int height) {
height             82 ui/gfx/image/image_unittest_util.cc   return gfx::Image::CreateFrom1xBitmap(CreateBitmap(width, height));
height            107 ui/gfx/image/image_unittest_util.cc       bmp1.height() != bmp2.height() ||
height            118 ui/gfx/image/image_unittest_util.cc   for (int y = 0; y < bmp1.height(); ++y) {
height            143 ui/gfx/image/image_unittest_util.cc   EXPECT_LE(16, bitmap.height());
height            151 ui/gfx/image/image_unittest_util.cc     int height,
height            155 ui/gfx/image/image_unittest_util.cc       image_skia.height() != height ||
height            167 ui/gfx/image/image_unittest_util.cc         image_rep.pixel_height() != static_cast<int>(height * scales[i])) {
height            177 ui/gfx/image/image_unittest_util.cc          (bmp.width() == 0 && bmp.height() == 0);
height             30 ui/gfx/image/image_unittest_util.h const SkBitmap CreateBitmap(int width, int height);
height             34 ui/gfx/image/image_unittest_util.h gfx::ImageSkia CreateImageSkia(int width, int height);
height             41 ui/gfx/image/image_unittest_util.h gfx::Image CreateImage(int width, int height);
height             66 ui/gfx/image/image_unittest_util.h     int height,
height             44 ui/gfx/image/image_util.cc           bitmap.height(),
height             70 ui/gfx/image/image_util.cc     for (int y = 0; y < bitmap.height(); ++y) {
height             82 ui/gfx/image/image_util.cc     for (int y = 0; y < bitmap.height(); ++y) {
height            112 ui/gfx/interpolated_transform_unittest.cc   int height = 180;
height            119 ui/gfx/interpolated_transform_unittest.cc       new_pivot = gfx::Point(0, height);
height            123 ui/gfx/interpolated_transform_unittest.cc       new_pivot = old_pivot = gfx::Point(width / 2, height / 2);
height            182 ui/gfx/interpolated_transform_unittest.cc       target_bounds.height()) / initial_bounds.width();
height            184 ui/gfx/interpolated_transform_unittest.cc       target_bounds.width()) / initial_bounds.height();
height            202 ui/gfx/interpolated_transform_unittest.cc                      initial_bounds.height() * 0.5),
height             28 ui/gfx/nine_image_painter.cc   c->DrawImageInt(i, 0, 0, i.width(), i.height(), x, y, w, h, false, paint);
height             42 ui/gfx/nine_image_painter.cc   DCHECK_GE(image.height(), insets.height());
height             48 ui/gfx/nine_image_painter.cc       { 0, insets.top(), image.height() - insets.bottom(), image.height() };
height             68 ui/gfx/nine_image_painter.cc       images_[0].height() + images_[3].height() + images_[6].height());
height            101 ui/gfx/nine_image_painter.cc   int h = bounds.height();
height            102 ui/gfx/nine_image_painter.cc   int i0h = images_[0].height();
height            103 ui/gfx/nine_image_painter.cc   int i1h = images_[1].height();
height            104 ui/gfx/nine_image_painter.cc   int i2h = images_[2].height();
height            105 ui/gfx/nine_image_painter.cc   int i6h = images_[6].height();
height            106 ui/gfx/nine_image_painter.cc   int i7h = images_[7].height();
height            107 ui/gfx/nine_image_painter.cc   int i8h = images_[8].height();
height             33 ui/gfx/ozone/dri/dri_skbitmap.cc   request.height = info.height();
height             60 ui/gfx/ozone/dri/dri_surface.cc                                          size_.height(),
height            113 ui/gfx/ozone/dri/dri_surface_factory.cc       0, 0, canvas->getDeviceSize().width(), canvas->getDeviceSize().height());
height             92 ui/gfx/ozone/dri/dri_surface_factory_unittest.cc                          uint32_t height) OVERRIDE { return true; }
height            345 ui/gfx/ozone/dri/dri_surface_factory_unittest.cc   for (int i = 0; i < bitmaps[1]->height(); ++i) {
height            347 ui/gfx/ozone/dri/dri_surface_factory_unittest.cc       if (j < info.width() && i < info.height())
height            195 ui/gfx/ozone/dri/dri_surface_unittest.cc            canvas->getDeviceSize().height() / 2);
height            204 ui/gfx/ozone/dri/dri_surface_unittest.cc   for (int i = 0; i < canvas->getDeviceSize().height(); ++i) {
height            206 ui/gfx/ozone/dri/dri_surface_unittest.cc       if (i < clip.height() && j < clip.width())
height             96 ui/gfx/ozone/dri/dri_wrapper.cc                            uint32_t height) {
height             98 ui/gfx/ozone/dri/dri_wrapper.cc   return !drmModeSetCursor(fd_, crtc_id, handle, width, height);
height             78 ui/gfx/ozone/dri/dri_wrapper.h                          uint32_t height);
height            141 ui/gfx/ozone/dri/hardware_display_controller.cc                          surface->size().height());
height             97 ui/gfx/ozone/dri/hardware_display_controller_unittest.cc                          uint32_t height) OVERRIDE { return true; }
height             41 ui/gfx/ozone/impl/file_surface_factory.cc                                                   viewport_size.height());
height             52 ui/gfx/ozone/impl/file_surface_factory.cc         SkBitmap::kARGB_8888_Config, device_->width(), device_->height());
height             23 ui/gfx/path_x11.cc     rect.height = i.rect().height();
height             91 ui/gfx/platform_font_win.cc Font PlatformFontWin::DeriveFontWithHeight(int height, int style) {
height             92 ui/gfx/platform_font_win.cc   DCHECK_GE(height, 0);
height             93 ui/gfx/platform_font_win.cc   if (GetHeight() == height && GetStyle() == style)
height             98 ui/gfx/platform_font_win.cc   if (GetHeight() > height) {
height            103 ui/gfx/platform_font_win.cc     while (font_height > height && font_size != min_font_size) {
height            115 ui/gfx/platform_font_win.cc   font_info.lfHeight = height;
height            137 ui/gfx/platform_font_win.cc   return font_ref_->height();
height            238 ui/gfx/platform_font_win.cc   const int height = std::max<int>(1, font_metrics.tmHeight);
height            253 ui/gfx/platform_font_win.cc   return new HFontRef(font, font_size, height, baseline, cap_height,
height            265 ui/gfx/platform_font_win.cc                                     int height,
height            272 ui/gfx/platform_font_win.cc       height_(height),
height             29 ui/gfx/platform_font_win.h     return dlus * font_ref_->height() / 8;
height             54 ui/gfx/platform_font_win.h   Font DeriveFontWithHeight(int height, int style);
height             85 ui/gfx/platform_font_win.h              int height,
height             93 ui/gfx/platform_font_win.h     int height() const { return height_; }
height             57 ui/gfx/render_text.cc   const int display_height = display_rect.height();
height            312 ui/gfx/render_text.cc   const SkScalar height = SkScalarMul(text_size, kLineThickness);
height            314 ui/gfx/render_text.cc   const SkRect r = SkRect::MakeLTRB(x, offset, x + width, offset + height);
height            340 ui/gfx/render_text.cc   const int height = SkScalarCeilToInt(text_size - offset);
height            341 ui/gfx/render_text.cc   const Point end = start_ + Vector2d(total_length_, -height);
height            726 ui/gfx/render_text.cc   return SizeF(size.width(), size.height());
height            802 ui/gfx/render_text.cc   return Rect(ToViewPoint(Point(x, 0)), Size(width, size.height()));
height            990 ui/gfx/render_text.cc                          Size(x.length(), GetStringSize().height())));
height           1007 ui/gfx/render_text.cc                   0, intersection.length(), lines_[line].size.height());
height           1038 ui/gfx/render_text.cc         lines_.back().size.height();
height           1039 ui/gfx/render_text.cc     offset.set_y((display_rect_.height() - text_height) / 2);
height             28 ui/gfx/render_text_mac.cc   return Size(std::ceil(string_size_.width()), string_size_.height());
height             84 ui/gfx/render_text_pango.cc   int width = 0, height = 0;
height             85 ui/gfx/render_text_pango.cc   pango_layout_get_pixel_size(layout_, &width, &height);
height             91 ui/gfx/render_text_pango.cc   return Size(width, std::max(height, font_list().GetHeight()));
height            235 ui/gfx/render_text_pango.cc   const int height = GetStringSize().height();
height            242 ui/gfx/render_text_pango.cc     Rect rect(x, 0, width, height);
height           1228 ui/gfx/render_text_unittest.cc   EXPECT_GT(string_size.height(), 0);
height           1244 ui/gfx/render_text_unittest.cc   EXPECT_EQ(font_list.GetHeight(), render_text->GetStringSize().height());
height           1249 ui/gfx/render_text_unittest.cc   EXPECT_EQ(font_list.GetHeight(), render_text->GetStringSize().height());
height           1288 ui/gfx/render_text_unittest.cc   EXPECT_EQ(smaller_font.GetHeight(), render_text->GetStringSize().height());
height           1301 ui/gfx/render_text_unittest.cc   EXPECT_LT(smaller_font.GetHeight(), render_text->GetStringSize().height());
height           1303 ui/gfx/render_text_unittest.cc   EXPECT_EQ(font_list.GetHeight(), render_text->GetStringSize().height());
height           1353 ui/gfx/render_text_unittest.cc     const int height1 = render_text->GetStringSize().height();
height           1358 ui/gfx/render_text_unittest.cc     const int height2 = render_text->GetStringSize().height();
height           1422 ui/gfx/render_text_unittest.cc   const int kEnlargementY = display_rect.height();
height           1444 ui/gfx/render_text_unittest.cc                        render_text->GetStringSize().height());
height            430 ui/gfx/render_text_win.cc       line->preceding_heights = total_size_.height();
height            431 ui/gfx/render_text_win.cc       total_size_.set_height(total_size_.height() + line->size.height());
height            832 ui/gfx/render_text_win.cc                                   Size(segment_width, line.size.height()));
height             43 ui/gfx/screen_gtk.cc   gint height = data[3];
height             46 ui/gfx/screen_gtk.cc   out_rect->SetRect(x, y, width, height);
height             16 ui/gfx/screen_unittest.cc   EXPECT_GE(size.height(), 1);
height            135 ui/gfx/screen_win.cc     DCHECK_EQ(GetSystemMetrics(SM_CYSCREEN), display.size().height());
height             29 ui/gfx/skbitmap_operations.cc   inverted.allocN32Pixels(image.width(), image.height());
height             32 ui/gfx/skbitmap_operations.cc   for (int y = 0; y < image.height(); ++y) {
height             50 ui/gfx/skbitmap_operations.cc   DCHECK(first.height() == second.height());
height             58 ui/gfx/skbitmap_operations.cc   superimposed.allocN32Pixels(first.width(), first.height());
height             67 ui/gfx/skbitmap_operations.cc   rect.fBottom = SkIntToScalar(first.height());
height             81 ui/gfx/skbitmap_operations.cc   DCHECK(first.height() == second.height());
height             97 ui/gfx/skbitmap_operations.cc   blended.allocN32Pixels(first.width(), first.height());
height            102 ui/gfx/skbitmap_operations.cc   for (int y = 0; y < first.height(); ++y) {
height            131 ui/gfx/skbitmap_operations.cc   DCHECK(rgb.height() == alpha.height());
height            137 ui/gfx/skbitmap_operations.cc   masked.allocN32Pixels(rgb.width(), rgb.height());
height            144 ui/gfx/skbitmap_operations.cc   for (int y = 0; y < masked.height(); ++y) {
height            174 ui/gfx/skbitmap_operations.cc   background.allocN32Pixels(mask.width(), mask.height());
height            185 ui/gfx/skbitmap_operations.cc   for (int y = 0; y < mask.height(); ++y) {
height            187 ui/gfx/skbitmap_operations.cc     uint32* image_row = image.getAddr32(0, y % image.height());
height            553 ui/gfx/skbitmap_operations.cc   shifted.allocN32Pixels(bitmap.width(), bitmap.height());
height            560 ui/gfx/skbitmap_operations.cc   for (int y = 0; y < bitmap.height(); ++y) {
height            585 ui/gfx/skbitmap_operations.cc     int y_pix = (src_y + y) % source.height();
height            587 ui/gfx/skbitmap_operations.cc       y_pix += source.height();
height            607 ui/gfx/skbitmap_operations.cc   if ((bitmap.width() <= min_w) || (bitmap.height() <= min_h) ||
height            613 ui/gfx/skbitmap_operations.cc   while ((current.width() >= min_w * 2) && (current.height() >= min_h * 2) &&
height            614 ui/gfx/skbitmap_operations.cc          (current.width() > 1) && (current.height() > 1))
height            622 ui/gfx/skbitmap_operations.cc   if ((bitmap.width() <= 1) || (bitmap.height() <= 1))
height            626 ui/gfx/skbitmap_operations.cc   result.allocN32Pixels((bitmap.width() + 1) / 2, (bitmap.height() + 1) / 2);
height            633 ui/gfx/skbitmap_operations.cc   for (int dest_y = 0; dest_y < result.height(); ++dest_y) {
height            637 ui/gfx/skbitmap_operations.cc     if (src_y + 1 < bitmap.height())
height            699 ui/gfx/skbitmap_operations.cc     for (int y = 0; y < opaque_bitmap.height(); y++) {
height            717 ui/gfx/skbitmap_operations.cc   transposed.allocN32Pixels(image.height(), image.width());
height            722 ui/gfx/skbitmap_operations.cc   for (int y = 0; y < image.height(); ++y) {
height            739 ui/gfx/skbitmap_operations.cc   color_mask.allocN32Pixels(bitmap.width(), bitmap.height());
height            765 ui/gfx/skbitmap_operations.cc                                    bitmap.height() + shadow_margin.height());
height            804 ui/gfx/skbitmap_operations.cc          SkBitmap::kARGB_8888_Config, source.height(), source.width());
height            809 ui/gfx/skbitmap_operations.cc          SkBitmap::kARGB_8888_Config, source.width(), source.height());
height            814 ui/gfx/skbitmap_operations.cc          SkBitmap::kARGB_8888_Config, source.height(), source.width());
height            822 ui/gfx/skbitmap_operations.cc                    SkFloatToScalar(result.height() * 0.5f));
height            825 ui/gfx/skbitmap_operations.cc                    -SkFloatToScalar(source.height() * 0.5f));
height             35 ui/gfx/skbitmap_operations_unittest.cc   for (int y = 0; y < a.height(); y++) {
height             66 ui/gfx/skbitmap_operations_unittest.cc                     bitmap.height());
height             74 ui/gfx/skbitmap_operations_unittest.cc   for (int y = 0; y < bitmap.height(); ++y) {
height            330 ui/gfx/skbitmap_operations_unittest.cc   ASSERT_EQ(8, cropped.height());
height            351 ui/gfx/skbitmap_operations_unittest.cc   ASSERT_EQ(src_h, cropped.height());
height            399 ui/gfx/skbitmap_operations_unittest.cc   EXPECT_EQ(2, result.height());
height            421 ui/gfx/skbitmap_operations_unittest.cc   EXPECT_EQ(1, result.height());
height            431 ui/gfx/skbitmap_operations_unittest.cc   EXPECT_EQ(1, result.height());
height            440 ui/gfx/skbitmap_operations_unittest.cc   EXPECT_EQ(300, result.height());
height            447 ui/gfx/skbitmap_operations_unittest.cc   EXPECT_EQ(0, result.height());
height            460 ui/gfx/skbitmap_operations_unittest.cc   EXPECT_EQ(10, result.height());
height            465 ui/gfx/skbitmap_operations_unittest.cc   EXPECT_EQ(1, result.height());
height            475 ui/gfx/skbitmap_operations_unittest.cc   EXPECT_EQ(11, result.height());
height            491 ui/gfx/skbitmap_operations_unittest.cc   EXPECT_EQ(2, result.height());
height            506 ui/gfx/skbitmap_operations_unittest.cc     for (int y = 0; y < input.height(); ++y) {
height            513 ui/gfx/skbitmap_operations_unittest.cc   EXPECT_EQ(2, result.height());
height            517 ui/gfx/skbitmap_operations_unittest.cc     for (int y = 0; y < input.height(); ++y) {
height            562 ui/gfx/skbitmap_operations_unittest.cc   ASSERT_EQ(rotate90.width(), src.height());
height            563 ui/gfx/skbitmap_operations_unittest.cc   ASSERT_EQ(rotate90.height(), src.width());
height            565 ui/gfx/skbitmap_operations_unittest.cc   ASSERT_EQ(rotate180.height(), src.height());
height            566 ui/gfx/skbitmap_operations_unittest.cc   ASSERT_EQ(rotate270.width(), src.height());
height            567 ui/gfx/skbitmap_operations_unittest.cc   ASSERT_EQ(rotate270.height(), src.width());
height             29 ui/gfx/skia_util.cc   return SkIRect::MakeXYWH(rect.x(), rect.y(), rect.width(), rect.height());
height             33 ui/gfx/skia_util.cc   return Rect(rect.x(), rect.y(), rect.width(), rect.height());
height             40 ui/gfx/skia_util.cc                           SkFloatToScalar(rect.height()));
height             47 ui/gfx/skia_util.cc                SkScalarToFloat(rect.height()));
height             41 ui/gfx/test/gfx_util.cc       FloatAlmostEqual(lhs.height(), rhs.height()) &&
height            144 ui/gfx/test/ui_cocoa_test_helper.h                 CGFLOAT_EQ(expected.size.height, actual.size.height)) << \
height            461 ui/gfx/transform.cc                             corner & 2 ? box->height() : 0.f,
height             35 ui/gfx/win/hwnd_util.cc                      new_window_rect.width(), new_window_rect.height(),
height            137 ui/gfx/win/hwnd_util.cc   DCHECK(window && pref.width() > 0 && pref.height() > 0);
height            168 ui/gfx/win/hwnd_util.cc   if (pref.height() < (center_bounds.bottom - center_bounds.top)) {
height            170 ui/gfx/win/hwnd_util.cc         (center_bounds.bottom - center_bounds.top - pref.height()) / 2;
height            172 ui/gfx/win/hwnd_util.cc   window_bounds.bottom = window_bounds.top + pref.height();
height            184 ui/gfx/win/hwnd_util.cc     window_bounds.bottom = window_bounds.top + pref.height();
height            167 ui/gfx/win/window_impl.cc   int x, y, width, height;
height            169 ui/gfx/win/window_impl.cc     x = y = width = height = CW_USEDEFAULT;
height            174 ui/gfx/win/window_impl.cc     height = bounds.height();
height            182 ui/gfx/win/window_impl.cc                              window_style_, x, y, width, height,
height             21 ui/gfx/x/x11_types.cc                   int width, int height) {
height             25 ui/gfx/x/x11_types.cc                data, width, height,
height             28 ui/gfx/x/x11_types.cc                width, height);
height             65 ui/gfx/x/x11_types.cc   image.height = data_height;
height             34 ui/gfx/x/x11_types.h                              int width, int height);
height             91 ui/gl/android/surface_texture.cc void SurfaceTexture::SetDefaultBufferSize(int width, int height) {
height             94 ui/gl/android/surface_texture.cc   if (width > 0 && height > 0) {
height             97 ui/gl/android/surface_texture.cc         static_cast<jint>(height));
height             50 ui/gl/android/surface_texture.h   void SetDefaultBufferSize(int width, int height);
height            121 ui/gl/gl_bindings_skia_in_process.cc                                   GLsizei height, GLint border,
height            123 ui/gl/gl_bindings_skia_in_process.cc   glCompressedTexImage2D(target, level, internalformat, width, height, border,
height            130 ui/gl/gl_bindings_skia_in_process.cc                                GLsizei width, GLsizei height) {
height            131 ui/gl/gl_bindings_skia_in_process.cc   glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
height            390 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLReadPixels(GLint x, GLint y, GLsizei width, GLsizei height,
height            392 ui/gl/gl_bindings_skia_in_process.cc   glReadPixels(x, y, width, height, format, type, pixels);
height            396 ui/gl/gl_bindings_skia_in_process.cc                                  GLsizei width, GLsizei height) {
height            397 ui/gl/gl_bindings_skia_in_process.cc   glRenderbufferStorageEXT(target, internalformat, width, height);
height            402 ui/gl/gl_bindings_skia_in_process.cc                                             GLsizei width, GLsizei height) {
height            404 ui/gl/gl_bindings_skia_in_process.cc                                       height);
height            407 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLScissor(GLint x, GLint y, GLsizei width, GLsizei height) {
height            408 ui/gl/gl_bindings_skia_in_process.cc   glScissor(x, y, width, height);
height            443 ui/gl/gl_bindings_skia_in_process.cc                         GLsizei width, GLsizei height, GLint border,
height            445 ui/gl/gl_bindings_skia_in_process.cc   glTexImage2D(target, level, internalformat, width, height, border, format,
height            458 ui/gl/gl_bindings_skia_in_process.cc                           GLsizei width, GLsizei height) {
height            459 ui/gl/gl_bindings_skia_in_process.cc   glTexStorage2DEXT(target, levels, internalFormat, width, height);
height            463 ui/gl/gl_bindings_skia_in_process.cc                            GLint yoffset, GLsizei width, GLsizei height,
height            465 ui/gl/gl_bindings_skia_in_process.cc   glTexSubImage2D(target, level, xoffset, yoffset, width, height, format, type,
height            568 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLViewport(GLint x, GLint y, GLsizei width, GLsizei height) {
height            569 ui/gl/gl_bindings_skia_in_process.cc   glViewport(x, y, width, height);
height             60 ui/gl/gl_context_osmesa.cc                          size.height())) {
height            111 ui/gl/gl_context_osmesa.cc     GLint height;
height            114 ui/gl/gl_context_osmesa.cc     OSMesaGetColorBuffer(context_, &width, &height, &format, &buffer);
height            129 ui/gl/gl_gl_api_implementation.cc     GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type,
height            135 ui/gl/gl_gl_api_implementation.cc       target, level, gl_internal_format, width, height, border, format, gl_type,
height            141 ui/gl/gl_gl_api_implementation.cc       GLsizei height, GLenum format, GLenum type, const void* pixels) {
height            144 ui/gl/gl_gl_api_implementation.cc       target, level, xoffset, yoffset, width, height, format, gl_type, pixels);
height            149 ui/gl/gl_gl_api_implementation.cc     GLsizei height) {
height            152 ui/gl/gl_gl_api_implementation.cc       target, levels, gl_internal_format, width, height);
height            156 ui/gl/gl_gl_api_implementation.cc     GLenum target, GLenum internalformat, GLsizei width, GLsizei height) {
height            159 ui/gl/gl_gl_api_implementation.cc       target, gl_internal_format, width, height);
height            168 ui/gl/gl_gl_api_implementation.cc     GLsizei height) {
height            171 ui/gl/gl_gl_api_implementation.cc       target, samples, gl_internal_format, width, height);
height            105 ui/gl/gl_image_glx.cc   unsigned int height = 0;
height            109 ui/gl/gl_image_glx.cc           display_, pixmap_, &root, &x, &y, &width, &height, &bw, &depth)) {
height            124 ui/gl/gl_image_glx.cc   size_ = gfx::Size(width, height);
height             49 ui/gl/gl_image_io_surface.cc                                                   size_.height(),
height            156 ui/gl/gl_image_shm.cc                      size_.height(),
height            182 ui/gl/gl_image_shm.cc                       size_.height(),
height            201 ui/gl/gl_image_shm.cc                size_.height(),
height            188 ui/gl/gl_surface.cc bool GLSurface::PostSubBuffer(int x, int y, int width, int height) {
height            283 ui/gl/gl_surface.cc bool GLSurfaceAdapter::PostSubBuffer(int x, int y, int width, int height) {
height            284 ui/gl/gl_surface.cc   return surface_->PostSubBuffer(x, y, width, height);
height             68 ui/gl/gl_surface.h   virtual bool PostSubBuffer(int x, int y, int width, int height);
height            146 ui/gl/gl_surface.h   virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
height             69 ui/gl/gl_surface_android.cc           (size.width() == 0 && size.height() == 0)) {
height            353 ui/gl/gl_surface_egl.cc     egl_window_attributes.push_back(size_.height());
height            481 ui/gl/gl_surface_egl.cc       "height", GetSize().height());
height            494 ui/gl/gl_surface_egl.cc   EGLint height;
height            496 ui/gl/gl_surface_egl.cc       !eglQuerySurface(GetDisplay(), surface_, EGL_HEIGHT, &height)) {
height            502 ui/gl/gl_surface_egl.cc   return gfx::Size(width, height);
height            549 ui/gl/gl_surface_egl.cc     int x, int y, int width, int height) {
height            551 ui/gl/gl_surface_egl.cc   if (!eglPostSubBufferNV(GetDisplay(), surface_, x, y, width, height)) {
height            591 ui/gl/gl_surface_egl.cc                << size_.width() << " x " << size_.height();
height            601 ui/gl/gl_surface_egl.cc     EGL_HEIGHT, size_.height(),
height             69 ui/gl/gl_surface_egl.h   virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
height            503 ui/gl/gl_surface_glx.cc       g_display, parent_window_, 0, 0, size_.width(), size_.height(), 0,
height            554 ui/gl/gl_surface_glx.cc   size_ = gfx::Size(attributes.width, attributes.height);
height            589 ui/gl/gl_surface_glx.cc     XResizeWindow(g_display, child_window_, size.width(), size.height());
height            604 ui/gl/gl_surface_glx.cc       "height", GetSize().height());
height            684 ui/gl/gl_surface_glx.cc     int x, int y, int width, int height) {
height            686 ui/gl/gl_surface_glx.cc   glXCopySubBufferMESA(g_display, GetDrawableHandle(), x, y, width, height);
height            749 ui/gl/gl_surface_glx.cc     GLX_PBUFFER_HEIGHT, size_.height(),
height             65 ui/gl/gl_surface_glx.h   virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
height             48 ui/gl/gl_surface_osmesa.cc     int copy_height = std::min(size_.height(), new_size.height());
height            110 ui/gl/gl_surface_ozone.cc           (size.width() == 0 && size.height() == 0)) {
height            254 ui/gl/gl_surface_wgl.cc       "height", GetSize().height());
height            306 ui/gl/gl_surface_wgl.cc                                  size_.width(), size_.height(),
height             45 ui/gl/gl_surface_win.cc   virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
height            155 ui/gl/gl_surface_win.cc   info.bV4Height = -size.height();
height            172 ui/gl/gl_surface_win.cc                 0, 0, size.width(), size.height(),
height            173 ui/gl/gl_surface_win.cc                 0, 0, size.width(), size.height(),
height            187 ui/gl/gl_surface_win.cc     int x, int y, int width, int height) {
height            196 ui/gl/gl_surface_win.cc   info.bV4Height = -size.height();
height            213 ui/gl/gl_surface_win.cc                 x, size.height() - y - height, width, height,
height            214 ui/gl/gl_surface_win.cc                 x, y, width, height,
height             37 ui/gl/gl_surface_x11.cc   virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
height            163 ui/gl/gl_surface_x11.cc                           new_size.height(),
height            187 ui/gl/gl_surface_x11.cc       "height", GetSize().height());
height            205 ui/gl/gl_surface_x11.cc                     size.height());
height            215 ui/gl/gl_surface_x11.cc             size.height(),
height            227 ui/gl/gl_surface_x11.cc     int x, int y, int width, int height) {
height            231 ui/gl/gl_surface_x11.cc   y = size.height() - y - height;
height            247 ui/gl/gl_surface_x11.cc                     size.height(),
height            253 ui/gl/gl_surface_x11.cc                     height);
height            263 ui/gl/gl_surface_x11.cc             height,
height             30 ui/gl/io_surface_support_mac.cc                                                   GLsizei height,
height             74 ui/gl/io_surface_support_mac.cc                                           GLsizei height,
height            197 ui/gl/io_surface_support_mac.cc                                                       GLsizei height,
height            206 ui/gl/io_surface_support_mac.cc                                       height,
height             67 ui/gl/io_surface_support_mac.h                                           GLsizei height,
height            249 ui/keyboard/keyboard_controller.cc   transform.Translate(0, proxy_->GetKeyboardWindow()->bounds().height());
height            374 ui/keyboard/keyboard_controller.cc     transform.Translate(0, proxy_->GetKeyboardWindow()->bounds().height());
height             54 ui/keyboard/keyboard_controller_proxy.cc     int new_height = pos.height();
height             55 ui/keyboard/keyboard_controller_proxy.cc     bounds.set_y(bounds.y() + bounds.height() - new_height);
height            223 ui/keyboard/keyboard_controller_unittest.cc       before_bounds.width() / 2, before_bounds.height() / 2);
height            402 ui/keyboard/keyboard_controller_unittest.cc   int original_height = keyboard_window->bounds().height();
height            406 ui/keyboard/keyboard_controller_unittest.cc   EXPECT_EQ(original_height, keyboard_window->bounds().height());
height            411 ui/keyboard/keyboard_controller_unittest.cc   EXPECT_EQ(80, keyboard_window->bounds().height());
height            415 ui/keyboard/keyboard_controller_unittest.cc   EXPECT_EQ(80, keyboard_window->bounds().height());
height            420 ui/keyboard/keyboard_controller_unittest.cc   EXPECT_EQ(original_height, keyboard_window->bounds().height());
height            480 ui/keyboard/keyboard_controller_unittest.cc   transform.Translate(0, keyboard_window()->bounds().height());
height             77 ui/keyboard/keyboard_util.cc       window_bounds.y() + window_bounds.height() * (1 - kKeyboardHeightRatio),
height             79 ui/keyboard/keyboard_util.cc       window_bounds.height() * kKeyboardHeightRatio);
height             36 ui/message_center/message_center_style.cc       scaled_size.height() / static_cast<double>(scaled_size.width());
height             41 ui/message_center/message_center_style.cc   if (scaled_size.height() > container_size.height()) {
height             43 ui/message_center/message_center_style.cc         std::max(0.5 + container_size.height() / proportion, 1.0),
height             44 ui/message_center/message_center_style.cc         container_size.height());
height            107 ui/message_center/views/bounded_label.cc   if (size.height() == std::numeric_limits<int>::max()) {
height            118 ui/message_center/views/bounded_label.cc     size.set_height(text_height + insets.height());
height            132 ui/message_center/views/bounded_label.cc   int height = std::numeric_limits<int>::max();
height            138 ui/message_center/views/bounded_label.cc     height = (lines + 1) * line_height;
height            152 ui/message_center/views/bounded_label.cc                           height, gfx::WRAP_LONG_WORDS, &wrapped);
height            179 ui/message_center/views/bounded_label.cc   int height = GetSizeForWidthAndLines(width(), lines).height();
height            180 ui/message_center/views/bounded_label.cc   if (height > 0) {
height            181 ui/message_center/views/bounded_label.cc     gfx::Rect bounds(width(), height);
height            288 ui/message_center/views/bounded_label.cc void BoundedLabel::SetLineHeight(int height) {
height            289 ui/message_center/views/bounded_label.cc   label_->SetLineHeight(height);
height            323 ui/message_center/views/bounded_label.cc          label_->GetSizeForWidthAndLines(width, line_limit_).height() : 0;
height             41 ui/message_center/views/bounded_label.h   void SetLineHeight(int height);  // Pass in 0 for default height.
height             57 ui/message_center/views/message_bubble_base.cc void MessageBubbleBase::SetMaxHeight(int height) {
height             59 ui/message_center/views/message_bubble_base.cc   if (height == 0)
height             60 ui/message_center/views/message_bubble_base.cc     height = kMessageBubbleBaseDefaultMaxHeight;
height             61 ui/message_center/views/message_bubble_base.cc   if (height == max_height_)
height             64 ui/message_center/views/message_bubble_base.cc   max_height_ = height;
height             29 ui/message_center/views/message_bubble_base.h   void SetMaxHeight(int height);
height             49 ui/message_center/views/message_center_bubble.cc   return contents_height + GetInsets().height();
height            101 ui/message_center/views/message_center_view.cc   int margin = (height() - text_height) / 2;
height            148 ui/message_center/views/message_center_view.cc   bool AnimateChild(views::View* child, int top, int height);
height            219 ui/message_center/views/message_center_view.cc     int height = child->GetHeightForWidth(child_area.width());
height            220 ui/message_center/views/message_center_view.cc     child->SetBounds(child_area.x(), top, child_area.width(), height);
height            221 ui/message_center/views/message_center_view.cc     top += height + between_items;
height            302 ui/message_center/views/message_center_view.cc   int height = 0;
height            308 ui/message_center/views/message_center_view.cc     height += child->GetHeightForWidth(width) + padding;
height            312 ui/message_center/views/message_center_view.cc   return height + GetInsets().height();
height            439 ui/message_center/views/message_center_view.cc       AnimateChild(child, child->y(), child->height());
height            455 ui/message_center/views/message_center_view.cc       if (AnimateChild(child, top, child->height()))
height            456 ui/message_center/views/message_center_view.cc         top += child->height() + between_items;
height            466 ui/message_center/views/message_center_view.cc       AnimateChild(child, child->y(), child->height());
height            478 ui/message_center/views/message_center_view.cc                      ? reposition_top_ + child_at(last_index)->height()
height            483 ui/message_center/views/message_center_view.cc       if (AnimateChild(child, bottom - child->height(), child->height()))
height            484 ui/message_center/views/message_center_view.cc         bottom -= child->height() + between_items;
height            489 ui/message_center/views/message_center_view.cc bool MessageListView::AnimateChild(views::View* child, int top, int height) {
height            492 ui/message_center/views/message_center_view.cc     child->SetBounds(child_area.right(), top, child_area.width(), height);
height            494 ui/message_center/views/message_center_view.cc         child, gfx::Rect(child_area.x(), top, child_area.width(), height));
height            502 ui/message_center/views/message_center_view.cc     gfx::Rect target(child_area.x(), top, child_area.width(), height);
height            567 ui/message_center/views/message_center_view.cc   const int button_height = button_bar_->GetPreferredSize().height();
height            721 ui/message_center/views/message_center_view.cc                       button_bar_->GetInsets().height();
height            728 ui/message_center/views/message_center_view.cc           0, height() - button_height, width(), button_height);
height            736 ui/message_center/views/message_center_view.cc                        height() - button_height);
height            740 ui/message_center/views/message_center_view.cc                             height() - button_height);
height            744 ui/message_center/views/message_center_view.cc     is_scrollable = scroller_->height() < message_list_view_->height();
height            761 ui/message_center/views/message_center_view.cc                          top_down_ ? 0 : height() - button_height,
height            804 ui/message_center/views/message_center_view.cc          button_bar_->GetInsets().height() + content_height;
height            218 ui/message_center/views/message_center_view_unittest.cc   DVLOG(0) << inset << bounds.width() << " x " << bounds.height()
height            151 ui/message_center/views/message_popup_collection.cc     int view_height = ToastContentsView::GetToastSizeForView(view).height();
height            279 ui/message_center/views/message_popup_collection.cc                                                   : base - bounds.height());
height            293 ui/message_center/views/message_popup_collection.cc       base += bounds.height() + kToastMarginY;
height            295 ui/message_center/views/message_popup_collection.cc       base -= bounds.height() + kToastMarginY;
height            182 ui/message_center/views/message_popup_collection_unittest.cc   EXPECT_EQ(r0.height(), r1.height());
height            183 ui/message_center/views/message_popup_collection_unittest.cc   EXPECT_EQ(r1.height(), r2.height());
height            194 ui/message_center/views/message_popup_collection_unittest.cc   EXPECT_EQ(0, r3.height());
height            218 ui/message_center/views/message_popup_collection_unittest.cc   EXPECT_EQ(r0.height(), r1.height());
height            246 ui/message_center/views/message_popup_collection_unittest.cc   EXPECT_EQ(r0.height(), r1.height());
height            277 ui/message_center/views/message_popup_collection_unittest.cc   EXPECT_EQ(r0.height(), r1.height());
height            308 ui/message_center/views/message_popup_collection_unittest.cc   EXPECT_EQ(r0.height(), r1.height());
height            336 ui/message_center/views/message_popup_collection_unittest.cc   EXPECT_EQ(r0.height(), r1.height());
height            181 ui/message_center/views/message_view.cc                        close_size.height());
height            188 ui/message_center/views/message_view.cc       content_bounds.bottom() - small_image_size.height() -
height            103 ui/message_center/views/notification_view.cc     for (int y = 0; y < bitmap.height(); ++y) {
height            220 ui/message_center/views/notification_view.cc   pref_size.Enlarge(insets.width(), insets.height());
height            397 ui/message_center/views/notification_view.cc        icon.height() != kIconSize ||
height            490 ui/message_center/views/notification_view.cc   return content_height + GetInsets().height();
height            610 ui/message_center/views/notification_view.cc          message_view_->GetSizeForWidthAndLines(width, limit).height() : 0;
height            170 ui/message_center/views/notifier_settings_view.cc   int y = std::max((height() - content_height) / 2, 0);
height            524 ui/message_center/views/notifier_settings_view.cc   return scroller_->height() < scroller_->contents()->height();
height            651 ui/message_center/views/notifier_settings_view.cc   if (title_height + content_height > height()) {
height            656 ui/message_center/views/notifier_settings_view.cc   scroller_->SetBounds(0, title_height, width(), height() - title_height);
height            661 ui/message_center/views/notifier_settings_view.cc   int total_height = title_label_->GetPreferredSize().height() +
height            662 ui/message_center/views/notifier_settings_view.cc                      scroller_->contents()->GetPreferredSize().height();
height            673 ui/message_center/views/notifier_settings_view.cc                    title_size.height() + content_size.height());
height             90 ui/message_center/views/padded_button.cc     offset.set_y((bounds.height() - image.height()) / 2);  // Middle align.
height             92 ui/message_center/views/padded_button.cc     offset.set_y(bounds.height() - image.height());  // Bottom align.
height             21 ui/message_center/views/proportional_image_view.cc   return max_size_.height();
height             46 ui/message_center/views/proportional_image_view.cc         0, 0, image_size.width(), image_size.height(),
height             47 ui/message_center/views/proportional_image_view.cc         draw_bounds.x(), draw_bounds.y(), draw_size.width(), draw_size.height(),
height             97 ui/message_center/views/toast_contents_view.cc                        origin.y() - preferred_size_.height());
height            272 ui/message_center/views/toast_contents_view.cc         0, 0, preferred_size_.width(), preferred_size_.height());
height            349 ui/message_center/views/toast_contents_view.cc                    bounds.height());
height            107 ui/native_theme/common_theme.cc       size.SetSize(check->width(), check->height());
height            125 ui/native_theme/common_theme.cc   int position_y = rect.y() + rect.height() / 2;
height            113 ui/native_theme/native_theme_aura.cc                                  SkIntToScalar(size.height()));
height            287 ui/native_theme/native_theme_base.cc       + rect.height());
height            296 ui/native_theme/native_theme_base.cc       outline.moveTo(rect.x() + 0.5, rect.y() + rect.height() + 0.5);
height            297 ui/native_theme/native_theme_base.cc       outline.rLineTo(0, -(rect.height() - 2));
height            301 ui/native_theme/native_theme_base.cc       outline.rLineTo(0, rect.height() - 2);
height            305 ui/native_theme/native_theme_base.cc       outline.rLineTo(0, rect.height() - 2);
height            309 ui/native_theme/native_theme_base.cc       outline.rLineTo(0, -(rect.height() - 2));
height            315 ui/native_theme/native_theme_base.cc       outline.rLineTo(0, rect.height() - 5);
height            323 ui/native_theme/native_theme_base.cc       outline.rLineTo(0, rect.height() - 5);
height            353 ui/native_theme/native_theme_base.cc     length_middle = rect.height() / 2 + 1;
height            356 ui/native_theme/native_theme_base.cc     width_middle = rect.height() / 2 + 1;
height            423 ui/native_theme/native_theme_base.cc   const int midy = rect.y() + rect.height() / 2;
height            434 ui/native_theme/native_theme_base.cc     skrect.set(rect.x(), rect.y(), midx + 1, rect.y() + rect.height());
height            444 ui/native_theme/native_theme_base.cc         midx + 1, rect.y(), rect.x() + rect.width(), rect.y() + rect.height());
height            447 ui/native_theme/native_theme_base.cc         rect.x(), midy + 1, rect.x() + rect.width(), rect.y() + rect.height());
height            457 ui/native_theme/native_theme_base.cc   if (rect.height() > 10 && rect.width() > 10) {
height            526 ui/native_theme/native_theme_base.cc       paint.setStrokeWidth(SkFloatToScalar(skrect.height() * 0.2));
height            531 ui/native_theme/native_theme_base.cc                    skrect.y() + skrect.height() * 0.5);
height            532 ui/native_theme/native_theme_base.cc       check.rLineTo(skrect.width() * 0.2, skrect.height() * 0.2);
height            533 ui/native_theme/native_theme_base.cc       paint.setStrokeWidth(SkFloatToScalar(skrect.height() * 0.23));
height            535 ui/native_theme/native_theme_base.cc                    skrect.y() + skrect.height() * 0.2);
height            555 ui/native_theme/native_theme_base.cc   if (skrect.width() != skrect.height()) {
height            556 ui/native_theme/native_theme_base.cc     SkScalar size = SkMinScalar(skrect.width(), skrect.height());
height            557 ui/native_theme/native_theme_base.cc     skrect.inset((skrect.width() - size) / 2, (skrect.height() - size) / 2);
height            594 ui/native_theme/native_theme_base.cc   gradient_bounds[1].set(skrect.x(), skrect.y() + skrect.height() * 0.38);
height            641 ui/native_theme/native_theme_base.cc       static_cast<float>(std::max(rect.width(), rect.height())) / 2);
height            652 ui/native_theme/native_theme_base.cc     skrect.inset(skrect.width() * 0.25, skrect.height() * 0.25);
height            677 ui/native_theme/native_theme_base.cc   if (rect.width() < 5 || rect.height() < 5) {
height            784 ui/native_theme/native_theme_base.cc   const int kMidY = rect.y() + rect.height() / 2;
height            810 ui/native_theme/native_theme_base.cc   const int kMidY = rect.y() + rect.height() / 2;
height            835 ui/native_theme/native_theme_base.cc   if (rect.height() > 10 && rect.width() > 10) {
height            857 ui/native_theme/native_theme_base.cc   half.set_height(rect.height() / 2);
height            860 ui/native_theme/native_theme_base.cc   half.set_y(rect.y() + rect.height() / 2);
height            878 ui/native_theme/native_theme_base.cc   float tile_scale_y = static_cast<float>(rect.height()) / bar_image->height();
height            904 ui/native_theme/native_theme_base.cc         rect.width(), rect.height());
height            922 ui/native_theme/native_theme_base.cc       big_rect.x(), big_rect.y(), big_rect.width(), big_rect.height());
height            924 ui/native_theme/native_theme_base.cc       small_rect.x(), small_rect.y(), small_rect.width(), small_rect.height());
height            941 ui/native_theme/native_theme_base.cc       left_border_image->height(), rect.x(), rect.y(), dest_left_border_width,
height            942 ui/native_theme/native_theme_base.cc       rect.height());
height            946 ui/native_theme/native_theme_base.cc                right_border_image->height(), dest_x, rect.y(),
height            947 ui/native_theme/native_theme_base.cc                dest_right_border_width, rect.height());
height           1021 ui/native_theme/native_theme_base.cc   const int bottom = rect.y() + rect.height() - 1;
height            669 ui/native_theme/native_theme_win.cc           rect.width(), rect.height(), false, NULL));
height            717 ui/native_theme/native_theme_win.cc   const int pixel_count = rect.width() * rect.height();
height            890 ui/native_theme/native_theme_win.cc                                                                 r.height()));
height            894 ui/native_theme/native_theme_win.cc       StretchBlt(mem_dc, 0, 0, r.width(), r.height(),
height            895 ui/native_theme/native_theme_win.cc                  hdc, r.right()-1, r.y(), -r.width(), r.height(), SRCCOPY);
height            897 ui/native_theme/native_theme_win.cc       RECT theme_rect = {0, 0, r.width(), r.height()};
height            901 ui/native_theme/native_theme_win.cc       StretchBlt(hdc, r.x(), r.y(), r.width(), r.height(),
height            902 ui/native_theme/native_theme_win.cc                  mem_dc, r.width()-1, 0, -r.width(), r.height(), SRCCOPY);
height           1706 ui/native_theme/native_theme_win.cc                               scaled_rect.height()).ToRECT();
height           2059 ui/native_theme/native_theme_win.cc   const int height = rect.height();
height           2062 ui/native_theme/native_theme_win.cc   base::win::ScopedBitmap mask_bitmap(CreateBitmap(width, height, 1, 1, NULL));
height           2069 ui/native_theme/native_theme_win.cc   RECT local_rect = { 0, 0, width, height };
height           2099 ui/native_theme/native_theme_win.cc   BitBlt(hdc, rect.x(), rect.y(), width, height, bitmap_dc, 0, 0, SRCCOPY);
height             30 ui/ozone/platform/caca/caca_connection.cc   canvas_ = caca_create_canvas(physical_size_.width(), physical_size_.height());
height            117 ui/ozone/platform/caca/caca_event_factory.cc       location.y() * bitmap_size.height() / physical_size.height());
height             50 ui/ozone/platform/caca/caca_surface_factory.cc                                        connection_->bitmap_size().height(),
height             63 ui/ozone/platform/caca/caca_surface_factory.cc       info.height(),
height             17 ui/ozone/platform/dri/cursor_factory_evdev_dri.cc       gfx::PointF(cursor_bounds_.width() / 2, cursor_bounds_.height() / 2);
height             34 ui/snapshot/snapshot_android.cc       scaled_bounds.height(), png_representation);
height             49 ui/snapshot/snapshot_aura.cc       target_size.height(),
height             59 ui/snapshot/snapshot_aura.cc                              gfx::Size(bitmap.width(), bitmap.height()),
height             45 ui/snapshot/snapshot_aura_unittest.cc     for (int y = 0; y < window_size_.height(); ++y) {
height             63 ui/snapshot/snapshot_aura_unittest.cc   for (int y = 0; y < bitmap->height(); y += scale_factor) {
height             48 ui/snapshot/snapshot_gtk.cc   DCHECK_LE(snapshot_bounds.bottom(), window_bounds.height());
height             52 ui/snapshot/snapshot_gtk.cc       snapshot_bounds.width(), snapshot_bounds.height(), AllPlanes, ZPixmap));
height             66 ui/snapshot/snapshot_gtk.cc           image->height,
height             55 ui/snapshot/snapshot_win.cc                           snapshot_bounds.height(),
height             70 ui/snapshot/snapshot_win.cc   PatBlt(mem_hdc, 0, 0, snapshot_bounds.width(), snapshot_bounds.height(),
height             87 ui/snapshot/snapshot_win.cc     BitBlt(mem_hdc, 0, 0, snapshot_bounds.width(), snapshot_bounds.height(),
height             99 ui/surface/accelerated_surface_mac.cc                           real_surface_size_.height());
height            163 ui/surface/accelerated_surface_mac.cc   return gfx::Size(std::max(size.width(), 1), std::max(size.height(), 1));
height            175 ui/surface/accelerated_surface_mac.cc   glViewport(0, 0, rect.width(), rect.height());
height            178 ui/surface/accelerated_surface_mac.cc   glOrtho(0, rect.width(), 0, rect.height(), -1, 1);
height            227 ui/surface/accelerated_surface_mac.cc                   clamped_size.height());
height            244 ui/surface/accelerated_surface_mac.cc       clamped_size.height(),
height            336 ui/views/accessibility/native_view_accessibility_win.cc     LONG* x_left, LONG* y_top, LONG* width, LONG* height, VARIANT var_id) {
height            337 ui/views/accessibility/native_view_accessibility_win.cc   if (!IsValidId(var_id) || !x_left || !y_top || !width || !height)
height            345 ui/views/accessibility/native_view_accessibility_win.cc     *height = view_->height();
height             81 ui/views/accessibility/native_view_accessibility_win.h                            LONG* height,
height            266 ui/views/accessibility/native_view_accessibility_win.h       LONG* width, LONG* height) {
height             47 ui/views/border.cc   canvas->FillRect(gfx::Rect(0, 0, insets_.left(), view.height()), color_);
height             49 ui/views/border.cc   canvas->FillRect(gfx::Rect(0, view.height() - insets_.bottom(), view.width(),
height             53 ui/views/border.cc                              view.height()), color_);
height             61 ui/views/border.cc   return gfx::Size(insets_.width(), insets_.height());
height             67 ui/views/bubble/bubble_border.cc     arrow_thickness = top_arrow.height();
height            171 ui/views/bubble/bubble_border.cc   int h = anchor_rect.height();
height            188 ui/views/bubble/bubble_border.cc     y += is_arrow_on_top(arrow_) ? h + arrow_size : -arrow_size - size.height();
height            196 ui/views/bubble/bubble_border.cc       y += mid_anchor ? h / 2 + arrow_offset - size.height() :
height            197 ui/views/bubble/bubble_border.cc                         h - size.height() + GetBorderThickness() - kStroke;
height            201 ui/views/bubble/bubble_border.cc     y += (arrow_ == NONE) ? h : (h - size.height()) / 2;
height            204 ui/views/bubble/bubble_border.cc   return gfx::Rect(x, y, size.width(), size.height());
height            217 ui/views/bubble/bubble_border.cc       border_size.width() : border_size.height();
height            271 ui/views/bubble/bubble_border.cc   size.Enlarge(insets.width(), insets.height());
height            316 ui/views/bubble/bubble_border.cc       origin.set_y(bounds.height() - insets.bottom());
height            319 ui/views/bubble/bubble_border.cc         offset : bounds.height() - offset);
height            213 ui/views/bubble/bubble_border_unittest.cc   EXPECT_GE(visible_tip_1.height(), 30);
height            219 ui/views/bubble/bubble_border_unittest.cc   EXPECT_LE(invisible_tip_1.height(), 30);
height            230 ui/views/bubble/bubble_border_unittest.cc   EXPECT_LE(visible_tip_2.height(), 30);
height            236 ui/views/bubble/bubble_border_unittest.cc   EXPECT_LE(invisible_tip_2.height(), 30);
height            139 ui/views/bubble/bubble_frame_view.cc                   SkIntToScalar(size.height() - border_insets.bottom() +
height            166 ui/views/bubble/bubble_frame_view.cc       title_->GetPreferredSize().height() + kTitleTopInset + kTitleBottomInset;
height            167 ui/views/bubble/bubble_frame_view.cc   const int close_height = close_->visible() ? close_->height() : 0;
height            193 ui/views/bubble/bubble_frame_view.cc   title_size.SetToMin(gfx::Size(title_width, title_size.height()));
height            200 ui/views/bubble/bubble_frame_view.cc     size.SetToMin(gfx::Size(std::max(0, extra_width), size.height()));
height            205 ui/views/bubble/bubble_frame_view.cc         title_bounds.height());
height            351 ui/views/bubble/bubble_frame_view.cc   size.Enlarge(insets.width(), insets.height());
height            257 ui/views/bubble/bubble_frame_view_unittest.cc   EXPECT_EQ(window_bounds.y() + window_bounds.height() / 2, 425);
height            265 ui/views/bubble/bubble_frame_view_unittest.cc   EXPECT_EQ(window_bounds.y() + window_bounds.height() / 2, 425);
height            121 ui/views/bubble/tray_bubble_view.cc     border_size.Enlarge(insets.width(), insets.height());
height            125 ui/views/bubble/tray_bubble_view.cc     const int y = position_relative_to.y() - border_size.height() +
height            126 ui/views/bubble/tray_bubble_view.cc         insets.height() - kBubbleSpacing;
height            127 ui/views/bubble/tray_bubble_view.cc     return gfx::Rect(x, y, border_size.width(), border_size.height());
height            240 ui/views/bubble/tray_bubble_view.cc     if (host->height() >= host->GetPreferredSize().height() ||
height            248 ui/views/bubble/tray_bubble_view.cc         i >= 0 && consumed_height < host->height(); --i) {
height            253 ui/views/bubble/tray_bubble_view.cc       child->SetBounds(0, host->height() - consumed_height - size.height(),
height            254 ui/views/bubble/tray_bubble_view.cc           host->width(), size.height());
height            255 ui/views/bubble/tray_bubble_view.cc       consumed_height += size.height();
height            367 ui/views/bubble/tray_bubble_view.cc void TrayBubbleView::SetMaxHeight(int height) {
height            368 ui/views/bubble/tray_bubble_view.cc   params_.max_height = height;
height            435 ui/views/bubble/tray_bubble_view.cc   int height = GetInsets().height();
height            440 ui/views/bubble/tray_bubble_view.cc       height += child->GetHeightForWidth(width);
height            444 ui/views/bubble/tray_bubble_view.cc       std::min(height, params_.max_height) : height;
height            129 ui/views/bubble/tray_bubble_view.h   void SetMaxHeight(int height);
height             44 ui/views/button_drag_utils.cc   button.SetBounds(0, 0, prefsize.width(), prefsize.height());
height             51 ui/views/button_drag_utils.cc       gfx::Vector2d(prefsize.width() / 2, prefsize.height() / 2), data);
height            100 ui/views/color_chooser/color_chooser_view.cc     points[1].iset(0, rect.height() + 1);
height            145 ui/views/color_chooser/color_chooser_view.cc   SkScalar height = SkIntToScalar(kSaturationValueSize - 1);
height            147 ui/views/color_chooser/color_chooser_view.cc   int level = SkScalarDiv(SkScalarMul(hue_max - hue, height), hue_max);
height            158 ui/views/color_chooser/color_chooser_view.cc                     std::min(height() - 1 - kBorderWidth, point.y()));
height            180 ui/views/color_chooser/color_chooser_view.cc                              kHueBarWidth + kBorderWidth, height() - 1),
height             70 ui/views/controls/button/checkbox.cc   set_min_size(gfx::Size(0, preferred_size.height() + 4));
height             89 ui/views/controls/button/checkbox.cc                                   height() - rect.bottom(),
height             81 ui/views/controls/button/image_button.cc                      images_[STATE_NORMAL].height());
height             85 ui/views/controls/button/image_button.cc   size.Enlarge(insets.width(), insets.height());
height            165 ui/views/controls/button/image_button.cc     y = (rect.height() - image.height()) / 2;
height            167 ui/views/controls/button/image_button.cc     y = rect.height() - image.height();
height             13 ui/views/controls/button/image_button_unittest.cc gfx::ImageSkia CreateTestImage(int width, int height) {
height             15 ui/views/controls/button/image_button_unittest.cc   bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height);
height             46 ui/views/controls/button/image_button_unittest.cc   EXPECT_EQ(20, button.GetImageToPaint().height());
height             62 ui/views/controls/button/image_button_unittest.cc   EXPECT_EQ(20, button.GetImageToPaint().height());
height            204 ui/views/controls/button/label_button.cc   size.SetToMax(gfx::Size(0, image_size.height()));
height            206 ui/views/controls/button/label_button.cc   size.Enlarge(image_size.width() + insets.width(), insets.height());
height            218 ui/views/controls/button/label_button.cc   if (max_size_.height() > 0)
height            219 ui/views/controls/button/label_button.cc     size.set_height(std::min(max_size_.height(), size.height()));
height            252 ui/views/controls/button/label_button.cc   image_origin.Offset(0, (child_area.height() - image_size.height()) / 2);
height             19 ui/views/controls/button/label_button_unittest.cc gfx::ImageSkia CreateTestImage(int width, int height) {
height             21 ui/views/controls/button/label_button_unittest.cc   bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height);
height             64 ui/views/controls/button/label_button_unittest.cc   EXPECT_GT(button.GetPreferredSize().height(), font_list.GetHeight());
height             91 ui/views/controls/button/label_button_unittest.cc   EXPECT_LT(button.GetPreferredSize().height(), small_size);
height             94 ui/views/controls/button/label_button_unittest.cc   EXPECT_GT(button.GetPreferredSize().height(), small_size);
height             96 ui/views/controls/button/label_button_unittest.cc   EXPECT_LT(button.GetPreferredSize().height(), large_size);
height             99 ui/views/controls/button/label_button_unittest.cc   EXPECT_GT(button.GetPreferredSize().height(), large_size);
height            102 ui/views/controls/button/label_button_unittest.cc   EXPECT_GT(button.GetPreferredSize().height(), large_size);
height            128 ui/views/controls/button/label_button_unittest.cc   EXPECT_LT(button.GetPreferredSize().height(), image_size);
height            131 ui/views/controls/button/label_button_unittest.cc   EXPECT_GT(button.GetPreferredSize().height(), font_list.GetHeight());
height            133 ui/views/controls/button/label_button_unittest.cc   EXPECT_LT(button.GetPreferredSize().height(), image_size);
height            136 ui/views/controls/button/label_button_unittest.cc   EXPECT_GT(button.GetPreferredSize().height(), image_size);
height            155 ui/views/controls/button/label_button_unittest.cc   EXPECT_GT(button.GetPreferredSize().height(), image_size);
height            158 ui/views/controls/button/label_button_unittest.cc   EXPECT_GT(button.GetPreferredSize().height(), image_size);
height            168 ui/views/controls/button/label_button_unittest.cc   EXPECT_LT(button.GetPreferredSize().height(), image_size);
height            179 ui/views/controls/button/label_button_unittest.cc   const int original_height = button.GetPreferredSize().height();
height            184 ui/views/controls/button/label_button_unittest.cc   EXPECT_GT(button.GetPreferredSize().height(), original_height);
height            191 ui/views/controls/button/label_button_unittest.cc   EXPECT_EQ(original_height, button.GetPreferredSize().height());
height            259 ui/views/controls/button/menu_button.cc                          height() / 2 - menu_marker_->height() / 2,
height            261 ui/views/controls/button/menu_button.cc                          menu_marker_->height());
height            289 ui/views/controls/button/text_button.cc                      std::max(max_text_size_.height(),
height            290 ui/views/controls/button/text_button.cc                               text_size_.height()) + insets.height());
height            296 ui/views/controls/button/text_button.cc   prefsize.set_height(std::max(prefsize.height(), min_height_));
height            310 ui/views/controls/button/text_button.cc   int height = text_size.height() + GetInsets().height();
height            312 ui/views/controls/button/text_button.cc   return std::max(height, min_height_);
height            346 ui/views/controls/button/text_button.cc                            std::max(max_text_size_.height(),
height            347 ui/views/controls/button/text_button.cc                                     text_size_.height()));
height            428 ui/views/controls/button/text_button.cc   int available_height = height() - insets.height();
height            429 ui/views/controls/button/text_button.cc   int content_y = (available_height - text_size_.height()) / 2 + insets.top();
height            431 ui/views/controls/button/text_button.cc   gfx::Rect bounds(content_x, content_y, content_width, text_size_.height());
height            601 ui/views/controls/button/text_button.cc   prefsize.set_height(std::max(prefsize.height(), icon_.height()));
height            619 ui/views/controls/button/text_button.cc         prefsize.height(),
height            625 ui/views/controls/button/text_button.cc   prefsize.set_height(std::max(prefsize.height(), min_height_));
height            661 ui/views/controls/button/text_button.cc     int available_height = height() - insets.height();
height            662 ui/views/controls/button/text_button.cc     int icon_y = (available_height - icon.height()) / 2 + insets.top();
height            665 ui/views/controls/button/text_button.cc     gfx::Rect icon_bounds(icon_x, icon_y, icon.width(), icon.height());
height            192 ui/views/controls/combobox/combobox.cc                            int x, int y, int width, int height) {
height            194 ui/views/controls/combobox/combobox.cc                        0, 0, top_image.width(), top_image.height(),
height            195 ui/views/controls/combobox/combobox.cc                        x, y, width, top_image.height(), false);
height            196 ui/views/controls/combobox/combobox.cc   y += top_image.height();
height            197 ui/views/controls/combobox/combobox.cc   int center_height = height - top_image.height() - bottom_image.height();
height            199 ui/views/controls/combobox/combobox.cc                        0, 0, center_image.width(), center_image.height(),
height            203 ui/views/controls/combobox/combobox.cc                        0, 0, bottom_image.width(), bottom_image.height(),
height            204 ui/views/controls/combobox/combobox.cc                        x, y, width, bottom_image.height(), false);
height            211 ui/views/controls/combobox/combobox.cc     int x, int height) {
height            216 ui/views/controls/combobox/combobox.cc                         x, 0, arrow_button_images[0]->width(), height);
height            363 ui/views/controls/combobox/combobox.cc   text_button_->SetBounds(0, 0, std::max(0, text_button_width), height());
height            364 ui/views/controls/combobox/combobox.cc   arrow_button_->SetBounds(arrow_button_x, 0, arrow_button_width, height());
height            417 ui/views/controls/combobox/combobox.cc   return gfx::Size(total_width, content_size_.height() + insets.height());
height            650 ui/views/controls/combobox/combobox.cc   int text_height = height() - insets.height();
height            674 ui/views/controls/combobox/combobox.cc                          height() / 2 - disclosure_arrow_->height() / 2,
height            676 ui/views/controls/combobox/combobox.cc                          disclosure_arrow_->height());
height            708 ui/views/controls/combobox/combobox.cc                             gfx::Rect(0, 0, text_button_->width(), height()));
height            716 ui/views/controls/combobox/combobox.cc                             gfx::Rect(0, 0, text_button_->width(), height()));
height            726 ui/views/controls/combobox/combobox.cc     PaintArrowButton(canvas, arrow_button_images, arrow_button_->x(), height());
height            734 ui/views/controls/combobox/combobox.cc                      arrow_button_->x(), height());
height            517 ui/views/controls/combobox/combobox_unittest.cc                           combobox_->y() + combobox_->height() / 2));
height            538 ui/views/controls/combobox/combobox_unittest.cc                           combobox_->y() + combobox_->height() / 2));
height            598 ui/views/controls/combobox/combobox_unittest.cc                           combobox_->y() + combobox_->height() / 2));
height            609 ui/views/controls/combobox/combobox_unittest.cc                           combobox_->y() + combobox_->height() / 2));
height             85 ui/views/controls/glow_hover_controller.cc   gfx::Canvas hover_canvas(gfx::Size(mask_image.width(), mask_image.height()),
height            117 ui/views/controls/glow_hover_controller.cc                        (view_->height() - mask_image.height()) / 2);
height             82 ui/views/controls/image_view.cc     image_size_ : gfx::Size(image_.width(), image_.height()));
height             99 ui/views/controls/image_view.cc     image_size.Enlarge(insets.width(), insets.height());
height            103 ui/views/controls/image_view.cc                    image_.height() + insets.height());
height            138 ui/views/controls/image_view.cc     case TRAILING: y = height() - insets.bottom() - image_size.height(); break;
height            139 ui/views/controls/image_view.cc     case CENTER:   y = (height() - image_size.height()) / 2;             break;
height            224 ui/views/controls/image_view.cc   if (image_bounds.size() != gfx::Size(image_.width(), image_.height())) {
height            228 ui/views/controls/image_view.cc     canvas->DrawImageInt(image_, 0, 0, image_.width(), image_.height(),
height            230 ui/views/controls/image_view.cc         image_bounds.height(), true, paint);
height            137 ui/views/controls/label.cc void Label::SetLineHeight(int height) {
height            138 ui/views/controls/label.cc   if (height != line_height_) {
height            139 ui/views/controls/label.cc     line_height_ = height;
height            232 ui/views/controls/label.cc   size.Enlarge(insets.width(), insets.height());
height            246 ui/views/controls/label.cc   size.Enlarge(insets.width(), insets.height());
height            259 ui/views/controls/label.cc       return s.height() + GetInsets().height();
height            270 ui/views/controls/label.cc   return h + GetInsets().height();
height            444 ui/views/controls/label.cc       std::max(0, (available_rect.height() - text_size.height())) / 2);
height            129 ui/views/controls/label.h   void SetLineHeight(int height);
height            212 ui/views/controls/label_unittest.cc   EXPECT_GT(required_size.height(), kMinTextDimension);
height            223 ui/views/controls/label_unittest.cc   EXPECT_EQ(required_size_with_border.height(),
height            224 ui/views/controls/label_unittest.cc             required_size.height() + border.height());
height            257 ui/views/controls/label_unittest.cc   EXPECT_GT(required_size.height(), kMinTextDimension);
height            307 ui/views/controls/label_unittest.cc   EXPECT_EQ(required_height_with_border, required_height + border.height());
height            318 ui/views/controls/label_unittest.cc   EXPECT_EQ(height1, height_for_constrained_width + border.height());
height            323 ui/views/controls/label_unittest.cc   EXPECT_EQ(required_size_with_border.height(),
height            324 ui/views/controls/label_unittest.cc             required_size.height() + border.height());
height            341 ui/views/controls/label_unittest.cc                   required_size.height() + extra.height());
height            358 ui/views/controls/label_unittest.cc                   required_size.height() + extra.height());
height            381 ui/views/controls/label_unittest.cc                   required_size.height() + extra.height());
height            393 ui/views/controls/label_unittest.cc   EXPECT_EQ(extra.height() / 2 , text_bounds.y());
height            395 ui/views/controls/label_unittest.cc   EXPECT_EQ(required_size.height(), text_bounds.height());
height            409 ui/views/controls/label_unittest.cc   EXPECT_EQ(extra.height() / 2 , text_bounds.y());
height            411 ui/views/controls/label_unittest.cc   EXPECT_EQ(required_size.height(), text_bounds.height());
height            425 ui/views/controls/label_unittest.cc   EXPECT_EQ(extra.height() / 2 , text_bounds.y());
height            427 ui/views/controls/label_unittest.cc   EXPECT_EQ(required_size.height(), text_bounds.height());
height            441 ui/views/controls/label_unittest.cc   EXPECT_EQ(required_size.height() + border.height(),
height            442 ui/views/controls/label_unittest.cc             required_size_with_border.height());
height            446 ui/views/controls/label_unittest.cc                   required_size_with_border.height() + extra.height());
height            456 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2 , text_bounds.y());
height            458 ui/views/controls/label_unittest.cc   EXPECT_EQ(required_size.height(), text_bounds.height());
height            472 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2 , text_bounds.y());
height            474 ui/views/controls/label_unittest.cc   EXPECT_EQ(required_size.height(), text_bounds.height());
height            488 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2 , text_bounds.y());
height            490 ui/views/controls/label_unittest.cc   EXPECT_EQ(required_size.height(), text_bounds.height());
height            516 ui/views/controls/label_unittest.cc                   label.height() + extra.height());
height            525 ui/views/controls/label_unittest.cc   EXPECT_EQ(extra.height() / 2, text_bounds.y());
height            527 ui/views/controls/label_unittest.cc   EXPECT_GT(text_bounds.height(), kMinTextDimension);
height            544 ui/views/controls/label_unittest.cc   EXPECT_EQ(extra.height() / 2, text_bounds.y());
height            546 ui/views/controls/label_unittest.cc   EXPECT_GT(text_bounds.height(), kMinTextDimension);
height            562 ui/views/controls/label_unittest.cc   EXPECT_EQ(extra.height() / 2, text_bounds.y());
height            564 ui/views/controls/label_unittest.cc   EXPECT_GT(text_bounds.height(), kMinTextDimension);
height            582 ui/views/controls/label_unittest.cc                   label.height() + extra.height());
height            590 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2, text_bounds.y());
height            592 ui/views/controls/label_unittest.cc   EXPECT_EQ(center_bounds.height(), text_bounds.height());
height            608 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2, text_bounds.y());
height            610 ui/views/controls/label_unittest.cc   EXPECT_EQ(center_bounds.height(), text_bounds.height());
height            626 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2, text_bounds.y());
height            628 ui/views/controls/label_unittest.cc   EXPECT_EQ(center_bounds.height(), text_bounds.height());
height            653 ui/views/controls/label_unittest.cc                   required_size.height() + extra.height());
height            665 ui/views/controls/label_unittest.cc   EXPECT_EQ(extra.height() / 2 , text_bounds.y());
height            667 ui/views/controls/label_unittest.cc   EXPECT_EQ(required_size.height(), text_bounds.height());
height            681 ui/views/controls/label_unittest.cc   EXPECT_EQ(extra.height() / 2 , text_bounds.y());
height            683 ui/views/controls/label_unittest.cc   EXPECT_EQ(required_size.height(), text_bounds.height());
height            697 ui/views/controls/label_unittest.cc   EXPECT_EQ(extra.height() / 2 , text_bounds.y());
height            699 ui/views/controls/label_unittest.cc   EXPECT_EQ(required_size.height(), text_bounds.height());
height            714 ui/views/controls/label_unittest.cc   EXPECT_EQ(required_size.height() + border.height(),
height            715 ui/views/controls/label_unittest.cc             required_size_with_border.height());
height            719 ui/views/controls/label_unittest.cc                   required_size_with_border.height() + extra.height());
height            729 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2 , text_bounds.y());
height            731 ui/views/controls/label_unittest.cc   EXPECT_EQ(required_size.height(), text_bounds.height());
height            745 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2 , text_bounds.y());
height            747 ui/views/controls/label_unittest.cc   EXPECT_EQ(required_size.height(), text_bounds.height());
height            761 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2 , text_bounds.y());
height            763 ui/views/controls/label_unittest.cc   EXPECT_EQ(required_size.height(), text_bounds.height());
height            792 ui/views/controls/label_unittest.cc                   label.height() + extra.height());
height            801 ui/views/controls/label_unittest.cc   EXPECT_EQ(extra.height() / 2, text_bounds.y());
height            803 ui/views/controls/label_unittest.cc   EXPECT_GT(text_bounds.height(), kMinTextDimension);
height            821 ui/views/controls/label_unittest.cc   EXPECT_EQ(extra.height() / 2, text_bounds.y());
height            823 ui/views/controls/label_unittest.cc   EXPECT_GT(text_bounds.height(), kMinTextDimension);
height            840 ui/views/controls/label_unittest.cc   EXPECT_EQ(extra.height() / 2, text_bounds.y());
height            842 ui/views/controls/label_unittest.cc   EXPECT_GT(text_bounds.height(), kMinTextDimension);
height            861 ui/views/controls/label_unittest.cc                   label.height() + extra.height());
height            869 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2, text_bounds.y());
height            871 ui/views/controls/label_unittest.cc   EXPECT_EQ(center_bounds.height(), text_bounds.height());
height            888 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2, text_bounds.y());
height            890 ui/views/controls/label_unittest.cc   EXPECT_EQ(center_bounds.height(), text_bounds.height());
height            907 ui/views/controls/label_unittest.cc   EXPECT_EQ(border.top() + extra.height() / 2, text_bounds.y());
height            909 ui/views/controls/label_unittest.cc   EXPECT_EQ(center_bounds.height(), text_bounds.height());
height             38 ui/views/controls/menu/menu_config_views.cc   check_height = check.height();
height             47 ui/views/controls/menu/menu_config_win.cc     check_height = check_size.height();
height            286 ui/views/controls/menu/menu_controller.cc         std::min(submenu_->height() - vis_rect.height(), start_y_ + delta_y));
height            758 ui/views/controls/menu/menu_controller.cc       int menu_item_height = menu_item->height();
height           1038 ui/views/controls/menu/menu_controller.cc       source->GetWidget(), gfx::Size(item->width(), item->height())));
height           1213 ui/views/controls/menu/menu_controller.cc   if (bounds.height() > 1) {
height           1266 ui/views/controls/menu/menu_controller.cc       mouse_location.y() < source_view->height()) {
height           1315 ui/views/controls/menu/menu_controller.cc                                   button->width(), button->height() - 1),
height           1436 ui/views/controls/menu/menu_controller.cc       scroll_view_loc.y() >= scroll_view_container->height()) {
height           1710 ui/views/controls/menu/menu_controller.cc       if (pref.height() >
height           1715 ui/views/controls/menu/menu_controller.cc         y = std::max(0, state_.initial_bounds.y() - pref.height()) +
height           1721 ui/views/controls/menu/menu_controller.cc         y + pref.height() > state_.monitor_bounds.bottom()) {
height           1733 ui/views/controls/menu/menu_controller.cc         pref.set_height(std::min(pref.height(),
height           1739 ui/views/controls/menu/menu_controller.cc         if (state_.monitor_bounds.height() < pref.height()) {
height           1741 ui/views/controls/menu/menu_controller.cc           pref.set_height(state_.monitor_bounds.height());
height           1743 ui/views/controls/menu/menu_controller.cc         } else if (state_.monitor_bounds.y() + pref.height() <
height           1746 ui/views/controls/menu/menu_controller.cc           y = state_.initial_bounds.y() - pref.height();
height           1751 ui/views/controls/menu/menu_controller.cc           y = state_.monitor_bounds.bottom() - pref.height();
height           1776 ui/views/controls/menu/menu_controller.cc         pref.set_height(std::min(pref.height(),
height           1778 ui/views/controls/menu/menu_controller.cc         y = state_.initial_bounds.y() - pref.height();
height           1783 ui/views/controls/menu/menu_controller.cc       pref.set_height(std::min(pref.height(),
height           1785 ui/views/controls/menu/menu_controller.cc       y = state_.initial_bounds.y() - pref.height();
height           1832 ui/views/controls/menu/menu_controller.cc       pref.set_height(std::min(pref.height(), state_.monitor_bounds.height()));
height           1833 ui/views/controls/menu/menu_controller.cc       if (y + pref.height() > state_.monitor_bounds.bottom())
height           1834 ui/views/controls/menu/menu_controller.cc         y = state_.monitor_bounds.bottom() - pref.height();
height           1846 ui/views/controls/menu/menu_controller.cc   return gfx::Rect(x, y, pref.width(), pref.height());
height           1867 ui/views/controls/menu/menu_controller.cc     int max_height = state_.monitor_bounds.height();
height           1887 ui/views/controls/menu/menu_controller.cc     pref.set_height(std::min(pref.height(), max_height));
height           1897 ui/views/controls/menu/menu_controller.cc       y = owner_bounds.y() - pref.height() + kBubbleTipSizeTopBottom;
height           1916 ui/views/controls/menu/menu_controller.cc     y = owner_bounds.CenterPoint().y() - pref.height() / 2;
height           1920 ui/views/controls/menu/menu_controller.cc     } else if (y + pref.height() > state_.monitor_bounds.bottom()) {
height           1921 ui/views/controls/menu/menu_controller.cc       y = state_.monitor_bounds.bottom() - pref.height();
height           1924 ui/views/controls/menu/menu_controller.cc         pref.height() / 2 - y + y_old);
height           1926 ui/views/controls/menu/menu_controller.cc   return gfx::Rect(x, y, pref.width(), pref.height());
height            409 ui/views/controls/menu/menu_item_view.cc                    dimensions.height);
height            519 ui/views/controls/menu/menu_item_view.cc     child->SetBounds(0, GetTopMargin(), size.width(), size.height());
height            529 ui/views/controls/menu/menu_item_view.cc       child->SetBounds(x - width, 0, width, height());
height            542 ui/views/controls/menu/menu_item_view.cc           (height() + GetTopMargin() - GetBottomMargin() - size.height()) / 2;
height            625 ui/views/controls/menu/menu_item_view.cc   pref_menu_height_ = menu_item.GetPreferredSize().height();
height            756 ui/views/controls/menu/menu_item_view.cc     gfx::Rect item_bounds(0, 0, width(), height());
height            769 ui/views/controls/menu/menu_item_view.cc   const int available_height = height() - top_margin - bottom_margin;
height            777 ui/views/controls/menu/menu_item_view.cc                            top_margin + (available_height - check.height()) / 2,
height            779 ui/views/controls/menu/menu_item_view.cc                            check.height());
height            786 ui/views/controls/menu/menu_item_view.cc                            top_margin + (available_height - image.height()) / 2,
height            788 ui/views/controls/menu/menu_item_view.cc                            image.height());
height            848 ui/views/controls/menu/menu_item_view.cc                            top_margin + (available_height - arrow.height()) / 2,
height            850 ui/views/controls/menu/menu_item_view.cc                            arrow.height());
height            862 ui/views/controls/menu/menu_item_view.cc   int available_height = height() - GetTopMargin() - GetBottomMargin();
height            936 ui/views/controls/menu/menu_item_view.cc   int height = 0;
height            938 ui/views/controls/menu/menu_item_view.cc     height = icon_view_->GetPreferredSize().height();
height            942 ui/views/controls/menu/menu_item_view.cc   return gfx::Size(width, height);
height            951 ui/views/controls/menu/menu_item_view.cc   dimensions.height = child_size.height();
height            955 ui/views/controls/menu/menu_item_view.cc     dimensions.height = std::max(dimensions.height,
height            958 ui/views/controls/menu/menu_item_view.cc   dimensions.height += GetBottomMargin() + GetTopMargin();
height            994 ui/views/controls/menu/menu_item_view.cc   dimensions.height =
height            995 ui/views/controls/menu/menu_item_view.cc       std::max(dimensions.height,
height            998 ui/views/controls/menu/menu_item_view.cc   dimensions.height = std::max(dimensions.height,
height            117 ui/views/controls/menu/menu_item_view.h           height(0) {}
height            126 ui/views/controls/menu/menu_item_view.h     int height;
height            436 ui/views/controls/menu/menu_item_view.h   void invalidate_dimensions() { dimensions_.height = 0; }
height            437 ui/views/controls/menu/menu_item_view.h   bool is_dimensions_valid() const { return dimensions_.height > 0; }
height             29 ui/views/controls/menu/menu_message_pump_dispatcher_win.cc         gfx::Point screen_loc(0, item->height());
height             77 ui/views/controls/menu/menu_scroll_view_container.cc     gfx::Rect item_bounds(0, 0, width(), height());
height             86 ui/views/controls/menu/menu_scroll_view_container.cc     int y = (height() - config.scroll_arrow_height) / 2;
height            160 ui/views/controls/menu/menu_scroll_view_container.cc         child->GetPreferredSize().height() - this->height(),
height            211 ui/views/controls/menu/menu_scroll_view_container.cc   gfx::Rect bounds(0, 0, width(), height());
height            224 ui/views/controls/menu/menu_scroll_view_container.cc   int content_height = height() - insets.height();
height            232 ui/views/controls/menu/menu_scroll_view_container.cc   scroll_up_button_->SetBounds(x, y, width, pref.height());
height            233 ui/views/controls/menu/menu_scroll_view_container.cc   content_height -= pref.height();
height            235 ui/views/controls/menu/menu_scroll_view_container.cc   const int scroll_view_y = y + pref.height();
height            238 ui/views/controls/menu/menu_scroll_view_container.cc   scroll_down_button_->SetBounds(x, height() - pref.height() - insets.top(),
height            239 ui/views/controls/menu/menu_scroll_view_container.cc                                  width, pref.height());
height            240 ui/views/controls/menu/menu_scroll_view_container.cc   content_height -= pref.height();
height            249 ui/views/controls/menu/menu_scroll_view_container.cc   prefsize.Enlarge(insets.width(), insets.height());
height            268 ui/views/controls/menu/menu_scroll_view_container.cc   scroll_up_button_->SetVisible(content_pref.height() > height());
height            269 ui/views/controls/menu/menu_scroll_view_container.cc   scroll_down_button_->SetVisible(content_pref.height() > height());
height             35 ui/views/controls/menu/menu_separator_views.cc       pos = height() - kSeparatorHeight;
height             42 ui/views/controls/menu/menu_separator_views.cc       pos = height() / 2;
height             52 ui/views/controls/menu/menu_separator_views.cc   int height = menu_config.separator_height;
height             55 ui/views/controls/menu/menu_separator_views.cc       height = menu_config.separator_spacing_height;
height             58 ui/views/controls/menu/menu_separator_views.cc       height = menu_config.separator_lower_height;
height             61 ui/views/controls/menu/menu_separator_views.cc       height = menu_config.separator_upper_height;
height             64 ui/views/controls/menu/menu_separator_views.cc       height = menu_config.separator_height;
height             68 ui/views/controls/menu/menu_separator_views.cc                    height);
height             34 ui/views/controls/menu/menu_separator_win.cc         config.gutter_width, height());
height             42 ui/views/controls/menu/menu_separator_win.cc   gfx::Rect separator_bounds(start_x, 0, width(), height());
height            271 ui/views/controls/menu/native_menu_win.cc                 draw_item_struct->rcItem.top - skia_icon->height()) / 2, NULL);
height            285 ui/views/controls/menu/native_menu_win.cc         int height =
height            288 ui/views/controls/menu/native_menu_win.cc             (height - kItemTopMargin - kItemBottomMargin -
height            101 ui/views/controls/menu/submenu_view.cc   int pref_height = GetPreferredSize().height();
height            103 ui/views/controls/menu/submenu_view.cc   if (pref_height > parent()->height())
height            104 ui/views/controls/menu/submenu_view.cc     new_y = std::max(parent()->height() - pref_height, y());
height            117 ui/views/controls/menu/submenu_view.cc       child->SetBounds(x, y, menu_item_width, child_pref_size.height());
height            118 ui/views/controls/menu/submenu_view.cc       y += child_pref_size.height();
height            132 ui/views/controls/menu/submenu_view.cc   int height = 0;
height            147 ui/views/controls/menu/submenu_view.cc       height += dimensions.height;
height            152 ui/views/controls/menu/submenu_view.cc       height += child_pref_size.height();
height            165 ui/views/controls/menu/submenu_view.cc       height + insets.height());
height            227 ui/views/controls/menu/submenu_view.cc   if (vis_bounds.height() == height() || !menu_item_count) {
height            471 ui/views/controls/menu/submenu_view.cc       item_bounds.Offset(0, item_bounds.height() - kDropIndicatorHeight / 2);
height            489 ui/views/controls/menu/submenu_view.cc   y = std::min(y, full_bounds.height() - vis_bounds.height() - 1);
height            491 ui/views/controls/menu/submenu_view.cc   gfx::Rect new_vis_bounds(x, y, vis_bounds.width(), vis_bounds.height());
height            100 ui/views/controls/message_box_view.cc   icon_->SetBounds(0, 0, icon.width(), icon.height());
height            231 ui/views/controls/message_box_view.cc                           icon_size.height());
height             90 ui/views/controls/native/native_view_host.cc                                    vis_bounds.height());
height            107 ui/views/controls/native/native_view_host.cc                                 local_bounds.height());
height            189 ui/views/controls/progress_bar.cc   pref_size.Enlarge(insets.width(), insets.height());
height            202 ui/views/controls/progress_bar.cc   int bar_height = content_bounds.height();
height             60 ui/views/controls/scroll_view.cc   int y = CheckScrollBounds(viewport->height(), view->height(), -view->y());
height             63 ui/views/controls/scroll_view.cc   view->SetBounds(-x, -y, view->width(), view->height());
height            165 ui/views/controls/scroll_view.cc                    contents_viewport_->width(), contents_viewport_->height());
height            205 ui/views/controls/scroll_view.cc   size.Enlarge(insets.width(), insets.height());
height            215 ui/views/controls/scroll_view.cc   int height = contents()->GetHeightForWidth(width) + insets.height();
height            216 ui/views/controls/scroll_view.cc   return std::min(std::max(height, min_height_), max_height_);
height            223 ui/views/controls/scroll_view.cc     if (content_height > height()) {
height            248 ui/views/controls/scroll_view.cc       std::min(viewport_bounds.height(),
height            249 ui/views/controls/scroll_view.cc                header_ ? header_->GetPreferredSize().height() : 0);
height            251 ui/views/controls/scroll_view.cc       std::max(0, viewport_bounds.height() - header_height));
height            288 ui/views/controls/scroll_view.cc         std::max(0, viewport_bounds.height() - horiz_sb_height));
height            412 ui/views/controls/scroll_view.cc     position = AdjustPosition(contents_->y(), position, contents_->height(),
height            413 ui/views/controls/scroll_view.cc                               contents_viewport_->height());
height            439 ui/views/controls/scroll_view.cc                            contents_viewport_->height();
height            442 ui/views/controls/scroll_view.cc                          contents_viewport_->height() / 5;
height            466 ui/views/controls/scroll_view.cc       std::max(contents_viewport_->height(), contents_->height());
height            477 ui/views/controls/scroll_view.cc       y + std::min(rect.height(), contents_viewport_->height()));
height            497 ui/views/controls/scroll_view.cc                                         contents_viewport_->height());
height            513 ui/views/controls/scroll_view.cc       content_size.height() <= vp_size.height()) {
height            519 ui/views/controls/scroll_view.cc   } else if (content_size.height() <= vp_size.height() - GetScrollBarHeight()) {
height            557 ui/views/controls/scroll_view.cc     int vh = contents_viewport_->height();
height            558 ui/views/controls/scroll_view.cc     int ch = contents_->height();
height            579 ui/views/controls/scroll_view.cc   int vis_height = scroll_view->contents()->parent()->height();
height            582 ui/views/controls/scroll_view.cc     int bottom = std::min(scroll_view->contents()->height() - 1,
height            592 ui/views/controls/scroll_view.cc       return std::max(0, y - last_page_info.origin - last_page_info.height);
height            605 ui/views/controls/scroll_view.cc     return row.height - (y - row.origin);
height            161 ui/views/controls/scroll_view.h     RowInfo(int origin, int height) : origin(origin), height(height) {}
height            167 ui/views/controls/scroll_view.h     int height;
height             34 ui/views/controls/scroll_view_unittest.cc     int height = pref.height();
height             37 ui/views/controls/scroll_view_unittest.cc       height = std::max(parent()->height(), height);
height             39 ui/views/controls/scroll_view_unittest.cc     SetBounds(x(), y(), width, height);
height             71 ui/views/controls/scroll_view_unittest.cc   EXPECT_EQ(100, contents->parent()->height());
height             82 ui/views/controls/scroll_view_unittest.cc             contents->parent()->height());
height             93 ui/views/controls/scroll_view_unittest.cc             contents->parent()->height());
height            145 ui/views/controls/scroll_view_unittest.cc   EXPECT_EQ(80, contents->parent()->height());
height            149 ui/views/controls/scroll_view_unittest.cc   EXPECT_EQ(20, header->parent()->height());
height            162 ui/views/controls/scroll_view_unittest.cc             contents->parent()->height());
height            166 ui/views/controls/scroll_view_unittest.cc   EXPECT_EQ(20, header->parent()->height());
height            179 ui/views/controls/scroll_view_unittest.cc             contents->parent()->height());
height            183 ui/views/controls/scroll_view_unittest.cc   EXPECT_EQ(20, header->parent()->height());
height            234 ui/views/controls/scroll_view_unittest.cc   const int viewport_height = contents->parent()->height();
height            331 ui/views/controls/scroll_view_unittest.cc   EXPECT_EQ(scroll_view.contents()->size().height(), 1000 * expected_width);
height            488 ui/views/controls/scrollbar/base_scroll_bar.cc   return IsHorizontal() ? track_bounds.width() : track_bounds.height();
height             34 ui/views/controls/scrollbar/base_scroll_bar_thumb.cc                                                       prefsize.height());
height             47 ui/views/controls/scrollbar/base_scroll_bar_thumb.cc   return height();
height             89 ui/views/controls/scrollbar/base_scroll_bar_thumb.cc         (event.y() > (y() + height() + kScrollThumbDragOutSnap))) {
height             92 ui/views/controls/scrollbar/kennedy_scroll_bar.cc     thumb_bounds.set_height(thumb->height());
height             53 ui/views/controls/scrollbar/native_scroll_bar.cc     native_wrapper_->GetView()->SetBounds(0, 0, width(), height());
height            267 ui/views/controls/scrollbar/native_scroll_bar_views.cc   prev_button_->SetBounds(0, 0, size.width(), size.height());
height            271 ui/views/controls/scrollbar/native_scroll_bar_views.cc                             size.width(), size.height());
height            273 ui/views/controls/scrollbar/native_scroll_bar_views.cc     next_button_->SetBounds(0, height() - size.height(),
height            274 ui/views/controls/scrollbar/native_scroll_bar_views.cc                             size.width(), size.height());
height            289 ui/views/controls/scrollbar/native_scroll_bar_views.cc   params_.scrollbar_track.track_height = bounds.height();
height            308 ui/views/controls/scrollbar/native_scroll_bar_views.cc   return IsHorizontal() ? size.height() : size.width();
height            361 ui/views/controls/scrollbar/native_scroll_bar_views.cc     bounds.set_height(thumb->GetPreferredSize().height());
height            363 ui/views/controls/scrollbar/native_scroll_bar_views.cc     bounds.set_y(bounds.y() + size.height());
height            364 ui/views/controls/scrollbar/native_scroll_bar_views.cc     bounds.set_height(std::max(0, bounds.height() - 2 * size.height()));
height            399 ui/views/controls/scrollbar/native_scroll_bar_views.cc   return std::max(track_size.height(), button_size.height());
height            153 ui/views/controls/scrollbar/overlay_scroll_bar.cc     thumb_bounds.set_height(thumb->height());
height             34 ui/views/controls/separator.cc   return gfx::Size(kSeparatorHeight, height());
height             69 ui/views/controls/single_split_view.cc   int height = 0;
height             75 ui/views/controls/single_split_view.cc       height = std::max(height, pref.height());
height             78 ui/views/controls/single_split_view.cc       height += pref.height();
height             84 ui/views/controls/single_split_view.cc     height += GetDividerSize();
height             85 ui/views/controls/single_split_view.cc   return gfx::Size(width, height);
height            117 ui/views/controls/single_split_view.cc     divider_at = GetPrimaryAxisSize(bounds.width(), bounds.height());
height            129 ui/views/controls/single_split_view.cc     *leading_bounds = gfx::Rect(0, 0, divider_at, bounds.height());
height            133 ui/views/controls/single_split_view.cc                   bounds.height());
height            138 ui/views/controls/single_split_view.cc                   std::max(0, bounds.height() - divider_at - divider_size));
height            165 ui/views/controls/single_split_view.cc   int new_size = std::max(GetPrimaryAxisSize(min.width(), min.height()),
height            172 ui/views/controls/single_split_view.cc       GetPrimaryAxisSize(min.width(), min.height()), new_size);
height            213 ui/views/controls/single_split_view.cc     divider_relative_offset = p.y() - child_at(0)->height();
height            228 ui/views/controls/single_split_view.cc         previous_bounds.height() == 0 || new_bounds.height() == 0;
height            233 ui/views/controls/single_split_view.cc         divider_offset += new_bounds.height() - previous_bounds.height();
height            244 ui/views/controls/single_split_view.cc   int primary_axis_size = GetPrimaryAxisSize(bounds.width(), bounds.height());
height            108 ui/views/controls/single_split_view.h     return GetPrimaryAxisSize(width(), height());
height             30 ui/views/controls/single_split_view_unittest.cc     EXPECT_EQ(leading->bounds().height(), split.bounds().height());
height             31 ui/views/controls/single_split_view_unittest.cc     EXPECT_EQ(trailing->bounds().height(), split.bounds().height());
height             37 ui/views/controls/single_split_view_unittest.cc     EXPECT_LT(leading->bounds().height() + trailing->bounds().height(),
height             38 ui/views/controls/single_split_view_unittest.cc               split.bounds().height());
height            129 ui/views/controls/slider.cc   const int thumb_y = (1.0 - value) * (content.height() - thumb_->height());
height            131 ui/views/controls/slider.cc   if (candidate_y >= 0 && candidate_y < thumb_->height())
height            134 ui/views/controls/slider.cc     initial_button_offset_.set_y(thumb_->height() / 2);
height            150 ui/views/controls/slider.cc             (height() - thumb_->height()),
height            166 ui/views/controls/slider.cc   bar_height_ = images_[LEFT]->height();
height            182 ui/views/controls/slider.cc         gfx::Rect(1, 1, width() - 3, height() - 3),
height            193 ui/views/controls/slider.cc   return gfx::Size(kSizeMinor, std::max(height(), kSizeMajor));
height            208 ui/views/controls/slider.cc     int bar_cy = content.height() / 2 - bar_height_ / 2;
height            234 ui/views/controls/slider.cc     int thumb_y = content.height() / 2 - thumb_->height() / 2;
height            245 ui/views/controls/slider.cc     int h = content.height() - thumb_->height();
height             52 ui/views/controls/slider_unittest.cc   ClickAt(view, 0, view->height());
height             29 ui/views/controls/styled_label.cc   return label.GetPreferredSize().height();
height            163 ui/views/controls/styled_label.cc   return calculated_size_.height();
height            229 ui/views/controls/styled_label.cc                             chunk_bounds.height(),
height            292 ui/views/controls/styled_label.cc     DCHECK_EQ(line_height, view_size.height() - focus_border_insets.height());
height            306 ui/views/controls/styled_label.cc   return gfx::Size(width, (line + 1) * line_height + GetInsets().height());
height             40 ui/views/controls/styled_label_unittest.cc     return styled_->GetHeightForWidth(w) - styled_->GetInsets().height();
height             54 ui/views/controls/styled_label_unittest.cc   EXPECT_EQ(label_preferred_size.height(),
height            108 ui/views/controls/styled_label_unittest.cc   EXPECT_EQ(label_preferred_size.height() * 2,
height            117 ui/views/controls/styled_label_unittest.cc       styled()->GetInsets().height() + 2 * label_preferred_size.height());
height            122 ui/views/controls/styled_label_unittest.cc   EXPECT_EQ(styled()->height() - 3, styled()->child_at(1)->bounds().bottom());
height            162 ui/views/controls/styled_label_unittest.cc   EXPECT_EQ(label_preferred_size.height() * 2,
height            163 ui/views/controls/styled_label_unittest.cc             pref_height - styled()->GetInsets().height());
height            188 ui/views/controls/styled_label_unittest.cc   EXPECT_EQ(label_preferred_size.height() * 2,
height            189 ui/views/controls/styled_label_unittest.cc             pref_height - styled()->GetInsets().height());
height            355 ui/views/controls/styled_label_unittest.cc   EXPECT_EQ(label_preferred_size.height() * 3,
height            356 ui/views/controls/styled_label_unittest.cc             pref_height - styled()->GetInsets().height());
height            395 ui/views/controls/styled_label_unittest.cc                       label.GetPreferredSize().height());
height            398 ui/views/controls/styled_label_unittest.cc   EXPECT_EQ(label.GetPreferredSize().height(), styled()->height());
height            190 ui/views/controls/tabbed_pane/tabbed_pane.cc                  std::max(size.height(), child_size.height()));
height            200 ui/views/controls/tabbed_pane/tabbed_pane.cc     child_at(i)->SetBounds(x, 0, ps.width(), ps.height());
height            212 ui/views/controls/tabbed_pane/tabbed_pane.cc   SkScalar line_y = SkIntToScalar(height()) - (kTabBorderThickness / 2);
height            219 ui/views/controls/tabbed_pane/tabbed_pane.cc         SkIntToScalar(selected_tab->height()) - kTabBorderThickness;
height            315 ui/views/controls/tabbed_pane/tabbed_pane.cc   size.Enlarge(0, tab_strip_->GetPreferredSize().height());
height            325 ui/views/controls/tabbed_pane/tabbed_pane.cc   tab_strip_->SetBounds(0, 0, width(), size.height());
height            327 ui/views/controls/tabbed_pane/tabbed_pane.cc                        std::max(0, height() - size.height()));
height             52 ui/views/controls/tabbed_pane/tabbed_pane_unittest.cc   EXPECT_GT(pref.height(), 10);
height             62 ui/views/controls/tabbed_pane/tabbed_pane_unittest.cc   EXPECT_GT(bounds.height(), 0);
height             63 ui/views/controls/tabbed_pane/tabbed_pane_unittest.cc   EXPECT_LT(bounds.height(), 200);
height             58 ui/views/controls/table/table_header.cc   SetBounds(x(), y(), table_->width(), GetPreferredSize().height());
height             67 ui/views/controls/table/table_header.cc   canvas->DrawLine(gfx::Point(0, height() - 1),
height             68 ui/views/controls/table/table_header.cc                    gfx::Point(width(), height() - 1), border_color);
height             78 ui/views/controls/table/table_header.cc                        gfx::Point(separator_x, height() - kSeparatorPadding),
height            101 ui/views/controls/table/table_header.cc                   width, height() - kVerticalPadding * 2),
height            133 ui/views/controls/table/table_header.cc       int indicator_y = height() / 2 - kSortIndicatorSize / 2;
height            256 ui/views/controls/table/table_header.cc       event.y() < height())
height            313 ui/views/controls/table/table_view.cc   int height = pref.height();
height            316 ui/views/controls/table/table_view.cc     height = std::max(parent()->height(), height);
height            318 ui/views/controls/table/table_view.cc   SetBounds(x(), y(), width, height);
height            458 ui/views/controls/table/table_view.cc   int y = vis_bounds.height() / 2;
height            518 ui/views/controls/table/table_view.cc               image, 0, 0, image.width(), image.height(),
height            520 ui/views/controls/table/table_view.cc               cell_bounds.y() + (cell_bounds.height() - kImageSize) / 2,
height            533 ui/views/controls/table/table_view.cc                       cell_bounds.height() - kTextVerticalPadding * 2),
height            251 ui/views/controls/table/table_view_unittest.cc             helper_->GetPaintRegion(gfx::Rect(0, 0, 1, table_->height())));
height            480 ui/views/controls/textfield/textfield.cc                    insets.width(), GetFontList().GetHeight() + insets.height());
height            940 ui/views/controls/textfield/textfield.cc   size.SetToMin(gfx::Size(display.size().width(), height()));
height            277 ui/views/controls/textfield/textfield_unittest.cc     gfx::Point point(bound.x() + x_offset, bound.y() + bound.height() / 2);
height           1713 ui/views/controls/textfield/textfield_unittest.cc                           middle_cursor.y() + middle_cursor.height() / 2);
height             59 ui/views/controls/throbber.cc   DCHECK(frames_->width() > 0 && frames_->height() > 0);
height             60 ui/views/controls/throbber.cc   DCHECK(frames_->width() % frames_->height() == 0);
height             61 ui/views/controls/throbber.cc   frame_count_ = frames_->width() / frames_->height();
height             72 ui/views/controls/throbber.cc   return gfx::Size(frames_->height(), frames_->height());
height             83 ui/views/controls/throbber.cc   int image_size = frames_->height();
height            163 ui/views/controls/throbber.cc     int checkmark_y = (height() - checkmark_->height()) / 2;
height            345 ui/views/controls/tree/tree_view.cc   int height = preferred_size_.height();
height            348 ui/views/controls/tree/tree_view.cc     height = std::max(parent()->height(), height);
height            350 ui/views/controls/tree/tree_view.cc   SetBounds(x(), y(), width, height);
height            534 ui/views/controls/tree/tree_view.cc   int y = height() / 2;
height            697 ui/views/controls/tree/tree_view.cc   int width = 0, height = 0;
height            699 ui/views/controls/tree/tree_view.cc                              &width, &height, 0, gfx::Canvas::NO_ELLIPSIS);
height            733 ui/views/controls/tree/tree_view.cc                    -(empty_editor_size_.height() - font_list_.GetHeight()) / 2);
height            791 ui/views/controls/tree/tree_view.cc       bounds.y() + (bounds.height() - icon.height()) / 2);
height            795 ui/views/controls/tree/tree_view.cc                           bounds.width() - text_offset_, bounds.height());
height            811 ui/views/controls/tree/tree_view.cc         text_bounds.height() - kTextVerticalPadding * 2);
height            828 ui/views/controls/tree/tree_view.cc   int center_y = node_bounds.y() + node_bounds.height() / 2;
height            128 ui/views/controls/webview/webview.cc       capture_size.height() <= holder_bounds.height()) {
height            137 ui/views/controls/webview/webview.cc         holder_bounds.height();
height            138 ui/views/controls/webview/webview.cc     const int64 y = static_cast<int64>(capture_size.height()) *
height            145 ui/views/controls/webview/webview.cc           static_cast<int>(x / capture_size.height()), holder_bounds.height()));
height            233 ui/views/corewm/tooltip_aura.cc   int height = label_.GetHeightForWidth(max_width) +
height            236 ui/views/corewm/tooltip_aura.cc   SetTooltipBounds(location, width, height);
height            363 ui/views/corewm/tooltip_controller_unittest.cc   view_bounds.set_height(view_bounds.height() / 2);
height            365 ui/views/corewm/tooltip_controller_unittest.cc   view_bounds.set_y(view_bounds.height());
height             94 ui/views/corewm/tooltip_win.cc     tooltip_bounds.set_y(initial_y - tooltip_bounds.height() - 2);
height             43 ui/views/examples/multiline_example.cc                    render_text_->GetStringSize().height());
height             44 ui/views/examples/multiline_example.cc     size.Enlarge(GetInsets().width(), GetInsets().height());
height             57 ui/views/examples/multiline_example.cc     int height = render_text_->GetStringSize().height() + GetInsets().height();
height             59 ui/views/examples/multiline_example.cc     return height;
height             31 ui/views/examples/scroll_view_example.cc     return gfx::Size(width(), height());
height             41 ui/views/examples/scroll_view_example.cc     view->SetBounds(0, y, size.width(), size.height());
height             46 ui/views/examples/scroll_view_example.cc     PlaceChildY(1, height() / 2);
height             44 ui/views/examples/single_split_view_example.cc   return gfx::Size(width(), height());
height             29 ui/views/examples/throbber_example.cc     return gfx::Size(width(), height());
height             36 ui/views/examples/throbber_example.cc                      (height() - ps.height()) / 2,
height             37 ui/views/examples/throbber_example.cc                      ps.width(), ps.height());
height             57 ui/views/layout/box_layout.cc         padding = (child_area.height() - total) / visible;
height             67 ui/views/layout/box_layout.cc       gfx::Rect bounds(x, y, child_area.width(), child_area.height());
height             74 ui/views/layout/box_layout.cc         if (bounds.height() > 0)
height             75 ui/views/layout/box_layout.cc           y += bounds.height() + between_child_spacing_;
height            102 ui/views/layout/box_layout.cc   return GetPreferredSizeForChildWidth(host, child_width).height();
height            123 ui/views/layout/box_layout.cc       gfx::Rect child_bounds(position, 0, size.width(), size.height());
height            128 ui/views/layout/box_layout.cc     int height = 0;
height            136 ui/views/layout/box_layout.cc       if (height != 0 && extra_height > 0)
height            137 ui/views/layout/box_layout.cc         height += between_child_spacing_;
height            138 ui/views/layout/box_layout.cc       height += extra_height;
height            142 ui/views/layout/box_layout.cc     child_area_bounds.set_height(height);
height            147 ui/views/layout/box_layout.cc                    child_area_bounds.height() + non_child_size.height());
height            153 ui/views/layout/box_layout.cc                    insets.height() + inside_border_insets_.height());
height            151 ui/views/layout/box_layout_unittest.cc     EXPECT_EQ(v2->GetPreferredSize().height(), host_->bounds().height()) << i;
height            153 ui/views/layout/box_layout_unittest.cc     EXPECT_EQ(v1->GetPreferredSize().height(), v1->bounds().height()) << i;
height            155 ui/views/layout/box_layout_unittest.cc     EXPECT_EQ(v2->GetPreferredSize().height(), v2->bounds().height()) << i;
height             38 ui/views/layout/fill_layout.cc       insets.height();
height            267 ui/views/layout/grid_layout.cc   Row(bool fixed_height, int height, float resize_percent,
height            271 ui/views/layout/grid_layout.cc       height_(height),
height            617 ui/views/layout/grid_layout.cc         view_state->pref_height = pref.height();
height            620 ui/views/layout/grid_layout.cc     view_state->remaining_height = pref.height();
height            812 ui/views/layout/grid_layout.cc   SizeRowsAndColumns(true, host_->width(), host_->height(), &pref);
height            828 ui/views/layout/grid_layout.cc     int height = LayoutElement::TotalSize(view_state->start_row,
height            832 ui/views/layout/grid_layout.cc       height = view_state->pref_height;
height            834 ui/views/layout/grid_layout.cc       CalculateSize(view_state->pref_height, view_state->v_align, &y, &height);
height            836 ui/views/layout/grid_layout.cc     view->SetBounds(x, y, width, height);
height            845 ui/views/layout/grid_layout.cc               std::max(out.height(), minimum_size_.height()));
height            853 ui/views/layout/grid_layout.cc   return pref.height();
height            856 ui/views/layout/grid_layout.cc void GridLayout::SizeRowsAndColumns(bool layout, int width, int height,
height            950 ui/views/layout/grid_layout.cc       rows_[rows_.size() - 1]->Size() + insets_.height());
height            952 ui/views/layout/grid_layout.cc   if (layout && height != pref->height()) {
height            955 ui/views/layout/grid_layout.cc     LayoutElement::DistributeDelta(height - pref->height(), &rows_);
height           1015 ui/views/layout/grid_layout.cc   int height = view_state->remaining_height;
height           1016 ui/views/layout/grid_layout.cc   if (height <= 0)
height           1031 ui/views/layout/grid_layout.cc     int to_distribute = height / resizable_rows;
height           1034 ui/views/layout/grid_layout.cc         height -= to_distribute;
height           1035 ui/views/layout/grid_layout.cc         if (height < to_distribute) {
height           1037 ui/views/layout/grid_layout.cc           to_distribute += height;
height           1045 ui/views/layout/grid_layout.cc     int each_row_height = height / view_state->row_span;
height           1047 ui/views/layout/grid_layout.cc       height -= each_row_height;
height           1048 ui/views/layout/grid_layout.cc       if (height < each_row_height)
height           1049 ui/views/layout/grid_layout.cc         each_row_height += height;
height            192 ui/views/layout/grid_layout.h   void SizeRowsAndColumns(bool layout, int width, int height, gfx::Size* pref);
height             18 ui/views/layout/grid_layout_unittest.cc   EXPECT_EQ(h, view->height());
height            141 ui/views/layout/grid_layout_unittest.cc   host.SetBounds(0, 0, pref.width(), pref.height());
height            165 ui/views/layout/grid_layout_unittest.cc   host.SetBounds(0, 0, pref.width(), pref.height());
height            190 ui/views/layout/grid_layout_unittest.cc   host.SetBounds(0, 0, pref.width(), pref.height());
height            216 ui/views/layout/grid_layout_unittest.cc   host.SetBounds(0, 0, pref.width(), pref.height());
height            246 ui/views/layout/grid_layout_unittest.cc   host.SetBounds(0, 0, pref.width(), pref.height());
height            277 ui/views/layout/grid_layout_unittest.cc   host.SetBounds(0, 0, pref.width(), pref.height());
height            301 ui/views/layout/grid_layout_unittest.cc   host.SetBounds(0, 0, pref.width(), pref.height());
height            410 ui/views/layout/grid_layout_unittest.cc   host.SetBounds(0, 0, pref.width(), pref.height());
height            503 ui/views/layout/grid_layout_unittest.cc   host.SetBounds(0, 0, pref.width(), pref.height());
height            529 ui/views/layout/grid_layout_unittest.cc   host.SetBounds(0, 0, pref.width(), pref.height());
height            548 ui/views/layout/grid_layout_unittest.cc   EXPECT_EQ(40, pref.height());
height            550 ui/views/layout/grid_layout_unittest.cc   host.SetBounds(0, 0, pref.width(), pref.height());
height            569 ui/views/layout/grid_layout_unittest.cc   EXPECT_EQ(10, pref.height());
height            571 ui/views/layout/grid_layout_unittest.cc   host.SetBounds(0, 0, pref.width(), pref.height());
height             21 ui/views/layout/layout_manager.cc   return GetPreferredSize(host).height();
height             41 ui/views/mouse_watcher_view_host.cc                  bounds.height() + hot_zone_insets_.height());
height            151 ui/views/painter.cc     p[1].iset(0, size.height());
height            160 ui/views/painter.cc                                       SkIntToScalar(size.height()), paint);
height            297 ui/views/painter.cc   DCHECK_EQ(images_[LEFT]->height(), images_[CENTER]->height());
height            298 ui/views/painter.cc   DCHECK_EQ(images_[LEFT]->height(), images_[RIGHT]->height());
height            307 ui/views/painter.cc           images_[RIGHT]->width(), images_[LEFT]->height());
height            320 ui/views/painter.cc       images_[LEFT]->height());
height             13 ui/views/rect_based_targeting_utils.cc   return rect.width() == 1 && rect.height() == 1;
height            187 ui/views/test/child_modal_window.cc   host_->SetBounds(x(), running_y, width(), height() - running_y);
height            107 ui/views/touchui/touch_editing_menu.cc     canvas->FillRect(gfx::Rect(x, 0, 1, child->height()),
height            168 ui/views/touchui/touch_selection_controller_impl.cc     mask->addRect(SkIntToScalar(0), SkIntToScalar(selection_rect_.height()),
height            170 ui/views/touchui/touch_selection_controller_impl.cc         SkIntToScalar(selection_rect_.height() + image_size.height() +
height            189 ui/views/touchui/touch_selection_controller_impl.cc                   2 * kSelectionHandleLineWidth + 1, selection_rect_.height()),
height            194 ui/views/touchui/touch_selection_controller_impl.cc         kSelectionHandleHorizPadding, selection_rect_.height());
height            203 ui/views/touchui/touch_selection_controller_impl.cc         drag_offset_ = event->y() - selection_rect_.height() +
height            225 ui/views/touchui/touch_selection_controller_impl.cc                      image_size.height() + selection_rect_.height() +
height            253 ui/views/touchui/touch_selection_controller_impl.cc         rect.height() + image_size.height() + kSelectionHandleVertPadding);
height            300 ui/views/touchui/touch_selection_controller_impl.cc   mask->addRect(SkIntToScalar(0), SkIntToScalar(selection_rect.height()),
height            302 ui/views/touchui/touch_selection_controller_impl.cc       SkIntToScalar(selection_rect.height() + image_size.height() +
height            437 ui/views/touchui/touch_selection_controller_impl.cc   p2.Offset(0, fixed_handle_rect.height() / 2);
height            310 ui/views/view.cc void View::SetBounds(int x, int y, int width, int height) {
height            311 ui/views/view.cc   SetBoundsRect(gfx::Rect(x, y, std::max(0, width), std::max(0, height)));
height            336 ui/views/view.cc   SetBounds(x(), y(), size.width(), size.height());
height            340 ui/views/view.cc   SetBounds(position.x(), position.y(), width(), height());
height            344 ui/views/view.cc   SetBounds(x, y(), width(), height());
height            348 ui/views/view.cc   SetBounds(x(), y, width(), height());
height            388 ui/views/view.cc       ancestor_bounds.SetRect(0, 0, ancestor->width(), ancestor->height());
height            423 ui/views/view.cc   if ((prefsize.width() != width()) || (prefsize.height() != height()))
height            424 ui/views/view.cc     SetBounds(x(), y(), prefsize.width(), prefsize.height());
height            438 ui/views/view.cc   return GetPreferredSize().height();
height            928 ui/views/view.cc       clip_region.setRect(0, 0, width(), height());
height           1392 ui/views/view.cc                  "height", canvas->sk_canvas()->getDevice()->height());
height           1401 ui/views/view.cc                  "height", canvas->sk_canvas()->getDevice()->height());
height           1449 ui/views/view.cc                              width(), height()));
height           1596 ui/views/view.cc                           vis_bounds.y() + vis_bounds.height() / 2);
height           1662 ui/views/view.cc                  bounds().height());
height            218 ui/views/view.h   void SetBounds(int x, int y, int width, int height);
height            230 ui/views/view.h   int height() const { return bounds_.height(); }
height             54 ui/views/view_model_utils.cc         model.ideal_bounds(i).y() + model.ideal_bounds(i).height() / 2);
height             75 ui/views/view_model_utils.cc         bounds.y() + bounds.height() / 2 - delta);
height            790 ui/views/view_unittest.cc     SkScalar h = SkIntToScalar(height());
height           2067 ui/views/view_unittest.cc   EXPECT_EQ(1, child->GetVisibleBounds().height());
height           2243 ui/views/view_unittest.cc     EXPECT_FLOAT_EQ(80.0f, rect.height());
height           2255 ui/views/view_unittest.cc     EXPECT_FLOAT_EQ(20.0f, rect.height());
height           2270 ui/views/view_unittest.cc     EXPECT_FLOAT_EQ(560.0f, rect.height());
height           2282 ui/views/view_unittest.cc     EXPECT_FLOAT_EQ(20.0f, rect.height());
height           2297 ui/views/view_unittest.cc     EXPECT_FLOAT_EQ(140.0f, rect.height());
height           2309 ui/views/view_unittest.cc     EXPECT_FLOAT_EQ(20.0f, rect.height());
height           2326 ui/views/view_unittest.cc     EXPECT_NEAR(9.75f, rect.height(), error);
height           2336 ui/views/view_unittest.cc     EXPECT_FLOAT_EQ(20.0f, rect.height());
height           2343 ui/views/view_unittest.cc     EXPECT_FLOAT_EQ(30.0f, rect.height());
height           3090 ui/views/view_unittest.cc   v1->SetBounds(v1->x() - 5, v1->y(), v1->width(), v1->height());
height           3099 ui/views/view_unittest.cc   v2->SetBounds(v2->x() + 5, v2->y(), v2->width(), v2->height());
height             50 ui/views/widget/desktop_aura/desktop_screen_x11.cc   int height = HeightOfScreen(screen);
height             53 ui/views/widget/desktop_aura/desktop_screen_x11.cc   gfx::Rect bounds_in_pixels(0, 0, width, height);
height            287 ui/views/widget/desktop_aura/desktop_screen_x11.cc     int area = intersect.width() * intersect.height();
height            385 ui/views/widget/desktop_aura/desktop_screen_x11.cc       gfx::Rect crtc_bounds(crtc->x, crtc->y, crtc->width, crtc->height);
height             54 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc   gfx::Size expanded(std::max(size.width(), 64), std::max(size.height(), 64));
height            227 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc                     expanded.height() - size_in_pixels.height());
height            242 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc                     expanded_size.height() - size_in_pixels.height());
height            470 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc       bounds.height() - window_expansion_bottom_right_delta_.y() -
height            486 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc       bounds.height() + window_expansion_bottom_right_delta_.y());
height            494 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc                     new_expanded.height() - expanded.height());
height            683 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc     path->addRect(SkRect::MakeXYWH(0, 0, bounds.width(), bounds.height()));
height            223 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   if (sanitized_params.bounds.height() == 0)
height            353 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   XResizeWindow(xdisplay_, xwindow_, size.width(), size.height());
height            371 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc     if (transient_parent_rect.height() >= size.height() &&
height            379 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       parent_bounds.y() + (parent_bounds.height() - size.height()) / 2,
height            381 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       size.height());
height            444 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   unsigned int width, height;
height            447 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                     &width, &height, &border_width, &depth)) {
height            452 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   return gfx::Rect(x, y, width, height);
height            712 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc     hints.min_height = minimum.height();
height            721 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc     hints.max_height = maximum.height();
height            779 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc     DCHECK_GT(bounds.height(), 0);
height            782 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc     changes.height = bounds.height();
height            862 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       std::max(0, std::min(bounds_.height(), win_y_return)));
height            864 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc           win_y_return >= 0 && win_y_return < bounds_.height());
height            972 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       bounds_.width(), bounds_.height(),
height           1234 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                     static_cast<unsigned short>(bounds_.height())};
height           1246 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   int height = rep.GetHeight();
height           1247 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   data->push_back(height);
height           1252 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   for (int y = 0; y < height; ++y)
height           1331 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                             xev->xexpose.width, xev->xexpose.height);
height           1393 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                        xev->xconfigure.width, xev->xconfigure.height);
height            303 ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc   image->SetBounds(0, 0, drag_image_.width(), drag_image_.height());
height            325 ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc   for (int y = 0; y < in_bitmap->height(); ++y) {
height            322 ui/views/widget/native_widget_aura.cc     if (transient_parent_rect.height() >= size.height() &&
height            329 ui/views/widget/native_widget_aura.cc       parent_bounds.y() + (parent_bounds.height() - size.height()) / 2,
height            331 ui/views/widget/native_widget_aura.cc       size.height());
height            190 ui/views/widget/native_widget_aura_unittest.cc   EXPECT_EQ(400, client_bounds.height());
height            593 ui/views/widget/root_view.cc     touch_rect.Offset(-touch_rect.width() / 2, -touch_rect.height() / 2);
height           1422 ui/views/widget/widget.cc       if (bounds->height() < minimum_size.height())
height           1423 ui/views/widget/widget.cc         bounds->set_height(minimum_size.height());
height            841 ui/views/widget/widget_unittest.cc   EXPECT_GT(toplevel->GetRestoredBounds().height(), 0);
height            853 ui/views/widget/widget_unittest.cc   EXPECT_GT(toplevel->GetRestoredBounds().height(), 0);
height             83 ui/views/win/fullscreen_handler.cc                    window_rect.width(), window_rect.height(),
height             97 ui/views/win/fullscreen_handler.cc                    new_rect.width(), new_rect.height(),
height            533 ui/views/win/hwnd_message_handler.cc                bounds_in_pixels.width(), bounds_in_pixels.height(),
height            538 ui/views/win/hwnd_message_handler.cc   SetWindowPos(hwnd(), NULL, 0, 0, size.width(), size.height(),
height           1422 ui/views/win/hwnd_message_handler.cc   minmax_info->ptMinTrackSize.y = min_window_size.height();
height           1423 ui/views/win/hwnd_message_handler.cc   if (max_window_size.width() || max_window_size.height()) {
height           1426 ui/views/win/hwnd_message_handler.cc     if (!max_window_size.height())
height           1429 ui/views/win/hwnd_message_handler.cc     minmax_info->ptMaxTrackSize.y = max_window_size.height();
height           2232 ui/views/win/hwnd_message_handler.cc         window_pos->cy = new_window_rect.height();
height             70 ui/views/window/client_view.cc     contents_view_->SetBounds(0, 0, width(), height());
height            130 ui/views/window/custom_frame_view.cc                    client_bounds.height() + top_height + border_thickness);
height            239 ui/views/window/custom_frame_view.cc                    max_size.height() == 0 ? 0 : converted_size.height());
height            339 ui/views/window/custom_frame_view.cc   frame_background_->set_top_area_height(frame_image->height());
height            360 ui/views/window/custom_frame_view.cc   frame_background_->set_top_area_height(frame_image->height());
height            370 ui/views/window/custom_frame_view.cc   int edge_height = titlebar_bottom->height() -
height            401 ui/views/window/custom_frame_view.cc   int top_edge_y = client_area_top - top_center->height();
height            409 ui/views/window/custom_frame_view.cc                        top_center->height());
height            439 ui/views/window/custom_frame_view.cc                        bottom_right->height());
height            483 ui/views/window/custom_frame_view.cc       close_button_size.height());
height            503 ui/views/window/custom_frame_view.cc                               visible_button_size.height());
height            517 ui/views/window/custom_frame_view.cc       minimize_button_size.height());
height            551 ui/views/window/custom_frame_view.cc       icon_bounds.y() + ((icon_bounds.height() - title_height - 1) / 2),
height            566 ui/views/window/custom_frame_view.cc       std::max(0, height() - top_height - border_thickness));
height             45 ui/views/window/dialog_client_view.cc                     size.width(), row_bounds->height());
height            194 ui/views/window/dialog_client_view.cc     size.Enlarge(insets.width(), insets.height());
height            200 ui/views/window/dialog_client_view.cc   size.Enlarge(0, contents_size.height());
height            221 ui/views/window/dialog_client_view.cc     const int height = footnote_view_->GetHeightForWidth(bounds.width());
height            222 ui/views/window/dialog_client_view.cc     footnote_view_->SetBounds(bounds.x(), bounds.bottom() - height,
height            223 ui/views/window/dialog_client_view.cc                               bounds.width(), height);
height            224 ui/views/window/dialog_client_view.cc     if (height != 0)
height            225 ui/views/window/dialog_client_view.cc       bounds.Inset(0, 0, 0, height);
height            231 ui/views/window/dialog_client_view.cc     const int height = GetButtonsAndExtraViewRowHeight();
height            232 ui/views/window/dialog_client_view.cc     gfx::Rect row_bounds(bounds.x(), bounds.bottom() - height,
height            233 ui/views/window/dialog_client_view.cc                          bounds.width(), height);
height            247 ui/views/window/dialog_client_view.cc     if (height > 0)
height            248 ui/views/window/dialog_client_view.cc       bounds.Inset(0, 0, 0, height + kRelatedControlVerticalSpacing);
height            405 ui/views/window/dialog_client_view.cc       extra_view_->GetPreferredSize().height() : 0;
height            407 ui/views/window/dialog_client_view.cc       ok_button_ ? ok_button_->GetPreferredSize().height() : 0,
height            408 ui/views/window/dialog_client_view.cc       cancel_button_ ? cancel_button_->GetPreferredSize().height() : 0);
height             77 ui/views/window/dialog_client_view_unittest.cc     EXPECT_EQ(preferred_size.height(), contents_->bounds().height());
height            123 ui/views/window/dialog_client_view_unittest.cc   const int height_without_buttons = GetUpdatedClientBounds().height();
height            129 ui/views/window/dialog_client_view_unittest.cc   const int height_with_buttons = GetUpdatedClientBounds().height();
height            136 ui/views/window/dialog_client_view_unittest.cc   EXPECT_EQ(GetUpdatedClientBounds().height(), height_without_buttons);
height            142 ui/views/window/dialog_client_view_unittest.cc   EXPECT_EQ(GetUpdatedClientBounds().height(), height_with_buttons);
height            148 ui/views/window/dialog_client_view_unittest.cc   EXPECT_EQ(GetUpdatedClientBounds().height(), height_with_buttons);
height            184 ui/views/window/dialog_client_view_unittest.cc   EXPECT_GT(client_view()->bounds().height(), no_extra_view_size.height());
height            190 ui/views/window/dialog_client_view_unittest.cc   EXPECT_EQ(no_extra_view_size.height(), client_view()->bounds().height());
height            208 ui/views/window/dialog_client_view_unittest.cc   EXPECT_GT(client_view()->bounds().height(), no_footnote_size.height());
height            209 ui/views/window/dialog_client_view_unittest.cc   EXPECT_EQ(200, footnote_view->bounds().height());
height            215 ui/views/window/dialog_client_view_unittest.cc   EXPECT_LE(with_footnote_size.height(), client_view()->bounds().height());
height            222 ui/views/window/dialog_client_view_unittest.cc   EXPECT_EQ(no_footnote_size.height(), client_view()->bounds().height());
height            234 ui/views/window/dialog_client_view_unittest.cc   EXPECT_GT(client_view()->bounds().height(), no_footnote_size.height());
height            236 ui/views/window/dialog_client_view_unittest.cc             footnote_view->bounds().height());
height            216 ui/views/window/dialog_delegate_unittest.cc   EXPECT_LT(frame1->GetPreferredSize().height(),
height            217 ui/views/window/dialog_delegate_unittest.cc             frame2->GetPreferredSize().height());
height            222 ui/views/window/dialog_delegate_unittest.cc   EXPECT_EQ(frame1->GetPreferredSize().height(),
height            223 ui/views/window/dialog_delegate_unittest.cc             frame2->GetPreferredSize().height());
height             62 ui/views/window/frame_background.cc                        0, 0, view->width(), theme_image_->height());
height             71 ui/views/window/frame_background.cc       std::min(top_left_corner_->height(),
height             72 ui/views/window/frame_background.cc                view->height() - bottom_left_corner_->height());
height             81 ui/views/window/frame_background.cc       top_edge_->height());
height             83 ui/views/window/frame_background.cc       std::min(top_right_corner_->height(),
height             84 ui/views/window/frame_background.cc                view->height() - bottom_right_corner_->height());
height             94 ui/views/window/frame_background.cc       view->height() - top_right_height - bottom_right_corner_->height();
height            104 ui/views/window/frame_background.cc                        view->height() - bottom_right_corner_->height());
height            108 ui/views/window/frame_background.cc       view->height() - bottom_edge_->height(),
height            111 ui/views/window/frame_background.cc       bottom_edge_->height());
height            113 ui/views/window/frame_background.cc                        view->height() - bottom_left_corner_->height());
height            117 ui/views/window/frame_background.cc       view->height() - top_left_height - bottom_left_corner_->height();
height            128 ui/views/window/frame_background.cc   int theme_frame_bottom = -maximized_top_inset_ + theme_image_->height();
height            139 ui/views/window/frame_background.cc                        theme_image_->height());
height            151 ui/views/window/frame_background.cc   int remaining_height = view->height() - top_area_height_;
height            170 ui/views/window/frame_background.cc                              view->height() - bottom_edge_->height(),
height            171 ui/views/window/frame_background.cc                              center_width, bottom_edge_->height()),
height             45 ui/views/window/frame_background.h   void set_top_area_height(int height) { top_area_height_ = height; }
height             31 ui/views/window/native_frame_view.cc   return gfx::Rect(0, 0, width(), height());
height            118 ui/views/window/non_client_view.cc   frame_view_->SetBounds(0, 0, width(), height());
height            269 ui/views/window/non_client_view.cc     else if (point.y() >= (height() - resize_border_thickness))
height            276 ui/views/window/non_client_view.cc     else if (point.y() >= (height() - resize_border_thickness))
height            287 ui/views/window/non_client_view.cc   } else if (point.y() >= (height() - resize_border_thickness)) {
height             27 ui/views/window/window_shape.cc                       SkIntToScalar(size.height() - 3));
height             29 ui/views/window/window_shape.cc                       SkIntToScalar(size.height() - 3));
height             31 ui/views/window/window_shape.cc                       SkIntToScalar(size.height() - 1));
height             33 ui/views/window/window_shape.cc                       SkIntToScalar(size.height() - 2));
height             35 ui/views/window/window_shape.cc                       SkIntToScalar(size.height()));
height             37 ui/views/window/window_shape.cc   window_mask->lineTo(3, SkIntToScalar(size.height()));
height             38 ui/views/window/window_shape.cc   window_mask->lineTo(2, SkIntToScalar(size.height() - 2));
height             39 ui/views/window/window_shape.cc   window_mask->lineTo(1, SkIntToScalar(size.height() - 1));
height             40 ui/views/window/window_shape.cc   window_mask->lineTo(1, SkIntToScalar(size.height() - 3));
height             41 ui/views/window/window_shape.cc   window_mask->lineTo(0, SkIntToScalar(size.height() - 3));
height             23 ui/web_dialogs/test/test_web_dialog_delegate.h   void set_size(int width, int height) {
height             24 ui/web_dialogs/test/test_web_dialog_delegate.h     size_.SetSize(width, height);
height             52 ui/web_dialogs/web_dialog_ui.h     int height;
height             66 ui/wm/core/image_grid.cc   top_image_height_ = GetImageSize(top_image).height();
height             67 ui/wm/core/image_grid.cc   bottom_image_height_ = GetImageSize(bottom_image).height();
height             71 ui/wm/core/image_grid.cc   base_top_row_height_ = max(GetImageSize(top_left_image).height(),
height             72 ui/wm/core/image_grid.cc                              max(GetImageSize(top_image).height(),
height             73 ui/wm/core/image_grid.cc                                  GetImageSize(top_right_image).height()));
height             74 ui/wm/core/image_grid.cc   base_bottom_row_height_ = max(GetImageSize(bottom_left_image).height(),
height             75 ui/wm/core/image_grid.cc                                 max(GetImageSize(bottom_image).height(),
height             76 ui/wm/core/image_grid.cc                                     GetImageSize(bottom_right_image).height()));
height            102 ui/wm/core/image_grid.cc   const int top = min(base_top_row_height_, size_.height() / 2);
height            103 ui/wm/core/image_grid.cc   const int bottom = min(base_bottom_row_height_, size_.height() - top);
height            107 ui/wm/core/image_grid.cc   int center_height = std::max(size.height() - top - bottom, 0);
height            128 ui/wm/core/image_grid.cc           left, size.height() - bottom_layer_->bounds().height());
height            176 ui/wm/core/image_grid.cc         0.0, size.height() - bottom_left_layer_->bounds().height());
height            180 ui/wm/core/image_grid.cc             gfx::Rect(0, bottom_left_layer_->bounds().height() - bottom,
height            189 ui/wm/core/image_grid.cc         size.height() - bottom_right_layer_->bounds().height());
height            194 ui/wm/core/image_grid.cc                       bottom_right_layer_->bounds().height() - bottom,
height            205 ui/wm/core/image_grid.cc                       center_height / center_layer_->bounds().height());
height            216 ui/wm/core/image_grid.cc       content_bounds.height() + top_image_height_ +
height            222 ui/wm/core/image_grid.cc                 layer_->bounds().height()));
height            251 ui/wm/core/image_grid.cc       gfx::Size(image->ToImageSkia()->width(), image->ToImageSkia()->height()) :
height            259 ui/wm/core/image_grid.cc       layer->bounds().height() > size.height();
height            279 ui/wm/core/image_grid.cc   layer_ptr->get()->SetBounds(gfx::Rect(0, 0, size.width(), size.height()));
height            301 ui/wm/core/image_grid.cc                                        layer->bounds().size()).height();
height            302 ui/wm/core/image_grid.cc   float scale = static_cast<float>(center.height()) / layer_height;
height             20 ui/wm/core/image_grid_unittest.cc   bitmap.setConfig(SkBitmap::kARGB_8888_Config, size.width(), size.height());
height             78 ui/wm/core/image_grid_unittest.cc                 0, kBorder, kBorder, size.height() - 2 * kBorder).ToString(),
height             85 ui/wm/core/image_grid_unittest.cc                 size.height() - 2 * kBorder).ToString(),
height             93 ui/wm/core/image_grid_unittest.cc                 kBorder, size.height() - 2 * kBorder).ToString(),
height             99 ui/wm/core/image_grid_unittest.cc   EXPECT_EQ(gfx::RectF(0, size.height() - kBorder, kBorder, kBorder).ToString(),
height            106 ui/wm/core/image_grid_unittest.cc                 kBorder, size.height() - kBorder,
height            114 ui/wm/core/image_grid_unittest.cc                 size.width() - kBorder, size.height() - kBorder,
height            147 ui/wm/core/image_grid_unittest.cc                       size.height() + 2 * kBorder).ToString(),
height            255 ui/wm/core/image_grid_unittest.cc                 0, kCorner, kEdge, kSize.height() - kCorner).ToString(),
height            263 ui/wm/core/image_grid_unittest.cc                 kEdge, kSize.height() - kCorner).ToString(),
height            314 ui/wm/core/image_grid_unittest.cc   EXPECT_EQ(kSmallSize.height(),
height            315 ui/wm/core/image_grid_unittest.cc             test_api.top_left_clip_rect().height() +
height            316 ui/wm/core/image_grid_unittest.cc             test_api.bottom_left_clip_rect().height());
height            317 ui/wm/core/image_grid_unittest.cc   EXPECT_EQ(kSmallSize.height(),
height            318 ui/wm/core/image_grid_unittest.cc             test_api.top_right_clip_rect().height() +
height            319 ui/wm/core/image_grid_unittest.cc             test_api.bottom_right_clip_rect().height());
height             28 ui/wm/core/masked_window_targeter.cc     clip_region.setRect(0, 0, size.width(), size.height());
height            189 ui/wm/core/window_animations.cc       union_in_window_space.y() + union_in_window_space.height() -
height            190 ui/wm/core/window_animations.cc           (world_at_start.y() + world_at_start.height()));
height            243 ui/wm/core/window_animations.cc                  kWindowAnimation_TranslateFactor * bounds.height()),
height            291 ui/wm/core/window_animations.cc                      window->bounds().height() * 0.5),
height            350 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc     int x, int y, int width, int height) {
height            385 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc     WGC3Dsizei height,
height            391 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc       target, level, xoffset, yoffset, width, height, format, type, access);
height            443 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc         WGC3Dsizei width, WGC3Dsizei height) {
height            446 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc       target, samples, internalformat, width, height);
height             82 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h   virtual void reshapeWithScaleFactor(int width, int height, float scaleFactor);
height             85 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h   virtual void postSubBufferCHROMIUM(int x, int y, int width, int height);
height            125 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                                     WGC3Dsizei height,
height            134 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                                        WGC3Dsizei height,
height            144 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                               WGC3Dsizei height,
height            153 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                                  WGC3Dsizei height);
height            277 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                           WGC3Dsizei height,
height            286 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                                    WGC3Dsizei height);
height            289 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                        WGC3Dsizei width, WGC3Dsizei height);
height            310 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                           WGC3Dsizei height,
height            328 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                              WGC3Dsizei height,
height            397 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                         WGC3Dsizei width, WGC3Dsizei height);
height            438 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h       WGC3Dsizei height,
height            462 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h       WGC3Dsizei width, WGC3Dsizei height);
height            471 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h       WGC3Denum target, WGC3Dint width, WGC3Dint height,
height            479 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h       WGC3Dint width, WGC3Dint height);
height            481 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h       WGC3Dsizei width, WGC3Dsizei height, WGC3Denum internalformat);
height            531 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                                                  WGC3Dsizei height);
height            540 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h       WGC3Dsizei height,
height            551 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h       WGC3Dsizei height,
height             50 webkit/renderer/compositor_bindings/scrollbar_impl.cc     return thumb_rect.height();
height             58 webkit/renderer/compositor_bindings/scrollbar_impl.cc   return thumb_rect.height();
height             28 webkit/renderer/compositor_bindings/web_external_bitmap_impl.cc     size_t byte_size = size.width * size.height * 4;
height             29 webkit/renderer/compositor_bindings/web_image_layer_impl.cc         gfx::Size(bitmap.width(), bitmap.height()));
height             95 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc       static_cast<float>(original_bounds_.height()) / fixed_bounds_.height();
height             54 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc       original_point.y() * bounds.height / fixed_bounds.height(),
height            129 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc                                                fixed_bounds.height() * 2));
height             30 webkit/renderer/compositor_bindings/web_nine_patch_layer_impl.cc                             bitmap.height() - aperture.height));
height            266 win8/metro_driver/print_document_source.cc                                            float height) {
height            267 win8/metro_driver/print_document_source.cc   DVLOG(1) << __FUNCTION__ << ", width: " << width << ", height: " << height
height            269 win8/metro_driver/print_document_source.cc   DCHECK(width > 0 && height > 0);
height            281 win8/metro_driver/print_document_source.cc   preview_size.Height = height;
height            302 win8/metro_driver/print_document_source.cc       static_cast<UINT32>(ceil(height * dpi_ / 96)),
height            417 win8/metro_driver/print_document_source.cc           << page_size.height << ")";
height             91 win8/metro_driver/print_document_source.h   STDMETHOD(MakePage)(uint32 desired_page, float width, float height);
height             77 win8/viewer/metro_viewer_process_host.h   virtual void OnWindowSizeChanged(uint32 width, uint32 height) = 0;