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

/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dinfobar_android.h27 enum ActionType { enum in class:InfoBarAndroid
/external/chromium_org/athena/wm/
H A Doverview_toolbar.h32 enum ActionType { enum in class:athena::OverviewToolbar
41 ActionType current_action() const { return current_action_; }
44 ActionType GetHighlightAction(const ui::GestureEvent& event) const;
46 void SetHighlightAction(ActionType action);
50 void DisableAction(ActionType action);
54 bool IsActionEnabled(ActionType action) const;
64 ActionType current_action_;
/external/chromium_org/ui/events/ozone/device/
H A Ddevice_event.h21 enum ActionType { enum in class:ui::DeviceEvent
27 DeviceEvent(DeviceType type, ActionType action, const base::FilePath& path);
30 ActionType action_type() const { return action_type_; }
35 ActionType action_type_;
/external/chromium_org/ash/system/chromeos/multi_user/
H A Duser_switch_util_unittest.cc16 enum ActionType { enum in class:ash::TrySwitchingUserTest
78 void SwitchUser(ActionType action) {
/external/chromium_org/third_party/WebKit/Source/platform/
H A DContextMenuItem.h45 ActionType, enumerator in enum:blink::ContextMenuItemType
/external/chromium_org/chrome/browser/extensions/
H A Dextension_context_menu_model.h46 enum ActionType { NO_ACTION = 0, BROWSER_ACTION, PAGE_ACTION }; enum in class:ExtensionContextMenuModel
118 ActionType action_type_;
/external/chromium_org/net/socket/
H A Dtcp_listen_socket_unittest.h33 enum ActionType { enum in namespace:net
46 explicit TCPListenSocketTestAction(ActionType action) : action_(action) {}
47 TCPListenSocketTestAction(ActionType action, std::string data)
52 ActionType type() const { return action_; }
55 ActionType action_;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DRange.h164 enum ActionType { DELETE_CONTENTS, EXTRACT_CONTENTS, CLONE_CONTENTS }; enum in class:blink::FINAL
165 PassRefPtrWillBeRawPtr<DocumentFragment> processContents(ActionType, ExceptionState&);
166 static PassRefPtrWillBeRawPtr<Node> processContentsBetweenOffsets(ActionType, PassRefPtrWillBeRawPtr<DocumentFragment>, Node*, unsigned startOffset, unsigned endOffset, ExceptionState&);
167 static void processNodes(ActionType, WillBeHeapVector<RefPtrWillBeMember<Node> >&, PassRefPtrWillBeRawPtr<Node> oldContainer, PassRefPtrWillBeRawPtr<Node> newContainer, ExceptionState&);
169 static PassRefPtrWillBeRawPtr<Node> processAncestorsAndTheirSiblings(ActionType, Node* container, ContentsProcessDirection, PassRefPtrWillBeRawPtr<Node> clonedContainer, Node* commonRoot, ExceptionState&);
/external/clang/utils/TableGen/
H A DTableGen.cpp25 enum ActionType { enum
59 cl::opt<ActionType> Action(
/external/llvm/utils/TableGen/
H A DTableGen.cpp25 enum ActionType { enum
48 cl::opt<ActionType>
/external/chromium_org/remoting/protocol/
H A Djingle_messages.h26 enum ActionType { enum in struct:remoting::protocol::JingleMessage
55 ActionType action_value,
61 static std::string GetActionName(ActionType action);
71 ActionType action;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmessages.h54 enum ActionType { enum in namespace:cricket
78 SessionMessage(SignalingProtocol protocol, ActionType type,
87 ActionType type;
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Ddfa.h20 } ActionType; typedef in typeref:enum:__anon16378
24 ActionType type;
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp167 enum ActionType { enum
174 static cl::opt<ActionType>
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp46 enum ActionType { enum
52 static cl::opt<ActionType>
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_actions.h37 enum ActionType { enum in class:extensions::Action
93 const ActionType action_type,
113 // The ActionType distinguishes different classes of actions that can be
115 ActionType action_type() const { return action_type_; }
199 ActionType action_type_;
/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/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h298 enum ActionType { enum in class:CPDF_Action
325 ActionType GetType() const;
/external/chromium_org/v8/src/
H A Djsregexp.h748 enum ActionType { enum in class:v8::internal::ActionNode
789 ActionType action_type() { return action_type_; }
822 ActionNode(ActionType action_type, RegExpNode* on_success)
825 ActionType action_type_;
1366 DeferredAction(ActionNode::ActionType action_type, int reg)
1371 ActionNode::ActionType action_type() { return action_type_; }
1373 ActionNode::ActionType action_type_;

Completed in 2103 milliseconds