Searched defs:base (Results 51 - 75 of 5037) sorted by path

1234567891011>>

/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_notifier.h11 #include "base/basictypes.h"
12 #include "base/compiler_specific.h"
13 #include "base/memory/scoped_ptr.h"
14 #include "base/memory/weak_ptr.h"
15 #include "base/time/time.h"
18 namespace base { namespace
58 const base::DictionaryValue& shill_properties);
63 scoped_ptr<base::DictionaryValue> shill_error_data);
67 const base::DictionaryValue& shill_properties);
78 base
[all...]
/external/chromium_org/ash/system/chromeos/session/
H A Dlogout_confirmation_controller.h10 #include "base/basictypes.h"
11 #include "base/callback.h"
12 #include "base/memory/scoped_ptr.h"
13 #include "base/time/time.h"
14 #include "base/timer/timer.h"
16 namespace base { namespace
33 explicit LogoutConfirmationController(const base::Closure& logout_closure);
36 base::TickClock* clock() const { return clock_.get(); }
41 void ConfirmLogout(base::TimeTicks logout_time);
43 void SetClockForTesting(scoped_ptr<base
[all...]
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_delegate.h13 #include "base/files/file_path.h"
14 #include "base/i18n/time_formatting.h"
15 #include "base/memory/scoped_ptr.h"
16 #include "base/strings/string16.h"
19 namespace base { namespace
36 base::string16 name;
37 base::string16 description;
47 base::string16 display_name;
61 base::string16 name;
73 base
[all...]
/external/chromium_org/ash/test/
H A Dash_test_helper.h8 #include "base/compiler_specific.h"
9 #include "base/memory/scoped_ptr.h"
15 namespace base { namespace
17 } // namespace base
37 explicit AshTestHelper(base::MessageLoopForUI* message_loop);
55 base::MessageLoopForUI* message_loop() { return message_loop_; }
73 base::MessageLoopForUI* message_loop_; // Not owned.
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_controller.cc15 #include "base/auto_reset.h"
16 #include "base/command_line.h"
17 #include "base/metrics/histogram.h"
18 #include "base/time/default_tick_clock.h"
19 #include "base/time/tick_clock.h"
20 #include "ui/base/accelerators/accelerator.h"
55 const base::TimeDelta kLidRecentlyOpenedDuration =
56 base::TimeDelta::FromSeconds(2);
62 // the accelerometers for the base and lid approach the same values (i.e.
92 // Returns the angle between |base| an
93 AngleBetweenVectorsInDegrees(const gfx::Vector3dF& base, const gfx::Vector3dF& other) argument
101 ClockwiseAngleBetweenVectorsInDegrees(const gfx::Vector3dF& base, const gfx::Vector3dF& other, const gfx::Vector3dF& normal) argument
274 HandleHingeRotation(const gfx::Vector3dF& base, const gfx::Vector3dF& lid) argument
[all...]
H A Dmaximize_mode_controller.h13 #include "base/macros.h"
14 #include "base/memory/scoped_ptr.h"
15 #include "base/observer_list.h"
22 namespace base { namespace
126 const base::TimeTicks& time) OVERRIDE;
128 virtual void SuspendDone(const base::TimeDelta& sleep_duration) OVERRIDE;
138 void SetTickClockForTest(scoped_ptr<base::TickClock> tick_clock);
140 // Detect hinge rotation from |base| and |lid| accelerometers and
142 void HandleHingeRotation(const gfx::Vector3dF& base,
206 base
[all...]
H A Dmaximize_mode_controller_unittest.cc17 #include "base/test/simple_test_tick_clock.h"
39 // each 6 values corresponds to the X, Y, and Z readings from the base and lid
46 // each 6 values corresponds to the X, Y, and Z readings from the base and lid
77 void TriggerAccelerometerUpdate(const gfx::Vector3dF& base, argument
81 base.x(), base.y(), base.z());
104 scoped_ptr<base::TickClock> tick_clock(
105 test_tick_clock_ = new base::SimpleTestTickClock());
106 test_tick_clock_->Advance(base
[all...]
/external/chromium_org/athena/main/public/
H A Dathena_launcher.h8 #include "base/memory/ref_counted.h"
10 namespace base { namespace
27 void StartAthenaEnv(scoped_refptr<base::TaskRunner> file_runner);
/external/chromium_org/athena/system/
H A Dorientation_controller.h8 #include "base/macros.h"
9 #include "base/memory/ref_counted.h"
10 #include "base/memory/scoped_ptr.h"
11 #include "base/memory/weak_ptr.h"
15 namespace base { namespace
29 void InitWith(scoped_refptr<base::TaskRunner> blocking_task_runner);
/external/chromium_org/athena/system/public/
H A Dsystem_ui.h9 #include "base/memory/ref_counted.h"
11 namespace base { namespace
33 static SystemUI* Create(scoped_refptr<base::TaskRunner> io_task_runner);
/external/chromium_org/athena/test/
H A Dathena_test_helper.h8 #include "base/basictypes.h"
9 #include "base/memory/scoped_ptr.h"
12 namespace base { namespace
43 explicit AthenaTestHelper(base::MessageLoopForUI* message_loop);
63 base::MessageLoopForUI* message_loop_;
66 scoped_ptr<base::Thread> file_thread_;
/external/chromium_org/base/allocator/
H A Dallocator_extension.cc5 #include "base/allocator/allocator_extension.h"
7 #include "base/logging.h"
9 namespace base { namespace
56 } // namespace base
H A Dallocator_extension.h10 #include "base/allocator/allocator_extension_thunks.h"
11 #include "base/base_export.h"
14 namespace base { namespace
57 } // namespace base
H A Dallocator_extension_thunks.cc5 #include "base/allocator/allocator_extension_thunks.h"
9 namespace base { namespace
15 // tcmalloc-specific initialization on windows, but it cannot depend on base
16 // otherwise. This target sits in the middle - base and allocator_unittests
17 // can depend on it. This file can't depend on anything else in base, including
52 } // namespace base
H A Dallocator_extension_thunks.h10 namespace base { namespace
15 // new allocator extension from a specific allocator implementation to base.
16 // See allocator_extension.h to see the interface that base exports.
34 } // namespace base
H A Dallocator_shim.cc5 #include "base/allocator/allocator_shim.h"
8 #include "base/allocator/allocator_extension_thunks.h"
9 #include "base/profiler/alternate_timer.h"
10 #include "base/sysinfo.h"
266 base::allocator::thunks::SetGetAllocatorWasteSizeFunction(
268 base::allocator::thunks::SetGetStatsFunction(get_stats_thunk);
269 base::allocator::thunks::SetReleaseFreeMemoryFunction(
338 namespace base { namespace
378 } // namespace base.
H A Dallocator_shim.h10 namespace base { namespace
25 } // namespace base.
H A Dtype_profiler.cc7 #include "base/allocator/type_profiler.h"
17 base::type_profiler::InterceptFunction* g_new_intercept = NopIntercept;
18 base::type_profiler::InterceptFunction* g_delete_intercept = NopIntercept;
34 namespace base { namespace
41 // that do not and should not depend on base/base.gyp:base
61 } // namespace base
H A Dtype_profiler.h13 namespace base { namespace
36 } // namespace base
H A Dtype_profiler_control.cc5 #include "base/allocator/type_profiler_control.h"
7 namespace base { namespace
38 } // namespace base
H A Dtype_profiler_control.h8 #include "base/gtest_prod_util.h"
10 namespace base { namespace
29 } // namespace base
H A Dtype_profiler_map_unittest.cc12 #include "base/memory/scoped_ptr.h"
16 namespace base { namespace
92 } // namespace base
H A Dtype_profiler_tcmalloc.cc7 #include "base/allocator/type_profiler_tcmalloc.h"
9 #include "base/allocator/type_profiler_control.h"
13 namespace base { namespace
35 } // namespace base
H A Dtype_profiler_tcmalloc.h13 namespace base { namespace
25 } // namespace base
H A Dtype_profiler_unittest.cc15 #include "base/allocator/type_profiler.h"
16 #include "base/allocator/type_profiler_control.h"
17 #include "base/allocator/type_profiler_tcmalloc.h"
18 #include "base/basictypes.h"
22 namespace base { namespace
76 // For an array, the profiler remembers its base type.
182 } // namespace base

Completed in 360 milliseconds

1234567891011>>