HomeSort by relevance Sort by last modified time
    Searched refs:RIDGE (Results 1 - 11 of 11) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 37 RIDGE='ridge'
SimpleDialog.py 32 b.config(relief=RIDGE, borderwidth=8)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 37 RIDGE='ridge'
SimpleDialog.py 32 b.config(relief=RIDGE, borderwidth=8)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 84 enum EBorderStyle { BNONE, BHIDDEN, INSET, GROOVE, OUTSET, RIDGE, DOTTED, DASHED, SOLID, DOUBLE };
RenderStyle.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp     [all...]
RenderTreeAsText.cpp 83 case RIDGE:
84 ts << "ridge";
RenderTableCell.cpp 430 // in this order: 'double', 'solid', 'dashed', 'dotted', 'ridge', 'outset', 'groove', and the lowest: 'inset'.
    [all...]
RenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h 275 case RIDGE:
    [all...]

Completed in 359 milliseconds