HomeSort by relevance Sort by last modified time
    Searched defs:ActionType (Results 1 - 6 of 6) 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/chromium/net/base/
listen_socket_unittest.h 36 enum ActionType {
49 explicit ListenSocketTestAction(ActionType action) : action_(action) {}
50 ListenSocketTestAction(ActionType action, std::string data)
55 const ActionType type() const { return action_; }
58 ActionType action_;
  /external/chromium/third_party/icu/source/tools/genuca/
genuca.cpp 468 enum ActionType {
480 ActionType what_to_do;
    [all...]
  /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)
494 type = ActionType.RESUME_SESSION;
651 runTest(ts, deviceId, null, javaPkgName, ActionType.RUN_SINGLE_JAVA_PACKAGE);
653 runTest(ts, deviceId, null, javaPkgName, ActionType.START_NEW_SESSION);
670 final String testFullName, final String javaPkgName, ActionType type)

Completed in 103 milliseconds