Searched refs:actionCode (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DUserMetrics.js37 var actionCode = WebInspector.UserMetrics._ActionCodes[actionName];
38 this[actionName] = new WebInspector.UserMetrics._Recorder(actionCode);
118 WebInspector.UserMetrics._Recorder = function(actionCode)
120 this._actionCode = actionCode;
H A DInspectorFrontendHostStub.js185 recordActionTaken: function(actionCode)
H A Dexterns.js225 InspectorFrontendHostAPI.prototype.recordActionTaken = function(actionCode) {}
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorFrontendHost.idl57 [Custom] void recordActionTaken(unsigned long actionCode);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DAdapterInputConnection.java216 public boolean performEditorAction(int actionCode) { argument
217 if (DEBUG) Log.w(TAG, "performEditorAction [" + actionCode + "]");
218 if (actionCode == EditorInfo.IME_ACTION_NEXT) {
/external/chromium_org/third_party/WebKit/Source/core/platform/sql/
H A DSQLiteDatabase.cpp365 int SQLiteDatabase::authorizerFunction(void* userData, int actionCode, const char* parameter1, const char* parameter2, const char* /*databaseName*/, const char* /*trigger_or_view*/) argument
370 switch (actionCode) {

Completed in 1225 milliseconds