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

  /external/chromium_org/chrome/installer/gcapi/
gcapi.h 65 // in_background to true to move Google Chrome behind all other windows or false
75 bool in_background);
gcapi.cc 508 bool in_background) {
509 if (in_background) {
533 HWND hwnd_insert_after = in_background ? HWND_BOTTOM : NULL;
534 DWORD set_window_flags = in_background ? SWP_NOACTIVATE : SWP_NOZORDER;
  /external/chromium_org/chrome/installer/util/
auto_launch_util.cc 167 bool in_background = local
175 if (in_foreground || in_background) {
189 if (in_background) {

Completed in 587 milliseconds