Lines Matching refs:base
5 #include "base/base_paths.h"
6 #include "base/command_line.h"
7 #include "base/file_path.h"
8 #include "base/logging.h"
9 #include "base/path_service.h"
10 #include "base/task.h"
11 #include "base/utf_string_conversions.h"
12 #include "base/win/registry.h"
18 #include "ui/base/l10n/l10n_util.h"
39 base::win::RegKey read_key(kBackgroundModeRegistryRootKey,
41 base::win::RegKey write_key(kBackgroundModeRegistryRootKey,
54 base::win::RegKey read_key(kBackgroundModeRegistryRootKey,
56 base::win::RegKey write_key(kBackgroundModeRegistryRootKey,
59 if (!PathService::Get(base::FILE_EXE, &executable))