Searched defs:Start (Results 1 - 25 of 246) sorted by relevance

12345678910

/external/chromium/base/
H A Dtask_unittest.cc15 void Start() { function in class:__anon900::CancelInDestructor
46 cancel_in_destructor->Start();
/external/chromium/chrome/browser/autocomplete/
H A Dbuiltin_provider.cc26 void BuiltinProvider::Start(const AutocompleteInput& input, function in class:BuiltinProvider
/external/chromium/chrome/browser/chromeos/login/
H A Dimage_decoder.cc19 void ImageDecoder::Start() { function in class:chromeos::ImageDecoder
H A Dcamera_controller.cc33 camera_thread_->Start();
47 void CameraController::Start() { function in class:chromeos::CameraController
76 Start();
/external/chromium/chrome/browser/extensions/
H A Dfile_reader.cc19 void FileReader::Start() { function in class:FileReader
H A Dpack_extension_job.cc24 void PackExtensionJob::Start() { function in class:PackExtensionJob
/external/chromium/chrome/browser/
H A Dicon_loader.cc27 void IconLoader::Start() { function in class:IconLoader
/external/chromium/chrome/browser/sync/glue/
H A Dchange_processor.cc14 void ChangeProcessor::Start(Profile* profile, function in class:browser_sync::ChangeProcessor
/external/chromium/net/url_request/
H A Durl_request_error_job.cc21 void URLRequestErrorJob::Start() { function in class:net::URLRequestErrorJob
H A Durl_request_about_job.cc27 void URLRequestAboutJob::Start() { function in class:net::URLRequestAboutJob
28 // Start reading asynchronously so that all error reporting and data
H A Durl_request_redirect_job.cc18 void URLRequestRedirectJob::Start() { function in class:net::URLRequestRedirectJob
H A Durl_request_simple_job.cc20 void URLRequestSimpleJob::Start() { function in class:net::URLRequestSimpleJob
21 // Start reading asynchronously so that all error reporting and data
/external/v8/src/
H A Dcounters.cc48 // Start the timer.
49 void StatsCounterTimer::Start() { function in class:v8::internal::StatsCounterTimer
67 // Start the timer.
68 void HistogramTimer::Start() { function in class:v8::internal::HistogramTimer
/external/chromium/chrome/browser/net/
H A Durl_request_failed_dns_job.cc23 void URLRequestFailedDnsJob::Start() { function in class:URLRequestFailedDnsJob
H A Durl_request_slow_http_job.cc52 void URLRequestSlowHTTPJob::Start() { function in class:URLRequestSlowHTTPJob
53 delay_timer_.Start(TimeDelta::FromMilliseconds(kDelayMs), this,
61 URLRequestMockHTTPJob::Start();
/external/chromium/chrome/common/
H A Dworker_thread_ticker.cc74 bool WorkerThreadTicker::Start() { function in class:WorkerThreadTicker
76 // call Start at the same time
80 if (!timer_thread_.Start())
H A Dprofiling.cc70 Start();
75 void Profiling::Start() { function in class:Profiling
101 Start();
/external/chromium/net/http/
H A Dhttp_response_body_drainer.cc27 void HttpResponseBodyDrainer::Start(HttpNetworkSession* session) { function in class:net::HttpResponseBodyDrainer
33 timer_.Start(base::TimeDelta::FromSeconds(kTimeoutInSeconds),
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediamonitor.cc54 void MediaMonitor::Start(uint32 milliseconds) { function in class:cricket::MediaMonitor
/external/clang/test/CodeGenCXX/
H A Dalloca-align.cpp4 int Start, End; member in struct:s0
/external/llvm/include/llvm/Support/
H A DSMLoc.h48 SMLoc Start, End; member in class:llvm::SMRange
51 SMRange(SMLoc Start, SMLoc End) : Start(Start), End(End) { argument
52 assert(Start.isValid() == End.isValid() &&
53 "Start and end should either both be valid or both be invalid!");
56 bool isValid() const { return Start.isValid(); }
/external/llvm/lib/CodeGen/
H A DLiveInterval.cpp51 /// killedInRange - Return true if the interval has kills in [Start,End).
52 bool LiveInterval::killedInRange(SlotIndex Start, SlotIndex End) const { argument
63 return r->end >= Start && r->end < End;
126 /// by [Start, End).
127 bool LiveInterval::overlaps(SlotIndex Start, SlotIndex End) const { argument
128 assert(Start < End && "Invalid range");
130 return I != begin() && (--I)->end > Start;
229 SlotIndex Start = LR.start, End = LR.end;
230 iterator it = std::upper_bound(From, ranges.end(), Start);
237 if (B->start <= Start
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetPreview.py96 def Start(self): member in class:PreviewPlayer
/external/chromium/chrome/browser/ui/
H A Dbrowser_init.h36 bool Start(const CommandLine& cmd_line, const FilePath& cur_dir, function in class:BrowserInit
/external/chromium/chrome/common/net/
H A Dtest_url_fetcher_factory.h19 // TestURLFetchers. TestURLFetcher::Start is overriden to do nothing. It is
54 virtual void Start() {} function in class:TestURLFetcher
115 // We assume that the thread that is calling Start() on the URLFetcher object

Completed in 1834 milliseconds

12345678910