Searched refs:actionType (Results 1 – 6 of 6) sorted by relevance
195 performAction_: function(actionType, opt_args) { argument205 throw new Error(actionType + ' requires {"desktop": true} or' +212 actionType: actionType }, property
816 Class<?> actionType = stubbingAction.getReturnType();817 if (actionType == null) {825 if (!methodType.isAssignableFrom(actionType)) {827 actionType.equals(PRIMITIVE_TO_BOXED_LOOKUP.get(methodType))) {831 sb.append("\nCan't return ").append(actionType.getSimpleName()).append(" from stub for:");
79 ActionType actionType;
627 void HTMLMediaElement::scheduleDelayedAction(DelayedActionType actionType) in scheduleDelayedAction() argument631 if ((actionType & LoadMediaResource) && !(m_pendingActionFlags & LoadMediaResource)) { in scheduleDelayedAction()636 if (actionType & LoadTextTrackResource) in scheduleDelayedAction()
788 HRESULT SendRemoteAction(RemoteSessionActionType actionType);
1835 /*[in]*/ RemoteSessionActionType actionType ) = 0;