HomeSort by relevance Sort by last modified time
    Searched refs:Reset (Results 1 - 25 of 2222) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
video_codec_information.h 21 virtual void Reset() = 0;
  /external/lldb/source/Plugins/Process/Linux/
LinuxSignals.h 28 Reset();
  /external/chromium_org/net/cert/
cert_verify_result.cc 12 Reset();
18 void CertVerifyResult::Reset() {
  /external/chromium_org/sync/test/
callback_counter.h 13 CallbackCounter() { Reset(); }
16 void Reset() { times_called_ = 0; }
  /external/chromium_org/base/
callback_helpers.h 10 // 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);
atomic_sequence_num.h 32 inline void Reset() {
46 seq_.Reset();
callback_helpers.cc 23 void ScopedClosureRunner::Reset() {
29 void ScopedClosureRunner::Reset(const Closure& closure) {
38 closure_.Reset();
  /external/chromium_org/media/base/
text_ranges_unittest.cc 18 void Reset() {
19 ranges_.Reset();
34 Reset();
38 Reset();
41 Reset();
68 Reset();
79 Reset();
91 Reset();
99 Reset();
120 Reset();
    [all...]
  /external/chromium_org/tools/android/forwarder2/
pipe_notifier.h 26 void Reset();
  /external/chromium_org/third_party/webrtc/base/
exp_filter.h 25 Reset(alpha);
30 void Reset(float alpha);
  /external/chromium_org/content/public/test/
test_notification_tracker.cc 37 void TestNotificationTracker::Reset() {
43 Reset();
47 Reset();
54 Reset();
58 Reset();
66 Reset();
72 Reset();
  /external/chromium_org/base/android/
scoped_java_ref.h 114 this->Reset(other);
122 this->Reset();
128 this->Reset(other);
131 void Reset() {
136 void Reset(const ScopedJavaLocalRef<U>& other) {
140 this->Reset(other.env_, other.obj());
144 void Reset(const U& other) {
147 this->Reset(env_, other.obj());
151 void Reset(JNIEnv* env, U obj) {
178 this->Reset(other)
    [all...]
  /external/chromium_org/base/timer/
mock_timer.cc 39 Reset();
45 user_task_.Reset();
48 void MockTimer::Reset() {
57 Reset();
  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
short_lived_user_context.cc 33 base::Bind(&ShortLivedUserContext::Reset, weak_ptr_factory_.GetWeakPtr()),
38 Reset();
41 void ShortLivedUserContext::Reset() {
44 user_context_.reset();
52 Reset();
  /external/chromium_org/chromeos/login/auth/
online_attempt_host.cc 24 Reset();
30 Reset();
33 state_.reset(new AuthAttemptState(user_context,
38 online_attempt_.reset(new OnlineAttempt(state_.get(), this));
43 void OnlineAttemptHost::Reset() {
44 online_attempt_.reset(NULL);
60 Reset();
  /external/chromium_org/content/browser/dom_storage/
dom_storage_database_adapter.h 24 virtual void Reset() {}
  /external/chromium_org/media/formats/mp2t/
timestamp_unroller.h 31 // Reset the TimestampUnroller to its initial state.
32 void Reset();
  /external/chromium_org/net/ssl/
ssl_cert_request_info.cc 14 void SSLCertRequestInfo::Reset() {
  /external/chromium_org/remoting/host/
audio_silence_detector.h 21 void Reset(int sampling_rate, int channels);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
buffer_level_filter.h 22 virtual void Reset();
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
rms_level.h 33 // Can be called to reset internal states, but is not required during normal
35 void Reset();
  /external/chromium_org/third_party/webrtc/video_engine/
vie_ref_count.h 30 void Reset();
  /external/chromium_org/ui/base/ime/linux/
fake_input_method_context.cc 18 void FakeInputMethodContext::Reset() {
  /external/chromium_org/tools/relocation_packer/src/
debug_unittest.cc 13 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/lldb/include/lldb/Interpreter/
PythonDataObjects.h 41 Reset (py_obj);
47 Reset (rhs.m_py_obj);
55 Reset (NULL);
62 Reset (rhs.m_py_obj);
67 Reset (const PythonObject &object)
69 return Reset(object.GetPythonObject());
73 Reset (PyObject* py_obj = NULL)
129 Reset (PyObject* py_obj = NULL);
153 Reset (PyObject* py_obj = NULL);
174 Reset (PyObject* py_obj = NULL)
    [all...]

Completed in 726 milliseconds

1 2 3 4 5 6 7 8 91011>>