/external/chromium_org/base/prefs/ |
pref_registry.h | 8 #include "base/memory/ref_counted.h" 9 #include "base/prefs/base_prefs_export.h" 10 #include "base/prefs/pref_value_map.h" 12 namespace base { namespace 28 class BASE_PREFS_EXPORT PrefRegistry : public base::RefCounted<PrefRegistry> { 44 void SetDefaultPrefValue(const char* pref_name, base::Value* value); 47 friend class base::RefCounted<PrefRegistry>; 51 void RegisterPreference(const char* path, base::Value* default_value);
|
/external/chromium_org/base/process/ |
process_handle_mac.cc | 5 #include "base/process/process_handle.h" 10 #include "base/logging.h" 12 namespace base { namespace 27 } // namespace base
|
/external/chromium_org/base/ |
scoped_native_library.h | 8 #include "base/base_export.h" 9 #include "base/native_library.h" 11 namespace base { namespace 15 // A class which encapsulates a base::NativeLibrary object available only in a 50 } // namespace base
|
scoped_native_library_unittest.cc | 5 #include "base/scoped_native_library.h" 7 #include "base/files/file_path.h" 12 namespace base { namespace 43 } // namespace base
|
sys_info.h | 11 #include "base/base_export.h" 12 #include "base/basictypes.h" 13 #include "base/files/file_path.h" 14 #include "base/time/time.h" 17 namespace base { namespace 54 // an OS version check instead of a feature check, use the base::mac::IsOS* 55 // family from base/mac/mac_util.h, or base::win::GetVersion from 56 // base/win/windows_version.h. 67 // Avoid using this. Use base/cpu.h to get information about the CPU instead [all...] |
task_runner.h | 8 #include "base/base_export.h" 9 #include "base/basictypes.h" 10 #include "base/callback_forward.h" 11 #include "base/memory/ref_counted.h" 12 #include "base/time/time.h" 18 namespace base { namespace 76 base::TimeDelta delay) = 0; 109 // base::Bind(&DataBuffer::AddData, buffer), 110 // base::Bind(&DataLoader::OnDataReceived, AsWeakPtr(), buffer)); 151 } // namespace base [all...] |
version.h | 11 #include "base/base_export.h" 12 #include "base/basictypes.h" 14 namespace base { namespace 66 } // namespace base 70 using base::Version;
|
/external/chromium_org/base/strings/ |
string16.h | 32 #include "base/base_export.h" 33 #include "base/basictypes.h" 37 namespace base { namespace 43 } // namespace base 47 namespace base { 130 typedef std::basic_string<char16, base::string16_char_traits> string16; 138 } // namespace base 180 class BASE_EXPORT std::basic_string<base::char16, base::string16_char_traits>; 186 using base::char16 [all...] |
utf_string_conversion_utils.h | 10 #include "base/base_export.h" 11 #include "base/strings/string16.h" 13 namespace base { namespace 95 } // namespace base
|
/external/chromium_org/base/synchronization/ |
cancellation_flag_unittest.cc | 7 #include "base/synchronization/cancellation_flag.h" 9 #include "base/bind.h" 10 #include "base/logging.h" 11 #include "base/message_loop/message_loop.h" 12 #include "base/synchronization/spin_wait.h" 13 #include "base/threading/thread.h" 14 #include "base/time/time.h" 18 namespace base { namespace 59 t.message_loop()->PostTask(FROM_HERE, base::Bind(&CancelHelper, &flag)); 64 } // namespace base [all...] |
/external/chromium_org/base/test/ |
perf_log.cc | 5 #include "base/test/perf_log.h" 7 #include "base/file_util.h" 8 #include "base/logging.h" 10 namespace base { namespace 31 base::CloseFile(perf_log_file); 44 } // namespace base
|
perf_time_logger.cc | 5 #include "base/test/perf_time_logger.h" 7 #include "base/test/perf_log.h" 9 namespace base { namespace 27 } // namespace base
|
scoped_path_override.cc | 5 #include "base/test/scoped_path_override.h" 7 #include "base/logging.h" 8 #include "base/path_service.h" 10 namespace base { namespace 19 ScopedPathOverride::ScopedPathOverride(int key, const base::FilePath& dir) 30 } // namespace base
|
scoped_path_override.h | 8 #include "base/basictypes.h" 9 #include "base/files/scoped_temp_dir.h" 11 namespace base { namespace 34 } // namespace base
|
/external/chromium_org/base/threading/ |
non_thread_safe_impl.cc | 5 #include "base/threading/non_thread_safe_impl.h" 7 #include "base/logging.h" 9 namespace base { namespace 23 } // namespace base
|
thread_checker_impl.h | 8 #include "base/base_export.h" 9 #include "base/synchronization/lock.h" 10 #include "base/threading/platform_thread.h" 12 namespace base { namespace 35 mutable base::Lock lock_; 41 } // namespace base
|
/external/chromium_org/base/win/ |
i18n_unittest.cc | 9 #include "base/win/i18n.h" 10 #include "base/win/windows_version.h" 12 namespace base { namespace 42 } // namespace base
|
win_util.h | 29 #include "base/base_export.h" 30 #include "base/strings/string16.h" 36 namespace base { namespace 137 } // namespace base
|
/external/chromium_org/cc/debug/ |
unittest_only_benchmark_impl.h | 8 #include "base/memory/weak_ptr.h" 11 namespace base { namespace 21 UnittestOnlyBenchmarkImpl(scoped_refptr<base::MessageLoopProxy> origin_loop, 22 base::Value* settings,
|
/external/chromium_org/chrome/browser/chromeos/base/ |
locale_util.h | 12 #include "base/memory/scoped_ptr.h" 14 namespace base { namespace 19 } // namespace base 31 typedef base::Callback<void(const std::string&, const std::string&, bool)>
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
search_metadata.h | 12 namespace base { namespace 16 } // namespace base 24 // |at_most_num_matches| that contain |query| in their base names. Search is 28 // matches any base name. i.e. returns everything. |blocking_task_runner| must 31 scoped_refptr<base::SequencedTaskRunner> blocking_task_runner, 47 base::i18n::FixedPatternStringSearchIgnoringCaseAndAccents* query,
|
/external/chromium_org/chrome/browser/chromeos/login/ |
user_image_manager.h | 14 namespace base { namespace 27 // Base class that provides a mechanism for updating user images. 56 const base::FilePath& path) = 0;
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
device_local_account_external_data_manager.h | 10 #include "base/basictypes.h" 11 #include "base/compiler_specific.h" 12 #include "base/memory/ref_counted.h" 16 namespace base { namespace 37 public base::RefCounted<DeviceLocalAccountExternalDataManager> { 40 friend class base::RefCounted<DeviceLocalAccountExternalDataManager>; 54 scoped_refptr<base::SequencedTaskRunner> backend_task_runner, 55 scoped_refptr<base::SequencedTaskRunner> io_task_runner,
|
user_cloud_external_data_manager.h | 8 #include "base/basictypes.h" 9 #include "base/files/file_path.h" 10 #include "base/memory/ref_counted.h" 14 namespace base { namespace 38 scoped_refptr<base::SequencedTaskRunner> backend_task_runner, 39 scoped_refptr<base::SequencedTaskRunner> io_task_runner, 40 const base::FilePath& cache_path,
|
/external/chromium_org/chrome/browser/drive/ |
drive_api_util.h | 10 #include "base/memory/scoped_ptr.h" 18 namespace base { namespace 21 } // namespace base 84 scoped_ptr<base::Value> value); 125 // Returns the (base-16 encoded) MD5 digest of the file content at |file_path|, 127 std::string GetMd5Digest(const base::FilePath& file_path);
|