HomeSort by relevance Sort by last modified time
    Searched refs:base (Results 926 - 950 of 5191) sorted by null

<<31323334353637383940>>

  /external/chromium/base/
platform_file.h 16 #include "base/base_api.h"
17 #include "base/basictypes.h"
18 #include "base/file_path.h"
19 #include "base/time.h"
21 namespace base { namespace
74 // too, and the ParamTraits<base::PlatformFileInfo> implementation in
90 base::Time last_modified;
93 base::Time last_accessed;
96 base::Time creation_time;
174 } // namespace base
    [all...]
sys_info_chromeos.cc 5 #include "base/sys_info.h"
7 #include "base/basictypes.h"
8 #include "base/file_path.h"
9 #include "base/file_util.h"
10 #include "base/lazy_instance.h"
11 #include "base/string_number_conversions.h"
12 #include "base/string_tokenizer.h"
13 #include "base/threading/thread_restrictions.h"
17 namespace base { namespace
42 static base::LazyInstance<ChromeOSVersionNumbers
    [all...]
sys_info_freebsd.cc 5 #include "base/sys_info.h"
9 #include "base/logging.h"
11 namespace base { namespace
33 } // namespace base
sys_info_linux.cc 5 #include "base/sys_info.h"
7 #include "base/file_util.h"
8 #include "base/logging.h"
10 namespace base { namespace
36 } // namespace base
  /external/chromium/base/synchronization/
lock.cc 11 #include "base/synchronization/lock.h"
12 #include "base/logging.h"
14 namespace base { namespace
39 } // namespace base
lock_impl.h 17 #include "base/base_api.h"
18 #include "base/basictypes.h"
20 namespace base { namespace
62 } // namespace base
  /external/chromium/base/threading/
thread.cc 5 #include "base/threading/thread.h"
7 #include "base/lazy_instance.h"
8 #include "base/third_party/dynamic_annotations/dynamic_annotations.h"
9 #include "base/threading/thread_local.h"
10 #include "base/synchronization/waitable_event.h"
12 namespace base { namespace
20 base::LazyInstance<base::ThreadLocalBoolean> lazy_tls_bool(
21 base::LINKER_INITIALIZED);
179 } // namespace base
    [all...]
thread_checker_impl.cc 5 #include "base/threading/thread_checker_impl.h"
7 namespace base { namespace
34 } // namespace base
thread_local_posix.cc 5 #include "base/threading/thread_local.h"
9 #include "base/logging.h"
11 namespace base { namespace
40 } // namespace base
thread_local_win.cc 5 #include "base/threading/thread_local.h"
9 #include "base/logging.h"
11 namespace base { namespace
42 } // namespace base
worker_pool_win.cc 5 #include "base/threading/worker_pool.h"
7 #include "base/logging.h"
8 #include "base/task.h"
10 namespace base { namespace
40 } // namespace base
  /external/chromium/base/win/
object_watcher.h 11 #include "base/base_api.h"
12 #include "base/message_loop.h"
14 namespace base { namespace
28 // class MyClass : public base::ObjectWatcher::Delegate {
37 // base::ObjectWatcher watcher_;
93 } // namespace base
scoped_hdc.h 11 #include "base/basictypes.h"
13 namespace base { namespace
53 } // namespace base
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_manager_win.h 11 #include "base/win/scoped_comptr.h"
40 base::win::ScopedComPtr<IAccessible> window_iaccessible_;
  /external/chromium/chrome/browser/chromeos/
gview_request_interceptor.h 10 #include "base/hash_tables.h"
44 base::hash_set<std::string> supported_mime_types_;
name_value_pairs_parser.cc 7 #include "base/command_line.h"
8 #include "base/logging.h"
9 #include "base/process_util.h"
10 #include "base/string_tokenizer.h"
11 #include "base/string_util.h"
12 #include "base/threading/thread_restrictions.h"
72 base::ThreadRestrictions::ScopedAllowIO allow_io_for_thread_join;
73 if (argc < 1 || !base::GetAppOutput(command_line, &output_string)) {
90 base::ThreadRestrictions::ScopedAllowIO allow_io_for_thread_join;
91 if (argc < 1 || !base::GetAppOutput(command_line, &output_string))
    [all...]
  /external/chromium/chrome/browser/download/
download_status_updater.h 10 #include "base/basictypes.h"
11 #include "base/gtest_prod_util.h"
12 #include "base/memory/weak_ptr.h"
18 : public base::SupportsWeakPtr<DownloadStatusUpdater> {
download_types.h 11 #include "base/file_path.h"
12 #include "base/memory/linked_ptr.h"
13 #include "base/synchronization/lock.h"
14 #include "net/base/file_stream.h"
30 base::Lock lock;
drag_download_util.cc 7 #include "base/string_util.h"
8 #include "base/file_path.h"
9 #include "base/file_util.h"
10 #include "base/memory/scoped_ptr.h"
11 #include "base/task.h"
12 #include "base/string_number_conversions.h"
13 #include "base/utf_string_conversions.h"
16 #include "net/base/file_stream.h"
17 #include "net/base/net_errors.h"
69 string16 suffix = ASCIIToUTF16("-") + base::IntToString16(seq)
    [all...]
  /external/chromium/chrome/browser/extensions/
external_policy_extension_loader.h 37 friend class base::RefCountedThreadSafe<ExternalExtensionLoader>;
  /external/chromium/chrome/browser/importer/
nss_decryptor_win.h 12 #include "base/basictypes.h"
13 #include "base/native_library.h"
144 base::NativeLibrary plds4_dll,
145 base::NativeLibrary nspr4_dll);
169 base::NativeLibrary nss3_dll_;
170 base::NativeLibrary softokn3_dll_;
  /external/chromium/chrome/browser/nacl_host/
nacl_broker_service_win.h 11 #include "base/basictypes.h"
12 #include "base/memory/singleton.h"
32 base::ProcessHandle handle);
  /external/chromium/chrome/browser/net/
net_log_logger.h 9 #include "base/memory/scoped_handle.h"
30 const base::TimeTicks& time,
url_request_mock_util.cc 9 #include "base/path_service.h"
10 #include "base/threading/thread_restrictions.h"
31 base::ThreadRestrictions::ScopedAllowIO allow_io;
  /external/chromium/chrome/browser/notifications/
notification_object_proxy.h 37 friend class base::RefCountedThreadSafe<NotificationObjectProxy>;

Completed in 666 milliseconds

<<31323334353637383940>>