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

  /external/webkit/WebCore/platform/
ContextMenu.cpp 79 ContextMenuItem showFonts(ActionType, ContextMenuItemTagShowFonts, contextMenuItemTagShowFonts());
84 ContextMenuItem outline(ActionType, ContextMenuItemTagOutline, contextMenuItemTagOutline());
86 ContextMenuItem styles(ActionType, ContextMenuItemTagStyles, contextMenuItemTagStyles());
87 ContextMenuItem showColors(ActionType, ContextMenuItemTagShowColors, contextMenuItemTagShowColors());
111 ContextMenuItem showSpellingPanel(ActionType, ContextMenuItemTagShowSpellingPanel,
113 ContextMenuItem checkSpelling(ActionType, ContextMenuItemTagCheckSpelling,
143 ContextMenuItem showSpellingPanel(ActionType, ContextMenuItemTagShowSpellingPanel,
145 ContextMenuItem checkSpelling(ActionType, ContextMenuItemTagCheckSpelling,
163 ContextMenuItem start(ActionType, ContextMenuItemTagStartSpeaking, contextMenuItemTagStartSpeaking());
164 ContextMenuItem stop(ActionType, ContextMenuItemTagStopSpeaking, contextMenuItemTagStopSpeaking())
    [all...]
ContextMenuItem.h 151 ActionType,
164 : type(ActionType),
180 : type(ActionType)
199 : type(ActionType),
217 : type(ActionType)
  /external/webkit/WebCore/platform/haiku/
ContextMenuItemHaiku.cpp 55 if (type == ActionType)
83 return ActionType;
93 if (type == ActionType)
  /external/webkit/WebCore/platform/mac/
ContextMenuMac.mm 66 WebCore::ContextMenuItem item(WebCore::ActionType, static_cast<WebCore::ContextMenuAction>([sender tag]), [sender title]);
115 if (type == ActionType)
128 if (type == ActionType)
ContextMenuItemMac.mm 94 return ActionType;
  /external/webkit/WebCore/bindings/js/
JSInspectorFrontendHostCustom.cpp 70 items.append(new ContextMenuItem(ActionType, typedId, label.toString(execState)));
  /external/webkit/WebCore/platform/gtk/
ContextMenuGtk.cpp 60 if (type == ActionType || type == CheckableActionType)
ContextMenuItemGtk.cpp 107 // Extract the ActionType from the menu item
119 m_platformDescription.type = ActionType;
  /cts/tools/host/src/com/android/cts/
TestHost.java 47 enum ActionType {
448 final String testFullName, final String javaPkgName, ActionType type) throws
494 type = ActionType.RESUME_SESSION;
650 runTest(ts, deviceId, null, javaPkgName, ActionType.RUN_SINGLE_JAVA_PACKAGE);
652 runTest(ts, deviceId, null, javaPkgName, ActionType.START_NEW_SESSION);
669 final String testFullName, final String javaPkgName, ActionType type)
ConsoleUi.java 19 import com.android.cts.TestHost.ActionType;
463 ActionType actionType = ActionType.START_NEW_SESSION;
471 actionType = ActionType.RUN_SINGLE_TEST;
474 actionType = ActionType.RUN_SINGLE_JAVA_PACKAGE;
489 if ((actionType != ActionType.RUN_SINGLE_TEST
    [all...]
  /external/webkit/WebCore/dom/
Range.h 144 enum ActionType { DELETE_CONTENTS, EXTRACT_CONTENTS, CLONE_CONTENTS };
145 PassRefPtr<DocumentFragment> processContents(ActionType, ExceptionCode&);
Range.cpp 586 PassRefPtr<DocumentFragment> Range::processContents(ActionType action, ExceptionCode& ec)
    [all...]
  /external/webkit/WebCore/platform/wx/
ContextMenuWx.cpp 42 return new ContextMenuItem(ActionType, s_itemActions.get(id), "");
  /external/webkit/WebCore/platform/win/
ContextMenuItemWin.cpp 104 ContextMenuItemType type = ActionType;
  /external/webkit/WebKit/win/WebCoreSupport/
WebContextMenuClient.cpp 113 ASSERT(item->type() == ActionType || item->type() == CheckableActionType);
  /external/webkit/WebCore/platform/android/
TemporaryLinkStubs.cpp 289 return ActionType;
  /external/webkit/WebKit/chromium/src/
ContextMenuClientImpl.cpp 269 case ActionType:
WebDevToolsFrontendImpl.cpp 379 items.append(new ContextMenuItem(ActionType,
  /external/webkit/WebCore/page/
ContextMenuController.cpp 148 ASSERT(item->type() == ActionType || item->type() == CheckableActionType);
  /external/icu4c/tools/genuca/
genuca.cpp 468 enum ActionType {
480 ActionType what_to_do;
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp 516 case WebCore::ActionType: {
    [all...]

Completed in 267 milliseconds