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

12345

/external/chromium_org/base/metrics/
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_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 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/base/test/
H A Dperf_time_logger.cc16 Done();
19 void PerfTimeLogger::Done() { function in class:base::PerfTimeLogger
/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/chromeos/policy/
H A Ddevice_cloud_policy_manager_chromeos_unittest.cc296 void Done(EnrollmentStatus status) { function in class:policy::__anon3409::DeviceCloudPolicyManagerChromeOSEnrollmentTest
378 base::Bind(&DeviceCloudPolicyManagerChromeOSEnrollmentTest::Done,
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc1261 base::Bind(&DownloadsRemoveFileFunction::Done, this));
1265 void DownloadsRemoveFileFunction::Done(bool success) { function in class:extensions::DownloadsRemoveFileFunction
/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();
H A Dsimple_message_box_views.cc60 void Done();
144 Done();
150 Done();
181 void SimpleMessageBoxViews::Done() { function in class:chrome::__anon5338::SimpleMessageBoxViews
/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/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/device/serial/
H A Ddata_receiver.cc39 void Done(uint32_t num_bytes);
71 virtual void Done(uint32_t bytes_consumed) OVERRIDE;
169 void DataReceiver::Done(uint32_t bytes_consumed) { function in class:device::DataReceiver
296 void DataReceiver::PendingReceive::Done(uint32_t bytes_consumed) { function in class:device::DataReceiver::PendingReceive
299 receiver_->Done(bytes_consumed);
315 pending_receive_->Done(0);
326 void DataReceiver::PendingReceive::Buffer::Done(uint32_t bytes_consumed) { function in class:device::DataReceiver::PendingReceive::Buffer
327 pending_receive_->Done(bytes_consumed);
337 Done(bytes_consumed);
H A Ddata_sink_receiver.cc54 virtual void Done(uint32_t bytes_read) OVERRIDE;
174 void DataSinkReceiver::Done(uint32_t bytes_read) { function in class:device::DataSinkReceiver
249 receiver_->Done(0);
265 void DataSinkReceiver::Buffer::Done(uint32_t bytes_read) { function in class:device::DataSinkReceiver::Buffer
269 receiver_->Done(bytes_read);
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/ipc/
H A Dipc_sync_channel_unittest.cc123 void Done() { done_->Signal(); } function in class:IPC::__anon8488::Worker
279 Done();
291 Done();
321 Done();
344 Done();
384 Done();
414 Done();
434 Done();
474 Done();
497 Done();
[all...]
/external/chromium_org/jingle/glue/
H A Dpseudotcp_adapter_unittest.cc199 void Done() { function in class:jingle_glue::__anon8511::TCPChannelTester
245 Done();
274 Done();
280 Done();
/external/chromium_org/net/base/
H A Dio_buffer.cc132 void PickledIOBuffer::Done() { function in class:net::PickledIOBuffer
/external/chromium_org/remoting/host/setup/
H A Ddaemon_installer_win.cc129 Done(hr);
133 Done(DISP_E_TYPEMISMATCH);
140 Done(hr);
151 Done(hr);
158 Done(hr);
165 Done(hr);
169 Done(DISP_E_TYPEMISMATCH);
186 Done(hr);
190 Done(DISP_E_TYPEMISMATCH);
198 Done(DISP_E_TYPEMISMATC
333 void DaemonInstallerWin::Done(HRESULT result) { function in class:remoting::DaemonInstallerWin
[all...]
/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/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/sandbox/win/src/
H A Dpolicy_low_level.cc34 // Adding a rule is nothing more than pushing it into an stl container. Done()
38 if (!rule->Done()) {
63 bool LowLevelPolicy::Done() { function in class:sandbox::LowLevelPolicy
298 bool PolicyRule::Done() { function in class:sandbox::PolicyRule
/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/third_party/WebKit/Source/core/css/parser/
H A DMediaQueryParser.cpp39 const MediaQueryParser::State MediaQueryParser::Done = &MediaQueryParser::done; member in class:blink::MediaQueryParser
79 m_state = Done;
95 m_state = Done;
196 if (m_state != ReadAnd && m_state != ReadRestrictor && m_state != Done && (m_parserType != MediaConditionParser || m_state != ReadFeatureStart))

Completed in 585 milliseconds

12345