Searched refs:selectors (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
H A D | app_style_sheet.cpp | 205 AppStyle *AppStyleSheet::GetStyleFromSelectors(AppStyleList *selectors, const char * const name) co… in GetStyleFromSelectors() argument 207 if ((selectors == nullptr) || (name == nullptr) || strlen(name) == 0) { in GetStyleFromSelectors() 211 AppStyle *first = const_cast<AppStyle *>(selectors->GetFirst()); in GetStyleFromSelectors()
|
H A D | app_style_sheet.h | 39 AppStyle* GetStyleFromSelectors(AppStyleList* selectors, const char * const name) const;
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-syntax-css.md | 63 …t elements for which styles need to be added to. The following table lists the supported selectors. 99 The specificity rule of the selectors complies with the W3C rule, which is only available for inlin… 101 When multiple selectors point to the same element, their priorities are as follows (in descending o…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | js-framework-syntax-css.md | 58 …t elements for which styles need to be added to. The following table lists the supported selectors. 116 The specificity rule of the selectors complies with the W3C rule, which is only available for inlin… 118 When multiple selectors point to the same element, their priorities are as follows (in descending o… 192 …t node. The inherited style has the lowest priority when multiple style selectors are involved. Cu…
|
H A D | ui-js-components-picker.md | 3 …onent supports common, date, time, data and time, and multi-column text selectors. For details, se…
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/ |
H A D | stylemgr_tdd_test.cpp | 91 JSValue StyleMgrTddTest::PrepareStyleSheet(const char* selectors, in PrepareStyleSheet() argument 96 if ((selectors == nullptr) || (strlen(selectors) == 0) || (selectorName == nullptr) || in PrepareStyleSheet() 109 JSValue idSelectorKey = jerry_create_string(reinterpret_cast<const jerry_char_t *>(selectors)); in PrepareStyleSheet()
|
H A D | stylemgr_tdd_test.h | 53 JSValue PrepareStyleSheet(const char* selectors,
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-framework-syntax-css.md | 54 …t elements for which styles need to be added to. The following table lists the supported selectors.
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-picker.md | 7 …*\<picker>** component supports common, date, time, data and time, and multi-column text selectors.
|