/external/chromium_org/third_party/WebKit/public/platform/ |
WebFloatRect.h | 49 float width; member in struct:blink::WebFloatRect 52 bool isEmpty() const { return width <= 0 || height <= 0; } 57 , width(0) 62 WebFloatRect(float x, float y, float width, float height) 65 , width(width) 74 , width(r.width()) 83 width = r.width(); [all...] |
WebRect.h | 49 int width; member in struct:blink::WebRect 52 bool isEmpty() const { return width <= 0 || height <= 0; } 57 , width(0) 62 WebRect(int x, int y, int width, int height) 65 , width(width) 74 , width(r.width()) 83 width = r.width(); [all...] |
/external/chromium_org/chrome/browser/ui/panels/ |
docked_panel_browsertest.cc | 24 DCHECK(primary_display_area.width() == 800); 46 EXPECT_EQ(panel1->GetBounds().width(), panel1->GetRestoredBounds().width()); 47 EXPECT_EQ(panel2->GetBounds().width(), panel2->GetRestoredBounds().width()); 48 EXPECT_EQ(panel3->GetBounds().width(), panel3->GetRestoredBounds().width()); 60 // The active panel should be at full width. 61 EXPECT_EQ(panel7->GetBounds().width(), panel7->GetRestoredBounds().width()); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
ImageData.idl | 32 Constructor(unsigned long width, unsigned long height), 33 Constructor(Uint8ClampedArray data, unsigned long width, [Default=Undefined] optional unsigned long height), 38 readonly attribute long width;
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
LayoutSize.h | 48 LayoutSize(const IntSize& size) : m_width(size.width()), m_height(size.height()) { } 49 LayoutSize(LayoutUnit width, LayoutUnit height) : m_width(width), m_height(height) { } 51 explicit LayoutSize(const FloatSize& size) : m_width(size.width()), m_height(size.height()) { } 53 LayoutUnit width() const { return m_width; } function in class:blink::LayoutSize 56 void setWidth(LayoutUnit width) { m_width = width; } 64 void expand(LayoutUnit width, LayoutUnit height) 66 m_width += width; 70 void shrink(LayoutUnit width, LayoutUnit height [all...] |
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
lsearch.c | 44 lsearch(const void *key, void *base, size_t *nelp, size_t width, 48 return(linear_base(key, base, nelp, width, compar, 1)); 52 lfind(const void *key, const void *base, size_t *nelp, size_t width, 55 return(linear_base(key, base, nelp, width, compar, 0)); 59 linear_base(const void *key, const void *base, size_t *nelp, size_t width, 64 end = (const char *)base + *nelp * width; 65 for (element = base; element < end; element += width) 82 memcpy((void *)end, key, width);
|
/dalvik/dx/tests/028-class-attrib-EnclosingMethod/ |
run | 17 dx --debug --dump --width=200 small-class-1.txt small-class-2.txt
|
/external/chromium_org/chrome/browser/resources/ |
about_nacl.css | 7 width: 200px;
|
/external/chromium_org/chrome/browser/resources/options/ |
easy_unlock_turn_off_overlay.css | 6 max-width: 480px;
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
types.css | 11 max-width: 80px; 12 width: 80px; 16 max-width: 200px; 17 width: 200px;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/ |
popup.css | 13 width: 512px;
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
device_metrics.h | 9 DeviceMetrics(int width, int height, double device_scale_factor); 12 int width; member in struct:DeviceMetrics
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
WordMeasurement.h | 38 , width(0) 45 float width; member in class:blink::WordMeasurement
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/ |
bilinearfilter_arm.h | 25 unsigned int width, 35 unsigned int width,
|
/external/chromium_org/third_party/skia/src/opts/ |
SkMorphology_opts_neon.h | 9 int width, int height, int srcStride, int dstStride); 11 int width, int height, int srcStride, int dstStride); 13 int width, int height, int srcStride, int dstStride); 15 int width, int height, int srcStride, int dstStride);
|
SkTextureCompression_opts_neon.h | 12 int width, int height, int rowBytes);
|
/external/chromium_org/ui/views/window/ |
frame_background.cc | 61 0, 0, view->width(), theme_image_->height()); 73 0, 0, top_left_corner_->width(), top_left_height, 74 0, 0, top_left_corner_->width(), top_left_height, 77 top_left_corner_->width(), 79 view->width() - top_left_corner_->width() - top_right_corner_->width(), 86 top_right_corner_->width(), top_right_height, 87 view->width() - top_right_corner_->width(), 0 [all...] |
/external/libvpx/libvpx/vp8/common/arm/ |
bilinearfilter_arm.h | 25 unsigned int width, 35 unsigned int width,
|
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/ |
GL2JNILib.java | 28 * @param width the current view width 31 public static native void init(int width, int height);
|
/device/asus/flo/camera/hdr/include/ |
morpho_noise_reduction_ext.h | 12 int width,
|
/device/lge/hammerhead/camera/hdr/include/ |
morpho_noise_reduction_ext.h | 12 int width,
|
/device/lge/mako/camera/hdr/include/ |
morpho_noise_reduction_ext.h | 12 int width,
|
/external/chromium_org/chrome/browser/resources/gaia_auth/ |
main.css | 12 width: 100%; 24 width: 100%;
|
/external/chromium_org/third_party/libwebp/utils/ |
quant_levels_dec.h | 23 // Apply post-processing to input 'data' of size 'width'x'height' assuming that 28 int WebPDequantizeLevels(uint8_t* const data, int width, int height,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format_other.h | 39 unsigned width, unsigned height); 44 unsigned width, unsigned height); 53 unsigned width, unsigned height); 58 unsigned width, unsigned height); 64 unsigned width, unsigned height); 69 unsigned width, unsigned height); 78 unsigned width, unsigned height); 83 unsigned width, unsigned height); 89 unsigned width, unsigned height); 94 unsigned width, unsigned height) [all...] |