OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
531
bool
in_background
) {
532
if (
in_background
) {
556
HWND hwnd_insert_after =
in_background
? HWND_BOTTOM : NULL;
557
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 78 milliseconds