OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:histograms_callback_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/service_process/
service_process_control.cc
265
if (!
histograms_callback_
.is_null()) {
266
histograms_callback_
.Run();
267
histograms_callback_
.Reset();
290
histograms_callback_
.Reset();
312
histograms_callback_
= histograms_callback;
service_process_control.h
211
base::Closure
histograms_callback_
;
member in class:ServiceProcessControl
Completed in 609 milliseconds