OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HistogramCustomizer
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/renderer/
render_thread_impl.h
302
class CONTENT_EXPORT
HistogramCustomizer
{
304
HistogramCustomizer
();
305
~
HistogramCustomizer
();
336
DISALLOW_COPY_AND_ASSIGN(
HistogramCustomizer
);
339
HistogramCustomizer
* histogram_customizer() {
500
HistogramCustomizer
histogram_customizer_;
render_thread_impl_unittest.cc
23
RenderThreadImpl::
HistogramCustomizer
histogram_customizer_;
render_thread_impl.cc
248
RenderThreadImpl::
HistogramCustomizer
::
HistogramCustomizer
() {
254
RenderThreadImpl::
HistogramCustomizer
::~
HistogramCustomizer
() {}
256
void RenderThreadImpl::
HistogramCustomizer
::RenderViewNavigatedToHost(
273
std::string RenderThreadImpl::
HistogramCustomizer
::ConvertToCustomHistogramName(
282
void RenderThreadImpl::
HistogramCustomizer
::SetCommonHost(
[
all
...]
Completed in 32 milliseconds