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

  /external/chromium_org/components/breakpad/app/
breakpad_win.cc 222 DWORD profile_bits = 0; local
223 if (::GetProfileType(&profile_bits)) {
234 if ((profile_bits & this_bit) != 0) {
236 profile_bits &= ~this_bit;
237 if (profile_bits != 0)

Completed in 47 milliseconds