HomeSort by relevance Sort by last modified time
    Searched defs:Inset (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/rendering/style/
ShadowData.h 33 enum ShadowStyle { Normal, Inset };
  /external/chromium/base/gfx/
rect.h 76 void Inset(int horizontal, int vertical) {
77 Inset(horizontal, vertical, horizontal, vertical);
81 void Inset(int left, int top, int right, int bottom);
rect.cc 107 void Rect::Inset(int left, int top, int right, int bottom) {

Completed in 42 milliseconds