Searched refs:Start (Results 201 - 225 of 2999) sorted by relevance

1234567891011>>

/external/chromium_org/sandbox/linux/services/
H A Dthread_helpers_unittests.cc71 ASSERT_TRUE(thread.Start());
85 ASSERT_TRUE(thread.Start());
100 ASSERT_TRUE(thread.Start());
/external/chromium_org/ui/gfx/animation/
H A Danimation_container_unittest.cc91 // Start both animations.
92 animation1.Start();
94 animation2.Start();
118 // Start the animation.
119 animation1.Start();
/external/llvm/unittests/ADT/
H A DDAGDeltaAlgorithmTest.cpp49 std::set<unsigned> range(unsigned Start, unsigned End) { argument
51 while (Start != End)
52 S.insert(Start++);
H A DDeltaAlgorithmTest.cpp64 std::set<unsigned> range(unsigned Start, unsigned End) { argument
66 while (Start != End)
67 S.insert(Start++);
/external/chromium_org/athena/main/
H A Durl_search_provider.h31 virtual void Start(const base::string16& query) OVERRIDE;
/external/chromium_org/base/android/
H A Djava_handler_thread.h31 void Start();
35 // Start() will not return before this methods has finished.
/external/chromium_org/base/message_loop/
H A Dmessage_loop_proxy_impl_unittest.cc44 io_thread_->Start();
45 file_thread_->Start();
104 test_thread->Start();
120 test_thread->Start();
H A Dmessage_pump_android.h32 virtual void Start(Delegate* delegate);
/external/chromium_org/base/test/
H A Dtest_io_thread.h28 // |Start()|/|Stop()| should only be called from the main (creation) thread.
29 // After |Stop()|, |Start()| may be called again to start a new I/O thread.
31 void Start();
/external/chromium_org/base/timer/
H A Dtimer.h21 // timer_.Start(FROM_HERE, TimeDelta::FromSeconds(1),
39 // other words, Reset is shorthand for calling Stop and then Start again with
71 // Construct a timer in repeating or one-shot mode. Start or SetTaskInfo must
90 // Start the timer to run at the given |delay| from now. If the timer is
92 virtual void Start(const tracked_objects::Location& posted_from,
187 // This is here to work around the fact that Timer::Start is "hidden" by the
188 // Start definition below, rather than being overloaded.
189 // TODO(tim): We should remove uses of BaseTimerMethodPointer::Start below
190 // and convert callers to use the base::Closure version in Timer::Start,
192 using Timer::Start;
199 virtual void Start(const tracked_objects::Location& posted_from, function in class:base::BaseTimerMethodPointer
[all...]
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_diagnosis_runner.h33 void Start(const std::string& app_id);
H A Dkiosk_mode_idle_app_name_notification.h39 void Start();
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dcros_dbus_service.cc44 void Start() { function in class:chromeos::CrosDBusServiceImpl
70 service_providers_[i]->Start(exported_object_);
77 // Registers a service provider. This must be done before Start().
134 service->Start();
151 service->Start();
H A Dliveness_service_provider.h43 virtual void Start(
H A Dscreen_lock_service_provider.h32 virtual void Start(
/external/chromium_org/chrome/browser/chromeos/
H A Didle_detector.h23 void Start(const base::TimeDelta& timeout);
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/
H A Dkiosk_mode_idle_logout.h40 void Start();
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_get_keys_operation.h27 void Start();
H A Deasy_unlock_remove_keys_operation.h29 void Start();
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_signin_flow.cc27 void IdentitySigninFlow::Start() { function in class:extensions::IdentitySigninFlow
H A Didentity_signin_flow.h40 void Start();
/external/chromium_org/chrome/browser/extensions/
H A Dblob_reader.h39 void Start();
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_device_resolver.cc21 void PrivetDeviceResolver::Start() { function in class:local_discovery::PrivetDeviceResolver
H A Dprivet_http_asynchronous_factory.h26 virtual void Start() = 0;
H A Dpwg_raster_converter.h39 virtual void Start(base::RefCountedMemory* data,

Completed in 1401 milliseconds

1234567891011>>