Searched defs:Run (Results 126 - 150 of 227) sorted by relevance

12345678910

/external/chromium/chrome/browser/web_applications/
H A Dweb_app.cc168 virtual void Run() { function in class:__anon2654::CreateShortcutTask::CreateShortcutCallbackTask
169 callback_->Run(success_);
178 virtual void Run();
213 void CreateShortcutTask::Run() { function in class:__anon2654::CreateShortcutTask
/external/chromium/chrome/common/extensions/
H A Dextension_unpacker.cc146 bool ExtensionUnpacker::Run() { function in class:ExtensionUnpacker
/external/chromium/chrome/common/net/
H A Durl_fetcher_unittest.cc36 virtual void Run() { function in class:__anon2702::CurriedTask
302 virtual void Run() { function in class:__anon2703::FetcherWrapperTask
523 MessageLoop::current()->Run();
545 MessageLoop::current()->Run();
558 MessageLoop::current()->Run();
567 MessageLoop::current()->Run();
587 MessageLoop::current()->Run();
610 MessageLoop::current()->Run();
636 MessageLoop::current()->Run();
653 MessageLoop::current()->Run();
[all...]
/external/chromium/net/base/
H A Dfile_stream_posix.cc76 callback->Run(ReadFile(file, buf, buf_len));
94 callback->Run(WriteFile(file, buf, buf_len));
117 virtual void Run() { function in class:net::CancelableCallbackTask
119 callback_->Run();
165 // A callback wrapper around OnBackgroundIOCompleted(). Run by the WorkerPool
265 temp->Run(result_);
/external/chromium/net/disk_cache/
H A Ddisk_cache_test_base.cc137 task->Run();
187 virtual void Run() { function in class:TrimTask
H A Dstress_cache.cc177 virtual void Run() { function in class:CrashTask
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags2man.py35 Run the program, parse the output, and then format that into a man
185 def Run(self): member in class:ProgramInfo
186 """Run it and collect output.
535 if not prog.Run():
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp52 /// Run - perform scheduling.
54 void ScheduleDAGSDNodes::Run(SelectionDAG *dag, MachineBasicBlock *bb) { function in class:ScheduleDAGSDNodes
/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/protobuf/src/google/protobuf/stubs/
H A Donce_unittest.cc118 reinterpret_cast<TestThread*>(arg)->Run();
122 void Run() { function in class:google::protobuf::__anon10115::OnceInitTest::TestThread
123 callback_->Run();
/external/v8/src/
H A Dd8-debug.cc164 debugger.Run();
168 void RemoteDebugger::Run() { function in class:v8::RemoteDebugger
330 void ReceiverThread::Run() { function in class:v8::ReceiverThread
351 void KeyboardThread::Run() { function in class:v8::KeyboardThread
H A Ddebug-agent.cc48 void DebuggerAgent::Run() { function in class:v8::internal::DebuggerAgent
165 void DebuggerAgentSession::Run() { function in class:v8::internal::DebuggerAgentSession
H A Dv8threads.cc455 void ContextSwitcher::Run() { function in class:v8::internal::ContextSwitcher
/external/v8/test/cctest/
H A Dcctest.h59 void Run() { callback_(); } function in class:CcTest
98 // The ApiTestFuzzer is also a Thread, so it has a Run method.
99 virtual void Run();
213 return v8::Script::Compile(v8::String::New(source))->Run();
H A Dtest-lockers.cc67 void Run() { function in class:KangarooThread
144 virtual void Run() = 0;
154 virtual void Run() { function in class:JoinableThread::ThreadWithSemaphore
155 joinable_thread_->Run();
180 virtual void Run() { function in class:IsolateLockingThreadWithLocalContext
205 // Run many threads all locking on the same isolate
227 virtual void Run() { function in class:IsolateNonlockingThread
242 // Run many threads each accessing its own isolate without locking
262 virtual void Run() { function in class:IsolateNestedLockingThread
280 // Run man
304 virtual void Run() { function in class:SeparateIsolatesLocksNonexclusiveThread
348 virtual void Run() { function in class:LockIsolateAndCalculateFibSharedContextThread
367 virtual void Run() { function in class:LockerUnlockerThread
417 virtual void Run() { function in class:LockTwiceAndUnlockThread
472 virtual void Run() { function in class:LockAndUnlockDifferentIsolatesThread
537 virtual void Run() { function in class:LockUnlockLockThread
597 virtual void Run() { function in class:LockUnlockLockDefaultIsolateThread
673 virtual void Run() { function in class:IsolateGenesisThread
[all...]
/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
H A Dstats-viewer.py87 def Run(self): member in class:StatsViewer
452 """Run the stats counter.
458 StatsViewer(data_file, name_filter).Run()
/external/webrtc/src/system_wrappers/source/
H A Ddata_log.cc355 DataLogImpl::Run,
434 bool DataLogImpl::Run(void* obj) { function in class:webrtc::DataLogImpl
/external/chromium/base/
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...]
/external/chromium/chrome/browser/
H A Dbrowser_browsertest.cc117 virtual void Run() { function in class:__anon1771::CloseWindowTask
132 virtual void Run() { function in class:__anon1771::RunCloseWithAppMenuTask
/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_utils.cc88 virtual void Run() { function in class:chromeos::__anon1828::ResetDefaultProxyConfigServiceTask
/external/chromium/chrome/browser/service/
H A Dservice_process_control.cc46 // Run the IPC channel on the shared IO thread.
89 (*index)->Run();
168 launcher_->Run(
242 cloud_print_status_callback_->Run(enabled, email);
322 void ServiceProcessControl::Launcher::Run(Task* task) { function in class:ServiceProcessControl::Launcher
333 notify_task_->Run();
/external/chromium/chrome/browser/ui/login/
H A Dlogin_prompt.cc395 void Run() { function in class:LoginDialogTask
/external/chromium/chrome/browser/ui/views/
H A Dcreate_application_shortcut_view.cc217 void Run(int download_id, bool errored, const SkBitmap& image) { function in class:CreateUrlApplicationShortcutView::IconDownloadCallbackFunctor
461 NewCallback(pending_download_, &IconDownloadCallbackFunctor::Run));
/external/chromium/chrome/browser/ui/webui/
H A Dprint_preview_handler.cc200 virtual void Run() { function in class:PrintToPdfTask

Completed in 878 milliseconds

12345678910