Searched refs:Complete (Results 1 - 25 of 86) sorted by relevance

1234

/external/chromium_org/tools/cr/cr/
H A Dautocomplete.py14 def Complete(): function
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_unregister_job.cc61 Complete(SERVICE_WORKER_ERROR_NOT_FOUND);
66 Complete(status);
77 Complete(SERVICE_WORKER_OK);
80 void ServiceWorkerUnregisterJob::Complete(ServiceWorkerStatusCode status) { function in class:content::ServiceWorkerUnregisterJob
H A Dservice_worker_register_job.cc197 Complete(status);
239 Complete(status);
244 Complete(SERVICE_WORKER_ERROR_NOT_FOUND);
252 Complete(SERVICE_WORKER_ERROR_NOT_FOUND);
269 Complete(status);
290 Complete(status);
306 Complete(SERVICE_WORKER_OK);
363 Complete(status);
396 Complete(status);
412 Complete(statu
441 void ServiceWorkerRegisterJob::Complete(ServiceWorkerStatusCode status) { function in class:content::ServiceWorkerRegisterJob
[all...]
H A Dservice_worker_unregister_job.h51 void Complete(ServiceWorkerStatusCode status);
/external/chromium_org/media/cast/net/rtp/
H A Dframe_buffer_unittest.cc42 EXPECT_FALSE(buffer_.Complete());
49 EXPECT_TRUE(buffer_.Complete());
65 EXPECT_TRUE(buffer_.Complete());
83 EXPECT_FALSE(buffer_.Complete());
87 EXPECT_TRUE(buffer_.Complete());
H A Dframe_buffer.h26 bool Complete() const;
H A Dframer.cc80 return it->second->Complete();
172 if (it->second->Complete() && ContinuousFrame(it->second.get())) {
185 if (it->second->Complete() && DecodableFrame(it->second.get())) {
207 if (!it->second->Complete())
221 if (it->second->Complete() && DecodableFrame(it->second.get())) {
241 if (it->second->Complete()) {
H A Dframe_buffer.cc63 bool FrameBuffer::Complete() const { function in class:media::cast::FrameBuffer
68 if (!Complete())
/external/chromium_org/url/
H A Durl_canon_stdstring.cc21 void StdStringCanonOutput::Complete() { function in class:url::StdStringCanonOutput
H A Durl_canon_icu_unittest.cc75 output.Complete();
136 output.Complete();
150 output.Complete();
161 output.Complete();
H A Durl_test_utils.h48 output.Complete();
H A Durl_canon_unittest.cc130 output.Complete();
150 output.Complete();
196 output.Complete();
211 output.Complete();
262 output1.Complete();
277 output2.Complete();
292 output.Complete();
506 output.Complete();
530 output.Complete();
553 output.Complete();
[all...]
H A Durl_canon_stdstring.h34 // Therefore, the user should call Complete() before using the string that
42 void Complete();
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Ddiff.py34 def Complete(self): member in class:DiffLines
67 def Complete(self): member in class:DiffHunk
68 return self.left.Complete() and self.right.Complete()
125 if hunk.Complete():
/external/libvpx/libvpx/tools/
H A Ddiff.py34 def Complete(self): member in class:DiffLines
67 def Complete(self): member in class:DiffHunk
68 return self.left.Complete() and self.right.Complete()
125 if hunk.Complete():
/external/chromium_org/third_party/webrtc/base/
H A Dautodetectproxy.cc70 Complete(PROXY_UNKNOWN);
148 Complete(PROXY_UNKNOWN);
199 void AutoDetectProxy::Complete(ProxyType type) { function in class:rtc::AutoDetectProxy
253 Complete(PROXY_SOCKS5);
257 Complete(PROXY_HTTPS);
263 Complete(PROXY_SOCKS5);
H A Dautodetectproxy.h69 void Complete(ProxyType type);
/external/stlport/etc/
H A DSTLport-4.5.1.spec3 Summary: Complete C++ standard library
23 Summary: Complete C++ standard library header files and libraries
28 STLport is a multiplatform STL implementation based on SGI STL. Complete
H A DSTLport-4.5.3.spec3 Summary: Complete C++ standard library
23 Summary: Complete C++ standard library header files and libraries
28 STLport is a multiplatform STL implementation based on SGI STL. Complete
H A DSTLport-4.6.spec3 Summary: Complete C++ standard library
23 Summary: Complete C++ standard library header files and libraries
28 STLport is a multiplatform STL implementation based on SGI STL. Complete
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dencoded_frame.h75 bool Complete() const { return _completeFrame; } function in class:webrtc::VCMEncodedFrame
H A Dreceiver.cc188 if (!frame->Complete()) {
339 if (frame.Complete() && frame.FrameType() == kVideoFrameKey) {
343 frame.Complete() && !frame.MissingFrame()) {
346 if (frame.MissingFrame() || !frame.Complete()) {
/external/chromium_org/win8/metro_driver/
H A Dsecondary_tile.cc31 void Complete(mswr::ComPtr<winfoundtn::IAsyncOperation<bool>>& completion);
43 void TileRequestCompleter::Complete( function in class:__anon17440::TileRequestCompleter
121 completer->Complete(completion);
191 completer->Complete(completion);
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A Dstreamplayer.cpp193 iObs.Complete(MStreamObs::EWrite, err);
231 iObs.Complete(MStreamObs::EInit, aError);
245 iObs.Complete(MStreamObs::EPlay, aError);
253 iObs.Complete(MStreamObs::EClose, aError);
H A Dstreamplayer.h18 virtual void Complete(TInt aState, TInt aError) = 0;

Completed in 2300 milliseconds

1234