Searched refs:HasOption (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dproduct.h72 bool HasOption(const std::wstring& option) const { function in class:installer::Product
H A Dinstaller_state.cc364 if (!product.HasOption(kOptionMultiInstall)) {
407 set_package_type(the_product.HasOption(kOptionMultiInstall) ?
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportdescriptionfactory.cc99 offer->HasOption(ICE_OPTION_GICE) &&
H A Dtransportdescription.h158 bool HasOption(const std::string& option) const { function in struct:cricket::TransportDescription
H A Dtransportdescriptionfactory_unittest.cc53 EXPECT_EQ(!opt.empty(), desc->HasOption(opt));
H A Dtransport.cc971 return (desc->HasOption(ICE_OPTION_GICE)) ?

Completed in 122 milliseconds