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

  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/win/
InjectedBundleWin.cpp 31 static HANDLE webProcessCrashingEvent;
37 ::SetEvent(webProcessCrashingEvent);
54 webProcessCrashingEvent = ::CreateEventA(0, FALSE, FALSE, buffer.data());
55 ASSERT(webProcessCrashingEvent);
  /external/webkit/Tools/WebKitTestRunner/win/
TestControllerWin.cpp 42 static HANDLE webProcessCrashingEvent;
121 webProcessCrashingEvent = ::CreateEventA(0, FALSE, FALSE, webProcessCrashingEventName);
175 RunLoopResult result = runRunLoopUntil(done, webProcessCrashingEvent, timeout);

Completed in 213 milliseconds