Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DShadowData.h33 enum ShadowStyle { Normal, Inset }; enumerator
/external/chromium_org/ui/gfx/
Drect_base_impl.h53 Inset(const InsetsClass& insets) { in Inset() function
64 Inset(Type left, Type top, Type right, Type bottom) { in Inset() function
Drect_base.h61 void Inset(Type horizontal, Type vertical) { in Inset() function
/external/chromium_org/ppapi/cpp/
Drect.cc26 void Rect::Inset(int32_t left, int32_t top, int32_t right, int32_t bottom) { in Inset() function in pp::Rect
Drect.h266 void Inset(int32_t horizontal, int32_t vertical) { in Inset() function