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

  /external/chromium_org/chrome/browser/themes/
theme_properties.cc 102 const char* kAlignmentRight = "right";
149 else if (LowerCaseEqualsASCII(*component, kAlignmentRight))
183 horizontal_string = kAlignmentRight;
  /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 42 milliseconds