Home
last modified time | relevance | path

Searched refs:kProductIdKey (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/extensions/common/permissions/
Dusb_device_permission_data.cc20 const char* kProductIdKey = "productId"; variable
55 result->SetInteger(kProductIdKey, product_id_); in ToValue()
75 if (!dict_value->GetInteger(kProductIdKey, &temp)) in FromValue()
/external/chromium_org/device/usb/
Dusb_device_filter.cc15 const char kProductIdKey[] = "productId"; variable
104 obj->SetInteger(kProductIdKey, product_id_); in ToValue()