Home
last modified time | relevance | path

Searched refs:product_name_ (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/common/
Dcrash_reporter_client.cc418 product_name_ = val_str; in ReadCrashConfigFile()
583 *product_name = base::ASCIIToWide(product_name_); in GetProductNameAndVersion()
607 *product_name = product_name_.c_str(); in GetProductNameAndVersion()
614 *product_name = product_name_; in GetProductNameAndVersion()
Dcrash_reporter_client.h120 std::string product_name_ = "cef"; variable
/third_party/gn/src/gn/
Dxcode_object.cc699 product_name_(product_name) { in PBXNativeTarget()
740 PrintProperty(out, rules, "productName", product_name_); in Print()
Dxcode_object.h343 std::string product_name_; variable