/external/chromium_org/base/mac/ |
os_crash_dumps.cc | 5 #include "base/mac/os_crash_dumps.h" 10 #include "base/basictypes.h" 11 #include "base/logging.h" 13 namespace base { namespace 57 } // namespace base
|
scoped_mach_port.cc | 5 #include "base/mac/scoped_mach_port.h" 7 namespace base { namespace 25 } // namespace base
|
scoped_sending_event.h | 8 #include "base/base_export.h" 9 #include "base/basictypes.h" 10 #include "base/message_loop/message_pump_mac.h" 28 namespace base { namespace 46 } // namespace base
|
/external/chromium_org/base/memory/ |
aligned_memory.h | 37 #include "base/base_export.h" 38 #include "base/basictypes.h" 39 #include "base/compiler_specific.h" 47 namespace base { namespace 112 } // namespace base
|
discardable_memory_emulated.h | 8 #include "base/memory/discardable_memory.h" 10 namespace base { namespace 35 } // namespace base
|
discardable_memory_unittest.cc | 5 #include "base/memory/discardable_memory.h" 11 namespace base { namespace
|
memory_pressure_listener.h | 16 #include "base/base_export.h" 17 #include "base/basictypes.h" 18 #include "base/callback.h" 20 namespace base { namespace 43 // new MemoryPressureListener(base::Bind(&OnMemoryPressure)); 54 #include "base/memory/memory_pressure_level_list.h" 58 typedef base::Callback<void(MemoryPressureLevel)> MemoryPressureCallback; 75 } // namespace base
|
raw_scoped_refptr_mismatch_checker.h | 8 #include "base/memory/ref_counted.h" 9 #include "base/template_util.h" 10 #include "base/tuple.h" 14 // RefCounted(Base|ThreadSafeBase), since by the time the parameter is used, the 20 namespace base { namespace 22 // This is a base internal implementation file used by task.h and callback.h. 30 value = base::false_type::value 35 // raw pointer type and are convertible to a RefCounted(Base|ThreadSafeBase) 127 } // namespace base
|
scoped_policy.h | 8 namespace base { namespace 23 } // namespace base
|
/external/chromium_org/base/message_loop/ |
message_loop_proxy_impl.h | 8 #include "base/base_export.h" 9 #include "base/memory/ref_counted.h" 10 #include "base/message_loop/message_loop_proxy.h" 11 #include "base/pending_task.h" 12 #include "base/threading/platform_thread.h" 14 namespace base { namespace 29 const base::Closure& task, 30 base::TimeDelta delay) OVERRIDE; 33 const base::Closure& task, 34 base::TimeDelta delay) OVERRIDE [all...] |
message_pump.h | 8 #include "base/base_export.h" 9 #include "base/basictypes.h" 10 #include "base/threading/non_thread_safe.h" 12 namespace base { namespace 139 } // namespace base
|
message_pump_android.h | 10 #include "base/android/scoped_java_ref.h" 11 #include "base/base_export.h" 12 #include "base/compiler_specific.h" 13 #include "base/message_loop/message_pump.h" 15 namespace base { namespace 38 base::android::ScopedJavaGlobalRef<jobject> system_message_handler_obj_; 43 } // namespace base
|
message_pump_default.h | 8 #include "base/message_loop/message_pump.h" 9 #include "base/synchronization/waitable_event.h" 10 #include "base/time/time.h" 12 namespace base { namespace 38 } // namespace base
|
message_pump_ozone.h | 8 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_vector.h" 10 #include "base/message_loop/message_pump_dispatcher.h" 11 #include "base/message_loop/message_pump_libevent.h" 12 #include "base/message_loop/message_pump_observer.h" 13 #include "base/observer_list.h" 15 namespace base { namespace 50 } // namespace base
|
/external/chromium_org/base/metrics/ |
histogram_snapshot_manager.h | 11 #include "base/basictypes.h" 12 #include "base/metrics/histogram_base.h" 14 namespace base { namespace 59 } // namespace base
|
/external/chromium_org/base/ |
native_library_posix.cc | 5 #include "base/native_library.h" 9 #include "base/files/file_path.h" 10 #include "base/logging.h" 11 #include "base/strings/utf_string_conversions.h" 12 #include "base/threading/thread_restrictions.h" 14 namespace base { namespace 20 base::ThreadRestrictions::AssertIOAllowed(); 53 } // namespace base
|
pending_task.cc | 5 #include "base/pending_task.h" 7 #include "base/tracked_objects.h" 9 namespace base { namespace 18 const base::Closure& task) 19 : base::TrackingInfo(posted_from, TimeTicks()), 27 const base::Closure& task, 30 : base::TrackingInfo(posted_from, delayed_run_time), 60 } // namespace base
|
/external/chromium_org/base/power_monitor/ |
power_monitor_device_source.cc | 5 #include "base/power_monitor/power_monitor_device_source.h" 7 #include "base/time/time.h" 9 namespace base { namespace 21 base::TimeDelta::FromMilliseconds(kDelayedBatteryCheckMs), this, 39 } // namespace base
|
/external/chromium_org/base/prefs/ |
pref_value_map.h | 12 #include "base/basictypes.h" 13 #include "base/prefs/base_prefs_export.h" 15 namespace base { namespace 22 typedef std::map<std::string, base::Value*>::iterator iterator; 23 typedef std::map<std::string, base::Value*>::const_iterator const_iterator; 31 bool GetValue(const std::string& key, const base::Value** value) const; 32 bool GetValue(const std::string& key, base::Value** value); 36 bool SetValue(const std::string& key, base::Value* value); 81 typedef std::map<std::string, base::Value*> Map;
|
/external/chromium_org/base/process/ |
launch_mac.cc | 5 #include "base/process/launch.h" 9 namespace base { namespace 28 } // namespace base
|
process.h | 8 #include "base/base_export.h" 9 #include "base/basictypes.h" 10 #include "base/process/process_handle.h" 13 namespace base { namespace 68 } // namespace base
|
process_handle_freebsd.cc | 5 #include "base/process/process_handle.h" 11 namespace base { namespace 39 } // namespace base
|
process_handle_linux.cc | 5 #include "base/process/process_handle.h" 7 #include "base/file_util.h" 8 #include "base/process/internal_linux.h" 10 namespace base { namespace 30 } // namespace base
|
process_info_linux.cc | 5 #include "base/process/process_info.h" 7 #include "base/basictypes.h" 8 #include "base/logging.h" 9 #include "base/process/internal_linux.h" 10 #include "base/process/process_handle.h" 11 #include "base/time/time.h" 13 namespace base { namespace 27 } // namespace base
|
process_iterator_win.cc | 5 #include "base/process/process_iterator.h" 7 namespace base { namespace 41 } // namespace base
|