Home
last modified time | relevance | path

Searched refs:selectors (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_sheet.cpp205 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 Dapp_style_sheet.h39 AppStyle* GetStyleFromSelectors(AppStyleList* selectors, const char * const name) const;
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-syntax-css.md63 …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 Djs-framework-syntax-css.md58 …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 Dui-js-components-picker.md3 …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 Dstylemgr_tdd_test.cpp91 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 Dstylemgr_tdd_test.h53 JSValue PrepareStyleSheet(const char* selectors,
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/
H A Djs-lite-framework-syntax-css.md54 …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 Djs-components-basic-picker.md7 …*\<picker>** component supports common, date, time, data and time, and multi-column text selectors.