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

1234567891011>>

/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/chromium_org/media/base/
H A Dtext_ranges_unittest.cc18 void Reset() { function in class:media::TextRangesTest
19 ranges_.Reset();
34 Reset();
38 Reset();
41 Reset();
68 Reset();
79 Reset();
91 Reset();
99 Reset();
120 Reset();
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dvideo_codec_information.h21 virtual void Reset() = 0;
/external/lldb/source/Plugins/Process/Linux/
H A DLinuxSignals.h28 Reset();
/external/chromium_org/third_party/webrtc/base/
H A Dexp_filter.h25 Reset(alpha);
30 void Reset(float alpha);
/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);
/external/chromium_org/base/android/
H A Dscoped_java_ref.h114 this->Reset(other);
122 this->Reset();
128 this->Reset(other);
131 void Reset() { function in class:base::android::ScopedJavaLocalRef
136 void Reset(const ScopedJavaLocalRef<U>& other) { function in class:base::android::ScopedJavaLocalRef
140 this->Reset(other.env_, other.obj());
144 void Reset(const U& other) { function in class:base::android::ScopedJavaLocalRef
147 this->Reset(env_, other.obj());
151 void Reset(JNIEnv* env, U obj) { function in class:base::android::ScopedJavaLocalRef
178 this->Reset(othe
190 void Reset() { function in class:base::android::ScopedJavaGlobalRef
195 void Reset(const U& other) { function in class:base::android::ScopedJavaGlobalRef
200 void Reset(JNIEnv* env, U obj) { function in class:base::android::ScopedJavaGlobalRef
[all...]
/external/chromium_org/base/timer/
H A Dmock_timer.cc39 Reset();
45 user_task_.Reset();
48 void MockTimer::Reset() { function in class:base::MockTimer
57 Reset();
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Dshort_lived_user_context.cc33 base::Bind(&ShortLivedUserContext::Reset, weak_ptr_factory_.GetWeakPtr()),
38 Reset();
41 void ShortLivedUserContext::Reset() { function in class:chromeos::ShortLivedUserContext
52 Reset();
/external/chromium_org/chromeos/login/auth/
H A Donline_attempt_host.cc24 Reset();
30 Reset();
43 void OnlineAttemptHost::Reset() { function in class:chromeos::OnlineAttemptHost
60 Reset();
/external/chromium_org/net/ssl/
H A Dssl_cert_request_info.cc14 void SSLCertRequestInfo::Reset() { function in class:net::SSLCertRequestInfo
/external/chromium_org/tools/android/forwarder2/
H A Dpipe_notifier.h26 void Reset();
/external/chromium_org/ui/base/ime/linux/
H A Dfake_input_method_context.cc18 void FakeInputMethodContext::Reset() { function in class:ui::FakeInputMethodContext
/external/chromium_org/tools/relocation_packer/src/
H A Ddebug_unittest.cc13 Logger::Reset();
25 Logger::Reset();
29 Logger::Reset();
45 Logger::Reset();
49 Logger::Reset();
70 Logger::Reset();
74 Logger::Reset();
98 Logger::Reset();
103 Logger::Reset();
111 Logger::Reset();
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dbuffer_level_filter.cc18 Reset();
21 void BufferLevelFilter::Reset() { function in class:webrtc::BufferLevelFilter
/external/chromium_org/v8/src/
H A Dcounters.cc118 #define SC(name, caption) name##_.Reset();
124 count_of_##name##_.Reset(); \
125 size_of_##name##_.Reset();
130 count_of_CODE_TYPE_##name##_.Reset(); \
131 size_of_CODE_TYPE_##name##_.Reset();
136 count_of_FIXED_ARRAY_##name##_.Reset(); \
137 size_of_FIXED_ARRAY_##name##_.Reset();
142 count_of_CODE_AGE_##name##_.Reset(); \
143 size_of_CODE_AGE_##name##_.Reset();
150 #define HR(name, caption, min, max, num_buckets) name##_.Reset();
[all...]
/external/chromium_org/cc/scheduler/
H A Dscheduler_unittest.cc54 Reset();
57 void Reset() { function in class:cc::__anon2793::FakeSchedulerClient
278 client.Reset();
295 client.Reset();
299 client.Reset();
306 client.Reset();
313 client.Reset();
320 client.Reset();
328 client.Reset();
335 client.Reset();
[all...]
/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/third_party/webrtc/modules/audio_processing/
H A Drms_level.cc26 void RMSLevel::Reset() { function in class:webrtc::RMSLevel
44 Reset();
57 Reset();
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Devent_tracer_unittest.cc24 void Reset() { function in class:__anon16160::TestStatistics
70 TestStatistics::Get()->Reset();
79 TestStatistics::Get()->Reset();

Completed in 2764 milliseconds

1234567891011>>