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

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

Completed in 88 milliseconds