HomeSort by relevance Sort by last modified time
    Searched full:js_display (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_options_handler.cc 208 base::DictionaryValue* js_display = new base::DictionaryValue(); local
209 js_display->SetString("id", base::Int64ToString(display.id()));
210 js_display->SetInteger("x", bounds.x());
211 js_display->SetInteger("y", bounds.y());
212 js_display->SetInteger("width", bounds.width());
213 js_display->SetInteger("height", bounds.height());
214 js_display->SetString("name",
216 js_display->SetBoolean("isPrimary", display.id() == primary_id);
217 js_display->SetBoolean("isInternal", display.IsInternal());
218 js_display->SetInteger("orientation"
    [all...]

Completed in 188 milliseconds