Searched defs:Run (Results 76 - 100 of 227) sorted by relevance

12345678910

/external/chromium/chrome/browser/sync/glue/
H A Dautofill_data_type_controller_unittest.cc49 MOCK_METHOD2(Run, void(DataTypeController::StartResult result,
75 virtual void Run() { function in class:__anon2312::SignalEventTask
138 // Run a task through the DB message loop to ensure that
165 EXPECT_CALL(start_callback_, Run(DataTypeController::OK, _)).
167 autofill_dtc_->Start(NewCallback(&start_callback_, &StartCallback::Run));
168 MessageLoop::current()->Run();
180 autofill_dtc_->Start(NewCallback(&start_callback_, &StartCallback::Run));
184 EXPECT_CALL(start_callback_, Run(DataTypeController::ABORTED, _));
198 autofill_dtc_->Start(NewCallback(&start_callback_, &StartCallback::Run));
202 EXPECT_CALL(start_callback_, Run(DataTypeControlle
[all...]
H A Dui_model_worker_unittest.cc64 virtual void Run() { function in class:FakeSyncShareTask
82 virtual void Run() { function in class:FakeSyncapiShutdownTask
140 MessageLoop::current()->Run();
/external/chromium/chrome/browser/ui/gtk/
H A Dcertificate_dialogs.cc33 virtual void Run() { function in class:__anon2441::Writer
/external/chromium/chrome/browser/
H A Dupgrade_detector.cc84 virtual void Run() { function in class:__anon2649::DetectUpgradeTask
/external/chromium/net/base/
H A Ddirectory_lister.cc29 void Run() { function in class:net::DirectoryDataEvent
/external/chromium/net/tools/flip_server/
H A Dacceptor_thread.cc178 void SMAcceptorThread::Run() { function in class:net::SMAcceptorThread
/external/chromium/sdch/open-vcdiff/src/
H A Dencodetable.cc245 void VCDiffCodeTableWriter::Run(size_t size, unsigned char byte) { function in class:open_vcdiff::VCDiffCodeTableWriter
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsignalthread.h124 virtual void Run() { parent_->Run(); } function in class:talk_base::SignalThread::Worker
144 void Run();
H A Dwin32socketserver.h151 virtual void Run() { function in class:talk_base::Win32Thread
/external/v8/test/cctest/
H A Dtest-sockets.cc30 void Run();
44 void SocketListenerThread::Run() { function in class:SocketListenerThread
H A Dtest-thread-termination.cc59 v8::Handle<v8::Value> result = v8::Script::Compile(source)->Run();
81 "f()"))->Run();
98 "}"))->Run();
130 // Run a loop that will be infinite if thread termination does not work.
133 v8::Script::Compile(source)->Run();
136 v8::Script::Compile(source)->Run();
150 // Run a loop that will be infinite if thread termination does not work.
153 v8::Script::Compile(source)->Run();
156 v8::Script::Compile(source)->Run();
166 void Run() { function in class:TerminatorThread
204 void Run() { function in class:LoopingThread
[all...]
H A Dtest-threads.cc47 script->Run();
52 script->Run();
69 void Run() { function in class:ThreadA
84 CHECK(script->Run()->IsTrue());
95 CHECK(script->Run()->IsTrue());
105 void Run() { function in class:ThreadB
152 void Run() { function in class:ThreadIdValidationThread
198 void Run() { function in class:ThreadC
/external/v8/test/preparser/
H A Dtestcfg.py69 def Run(self): member in class:PreparserTestCase
70 return test.TestCase.Run(self)
/external/webrtc/src/system_wrappers/source/
H A Devent_posix.cc228 _timerThread = ThreadWrapper::CreateThread(Run, this, kRealtimePriority,
240 bool EventPosix::Run(ThreadObj obj) function in class:webrtc::EventPosix
H A Dthread_posix.cc33 static_cast<ThreadPosix*>(lpParameter)->Run();
273 void ThreadPosix::Run() function in class:webrtc::ThreadPosix
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs527 System.Threading.Thread t = new System.Threading.Thread(Run);
531 public virtual void Run() { method in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs678 System.Threading.Thread t = new System.Threading.Thread( Run );
682 public virtual void Run() method in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
/external/chromium/app/sql/
H A Dstatement.cc42 bool Statement::Run() { function in class:sql::Statement
/external/chromium/base/
H A Dcallback_old.h20 // provides a Run method and is returned by the New* functions. This allows
41 // callback->Run(5, string("hello"));
52 // int next_int = callback->Run();
78 inline void Run() { function in class:CallbackRunner
83 inline void Run(const Arg1& a) { function in class:CallbackRunner
88 inline void Run(const Arg1& a, const Arg2& b) { function in class:CallbackRunner
93 inline void Run(const Arg1& a, const Arg2& b, const Arg3& c) { function in class:CallbackRunner
98 inline void Run(const Arg1& a, const Arg2& b, const Arg3& c, const Arg4& d) { function in class:CallbackRunner
104 inline void Run(const Arg1& a, const Arg2& b, const Arg3& c, function in class:CallbackRunner
204 // provided at Run dispatc
213 void Run(T* obj) const { function in class:UnboundMethod
239 virtual ReturnValue Run() { function in class:CallbackWithReturnValueImpl
[all...]
H A Dmessage_pump_glib.cc53 // (i.e., you can call Run from them), but Prepare and Check cannot.
131 // Used to flag that the current Run() invocation should return ASAP.
134 // Used to count how many Run() invocations are on the stack.
160 // This is needed to allow Run calls inside Dispatch.
317 void MessagePumpForUI::Run(Delegate* delegate) { function in class:base::MessagePumpForUI
325 NOTREACHED() << "Quit called outside Run!";
H A Dmessage_pump_libevent.cc211 void MessagePumpLibevent::Run(Delegate* delegate) { function in class:base::MessagePumpLibevent
212 DCHECK(keep_running_) << "Quit must have been called outside of Run!";
268 // Tell both libevent and Run that they should break out of their loops.
284 // only be called on the same thread as Run, so we only need to update our
H A Dmessage_pump_win.h45 // Dispatcher is used during a nested invocation of Run to dispatch events.
46 // If Run is invoked with a non-NULL Dispatcher, MessageLoop does not
76 // Like MessagePump::Run, but MSG objects are routed through dispatcher.
80 virtual void Run(Delegate* delegate) { RunWithDispatcher(delegate, NULL); } function in class:base::MessagePumpWin
88 // Used to flag that the current Run() invocation should return ASAP.
91 // Used to count how many Run() invocations are on the stack.
108 // State for the current invocation of Run.
196 // deal with Windows mesagges, and instead has a Run loop based on Completion
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
/external/chromium/base/files/
H A Dfile_path_watcher_browsertest.cc129 void Run() { function in class:base::files::__anon1507::SetupWatchTask
192 loop_.Run();
H A Dfile_path_watcher_linux.cc159 virtual void Run() { function in class:base::files::__anon1508::InotifyReaderTask

Completed in 373 milliseconds

12345678910