Searched refs:render_loop_proxy_ (Results 1 – 2 of 2) sorted by relevance
135 render_loop_proxy_(base::MessageLoopProxy::current()), in PpapiDecryptor()166 DCHECK(render_loop_proxy_->BelongsToCurrentThread()); in SetServerCertificate()184 DCHECK(render_loop_proxy_->BelongsToCurrentThread()); in CreateSession()202 DCHECK(render_loop_proxy_->BelongsToCurrentThread()); in LoadSession()226 DCHECK(render_loop_proxy_->BelongsToCurrentThread()); in UpdateSession()248 DCHECK(render_loop_proxy_->BelongsToCurrentThread()); in CloseSession()261 DCHECK(render_loop_proxy_->BelongsToCurrentThread()); in RemoveSession()273 DCHECK(render_loop_proxy_->BelongsToCurrentThread()); in GetUsableKeyIds()289 if (!render_loop_proxy_->BelongsToCurrentThread()) { in RegisterNewKeyCB()290 render_loop_proxy_->PostTask(FROM_HERE, in RegisterNewKeyCB()[all …]
147 scoped_refptr<base::MessageLoopProxy> render_loop_proxy_; variable