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

  /external/chromium/base/test/
test_suite.cc 168 UINT new_flags = SEM_FAILCRITICALERRORS | local
174 UINT existing_flags = SetErrorMode(new_flags);
175 SetErrorMode(existing_flags | new_flags);
  /external/chromium/chrome/common/
logging_chrome.cc 114 UINT new_flags = SEM_FAILCRITICALERRORS | local
119 UINT existing_flags = SetErrorMode(new_flags);
120 SetErrorMode(existing_flags | new_flags);

Completed in 115 milliseconds