Searched refs:Reset (Results 1 - 25 of 1946) sorted by relevance

1234567891011>>

/external/chromium/net/base/
H A Dcert_verify_result.cc10 Reset();
16 void CertVerifyResult::Reset() { function in class:net::CertVerifyResult
H A Dssl_cert_request_info.cc14 void SSLCertRequestInfo::Reset() { function in class:net::SSLCertRequestInfo
H A Dandroid_network_library.cc20 Reset();
31 void Reset() { function in class:net::LibHolder
55 g_holder.Get().Reset();
/external/chromium_org/net/cert/
H A Dcert_verify_result.cc12 Reset();
18 void CertVerifyResult::Reset() { function in class:net::CertVerifyResult
/external/chromium_org/sync/test/
H A Dcallback_counter.h13 CallbackCounter() { Reset(); }
16 void Reset() { times_called_ = 0; } function in class:syncer::CallbackCounter
/external/valgrind/main/gdbserver_tests/
H A Dnlsigvgdb.stderr.exp6 Reset valgrind output to log (orderly_finish)
/external/chromium_org/content/public/test/
H A Dtest_notification_tracker.cc37 void TestNotificationTracker::Reset() { function in class:content::TestNotificationTracker
43 Reset();
47 Reset();
54 Reset();
58 Reset();
66 Reset();
72 Reset();
/external/chromium_org/base/
H A Dcallback_helpers.cc23 void ScopedClosureRunner::Reset() { function in class:base::ScopedClosureRunner
29 void ScopedClosureRunner::Reset(const Closure& closure) { function in class:base::ScopedClosureRunner
38 closure_.Reset();
H A Dcallback_helpers.h10 // ResetAndReturn(&cb) is like cb.Reset() but allows executing a callback (via a
11 // copy) after the original callback is Reset(). This can be handy if Run()
26 cb->Reset();
38 void Reset();
39 void Reset(const Closure& closure);
H A Datomic_sequence_num.h32 inline void Reset() { function in class:base::StaticAtomicSequenceNumber
46 seq_.Reset();
/external/chromium_org/base/android/
H A Dscoped_java_ref.h97 this->Reset(other);
105 this->Reset();
111 this->Reset(other);
114 void Reset() { function in class:base::android::ScopedJavaLocalRef
119 void Reset(const ScopedJavaLocalRef<U>& other) { function in class:base::android::ScopedJavaLocalRef
123 this->Reset(other.env_, other.obj());
127 void Reset(const U& other) { function in class:base::android::ScopedJavaLocalRef
130 this->Reset(env_, other.obj());
134 void Reset(JNIEnv* env, U obj) { function in class:base::android::ScopedJavaLocalRef
161 this->Reset(othe
173 void Reset() { function in class:base::android::ScopedJavaGlobalRef
178 void Reset(const U& other) { function in class:base::android::ScopedJavaGlobalRef
183 void Reset(JNIEnv* env, U obj) { function in class:base::android::ScopedJavaGlobalRef
[all...]
/external/chromium_org/chrome/browser/ui/gtk/
H A Dtitlebar_throb_animation.h23 // Reset back to the first frame.
24 void Reset();
/external/chromium_org/net/ssl/
H A Dssl_cert_request_info.cc14 void SSLCertRequestInfo::Reset() { function in class:net::SSLCertRequestInfo
/external/chromium_org/ppapi/cpp/extensions/
H A Doptional.h26 Reset();
33 Reset();
43 Reset();
74 Reset();
78 void Reset() { function in class:pp::ext::Optional
/external/chromium_org/android_webview/common/
H A Dprint_messages.cc39 void PrintMsg_Print_Params::Reset() { function in class:PrintMsg_Print_Params
69 void PrintMsg_PrintPages_Params::Reset() { function in class:PrintMsg_PrintPages_Params
70 params.Reset();
/external/chromium_org/base/threading/
H A Dpost_task_and_reply_impl.cc37 task_.Reset();
38 reply_.Reset();
56 task_.Reset();
/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_request_scheduler.cc23 void VariationsRequestScheduler::Reset() { function in class:chrome_variations::VariationsRequestScheduler
25 timer_.Reset();
30 // Reset the regular timer to avoid it triggering soon after.
31 Reset();
/external/chromium_org/net/proxy/
H A Dproxy_info.cc33 Reset();
43 Reset();
48 Reset();
53 Reset();
58 Reset();
79 void ProxyInfo::Reset() { function in class:net::ProxyInfo
/external/chromium_org/base/synchronization/
H A Dwaitable_event_watcher_win.cc29 callback_.Reset();
42 callback_.Reset();
/external/chromium_org/base/win/
H A Dscoped_propvariant.h25 Reset();
36 void Reset() { function in class:base::win::ScopedPropVariant
/external/chromium_org/gin/
H A Dcontext_holder.cc24 context_.Reset();
29 context_.Reset(isolate_, context);
/external/chromium_org/media/audio/android/
H A Dopensles_util.h19 ~ScopedSLObject() { Reset(); }
30 void Reset() { function in class:media::ScopedSLObject
/external/lzma/CPP/7zip/Archive/Common/
H A DCrossThreadProgress.h28 ProgressEvent.Reset();
29 WaitEvent.Reset();
/external/lzma/CPP/7zip/Common/
H A DVirtThread.cpp24 StartEvent.Reset();
25 FinishedEvent.Reset();
/external/chromium_org/cc/scheduler/
H A Dframe_rate_controller_unittest.cc16 FakeFrameRateControllerClient() { Reset(); }
18 void Reset() { frame_count_ = 0; } function in class:cc::__anon4233::FakeFrameRateControllerClient
51 client.Reset();
91 client.Reset();
103 client.Reset();
148 client.Reset();
155 client.Reset();
159 client.Reset();
166 client.Reset();
173 client.Reset();
[all...]

Completed in 573 milliseconds

1234567891011>>