Searched defs:Done (Results 1 - 25 of 114) sorted by relevance

12345

/external/chromium_org/base/test/
H A Dperf_time_logger.cc16 Done();
19 void PerfTimeLogger::Done() { function in class:base::PerfTimeLogger
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsyscall_iterator.h29 // for (SyscallIterator iter(false); !iter.Done(); ) {
40 bool Done() const { return done_; } function in class:sandbox::SyscallIterator
/external/chromium_org/content/public/browser/
H A Dbrowser_child_process_host_iterator.cc28 if (!Done() && (*iterator_)->GetData().process_type != process_type_)
36 CHECK(!Done());
39 if (Done())
51 bool BrowserChildProcessHostIterator::Done() { function in class:content::BrowserChildProcessHostIterator
56 CHECK(!Done());
61 CHECK(!Done());
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DRespondWithObserver.h47 enum State { Initial, Pending, Done }; enumerator in enum:blink::FINAL::State
/external/chromium_org/v8/src/
H A Dlithium-inl.h37 bool TempIterator::Done() { return current_ >= limit_; } function in class:v8::internal::TempIterator
41 DCHECK(!Done());
63 bool InputIterator::Done() { return current_ >= limit_; } function in class:v8::internal::InputIterator
67 DCHECK(!Done());
92 bool UseIterator::Done() { function in class:v8::internal::UseIterator
93 return input_iterator_.Done() && env_iterator_.Done();
98 DCHECK(!Done());
99 LOperand* result = input_iterator_.Done() ? env_iterator_.Current()
107 input_iterator_.Done()
[all...]
/external/compiler-rt/test/tsan/
H A Dvptr_benign_race.cc12 void Done() { function in struct:A
33 obj->Done();
H A Dvptr_harmful_race.cc13 void Done() { function in struct:A
33 obj->Done();
H A Dvptr_harmful_race2.cc13 void Done() { function in struct:A
34 obj->Done();
H A Dvptr_harmful_race3.cc13 void Done() { function in struct:A
35 obj->Done();
/external/pdfium/core/include/reflow/
H A Dreflowengine.h43 typedef enum { Ready, ToBeContinued, Done, Failed } ParseStatus; enumerator in enum:IPDF_ProgressiveReflowPageParser::__anon28542
61 typedef enum { Ready, ToBeContinued, Waiting, Done, Failed } RenderStatus; enumerator in enum:IPDF_ProgressiveReflowPageRender::__anon28543
/external/chromium_org/base/metrics/
H A Dsample_map.cc52 for (; !iter->Done(); iter->Next()) {
67 bool SampleMapIterator::Done() const { function in class:base::SampleMapIterator
72 DCHECK(!Done());
77 DCHECK(!Done());
H A Dhistogram_samples.cc18 virtual bool Done() const OVERRIDE;
38 bool SampleCountPickleIterator::Done() const { function in class:base::__anon2386::SampleCountPickleIterator
43 DCHECK(!Done());
53 DCHECK(!Done());
110 !it->Done();
133 DCHECK(!Done());
H A Dsample_vector.cc64 while (index < counts_.size() && !iter->Done()) {
84 return iter->Done();
125 bool SampleVectorIterator::Done() const { function in class:SampleVectorIterator
130 DCHECK(!Done());
138 DCHECK(!Done());
148 DCHECK(!Done());
155 if (Done())
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_task_executor.cc90 Done(false);
98 Done(false);
122 Done(false);
142 Done(false);
152 Done(true);
155 void FileTaskExecutor::Done(bool success) { function in class:drive::FileTaskExecutor
/external/chromium_org/chrome/browser/ui/
H A Dcrypto_module_password_dialog_nss.cc40 void Done();
81 Done();
115 void SlotUnlocker::Done() { function in class:__anon5075::SlotUnlocker
/external/chromium_org/chrome/browser/ui/views/
H A Dfirst_run_dialog.cc101 void FirstRunDialog::Done() { function in class:FirstRunDialog
115 Done();
131 Done();
/external/chromium_org/remoting/protocol/
H A Dconnection_tester.cc53 void StreamConnectionTester::Done() { function in class:remoting::protocol::StreamConnectionTester
93 Done();
121 Done();
126 Done();
170 void DatagramConnectionTester::Done() { function in class:remoting::protocol::DatagramConnectionTester
177 Done();
204 Done();
239 Done();
/external/chromium_org/storage/browser/fileapi/
H A Drecursive_operation_delegate.cc64 Done(error);
97 Done(error);
118 Done(error);
172 // If an error occurs, invoke Done immediately (even if there remain
175 Done(error);
188 Done(base::File::FILE_ERROR_ABORT);
202 Done(base::File::FILE_OK);
224 Done(error);
231 void RecursiveOperationDelegate::Done(base::File::Error error) { function in class:storage::RecursiveOperationDelegate
/external/chromium_org/v8/tools/testrunner/local/
H A Dprogress.py60 def Done(self): member in class:ProgressIndicator
86 def Done(self): member in class:SimpleProgressIndicator
129 print 'Done running %s: %s' % (test.GetLabel(), outcome)
162 def Done(self): member in class:CompactProgressIndicator
163 self.PrintProgress('Done')
256 def Done(self): member in class:JUnitTestProgressIndicator
257 self.progress_indicator.Done()
299 def Done(self): member in class:JsonTestProgressIndicator
300 self.progress_indicator.Done()
/external/llvm/lib/IR/
H A DUse.cpp58 ptrdiff_t Done = 0; local
59 while (Done < 20) {
67 new (Stop) Use(tags[Done++]);
70 ptrdiff_t Count = Done;
75 ++Done;
76 Count = Done;
80 ++Done;
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dsuggestions_combiner_unittest.cc151 void Done() { function in class:SuggestionsSourceStub
280 sources[j]->Done();
/external/chromium_org/chrome/test/base/
H A Dview_event_test_base.cc61 void ViewEventTestBase::Done() { function in class:ViewEventTestBase
174 Done();
/external/chromium_org/device/serial/
H A Ddata_source_sender.cc21 // one of Done() and DoneWithError() will be called with the result.
27 void Done(uint32_t bytes_written);
40 // but has not yet called Done() or DoneWithError().
57 virtual void Done(uint32_t bytes_written) OVERRIDE;
143 void DataSourceSender::Done(uint32_t bytes_written) { function in class:device::DataSourceSender
191 void DataSourceSender::PendingSend::Done(uint32_t bytes_written) { function in class:device::DataSourceSender::PendingSend
194 sender_->Done(bytes_written);
217 pending_send_->Done(0);
228 void DataSourceSender::PendingSend::Buffer::Done(uint32_t bytes_written) { function in class:device::DataSourceSender::PendingSend::Buffer
230 pending_send_->Done(bytes_writte
[all...]
/external/chromium_org/net/base/
H A Dio_buffer.cc132 void PickledIOBuffer::Done() { function in class:net::PickledIOBuffer
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DMediaQueryParser.h100 const static State Done; member in class:blink::MediaQueryParser

Completed in 4458 milliseconds

12345