Searched refs:ActionType (Results 26 - 50 of 57) sorted by relevance

123

/external/llvm/utils/TableGen/
H A DTableGen.cpp27 enum ActionType { enum
49 cl::opt<ActionType>
/external/replicaisland/src/com/replica/replicaisland/
H A DPlayerComponent.java20 import com.replica.replicaisland.GameObject.ActionType;
224 if (parentObject.getCurrentAction() == ActionType.INVALID) {
277 && parentObject.getCurrentAction() == ActionType.HIT_REACT) {
327 parentObject.setCurrentAction(GameObject.ActionType.MOVE);
376 parentObject.setCurrentAction(GameObject.ActionType.ATTACK);
450 if (mTouchingGround && parentObject.getCurrentAction() != ActionType.DEATH) {
451 parentObject.setCurrentAction(ActionType.DEATH);
458 parentObject.setCurrentAction(ActionType.DEATH);
463 if (parentObject.getCurrentAction() == ActionType.DEATH && mTimer > 0.0f) {
505 parentObject.setCurrentAction(ActionType
[all...]
H A DHitReactionComponent.java20 import com.replica.replicaisland.GameObject.ActionType;
237 parent.setCurrentAction(ActionType.HIT_REACT);
/external/webkit/Source/WebCore/platform/
H A DContextMenuItem.cpp75 m_type = ActionType;
H A DContextMenuItem.h168 ActionType, enumerator in enum:WebCore::ContextMenuItemType
179 : type(ActionType),
197 : type(ActionType),
215 : type(ActionType)
/external/webkit/Source/WebCore/platform/brew/
H A DContextMenuItemBrew.cpp72 return ActionType;
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp31 enum ActionType { enum
35 static cl::opt<ActionType>
/external/webkit/Source/WebCore/platform/wx/
H A DContextMenuWx.cpp42 return new ContextMenuItem(ActionType, s_itemActions.get(id), "");
/external/webkit/Source/WebKit2/Shared/API/c/
H A DWKContextMenuItem.cpp45 return toAPI(WebContextMenuItem::create(WebContextMenuItemData(ActionType, toImpl(tag), toImpl(title)->string(), enabled, false)).leakRef());
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebContextMenuProxyWin.cpp47 case ActionType:
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebContextMenu.cpp92 ContextMenuItem coreItem(ActionType, static_cast<ContextMenuAction>(item.action()), item.title());
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmessages.h53 enum ActionType { enum in namespace:cricket
82 SessionMessage(SignalingProtocol protocol, ActionType type,
91 ActionType type;
H A Dsession.h463 bool SendMessage(ActionType type, const XmlElements& action_elems,
467 bool SendMessage(ActionType type, const Action& action,
472 bool WriteActionMessage(ActionType type, const Action& action,
476 ActionType type, const Action& action,
H A Dsession.cc1025 bool Session::SendMessage(ActionType type, const XmlElements& action_elems,
1039 bool Session::SendMessage(ActionType type, const Action& action,
1051 bool Session::WriteActionMessage(ActionType type, const Action& action,
1068 ActionType type, const Action& action,
/external/chromium/chrome/browser/debugger/
H A Ddevtools_remote_listen_socket_unittest.cc53 ListenSocketTestAction::ListenSocketTestAction(ActionType action)
56 ListenSocketTestAction::ListenSocketTestAction(ActionType action,
62 ActionType action,
/external/webkit/Source/WebCore/bindings/js/
H A DJSInspectorFrontendHostCustom.cpp110 ContextMenuItem* menuItem = new ContextMenuItem((typeString == "checkbox" ? CheckableActionType : ActionType), typedId, ustringToString(label.toString(exec)));
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8InspectorFrontendHostCustom.cpp97 ContextMenuItem* menuItem = new ContextMenuItem((typeString == "checkbox" ? CheckableActionType : ActionType), typedId, toWebCoreStringWithNullCheck(label));
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebContextMenuClient.cpp83 ASSERT(item->type() == ActionType || item->type() == CheckableActionType);
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWebContextMenuProxyMac.mm93 WebKit::WebContextMenuItemData item(ActionType, static_cast<ContextMenuAction>([sender tag]), [sender title], [sender isEnabled], [sender state] == NSOnState);
141 case ActionType:
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DWebContextMenuProxyQt.cpp110 case WebCore::ActionType: {
/external/webkit/Source/WebCore/platform/android/
H A DTemporaryLinkStubs.cpp222 return ActionType;
/external/webkit/Source/WebCore/platform/gtk/
H A DContextMenuItemGtk.cpp120 // Extract the ActionType from the menu item
186 return ActionType;
/external/webkit/Source/WebCore/platform/mac/
H A DContextMenuItemMac.mm111 return ActionType;
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp157 enum ActionType { enum
164 static cl::opt<ActionType>
/external/webkit/Source/WebKit/chromium/src/
H A DContextMenuClientImpl.cpp313 case ActionType:

Completed in 449 milliseconds

123