Lines Matching refs:action
28 // Record that the user performed an action.
29 // "Action" here means a user-generated event:
39 // Once a new recorded action is added, run chrome/tools/extract_actions.py
40 // to generate a new mapping of [action hashes -> metric names] and send it
48 static void RecordAction(const UserMetricsAction& action, Profile* profile);
51 // not automatically found by the action-processing scripts. It can be used
55 static void RecordComputedAction(const std::string& action,
58 static void RecordAction(const UserMetricsAction& action);
59 static void RecordComputedAction(const std::string& action);
62 static void Record(const char *action, Profile *profile);
63 static void Record(const char *action);
64 static void CallRecordOnUI(const std::string& action);