Home
last modified time | relevance | path

Searched defs:hide (Results 1 - 24 of 24) sorted by relevance

/third_party/rust/crates/clap/src/builder/
H A Dpossible_value.rs103 pub fn hide(mut self, yes: bool) -> Self { in hide() functions
[all...]
H A Dcommand.rs2669 pub fn hide(self, yes: bool) -> Self { in hide() functions
H A Darg.rs2268 pub fn hide(self, yes: bool) -> Self { in hide() functions
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dannotations.rs96 pub fn hide(&self) -> bool { in hide() functions
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavdestination_pattern_base.cpp166 void NavDestinationPatternBase::UpdateTitleBarProperty(const RefPtr<LayoutProperty>& navBarLayoutProperty, bool hide, in UpdateTitleBarProperty() argument
232 void NavDestinationPatternBase::UpdateToolBarAndDividerTranslateAndOpacity(bool hide, in UpdateToolBarAndDividerTranslateAndOpacity() argument
186 UpdateTitleBarTranslateAndOpacity( bool hide, const RefPtr<TitleBarNode>& titleBarNode, float titleBarHeight) UpdateTitleBarTranslateAndOpacity() argument
200 UpdateToolBarAndDividerProperty(const RefPtr<LayoutProperty>& navBarLayoutProperty, bool hide, const RefPtr<NavDestinationNodeBase>& hostNode) UpdateToolBarAndDividerProperty() argument
254 HideOrShowTitleBarImmediately(const RefPtr<NavDestinationNodeBase>& hostNode, bool hide) HideOrShowTitleBarImmediately() argument
268 HideOrShowToolBarImmediately(const RefPtr<NavDestinationNodeBase>& hostNode, bool hide) HideOrShowToolBarImmediately() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_nav_destination_bridge.cpp35 bool hide = false; in SetHideTitleBar() local
66 bool hide = false; in SetHideToolBar() local
H A Darkts_native_navigation_bridge.cpp38 bool hide = false; in SetHideToolBar() local
94 bool hide = hideArg->ToBoolean(vm)->Value(); in SetHideBackButton() local
146 bool hide = hideArg->ToBoolean(vm)->Value(); in SetHideNavBar() local
200 bool hide = false; in SetHideTitleBar() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnav_destination_modifier.cpp36 void SetNavDestinationHideToolBar(ArkUINodeHandle node, ArkUI_Bool hide, ArkUI_Bool animated) in SetNavDestinationHideToolBar() argument
H A Dnavigation_modifier.cpp25 void SetHideToolBar(ArkUINodeHandle node, ArkUI_Bool hide, ArkUI_Bool animated) in SetHideToolBar() argument
203 void SetNavHideTitleBar(ArkUINodeHandle node, ArkUI_Bool hide, ArkUI_Bool animated) in SetNavHideTitleBar() argument
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test2.cpp1408 bool hide = sceneSession->GetForceHideState(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_select_test_ng.cpp2068 bool hide = true; in HWTEST_F() local
2103 bool hide = true; in HWTEST_F() local
2138 bool hide = false; in HWTEST_F() local
2177 bool hide = true; HWTEST_F() local
2214 bool hide = true; HWTEST_F() local
2239 bool hide = false; HWTEST_F() local
2278 bool hide = false; HWTEST_F() local
2336 bool hide = false; HWTEST_F() local
[all...]
H A Dmock_web_delegate.cpp908 void WebDelegate::HideHandleAndQuickMenuIfNecessary(bool hide) {} in HideHandleAndQuickMenuIfNecessary() argument
/third_party/protobuf/src/google/protobuf/
H A Dtext_format.h311 void SetHideUnknownFields(bool hide) { hide_unknown_fields_ = hide; } in SetHideUnknownFields() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation.cpp368 void JSNavigation::SetHideNavBar(bool hide) in SetHideNavBar() argument
407 void JSNavigation::SetHideBackButton(bool hide) in SetHideBackButton() argument
/third_party/python/Lib/tkinter/
H A Dttk.py823 def hide(self, tab_id): member in Notebook
H A Dtix.py1293 def hide(self, widget): member in ResizeHandle
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp736 void WebClientImpl::HideHandleAndQuickMenuIfNecessary(bool hide) in HideHandleAndQuickMenuIfNecessary() argument
H A Dweb_delegate.cpp5763 void WebDelegate::HideHandleAndQuickMenuIfNecessary(bool hide) in HideHandleAndQuickMenuIfNecessary() argument
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp192 void WindowSessionProperty::SetHideNonSystemFloatingWindows(bool hide) in SetHideNonSystemFloatingWindows() argument
197 void WindowSessionProperty::SetForceHide(bool hide) in SetForceHide() argument
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c590 rename_node(struct fuse *f, fuse_ino_t olddir, const char *oldname, fuse_ino_t newdir, const char *newname, int hide) rename_node() argument
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp1550 void JsSceneSession::OnForceHideChange(bool hide) in OnForceHideChange() argument
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3062 void SceneSession::NotifyForceHideChange(bool hide) in NotifyForceHideChange() argument
/third_party/libfuse/lib/
H A Dfuse.c1419 rename_node(struct fuse *f, fuse_ino_t olddir, const char *oldname, fuse_ino_t newdir, const char *newname, int hide) rename_node() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4038 void WebPattern::HideHandleAndQuickMenuIfNecessary(bool hide, bool isScroll) in HideHandleAndQuickMenuIfNecessary() argument

Completed in 91 milliseconds