Searched refs:kAlignmentBottom (Results 1 – 2 of 2) sorted by relevance
28 const char* ThemeService::kAlignmentBottom = "bottom"; member in ThemeService367 vertical_string = kAlignmentBottom; in AlignmentToString()394 else if (base::strcasecmp(component, kAlignmentBottom) == 0) in StringToAlignment()
51 static const char* kAlignmentBottom; variable