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

  /external/chromium_org/components/cloud_devices/common/
printer_description.cc 405 : type(STANDARD_MARGINS), top_um(0), right_um(0), bottom_um(0), left_um(0) {
409 int32 top_um,
414 top_um(top_um),
421 return type == other.type && top_um == other.top_um &&
658 return dict.GetInteger(kMargineTop, &option->top_um) &&
666 dict->SetInteger(kMargineTop, option.top_um);
printer_description.h 74 int32 top_um,
83 int32 top_um; member in struct:cloud_devices::printer::Margins

Completed in 114 milliseconds