Searched defs:Inset (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DShadowData.h33 enum ShadowStyle { Normal, Inset }; enumerator in enum:blink::ShadowStyle
/external/chromium_org/ppapi/cpp/
H A Drect.cc27 void Rect::Inset(int32_t left, int32_t top, int32_t right, int32_t bottom) { function in class:pp::Rect
131 void FloatRect::Inset(float left, float top, float right, float bottom) { function in class:pp::FloatRect
H A Drect.h259 /// Inset() shrinks the rectangle by a horizontal and vertical
266 void Inset(int32_t horizontal, int32_t vertical) { function in class:pp::Rect
267 Inset(horizontal, vertical, horizontal, vertical);
270 /// Inset() shrinks the rectangle by the specified amount on each
281 void Inset(int32_t left, int32_t top, int32_t right, int32_t bottom);
644 /// Inset() shrinks the rectangle by a horizontal and vertical
651 void Inset(float horizontal, float vertical) { function in class:pp::FloatRect
652 Inset(horizontal, vertical, horizontal, vertical);
655 /// Inset() shrinks the rectangle by the specified amount on each
666 void Inset(floa
[all...]
/external/chromium_org/ui/gfx/geometry/
H A Drect_base.h61 void Inset(Type horizontal, Type vertical) { function in class:gfx::RectBase
62 Inset(horizontal, vertical, horizontal, vertical);
66 void Inset(const InsetsClass& insets);
69 void Inset(Type left, Type top, Type right, Type bottom);
H A Drect_base_impl.h52 Inset(const InsetsClass& insets) { function in class:gfx::RectBase
53 Inset(insets.left(), insets.top(), insets.right(), insets.bottom());
63 Inset(Type left, Type top, Type right, Type bottom) { function in class:gfx::RectBase

Completed in 568 milliseconds