Home
last modified time | relevance | path

Searched refs:special_build (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/common/
Dcrash_reporter_client.h53 std::wstring* special_build,
Dcrash_reporter_client.cc581 std::wstring* special_build, in GetProductNameAndVersion() argument
585 *special_build = std::wstring(); in GetProductNameAndVersion()
/third_party/cef/patch/patches/
Dcrashpad_1995.patch490 std::wstring product_name, version, special_build, channel_name;
492 exe_file, &product_name, &version, &special_build, &channel_name);
501 if (!special_build.empty())
502 (*annotations)["special"] = base::WideToUTF8(special_build);