Searched refs:connect_new_printers_ (Results 1 – 2 of 2) sorted by relevance
27 connect_new_printers_(true), in ConnectorSettings()60 connect_new_printers_ = prefs->GetBoolean( in InitFrom()80 bool connect = connect_new_printers_; in InitFrom()82 if (connect != connect_new_printers_) in InitFrom()88 if (connect_new_printers_) { in InitFrom()100 return !connect_new_printers_; in ShouldConnect()101 return connect_new_printers_; in ShouldConnect()108 connect_new_printers_ = source.connect_new_printers_; in CopyFrom()
80 bool connect_new_printers_; variable