Searched refs:RecordComputedAction (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/content/browser/
H A Duser_metrics.cc27 void RecordComputedAction(const std::string& action) { function in namespace:content
32 base::Bind(&RecordComputedAction, action));
36 base::RecordComputedAction(action);
/external/chromium_org/content/public/browser/
H A Duser_metrics.h21 CONTENT_EXPORT void RecordComputedAction(const std::string& action);
/external/chromium_org/base/metrics/
H A Duser_metrics.h41 // possible actions), see RecordComputedAction.
49 BASE_EXPORT void RecordComputedAction(const std::string& action);
H A Duser_metrics.cc61 void RecordComputedAction(const std::string& action) { function in namespace:base
/external/chromium_org/chrome/browser/android/
H A Duma_bridge.cc14 using content::RecordComputedAction;
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.cc183 content::RecordComputedAction(BuildActionName("ShowFullHistory", -1));
192 content::RecordComputedAction(
195 content::RecordComputedAction(
210 content::RecordComputedAction(BuildActionName("Popup", -1));
/external/chromium_org/chrome/browser/ui/webui/
H A Dmetrics_handler.cc48 content::RecordComputedAction(string_action);
/external/chromium_org/content/public/renderer/
H A Drender_thread.h98 virtual void RecordComputedAction(const std::string& action) = 0;
/external/chromium_org/content/renderer/media/crypto/
H A Dkey_systems_support_uma.cc48 RenderThread::Get()->RecordComputedAction(action_);
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dcros_language_options_handler.cc210 content::RecordComputedAction(action);
219 content::RecordComputedAction(action);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dlanguage_options_handler_common.cc235 content::RecordComputedAction(action);
249 content::RecordComputedAction(action);
H A Dcore_options_handler.cc334 content::RecordComputedAction(metric);
349 content::RecordComputedAction(metric_string);
640 content::RecordComputedAction(metric);
/external/chromium_org/content/public/test/
H A Dmock_render_thread.h57 virtual void RecordComputedAction(const std::string& action) OVERRIDE;
H A Dmock_render_thread.cc134 void MockRenderThread::RecordComputedAction(const std::string& action) { function in class:content::MockRenderThread
/external/chromium_org/chrome/browser/chromeos/
H A Dexternal_metrics.cc139 content::RecordComputedAction(action_string);
/external/chromium_org/chrome/browser/extensions/api/metrics_private/
H A Dmetrics_private_api.cc74 content::RecordComputedAction(params->name);
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_loader_handler.cc119 content::RecordComputedAction("Options_LoadUnpackedExtension");
/external/chromium_org/components/pdf/renderer/
H A Dpepper_pdf_host.cc119 content::RenderThread::Get()->RecordComputedAction(action);
H A Dppb_pdf_impl.cc213 content::RenderThread::Get()->RecordComputedAction(action_str->value());
/external/chromium_org/content/renderer/
H A Drender_thread_impl.h153 virtual void RecordComputedAction(const std::string& action) OVERRIDE;
H A Drender_thread_impl.cc958 void RenderThreadImpl::RecordComputedAction(const std::string& action) { function in class:content::RenderThreadImpl
/external/chromium_org/chrome/browser/
H A Dabout_flags.cc2283 content::RecordComputedAction(action);
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc2130 RecordComputedAction(action);

Completed in 356 milliseconds