Searched refs:kAlignmentRight (Results 1 – 2 of 2) sorted by relevance
30 const char* ThemeService::kAlignmentRight = "right"; member in ThemeService372 horizontal_string = kAlignmentRight; in AlignmentToString()399 else if (base::strcasecmp(component, kAlignmentRight) == 0) in StringToAlignment()
53 static const char* kAlignmentRight; variable