Searched refs:actionCode (Results 1 – 6 of 6) sorted by relevance
37 var actionCode = WebInspector.UserMetrics._ActionCodes[actionName];38 this[actionName] = new WebInspector.UserMetrics._Recorder(actionCode);118 WebInspector.UserMetrics._Recorder = function(actionCode) argument120 this._actionCode = actionCode;
169 recordActionTaken: function(actionCode) argument
270 InspectorFrontendHostAPI.prototype.recordActionTaken = function(actionCode) {} argument
216 public boolean performEditorAction(int actionCode) { in performEditorAction() argument217 if (DEBUG) Log.w(TAG, "performEditorAction [" + actionCode + "]"); in performEditorAction()218 if (actionCode == EditorInfo.IME_ACTION_NEXT) { in performEditorAction()
362 int SQLiteDatabase::authorizerFunction(void* userData, int actionCode, const char* parameter1, cons… in authorizerFunction() argument367 switch (actionCode) { in authorizerFunction()
49 [Custom] void recordActionTaken(unsigned long actionCode);