Searched refs:chrome_config_ (Results 1 – 2 of 2) sorted by relevance
60 (chrome_config_ == other.chrome_config_) && in operator ==()101 chrome_config_.FromProto(proto.chrome_config()); in FromProto()158 chrome_config_.ToProto(proto->mutable_chrome_config()); in ToProto()
108 const ChromeConfig& chrome_config() const { return chrome_config_; } in chrome_config()109 ChromeConfig* mutable_chrome_config() { return &chrome_config_; } in mutable_chrome_config()163 ChromeConfig chrome_config_ = {}; variable