Home | History | Annotate | Download | only in metrics

Lines Matching refs:action

20 // For best practices on deciding when to emit a user action, see
23 // Record that the user performed an action.
27 // "Action" here means a user-generated event:
34 // RecordAction(UserMetricsAction("my action name"));
35 // This ensures that our processing scripts can associate this action's hash
39 // Once a new recorded action is added, run
47 BASE_EXPORT void RecordAction(const UserMetricsAction& action);
50 // not automatically found by the action-processing scripts. It can be used
56 BASE_EXPORT void RecordComputedAction(const std::string& action);
58 // Called with the action string.
61 // Add/remove action callbacks (see above).