Searched refs:Run (Results 251 - 275 of 625) sorted by relevance

<<11121314151617181920>>

/external/chromium/third_party/libjingle/source/talk/base/
H A Dthread.cc350 init->runnable->Run(init->thread);
352 init->thread->Run();
358 void Thread::Run() { function in class:talk_base::Thread
515 void ComThread::Run() { function in class:talk_base::ComThread
519 Thread::Run();
/external/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp144 changeset_ty Run();
308 DAGDeltaAlgorithmImpl::Run() { function in class:DAGDeltaAlgorithmImpl
328 changeset_ty CurrentMinSet = Helper.Run(CurrentSet);
357 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, function in class:DAGDeltaAlgorithm
359 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run();
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_x_unittest.cc218 virtual void Run() { function in class:__anon1754::LoginDatabaseQueryTask
294 MessageLoop::current()->Run();
392 MessageLoop::current()->Run();
402 MessageLoop::current()->Run();
501 MessageLoop::current()->Run();
672 MessageLoop::current()->Run();
681 MessageLoop::current()->Run();
/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_host_unittest.cc161 MessageLoop::current()->Run();
246 cb->Run(GURL(verdict.url()), false);
254 MessageLoop::current()->Run();
277 cb->Run(GURL(verdict.url()), false);
317 cb->Run(phishing_url, true);
395 cb->Run(phishing_url, true); // Should have no effect.
397 cb_other->Run(other_phishing_url, true); // Should show interstitial.
/external/chromium/chrome/browser/sync/glue/
H A Ddata_type_manager_impl2_unittest.cc47 arg0->Run(callback_result, FROM_HERE);
52 callback->Run(argument, FROM_HERE);
320 ready_task->Run();
366 callback->Run(DataTypeController::OK, FROM_HERE);
369 MessageLoop::current()->Run();
483 task->Run();
517 task->Run();
/external/icu4c/common/
H A Dubidiln.c307 Run iRun;
436 Run *runs, tempRun;
519 Run *runs=pBiDi->runs;
598 Run *runs;
894 Run *runs=pBiDi->runs;
921 Run *runs=pBiDi->runs;
941 Run *runs=pBiDi->runs;
986 Run *runs;
1122 Run *runs=pBiDi->runs;
1221 Run *run
[all...]
/external/chromium/base/
H A Dtask.h25 // Tasks are automatically deleted after Run is called.
26 virtual void Run() = 0;
157 virtual void Run() { function in class:ScopedRunnableMethodFactory::RunnableMethod
186 virtual void Run() { function in class:DeleteTask
203 virtual void Run() { function in class:ReleaseTask
330 virtual void Run() { function in class:RunnableMethod
457 virtual void Run() { function in class:RunnableFunction
H A Dmessage_loop.h49 // on the thread where the MessageLoop's Run method executes.
137 // The "PostTask" family of methods call the task's Run method asynchronously
145 // dispatch the task from a nested invocation of MessageLoop::Run. Instead,
146 // such tasks get deferred until the top-most MessageLoop::Run is executing.
149 // been Run().
152 // on the thread that executes MessageLoop::Run().
172 // on the thread that executes MessageLoop::Run(). If this is not the same
187 // MessageLoop::Run(). If this is not the same as the thread that calls
196 // Run the message loop.
197 void Run();
222 virtual void Run() { function in class:MessageLoop::QuitTask
[all...]
H A Dlazy_instance_unittest.cc48 virtual void Run() { function in class:__anon1116::SlowDelegate
H A Dmessage_loop.cc45 // Logical events for Histogram profiling. Run with -message-loop-histogrammer
244 void MessageLoop::Run() { function in class:MessageLoop
260 NOTREACHED() << "Must be inside Run to call Quit";
269 NOTREACHED() << "Must be inside Run to call Quit";
351 pump_->Run(this);
376 task->Run();
696 void MessageLoopForUI::Run(Dispatcher* dispatcher) { function in class:MessageLoopForUI
H A Dmessage_pump_mac.h64 // Subclasses should implement the work they need to do in MessagePump::Run
65 // in the DoRun method. MessagePumpCFRunLoopBase::Run calls DoRun directly.
68 virtual void Run(Delegate* delegate);
157 // (weak) Delegate passed as an argument to the innermost Run call.
172 // innermost executing CFRunLoopRun loop started by a call to Run.
182 // any call to Run on the stack. The Run method will check for delegateless
202 // is running inside the MessagePump's innermost Run call.
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_url_provider_unittest.cc196 MessageLoop::current()->Run();
211 MessageLoop::current()->Run();
474 // Run the message loop. When |autocomplete_| finishes the loop is quit.
475 MessageLoop::current()->Run();
H A Dautocomplete_unittest.cc53 void Run();
74 this, &TestProvider::Run));
78 void TestProvider::Run() { function in class:__anon1287::TestProvider
211 MessageLoop::current()->Run();
/external/chromium/chrome/browser/net/
H A Dconnection_tester.cc256 void Run(const Experiment& experiment);
338 void ConnectionTester::TestRunner::Run(const Experiment& experiment) { function in class:ConnectionTester::TestRunner
441 current_test_runner_->Run(current_experiment());
/external/v8/tools/
H A Dpresubmit.py182 def Run(self, path): member in class:SourceFileProcessor
374 success = CppLintProcessor().Run(workspace) and success
376 success = SourceProcessor().Run(workspace) and success
/external/chromium/base/synchronization/
H A Dwaitable_event_watcher_unittest.cc48 MessageLoop::current()->Run();
/external/chromium/base/threading/
H A Dworker_pool_posix.cc80 task->Run();
/external/chromium/base/win/
H A Dobject_watcher_unittest.cc50 MessageLoop::current()->Run();
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_win.cc38 virtual void Run() { function in class:InvokeTaskLaterTask
86 virtual void Run() { function in class:MouseEventTask
135 virtual void Run() { function in class:WindowDragResponseTask
217 loop->Run(&handler);
/external/chromium/chrome/browser/chromeos/cros/
H A Dsyslogs_library.cc51 callback->Run(Tuple2<LogDictionaryType*, std::string*>(NULL , NULL));
/external/chromium/chrome/browser/extensions/
H A Dextension_cookies_api.h181 virtual void Run();
H A Dextension_icon_manager_unittest.cc40 MessageLoop::current()->Run();
H A Dextension_input_api.cc55 void InputFunction::Run() { function in class:InputFunction
/external/chromium/chrome/browser/
H A Dplatform_util_common_linux.cc110 MessageLoop::current()->Run();
/external/chromium/chrome/browser/policy/
H A Dasynchronous_policy_loader.cc62 virtual void Run() { function in class:policy::UpdatePolicyTask

Completed in 2008 milliseconds

<<11121314151617181920>>