Searched refs:actual_flags (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/base/win/
H A Dmessage_box_win.cc23 UINT actual_flags = flags;
25 actual_flags |= MB_RIGHT | MB_RTLREADING;
35 return ::MessageBox(hwnd, text_ptr, caption_ptr, actual_flags);
/external/openssl/
H A Dimport_openssl.sh217 local actual_flags
226 actual_flags="$(echo ${!defines} | tr ' ' '\n' | sort | tr '\n' ' ')"
228 if [[ $actual_flags != $expected_flags ]]; then
230 echo " $actual_flags"

Completed in 525 milliseconds