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

  /external/chromium_org/base/test/
test_suite.cc 234 UINT new_flags = SEM_FAILCRITICALERRORS | local
240 UINT existing_flags = SetErrorMode(new_flags);
241 SetErrorMode(existing_flags | new_flags);
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 215 UINT new_flags = local
217 UINT existing_flags = SetErrorMode(new_flags);
218 SetErrorMode(existing_flags | new_flags);
  /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);
  /external/chromium_org/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);
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 153 UINT new_flags = SEM_FAILCRITICALERRORS | local
157 UINT existing_flags = SetErrorMode(new_flags);
158 SetErrorMode(existing_flags | new_flags);
  /external/libppp/src/
iface.c 554 int s, new_flags; local
572 new_flags = (ifrq.ifr_flags & 0xffff) | (ifrq.ifr_flagshigh << 16);
574 new_flags = ifrq.ifr_flags & 0xffff;
578 new_flags |= flags;
580 new_flags &= ~flags;
581 ifrq.ifr_flags = new_flags & 0xffff;
583 ifrq.ifr_flagshigh = new_flags >> 16;
  /external/chromium_org/chrome/browser/
about_flags.cc 2118 std::set<CommandLine::StringType> new_flags = local
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslsock.c 2478 PRInt16 new_flags = how_flags; \/* should select on these flags. *\/ local
    [all...]

Completed in 3333 milliseconds