Home
last modified time | relevance | path

Searched refs:OmniboxLog (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/omnibox/
Domnibox_log.cc7 OmniboxLog::OmniboxLog( in OmniboxLog() function in OmniboxLog
33 OmniboxLog::~OmniboxLog() {} in ~OmniboxLog()
Domnibox_log.h20 struct OmniboxLog { struct
21 OmniboxLog(
32 ~OmniboxLog();
/external/chromium_org/chrome/browser/metrics/
Dmetrics_log.h26 struct OmniboxLog;
105 void RecordOmniboxOpenedURL(const OmniboxLog& log);
Dmetrics_log.cc868 void MetricsLog::RecordOmniboxOpenedURL(const OmniboxLog& log) { in RecordOmniboxOpenedURL()
Dmetrics_service.cc775 *content::Details<OmniboxLog>(details).ptr()); in Observe()
/external/chromium_org/chrome/browser/predictors/
Dautocomplete_action_predictor.h26 struct OmniboxLog;
166 void OnOmniboxOpenedUrl(const OmniboxLog& log);
Dautocomplete_action_predictor.cc245 OnOmniboxOpenedUrl(*content::Details<OmniboxLog>(details).ptr()); in Observe()
324 void AutocompleteActionPredictor::OnOmniboxOpenedUrl(const OmniboxLog& log) { in OnOmniboxOpenedUrl()
/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_edit_model.cc713 OmniboxLog log( in OpenMatch()
750 content::Details<OmniboxLog>(&log)); in OpenMatch()
/external/chromium_org/chrome/browser/rlz/
Drlz_unittest.cc230 content::Details<OmniboxLog>(NULL)); in SimulateOmniboxUsage()