/device/lge/hammerhead/camera/hdr/include/ |
morpho_hdr_checker.h | 63 * @param[in] height ??????????
70 int height,
80 * @param[in] height ??????????
90 const int height,
|
/device/lge/mako/camera/hdr/include/ |
morpho_hdr_checker.h | 63 * @param[in] height ??????????
70 int height,
80 * @param[in] height ??????????
90 const int height,
|
/external/chromium_org/ash/wm/gestures/ |
tray_gesture_handler.cc | 34 int height_change = bounds.height() - kMinBubbleHeight; 59 widget_->GetContentsView()->GetPreferredSize().height()); 60 int height_change = bounds.height() - new_height; 75 int height = widget_->GetWindowBoundsInScreen().height(); local 77 widget_->GetContentsView()->GetPreferredSize().height(); 80 if (height < preferred_height * kMinThresholdGestureDrag) 85 if (height < preferred_height * kMinThresholdGestureDragExposeFling &&
|
/external/chromium_org/cc/test/ |
geometry_test_utils.h | 21 EXPECT_FLOAT_EQ((expected).height(), (actual).height()); \ 29 EXPECT_NEAR((expected).height(), (actual).height(), (abs_error)); \ 37 EXPECT_EQ((expected).height(), (actual).height()); \ 43 EXPECT_EQ((expected).height(), (actual).height()); \
|
pixel_test_output_surface.cc | 23 size.height() + surface_expansion_size_.height());
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
oobe_screen_auto_enrollment_check.css | 7 min-height: 395px;
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
proxy_settings.css | 5 /* These additional styles constrain the size of the proxy page to the height of 8 height: 100%; 13 height: 100%; 19 height: 100%; 28 height: 100% !important;
|
/external/chromium_org/chrome/browser/resources/ |
extensions_infobar_mac.css | 13 height: 36px; /* Infobars are limited to 36-72px */
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
incognito_and_guest_tab.css | 13 line-height: 1.5; 19 line-height: 1.2em; 38 line-height: 1.5; 65 @media (max-height:480px) and (max-width:400px) {
|
new_guest_tab_theme.css | 12 height: 100%;
|
new_incognito_tab_theme.css | 12 height: 100%;
|
/external/chromium_org/chrome/browser/resources/options/ |
language_dictionary_overlay.css | 8 line-height: 2.5em; 34 height: 20em; 38 height: 17.5em; 42 height: 2.5em;
|
/external/chromium_org/chrome/browser/resources/print_preview/search/ |
fedex_tos.css | 6 -webkit-transition: height 300ms;
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_view_layout.cc | 39 // The visible height of the shadow above the tabs. Clicks in this area are 176 if (tabstrip_size.height() && toolbar_size.height()) 186 // TODO: Adjust the minimum height for the find bar. 191 tabstrip_size.height() + toolbar_size.height() + 192 bookmark_bar_size.height() + infobar_container_size.height() + 193 contents_size.height(); 234 // Grow the height of |bounding_box| by the height of any elements betwee 402 int height = toolbar_visible ? toolbar_->GetPreferredSize().height() : 0; local 462 int height; local 489 int height = 0; local 533 int height = visible ? download_shelf_->GetPreferredSize().height() : 0; local [all...] |
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
location_bar_layout.h | 34 // - The |height| in pixel, 0 meaning the preferred height of the |view|; 44 int height, 52 void AddDecoration(int y, int height, views::View* view);
|
page_action_with_badge_view.cc | 32 int y = (image.height() + 1) % 2; // Even numbers: 1px padding. Odd: 0px. 33 image_view_->SetBounds(0, y, width(), height());
|
/external/chromium_org/chrome/utility/importer/ |
favicon_reencode.cc | 27 decoded.height() != gfx::kFaviconSize) { 30 int new_height = decoded.height();
|
/external/chromium_org/content/test/ |
web_gesture_curve_mock.cc | 24 displacement.height - cumulative_scroll_.height);
|
/external/chromium_org/media/base/ |
video_util.cc | 27 int height = visible_size.height(); local 31 return gfx::Size(width & ~1, height); 42 // Clamp in case source frame has smaller height. 146 y += view_area.height(); 147 ptr += stride * view_area.height(); 159 DCHECK(!(view_area.height() & 1)); 167 view_area.height() / 2); 176 int height, 180 DCHECK((width > 0) && (height > 0) & [all...] |
/external/chromium_org/remoting/webapp/ |
connection_stats.css | 11 height: 15px;
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLCanvasElement.idl | 30 attribute long height;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGRootInlineBox.h | 43 void setLogicalHeight(float height) { m_logicalHeight = height; }
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGFilterPrimitiveStandardAttributes.idl | 35 readonly attribute SVGAnimatedLength height;
|
SVGImageElement.idl | 30 readonly attribute SVGAnimatedLength height;
|
SVGMaskElement.idl | 34 readonly attribute SVGAnimatedLength height;
|