Searched refs:pending_reply_msg_ (Results 1 - 2 of 2) sorted by path

/external/chromium_org/content/browser/appcache/
H A Dappcache_dispatcher_host.cc150 if (pending_reply_msg_) {
156 pending_reply_msg_.reset(reply_msg);
170 if (pending_reply_msg_) {
176 pending_reply_msg_.reset(reply_msg);
189 if (pending_reply_msg_) {
195 pending_reply_msg_.reset(reply_msg);
210 DCHECK_EQ(pending_reply_msg_.get(), reply_msg);
212 Send(pending_reply_msg_.release());
217 DCHECK_EQ(pending_reply_msg_.get(), reply_msg);
219 Send(pending_reply_msg_
[all...]
H A Dappcache_dispatcher_host.h70 scoped_ptr<IPC::Message> pending_reply_msg_; member in class:content::AppCacheDispatcherHost

Completed in 187 milliseconds