Home | History | Annotate | Download | only in browser

Lines Matching refs:base

12 #include "base/command_line.h"
13 #include "base/file_util.h"
14 #include "base/message_loop.h"
15 #include "base/path_service.h"
16 #include "base/string_util.h"
17 #include "base/task.h"
18 #include "base/utf_string_conversions.h"
19 #include "base/win/registry.h"
20 #include "base/win/scoped_comptr.h"
21 #include "base/win/windows_version.h"
108 if (!PathService::Get(base::FILE_EXE, &chrome_exe_))
117 base::DIR_APP_DATA,
123 base::DIR_START_MENU,
126 base::DIR_APP_DATA,
157 base::win::ScopedComPtr<IShellLink> shell_link;
165 base::win::ScopedComPtr<IPersistFile> persist_file;
251 base::win::ScopedComPtr<IPropertyStore> property_store;
273 if (!PathService::Get(base::FILE_EXE, &chrome_exe)) {
294 if (!PathService::Get(base::FILE_EXE, &app_path)) {
309 if (base::win::GetVersion() >= base::win::VERSION_VISTA) {
349 base::win::RegKey key(root_key, key_path.c_str(), KEY_READ);
378 if (base::win::GetVersion() >= base::win::VERSION_VISTA) {
380 base::win::RegKey key(HKEY_CURRENT_USER,
388 base::win::RegKey key(HKEY_CLASSES_ROOT, key_path.c_str(), KEY_READ);
418 if (base::win::GetVersion() < base::win::VERSION_WIN7)