Searched defs:rotation_value (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences.cc132 int rotation_value = 0; local
133 if (dict_value->GetInteger("rotation", &rotation_value)) {
134 rotation = static_cast<gfx::Display::Rotation>(rotation_value);

Completed in 75 milliseconds