Home | History | Annotate | Download | only in browser

Lines Matching refs:base

13 #include "base/command_line.h"
14 #include "base/environment.h"
15 #include "base/i18n/rtl.h"
16 #include "base/memory/scoped_native_library.h"
17 #include "base/memory/scoped_ptr.h"
18 #include "base/path_service.h"
19 #include "base/time.h"
20 #include "base/utf_string_conversions.h"
21 #include "base/win/windows_version.h"
22 #include "base/win/wrapped_window_proc.h"
41 #include "net/base/winsock_init.h"
43 #include "ui/base/l10n/l10n_util.h"
44 #include "ui/base/l10n/l10n_util_win.h"
45 #include "ui/base/message_box_win.h"
57 base::win::WinProcExceptionFilter exception_filter =
58 reinterpret_cast<base::win::WinProcExceptionFilter>(
62 exception_filter = base::win::SetWinProcExceptionFilter(exception_filter);
83 base::TimeDelta::FromHours(24).InMillisecondsRoundedUp());
89 if (!PathService::Get(base::DIR_MODULE, &module_dir))
111 if (base::win::GetVersion() < base::win::VERSION_XP) {
127 base::TimeDelta elapsed_from_startup =
128 base::Time::Now() - base::Time::FromFileTime(creation_time);
190 scoped_ptr<base::Environment> env(base::Environment::Create());
211 base::i18n::AdjustStringForLocaleDirection(&adjusted_string);
215 base::i18n::IsRTL() ? env_vars::kRtlLocale : env_vars::kLtrLocale));
221 DCHECK(base::win::GetVersion() >= base::win::VERSION_VISTA);
222 base::ScopedNativeLibrary library(FilePath(L"kernel32.dll"));
255 base::win::Version version = base::win::GetVersion();
256 if (version >= base::win::VERSION_VISTA) {
258 } else if (version >= base::win::VERSION_XP) {
287 PathService::Get(base::DIR_EXE, &exe_path);
302 base::LaunchApp(uninstall_cmd, false, false, NULL);
341 base::TimeDelta::FromSeconds(30).InMillisecondsRoundedUp());