HomeSort by relevance Sort by last modified time
    Searched refs:ui_thread_proxy_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_usage_stats.h 135 const scoped_refptr<base::MessageLoopProxy> ui_thread_proxy_; member in class:data_reduction_proxy::DataReductionProxyUsageStats
data_reduction_proxy_usage_stats.cc 108 ui_thread_proxy_(ui_thread_proxy),
151 ui_thread_proxy_->PostTask(FROM_HERE, base::Bind(
160 DCHECK(ui_thread_proxy_->BelongsToCurrentThread());

Completed in 108 milliseconds