Home
last modified time | relevance | path

Searched refs:otherLocationButton (Results 1 - 1 of 1) sorted by relevance

/base/security/security_component_manager/frameworks/security_component/src/
H A Dlocation_button.cpp47 LocationButton* otherLocationButton = reinterpret_cast<LocationButton *>(other); in CompareComponentBasicInfo() local
48 if (otherLocationButton == nullptr) { in CompareComponentBasicInfo()
52 return (icon_ == otherLocationButton->icon_) && (text_ == otherLocationButton->text_) && in CompareComponentBasicInfo()
53 (bg_ == otherLocationButton->bg_); in CompareComponentBasicInfo()

Completed in 1 milliseconds