Searched defs:Reset (Results 1 - 25 of 74) sorted by relevance

123

/external/chromium/base/
H A Dglobal_descriptors_posix.h53 void Reset(const Mapping& mapping) { function in class:base::GlobalDescriptors
H A Dscoped_bstr_win.cc19 void ScopedBstr::Reset(BSTR bstr) { function in class:ScopedBstr
45 Reset(SysAllocString(wide_str));
50 Reset(SysAllocStringByteLen(NULL, bytes));
H A Dwaitable_event_win.cc37 void WaitableEvent::Reset() { function in class:base::WaitableEvent
H A Dstring_tokenizer.h145 void Reset() { function in class:StringTokenizerT
H A Dtimer.h34 // Both OneShotTimer and RepeatingTimer also support a Reset method, which
37 // calling Reset on timer_ would postpone DoStuff by another 1 second. In
38 // other words, Reset is shorthand for calling Stop and then Start again with
129 void Reset() { function in class:base::BaseTimer
188 self->Reset();
208 // calling Reset otherwise it will call the given method in the MessageLoop
211 // Once created, it is inactive until Reset is called. Once |delay| seconds have
212 // passed since the last call to Reset, the callback is made. Once the callback
213 // has been made, it's inactive until Reset is called again.
228 void Reset() { function in class:base::DelayTimer
[all...]
H A Dtimer_unittest.cc196 timer.Reset();
213 void Reset() { function in struct:__anon869::ResetHelper
215 timer_->Reset();
230 timer.Reset();
237 &ResetHelper::Reset); member in class:__anon869::ResetHelper
265 timer.Reset();
/external/chromium/net/base/
H A Dcert_verify_result.h14 CertVerifyResult() { Reset(); }
16 void Reset() { function in class:net::CertVerifyResult
H A Dssl_info.h21 void Reset() { function in class:net::SSLInfo
H A Daddress_list.cc121 void AddressList::Reset() { function in class:net::AddressList
H A Dgzip_header.h23 Reset();
29 void Reset() { function in class:GZipHeader
/external/chromium/net/socket/
H A Dclient_socket_handle.cc21 Reset();
24 void ClientSocketHandle::Reset() { function in class:net::ClientSocketHandle
/external/protobuf/python/google/protobuf/
H A Dservice.py132 def Reset(self): member in class:RpcController
/external/v8/src/
H A Dregexp-stack.cc42 // Reset the buffer if it has grown.
43 RegExpStack::Reset();
64 void RegExpStack::Reset() { function in class:v8::internal::RegExpStack
H A Dframes-inl.h209 void JavaScriptFrameIteratorTemp<Iterator>::Reset() { function in class:v8::internal::JavaScriptFrameIteratorTemp
210 iterator_.Reset();
/external/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs48 public void Reset() { _current = 0; } method in class:DotZLib.ChecksumGeneratorBase
/external/chromium/base/crypto/
H A Dsignature_verifier_mac.cc26 Reset();
95 Reset();
101 void SignatureVerifier::Reset() { function in class:base::SignatureVerifier
H A Dsignature_verifier_nss.cc21 Reset();
98 Reset();
105 void SignatureVerifier::Reset() { function in class:base::SignatureVerifier
H A Dsignature_verifier_win.cc34 Reset();
126 Reset();
132 void SignatureVerifier::Reset() { function in class:base::SignatureVerifier
/external/chromium/net/http/
H A Dhttp_util.h176 void Reset() { function in class:net::HttpUtil::HeadersIterator
177 lines_.Reset();
/external/chromium/sdch/open-vcdiff/src/
H A Dtesting.h61 Reset();
64 inline void Reset() { function in class:open_vcdiff::CycleTimer
76 Reset();
110 Reset();
113 inline void Reset() {
124 Reset();
/external/gtest/test/
H A Dgtest_environment_test.cc51 MyEnvironment() { Reset(); }
78 void Reset() { function in class:__anon2273::MyEnvironment
123 env->Reset();
/external/protobuf/gtest/test/
H A Dgtest_environment_test.cc51 MyEnvironment() { Reset(); }
78 void Reset() { function in class:__anon4114::MyEnvironment
123 env->Reset();
/external/webkit/WebKit/win/
H A DCOMEnumVariant.h50 virtual HRESULT STDMETHODCALLTYPE Reset();
162 HRESULT STDMETHODCALLTYPE COMEnumVariant<ContainerType>::Reset() function in class:COMEnumVariant
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.cpp126 void MD5::Reset() {} // ?OP? function in class:MD5
H A Dmutable-fst.h153 void Reset() { data_.base->Reset(); } function in class:fst::MutableArcIterator

Completed in 173 milliseconds

123