HomeSort by relevance Sort by last modified time
    Searched refs:kAlignmentRight (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/themes/
theme_service.h 53 static const char* kAlignmentRight;
theme_service.cc 30 const char* ThemeService::kAlignmentRight = "right";
372 horizontal_string = kAlignmentRight;
399 else if (base::strcasecmp(component, kAlignmentRight) == 0)

Completed in 279 milliseconds