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

  /external/webkit/WebCore/dom/
Range.h 144 enum ActionType { DELETE_CONTENTS, EXTRACT_CONTENTS, CLONE_CONTENTS };
145 PassRefPtr<DocumentFragment> processContents(ActionType, ExceptionCode&);
  /external/icu4c/tools/genuca/
genuca.cpp 468 enum ActionType {
480 ActionType what_to_do;
    [all...]
  /external/webkit/WebCore/platform/
ContextMenuItem.h 151 ActionType,
164 : type(ActionType),
180 : type(ActionType)
199 : type(ActionType),
217 : 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)

Completed in 297 milliseconds