Searched refs:isLabelButton (Results 1 – 2 of 2) sorted by relevance
26 …tatic bool ApplyTheme(const ButtonRole& role, const ButtonStyleMode& styleMode, bool isLabelButton) in ApplyTheme() argument30 return JSButtonTheme::ApplyTheme(isLabelButton); in ApplyTheme()32 static bool ApplyTheme(const ButtonRole& role, bool isLabelButton) in ApplyTheme() argument35 return JSButtonTheme::ApplyTheme(isLabelButton); in ApplyTheme()37 static bool ApplyTheme(const ButtonStyleMode& styleMode, bool isLabelButton) in ApplyTheme() argument40 return JSButtonTheme::ApplyTheme(isLabelButton); in ApplyTheme()48 static bool ApplyTheme(bool isLabelButton) in ApplyTheme() argument58 if (isLabelButton) { in ApplyTheme()
57 virtual void SetCreateWithLabel(bool isLabelButton) {} in SetCreateWithLabel() argument