Searched defs:ActionType (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/debugger/
H A Ddevtools_remote_listen_socket_unittest.h44 enum ActionType { enum
58 explicit ListenSocketTestAction(ActionType action);
59 ListenSocketTestAction(ActionType action, std::string data);
60 ListenSocketTestAction(ActionType action,
66 ActionType type() const { return action_; }
69 ActionType action_;
/external/chromium/net/base/
H A Dlisten_socket_unittest.h38 enum ActionType { enum
51 explicit ListenSocketTestAction(ActionType action) : action_(action) {}
52 ListenSocketTestAction(ActionType action, std::string data)
57 ActionType type() const { return action_; }
60 ActionType action_;
/external/clang/utils/TableGen/
H A DTableGen.cpp25 enum ActionType { enum
57 cl::opt<ActionType>
/external/llvm/utils/TableGen/
H A DTableGen.cpp25 enum ActionType { enum
47 cl::opt<ActionType>
/external/webkit/Source/WebCore/dom/
H A DRange.h150 enum ActionType { DELETE_CONTENTS, EXTRACT_CONTENTS, CLONE_CONTENTS }; enum in class:WebCore::Range
151 PassRefPtr<DocumentFragment> processContents(ActionType, ExceptionCode&);
152 static PassRefPtr<Node> processContentsBetweenOffsets(ActionType, PassRefPtr<DocumentFragment>, Node*, unsigned startOffset, unsigned endOffset, ExceptionCode&);
153 static void processNodes(ActionType, Vector<RefPtr<Node> >&, PassRefPtr<Node> oldContainer, PassRefPtr<Node> newContainer, ExceptionCode&);
155 static PassRefPtr<Node> processAncestorsAndTheirSiblings(ActionType, Node* container, ContentsProcessDirection, PassRefPtr<Node> clonedContainer, Node* commonRoot, ExceptionCode&);
/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;
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp167 enum ActionType { enum
175 static cl::opt<ActionType>
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp34 enum ActionType { enum
39 static cl::opt<ActionType>
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObject.java58 public enum ActionType { enum in class:GameObject
69 private ActionType mCurrentAction;
107 mCurrentAction = ActionType.INVALID;
240 public final ActionType getCurrentAction() {
244 public final void setCurrentAction(ActionType type) {
/external/webkit/Source/WebCore/platform/
H A DContextMenuItem.h168 ActionType, enumerator in enum:WebCore::ContextMenuItemType
179 : type(ActionType),
197 : type(ActionType),
215 : type(ActionType)

Completed in 288 milliseconds