Searched defs:newStyle (Results 1 – 7 of 7) sorted by relevance
32 void AppStyleList::AddStyle(AppStyle *newStyle) in AddStyle()
99 void AppStyle::AddItemsInLoop(jerry_value_t object, AppStyle &newStyle) in AddItemsInLoop()114 …d AppStyle::AddKeyFramesItemsInLoop(jerry_value_t objFrom, jerry_value_t objTo, AppStyle &newStyle) in AddKeyFramesItemsInLoop()306 AppStyle *newStyle = new AppStyle(); in GenerateFromJS() local
173 AppStyle *newStyle = AppStyle::GenerateFromJS(styleKey, styleValue, isKeyFrames); in InitSelectors() local
31 std::string newStyle = styleValue; in ParseCssStyle() local
85 auto newStyle = std::make_shared<T>(style); in MaybeResetStyle() local
1320 auto newStyle = AceType::MakeRefPtr<MockSystemBarStyle>(); variable