Searched defs:Run (Results 151 - 175 of 227) sorted by relevance

12345678910

/external/chromium/net/base/
H A Dcert_verifier.cc107 callback_->Run(verify_result.error);
142 FROM_HERE, NewRunnableMethod(this, &CertVerifierWorker::Run),
155 void Run() { function in class:net::CertVerifierWorker
501 callback->Run(result);
H A Ddnsrr_resolver.cc133 callback_->Run(rv);
163 FROM_HERE, NewRunnableMethod(this, &RRResolverWorker::Run),
179 void Run() { function in class:net::RRResolverWorker
254 void Run() { function in class:net::RRResolverWorker
268 void Run() { function in class:net::RRResolverWorker
/external/chromium/net/disk_cache/
H A Dentry_unittest.cc72 virtual void Run() { function in class:InternalSyncIOTask
293 virtual void Run() { function in class:ExternalSyncIOTask
/external/chromium/net/proxy/
H A Dmulti_threaded_proxy_resolver.cc149 virtual void Run(MessageLoop* origin_loop) = 0;
163 callback->Run(result);
191 virtual void Run(MessageLoop* origin_loop) { function in class:net::MultiThreadedProxyResolver::SetPacScriptJob
256 virtual void Run(MessageLoop* origin_loop) { function in class:net::MultiThreadedProxyResolver::GetProxyForURLJob
317 // Run the job. Once it has completed (regardless of whether it was
323 NewRunnableMethod(job, &Job::Run, MessageLoop::current()));
/external/chromium/net/spdy/
H A Dspdy_proxy_client_socket_unittest.cc97 void Run(int steps) { function in class:net::SpdyProxyClientSocketTest
99 data_->Run();
216 data_->Run();
222 data_->Run();
248 data_->Run();
297 Run(1);
629 Run(1); // SpdySession consumes the next read and sends it to
654 Run(1); // SpdySession consumes the next read and sends it to
657 Run(1); // SpdySession consumes the next read and sends it to
682 Run(
[all...]
/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/AsmParser/
H A DLLParser.cpp36 /// Run: module ::= toplevelentity*
37 bool LLParser::Run() { function in class:LLParser
/external/v8/src/
H A Dcpu-profiler.cc242 void ProfilerEventsProcessor::Run() { function in class:v8::internal::ProfilerEventsProcessor
H A Dd8.h173 virtual void Run() { function in class:v8::SourceGroup::IsolateThread
/external/webrtc/src/system_wrappers/source/
H A Dtrace_impl.cc76 _thread(*ThreadWrapper::CreateThread(TraceImpl::Run, this,
484 bool TraceImpl::Run(void* obj) function in class:webrtc::TraceImpl
/external/chromium/base/
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 Dtracked_objects.cc402 // Run the supplied static method, and optionally set the event.
403 void Run();
422 void ThreadData::RunTheStatic::Run() { function in class:tracked_objects::ThreadData::RunTheStatic
449 local_task.Run();
/external/chromium/chrome/browser/autocomplete/
H A Dsearch_provider.cc205 void SearchProvider::Run() { function in class:SearchProvider
344 // correctly set in Run. As Run isn't invoked immediately we need to set this
352 timer_.Start(TimeDelta::FromMilliseconds(delay), this, &SearchProvider::Run); member in class:SearchProvider
/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);
H A Dautomation_provider.cc406 virtual void Run() { function in class:InvokeTaskLaterTask
514 virtual void Run() { function in class:SetProxyConfigTask
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_html_writer.cc93 virtual void Run() { function in class:__anon1759::Writer
/external/chromium/chrome/browser/
H A Djumplist_win.cc509 void Run();
524 void JumpListUpdateTask::Run() { function in class:__anon2103::JumpListUpdateTask
/external/chromium/chrome/browser/net/websocket_experiment/
H A Dwebsocket_experiment_task.cc228 void WebSocketExperimentTask::Run() { function in class:chrome_browser_net_websocket_experiment::WebSocketExperimentTask
229 DVLOG(1) << "Run WebSocket experiment for " << config_.url << " "
642 callback_->Run(result); // will release this.
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_x_unittest.cc218 virtual void Run() { function in class:__anon2167::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/ui/webui/
H A Dgpu_internals_ui.cc305 virtual void Run() { function in class:__anon2614::ReadTraceFileTask
332 virtual void Run() { function in class:__anon2614::WriteTraceFileTask
443 // Run callback immediately in case the info is ready and no update in the
/external/chromium/chrome/common/
H A Dservice_process_util_unittest.cc219 message_loop.Run();
441 void Run() { loop_.Run(); } function in class:ServiceProcessStateFileManipulationTest
492 Run();
501 Run();
511 Run();
521 Run();
532 Run();
545 Run();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp80 bool Run();
85 bool VectorLegalizer::Run() { function in class:__anon8716::VectorLegalizer
619 return VectorLegalizer(*this).Run();
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc86 void Run(const string& command);
89 // Methods to set up the test (called before Run()).
109 // Methods to check the test results (called after Run()).
111 // Checks that no text was written to stderr during Run(), and Run()
115 // Checks that Run() returned non-zero and the stderr output is exactly
120 // Checks that Run() returned non-zero and the stderr contains the given
170 // The result of Run().
248 void CommandLineInterfaceTest::Run(const string& command) { function in class:google::protobuf::compiler::__anon10047::CommandLineInterfaceTest
299 return_code_ = cli_.Run(arg
1284 bool Run(const string& command) { function in class:google::protobuf::compiler::__anon10047::EncodeDecodeTest
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_bookmarks_module.cc75 void BookmarksFunction::Run() { function in class:BookmarksFunction
116 Run();
117 Release(); // Balanced in Run().
/external/chromium/chrome/browser/metrics/
H A Dmetrics_service.cc344 virtual void Run() { function in class:MetricsService::InitTaskComplete
359 virtual void Run() { function in class:MetricsService::InitTask

Completed in 499 milliseconds

12345678910