HomeSort by relevance Sort by last modified time
    Searched refs:ActionType (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket_unittest.h 44 enum ActionType {
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_;
devtools_remote_listen_socket_unittest.cc 53 ListenSocketTestAction::ListenSocketTestAction(ActionType action)
56 ListenSocketTestAction::ListenSocketTestAction(ActionType action,
62 ActionType action,
  /external/chromium/net/base/
listen_socket_unittest.h 38 enum ActionType {
51 explicit ListenSocketTestAction(ActionType action) : action_(action) {}
52 ListenSocketTestAction(ActionType action, std::string data)
57 ActionType type() const { return action_; }
60 ActionType action_;
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp 171 ASSERT(item->type() == ActionType || item->type() == CheckableActionType);
444 ContextMenuItem showFonts(ActionType, ContextMenuItemTagShowFonts, contextMenuItemTagShowFonts());
449 ContextMenuItem outline(ActionType, ContextMenuItemTagOutline, contextMenuItemTagOutline());
451 ContextMenuItem styles(ActionType, ContextMenuItemTagStyles, contextMenuItemTagStyles());
452 ContextMenuItem showColors(ActionType, ContextMenuItemTagShowColors, contextMenuItemTagShowColors());
479 ContextMenuItem showSpellingPanel(ActionType, ContextMenuItemTagShowSpellingPanel,
481 ContextMenuItem checkSpelling(ActionType, ContextMenuItemTagCheckSpelling,
514 ContextMenuItem showSpellingPanel(ActionType, ContextMenuItemTagShowSpellingPanel,
516 ContextMenuItem checkSpelling(ActionType, ContextMenuItemTagCheckSpelling,
536 ContextMenuItem start(ActionType, ContextMenuItemTagStartSpeaking, contextMenuItemTagStartSpeaking())
    [all...]
  /external/webkit/Source/WebCore/platform/efl/
ContextMenuItemEfl.cpp 57 return ActionType;
  /external/webkit/Source/WebCore/platform/win/
ContextMenuItemWin.cpp 48 m_type = info.fType == MFT_SEPARATOR ? SeparatorType : ActionType;
52 if (m_type == ActionType && info.fMask & MIIM_STRING)
  /external/webkit/Source/WebCore/platform/haiku/
ContextMenuItemHaiku.cpp 55 if (type == ActionType)
83 return ActionType;
93 if (type == ActionType)
  /external/webkit/Source/WebCore/dom/
Range.h 150 enum ActionType { DELETE_CONTENTS, EXTRACT_CONTENTS, CLONE_CONTENTS };
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/webkit/Source/WebKit2/Shared/
WebContextMenuItemData.cpp 40 : m_type(WebCore::ActionType)
54 ASSERT(type == WebCore::ActionType || type == WebCore::CheckableActionType || type == WebCore::SeparatorType);
122 case WebCore::ActionType:
  /external/clang/utils/TableGen/
TableGen.cpp 31 enum ActionType {
52 cl::opt<ActionType>
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 31 enum ActionType {
35 static cl::opt<ActionType>
  /external/webkit/Source/WebCore/platform/
ContextMenuItem.cpp 75 m_type = ActionType;
ContextMenuItem.h 168 ActionType,
179 : type(ActionType),
197 : type(ActionType),
215 : type(ActionType)
  /external/webkit/Source/WebCore/platform/brew/
ContextMenuItemBrew.cpp 72 return ActionType;
  /external/llvm/utils/TableGen/
TableGen.cpp 40 enum ActionType {
62 cl::opt<ActionType>
  /external/webkit/Source/WebCore/platform/wx/
ContextMenuWx.cpp 42 return new ContextMenuItem(ActionType, s_itemActions.get(id), "");
  /external/webkit/Source/WebKit2/Shared/API/c/
WKContextMenuItem.cpp 45 return toAPI(WebContextMenuItem::create(WebContextMenuItemData(ActionType, toImpl(tag), toImpl(title)->string(), enabled, false)).leakRef());
  /external/webkit/Source/WebKit2/UIProcess/win/
WebContextMenuProxyWin.cpp 47 case ActionType:
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebContextMenu.cpp 92 ContextMenuItem coreItem(ActionType, static_cast<ContextMenuAction>(item.action()), item.title());
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.h 53 enum ActionType {
82 SessionMessage(SignalingProtocol protocol, ActionType type,
91 ActionType type;
session.h 463 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,
  /external/webkit/Source/WebCore/bindings/js/
JSInspectorFrontendHostCustom.cpp 110 ContextMenuItem* menuItem = new ContextMenuItem((typeString == "checkbox" ? CheckableActionType : ActionType), typedId, ustringToString(label.toString(exec)));
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8InspectorFrontendHostCustom.cpp 97 ContextMenuItem* menuItem = new ContextMenuItem((typeString == "checkbox" ? CheckableActionType : ActionType), typedId, toWebCoreStringWithNullCheck(label));
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebContextMenuClient.cpp 83 ASSERT(item->type() == ActionType || item->type() == CheckableActionType);
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMenuProxyMac.mm 93 WebKit::WebContextMenuItemData item(ActionType, static_cast<ContextMenuAction>([sender tag]), [sender title], [sender isEnabled], [sender state] == NSOnState);
141 case ActionType:

Completed in 630 milliseconds

1 2