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

  /external/chromium_org/components/cloud_devices/common/
printer_description.cc 369 bool TypeFromString(const T& names, const std::string& type, IdType* id) {
557 if (!TypeFromString(kDocumentSheetBackNames,
592 if (!TypeFromString(kColorNames, type_str, &option->type))
614 TypeFromString(kDuplexNames, type_str, option);
628 TypeFromString(kOrientationNames, type_str, option);
656 if (!TypeFromString(kMarginsNames, type_str, &option->type))
697 TypeFromString(kFitToPageNames, type_str, option);
754 if (!TypeFromString(kMediaDefinitions, type_str, &option->type))
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_items.cc 47 TypeFromString(const std::string& type_string) {
131 type = TypeFromString(type_string);

Completed in 48 milliseconds