Searched refs:isSelectAll (Results 1 – 3 of 3) sorted by relevance
55 .select(this.isSelectAll())131 isSelectAll(): boolean {
147 …const std::function<void()>& callback, int32_t overlayId, float& buttonWidth, bool isSelectAll = f… in BuildPasteButton() argument232 float& buttonWidth, bool isSelectAll = false) in BuildButton() argument280 [callback, overlayId, isSelectAll](GestureEvent& /*info*/) { in BuildButton()
1002 auto isSelectAll = layoutProperty->GetSelectAllValueValue(false); in HandleFocusEvent() local1003 if (isSelectAll && !contentController_->IsEmpty()) { in HandleFocusEvent()