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

  /external/chromium_org/content/renderer/
render_thread_impl.h 372 std::string common_host_histogram_suffix_; member in class:content::RenderThreadImpl::HistogramCustomizer
render_thread_impl.cc 305 if (!common_host_histogram_suffix_.empty() &&
307 name += common_host_histogram_suffix_;
315 common_host_histogram_suffix_ = HostToCustomHistogramSuffix(host);
    [all...]

Completed in 39 milliseconds