Home
last modified time | relevance | path

Searched refs:classStyle (Results 1 – 4 of 4) sorted by relevance

/third_party/jsframework/runtime/main/model/
Ddirective.ts347 css['.' + CLASS_NAME] = subVm._rootEl.classStyle;
547 const classStyle = {}; constant
550 classStyle[key] = style[key];
556 replaceStyle(classStyle, mqArr[i$1][key]);
559 return classStyle;
581 const classStyle = {}; constant
587 classStyle[key] = style[key];
606 classStyle[key] = style[key];
627 classStyle[key] = retStyle[key];
638 const animationName = classStyle['animationName'];
[all …]
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Dsyntax_highlighter.dart16 this.classStyle,
28 classStyle: const TextStyle(color: Color(0xFF512DA8)),
41 classStyle: const TextStyle(color: Color(0xFF009688)),
52 final TextStyle classStyle;
350 return style.classStyle;
/third_party/jsframework/runtime/vdom/
DElement.ts109 this._classStyle = props.classStyle || {};
211 public get classStyle() {
747 public setClassStyle(classStyle: any): void {
750 Object.keys(classStyle).forEach(key => {
752 if (!this.isSameStyle(this.classStyle[key], classStyle[key], key)) {
761 Object.assign(this._classStyle, classStyle);
/third_party/jsframework/test/ut/model/
Ddirective.ts58 this.classStyle = style;