Home | History | Annotate | Download | only in common

Lines Matching refs:param_type

196   typedef ContextMenuModel param_type;
197 static void Write(Message* m, const param_type& p);
198 static bool Read(const Message* m, PickleIterator* iter, param_type* p);
199 static void Log(const param_type& p, std::string* l);
204 typedef scoped_refptr<net::UploadData> param_type;
205 static void Write(Message* m, const param_type& p);
206 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
207 static void Log(const param_type& p, std::string* l);
212 typedef net::URLRequestStatus param_type;
213 static void Write(Message* m, const param_type& p);
214 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
215 static void Log(const param_type& p, std::string* l);