OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HistogramCustomizer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/
render_thread_impl.cc
345
RenderThreadImpl::
HistogramCustomizer
::
HistogramCustomizer
() {
351
RenderThreadImpl::
HistogramCustomizer
::~
HistogramCustomizer
() {}
353
void RenderThreadImpl::
HistogramCustomizer
::RenderViewNavigatedToHost(
370
std::string RenderThreadImpl::
HistogramCustomizer
::ConvertToCustomHistogramName(
379
void RenderThreadImpl::
HistogramCustomizer
::SetCommonHost(
[
all
...]
render_thread_impl.h
345
class CONTENT_EXPORT
HistogramCustomizer
{
347
HistogramCustomizer
();
348
~
HistogramCustomizer
();
379
DISALLOW_COPY_AND_ASSIGN(
HistogramCustomizer
);
382
HistogramCustomizer
* histogram_customizer() {
554
HistogramCustomizer
histogram_customizer_;
Completed in 138 milliseconds