Home | History | Annotate | Download | only in browser

Lines Matching refs:base

15 #include "base/callback.h"
16 #include "base/command_line.h"
17 #include "base/file_util.h"
18 #include "base/path_service.h"
19 #include "base/string_util.h"
20 #include "base/threading/thread.h"
21 #include "base/utf_string_conversions.h"
22 #include "base/win/scoped_comptr.h"
23 #include "base/win/windows_version.h"
39 #include "ui/base/l10n/l10n_util.h"
173 HRESULT AddShellLink(base::win::ScopedComPtr<IObjectCollection> collection,
178 base::win::ScopedComPtr<IShellLink> link;
223 base::win::ScopedComPtr<IPropertyStore> property_store;
284 HRESULT UpdateCategory(base::win::ScopedComPtr<ICustomDestinationList> list,
301 base::win::ScopedComPtr<IObjectCollection> collection;
320 base::win::ScopedComPtr<IObjectArray> object_array;
335 HRESULT UpdateTaskCategory(base::win::ScopedComPtr<ICustomDestinationList> list,
340 base::win::ScopedComPtr<IObjectCollection> collection;
375 base::win::ScopedComPtr<IObjectArray> object_array;
395 if (base::win::GetVersion() < base::win::VERSION_WIN7)
399 base::win::ScopedComPtr<ICustomDestinationList> destination_list;
414 base::win::ScopedComPtr<IObjectArray> removed;
422 if (!PathService::Get(base::FILE_EXE, &chrome_path))
585 return (base::win::GetVersion() >= base::win::VERSION_WIN7 &&
596 if (base::win::GetVersion() < base::win::VERSION_WIN7 || !profile)
632 base::Time::Now() - base::TimeDelta::FromDays(kMostVisitedScope),