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);94 WebInspector.UserMetrics._Recorder = function(actionCode) argument96 this._actionCode = actionCode;
239 public boolean performEditorAction(int actionCode) { in performEditorAction() argument240 if (DEBUG) Log.w(TAG, "performEditorAction [" + actionCode + "]"); in performEditorAction()241 if (actionCode == EditorInfo.IME_ACTION_NEXT) { in performEditorAction()
290 int SQLiteDatabase::authorizerFunction(void* userData, int actionCode, const char* parameter1, cons… in authorizerFunction() argument295 switch (actionCode) { in authorizerFunction()
157 recordActionTaken: function(actionCode) argument
240 InspectorFrontendHostAPI.prototype.recordActionTaken = function(actionCode) {} argument
50 [Custom] void recordActionTaken(unsigned long actionCode);