Searched refs:ChromeConfig (Results 1 – 10 of 10) sorted by relevance
34 ChromeConfig::ChromeConfig() = default;35 ChromeConfig::~ChromeConfig() = default;36 ChromeConfig::ChromeConfig(const ChromeConfig&) = default;37 ChromeConfig& ChromeConfig::operator=(const ChromeConfig&) = default;38 ChromeConfig::ChromeConfig(ChromeConfig&&) noexcept = default;39 ChromeConfig& ChromeConfig::operator=(ChromeConfig&&) = default;43 bool ChromeConfig::operator==(const ChromeConfig& other) const { in operator ==()49 void ChromeConfig::FromProto(const perfetto::protos::ChromeConfig& proto) { in FromProto()63 void ChromeConfig::ToProto(perfetto::protos::ChromeConfig* proto) const { in ToProto()
41 class ChromeConfig; variable47 class PERFETTO_EXPORT ChromeConfig {49 ChromeConfig();50 ~ChromeConfig();51 ChromeConfig(ChromeConfig&&) noexcept;52 ChromeConfig& operator=(ChromeConfig&&);53 ChromeConfig(const ChromeConfig&);54 ChromeConfig& operator=(const ChromeConfig&);55 bool operator==(const ChromeConfig&) const;56 bool operator!=(const ChromeConfig& other) const { return !(*this == other); }[all …]
54 class ChromeConfig; variable108 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_ = {};
48 class ChromeConfig; variable
135 class ChromeConfig(tracing_agents.TracingConfig): class190 return ChromeConfig(options.chrome_categories, options.trace_cc,
46 agent.StartAgentTracing(chrome_tracing_agent.ChromeConfig(categories, None,
25 message ChromeConfig { message
71 optional ChromeConfig chrome_config = 101;
204 message ChromeConfig { message254 optional ChromeConfig chrome_config = 101;
3305 message ChromeConfig { message3355 optional ChromeConfig chrome_config = 101;