Home
last modified time | relevance | path

Searched defs:closeable (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/base-ui/tabs/
Dlit-tabpane.ts57 get closeable(): boolean { method in LitTabpane
61 set closeable(value) { method in LitTabpane
/developtools/smartperf_host/smartperf_host/ide/src/base-ui/drawer/
DLitDrawer.ts305 get closeable(): boolean { method in LitDrawer
309 set closeable(value) { method in LitDrawer
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java105 public static void close(Closeable closeable) { in close()