Searched refs:hasChild (Results 1 – 7 of 7) sorted by relevance
28 explicit ScrollBarPaintMethod(bool hasChild) : hasChild_(hasChild) {}; in DECLARE_ACE_TYPE()
250 void SetChild(bool hasChild) in SetChild() argument252 hasChild_ = hasChild; in SetChild()
71 int32_t GetHasChild(const std::string &cloudId, bool &hasChild);
192 int32_t CloudDiskRdbStore::GetHasChild(const std::string &cloudId, bool &hasChild) in GetHasChild() argument
1917 bool hasChild = false; in IsFocusableScopeByTab() local1918 return AnyChildFocusHub([&hasChild](const RefPtr<FocusHub>& focusNode) { in IsFocusableScopeByTab()1919 hasChild = true; in IsFocusableScopeByTab()1921 }) || !hasChild; in IsFocusableScopeByTab()
867 bool hasChild = true; variable871 int32_t ret = CloudDiskRdbStore.GetHasChild(cloudId, hasChild);
1179 int32_t CloudDiskRdbStore::GetHasChild(const std::string &cloudId, bool &hasChild) in GetHasChild() argument1193 hasChild = true; in GetHasChild()1195 hasChild = false; in GetHasChild()