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 78 // in_background to true to move Google Chrome behind all other windows or false
88 bool in_background);
gcapi.cc 535 bool in_background) {
536 if (in_background) {
560 HWND hwnd_insert_after = in_background ? HWND_BOTTOM : NULL;
561 DWORD set_window_flags = in_background ? SWP_NOACTIVATE : SWP_NOZORDER;
  /external/chromium_org/chrome/installer/util/
auto_launch_util.cc 157 bool in_background = local
165 if (in_foreground || in_background) {
179 if (in_background) {

Completed in 50 milliseconds