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

  /external/webkit/Source/WebKit/android/wds/
Connection.cpp 26 #define LOG_TAG "wds"
35 #if ENABLE(WDS)
42 namespace WDS {
89 } // end namespace WDS
DebugServer.h 29 // Turn on the wds feature in webkit
47 namespace WDS {
75 } // end namespace WDS
DebugServer.cpp 26 #define LOG_TAG "wds"
42 #if ENABLE(WDS)
49 namespace WDS {
69 // Read webcore.wds.enable to determine if the debug server should run
71 int ret = property_get("webcore.wds.enable", buf, NULL);
73 LOGD("WDS Enabled");
74 m_threadId = createThread(mainThread, this, "WDS");
112 } // end namespace WDS
Command.h 42 namespace WDS {
104 } // end namespace WDS
Connection.h 34 namespace WDS {
82 } // end namespace WDS
Command.cpp 26 #define LOG_TAG "wds"
40 #if ENABLE(WDS)
46 namespace WDS {
150 } // end namespace WDS
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp 92 #include "wds/DebugServer.h"
    [all...]

Completed in 46 milliseconds