Lines Matching full:none
640 case CSSPropertyQuotes: // [<string> <string>]+ | none | inherit
752 // table-column-group | table-column | table-cell | table-caption | box | inline-box | none | inherit
766 case CSSPropertyTextTransform: // capitalize | uppercase | lowercase | none | inherit
771 case CSSPropertyFloat: // left | right | none | inherit + center for buggy CSS
777 case CSSPropertyClear: // none | left | right | both | inherit
796 case CSSPropertyBorderRightStyle: // Defined as: none | hidden | dotted | dashed |
967 case CSSPropertyListStyleImage: // <uri> | none | inherit
1026 case CSSPropertyMaxHeight: // <length> | <percentage> | none | inherit
1027 case CSSPropertyMaxWidth: // <length> | <percentage> | none | inherit
1107 case CSSPropertyCounterIncrement: // [ <identifier> <integer>? ]+ | none | inherit
1112 case CSSPropertyCounterReset: // [ <identifier> <integer>? ]+ | none | inherit
1126 // none | [ underline || overline || line-through || blink ] | inherit
1362 case CSSPropertyWebkitUserDrag: // auto | none | element
1370 case CSSPropertyWebkitUserSelect: // auto | none | text
1515 case CSSPropertyResize: // none | both | horizontal | vertical | auto
1538 // none | visiblePainted | visibleFill | visibleStroke | visible |
1593 // disc | circle | square | none | inherit
2648 if (value->id == CSSValueNone || (value->unit == CSSPrimitiveValue::CSS_STRING && equalIgnoringCase(value->string, "none"))) {
2675 if (equalIgnoringCase(value->string, "none"))
5018 return createFloatingMediaQuery(MediaQuery::None, "all", exprs);