HomeSort by relevance Sort by last modified time
    Searched defs:RunLoop (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/base/
run_loop.cc 15 RunLoop::RunLoop()
30 RunLoop::RunLoop(MessagePumpDispatcher* dispatcher)
43 RunLoop::~RunLoop() {
46 void RunLoop::Run() {
53 void RunLoop::RunUntilIdle() {
58 void RunLoop::Quit() {
61 // This is the inner-most RunLoop, so quit now
    [all...]
run_loop.h 28 // calling MessageLoop::Run/Quit directly. RunLoop::Run can only be called once
29 // per RunLoop lifetime. Create a RunLoop on the stack and call Run/Quit to run
31 class BASE_EXPORT RunLoop {
33 RunLoop();
35 explicit RunLoop(MessagePumpDispatcher* dispatcher);
37 ~RunLoop();
53 // the same task queue (MessageLoop); Quitting one RunLoop has no bearing on
56 // RunLoop has already finished running has no effect.
65 // if the RunLoop instance is gone)
    [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_test_base.cc 15 void ProfileResetterMockObject::RunLoop() {
41 mock_object_.RunLoop();
54 mock_object_.RunLoop();
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
decode_test_driver.cc 28 void DecoderTest::RunLoop(CompressedVideoSource *video) {
encode_test_driver.cc 138 void EncoderTest::RunLoop(VideoSource *video) {
  /external/libvpx/libvpx/test/
decode_test_driver.cc 28 void DecoderTest::RunLoop(CompressedVideoSource *video) {
encode_test_driver.cc 138 void EncoderTest::RunLoop(VideoSource *video) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
decode_test_driver.cc 28 void DecoderTest::RunLoop(CompressedVideoSource *video) {
encode_test_driver.cc 138 void EncoderTest::RunLoop(VideoSource *video) {
  /external/chromium_org/mojo/android/javatests/
mojo_test_case.cc 48 static void RunLoop(JNIEnv* env, jobject jcaller, jlong timeout_ms) {
53 base::RunLoop run_loop;
  /external/chromium_org/mojo/public/cpp/utility/
run_loop.h 16 class RunLoop {
18 RunLoop();
19 ~RunLoop();
21 // Sets up state needed for RunLoop. This must be invoked before creating a
22 // RunLoop.
28 // Returns the RunLoop for the current thread. Returns NULL if not yet
30 static RunLoop* current();
67 // See description of |RunLoop::next_handler_id_| for details.
103 MOJO_DISALLOW_COPY_AND_ASSIGN(RunLoop);
  /external/chromium_org/mojo/public/cpp/utility/lib/
run_loop.cc 18 internal::ThreadLocalPointer<RunLoop> current_run_loop;
25 struct RunLoop::WaitState {
33 struct RunLoop::RunState {
39 RunLoop::RunLoop() : run_state_(NULL), next_handler_id_(0) {
44 RunLoop::~RunLoop() {
50 void RunLoop::SetUp() {
55 void RunLoop::TearDown() {
61 RunLoop* RunLoop::current()
    [all...]
  /external/chromium_org/chrome/browser/invalidation/
gcm_invalidation_bridge_unittest.cc 74 RunLoop();
77 void RunLoop() {
78 base::RunLoop run_loop;
118 RunLoop();
133 RunLoop();
149 RunLoop();
157 RunLoop();
160 RunLoop();
  /external/chromium_org/sync/api/attachments/
attachment_service_impl_unittest.cc 149 void RunLoop() {
150 base::RunLoop run_loop;
185 RunLoop();
199 RunLoop();
222 RunLoop();
229 RunLoop();
236 RunLoop();
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 234 RunLoop
245 BGT RunLoop
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 234 RunLoop
245 BGT RunLoop
  /external/chromium_org/base/message_loop/
message_pump_glib_unittest.cc 190 RunLoop().RunUntilIdle();
418 void RunLoop() {
503 runner->RunLoop();
  /external/chromium_org/chrome/browser/media_galleries/
media_folder_finder_unittest.cc 139 void RunLoop() {
140 base::RunLoop().RunUntilIdle();
146 RunLoop();
213 RunLoop();
  /external/chromium_org/sync/engine/
sync_scheduler_unittest.cc 70 void RunLoop() {
79 RunLoop();
86 RunLoop();
194 RunLoop();
202 RunLoop();
292 RunLoop();
304 RunLoop();
358 RunLoop();
362 // RunLoop() will trigger TryCanaryJob which will retry configuration.
364 RunLoop();
    [all...]
  /external/chromium_org/net/http/
http_stream_factory_impl_job.cc 157 return RunLoop(OK);
443 RunLoop(result);
446 int HttpStreamFactoryImpl::Job::RunLoop(int result) {
617 int rv = RunLoop(OK);
    [all...]

Completed in 308 milliseconds