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

  /external/chromium_org/chrome_frame/
exception_barrier.cc 38 IS_DISPATCHING(exception_record->ExceptionFlags)) {
54 IS_DISPATCHING(exception_record->ExceptionFlags)) {
71 IS_DISPATCHING(exception_record->ExceptionFlags)) {
  /external/chromium_org/chrome_frame/crash_reporting/
vectored_handler-impl.h 38 #define IS_DISPATCHING(Flag) (((Flag) & EXCEPTION_UNWIND) == 0)
95 if (IS_DISPATCHING(exceptionFlags)) {
veh_test.h 32 #define IS_DISPATCHING(Flag) (((Flag) & EXCEPTION_UNWIND) == 0)

Completed in 36 milliseconds