Searched refs:Reset (Results 201 - 225 of 2222) sorted by relevance

1234567891011>>

/external/chromium_org/net/ssl/
H A Dssl_info.h41 void Reset();
/external/chromium_org/ppapi/c/dev/
H A Dppb_video_decoder_dev.h45 * - To reset the decoder (e.g. to implement Seek): call Reset() and wait for
136 * Reset the decoder as quickly as possible. Pending inputs and outputs are
147 int32_t (*Reset)(PP_Resource video_decoder, member in struct:PPB_VideoDecoder_Dev_0_16
/external/chromium_org/ppapi/cpp/dev/
H A Dvideo_decoder_dev.h40 int32_t Reset(const CompletionCallback& callback);
/external/chromium_org/ppapi/cpp/
H A Dvideo_decoder.h36 /// - Call Reset() to quickly stop the decoder (e.g. to implement Seek) and wait
107 /// or Reset() call is pending.
110 /// Returns PP_ERROR_ABORTED when Reset() is called while Decode() is pending.
126 /// Returns PP_ERROR_FAILED if the decoder isn't initialized or if a Reset()
129 /// Returns PP_ERROR_ABORTED when Reset() is called, or if a call to Flush()
159 /// Resets the decoder as quickly as possible. The plugin can call Reset() to
160 /// skip to another position in the video stream. After Reset() returns, any
173 int32_t Reset(const CompletionCallback& callback);
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dtemporary_file.h47 bool Reset();
/external/chromium_org/ppapi/thunk/
H A Dppb_video_decoder_dev_api.h27 virtual int32_t Reset(scoped_refptr<TrackedCallback> callback) = 0;
/external/chromium_org/remoting/client/
H A Dtoken_fetcher_proxy.cc33 token_fetched_callback_.Reset();
/external/chromium_org/remoting/host/
H A Daudio_silence_detector.cc30 void AudioSilenceDetector::Reset(int sampling_rate, int channels) { function in class:remoting::AudioSilenceDetector
H A Dipc_audio_capturer.cc31 callback_.Reset();
/external/chromium_org/sync/internal_api/public/util/
H A Dunrecoverable_error_info.cc24 void UnrecoverableErrorInfo::Reset( function in class:syncer::UnrecoverableErrorInfo
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_line_reader.cpp17 Reset();
23 LineReader::~LineReader() { Reset(); }
26 Reset();
30 void LineReader::Reset() { function in class:crazy::LineReader
/external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
H A Dsha1-digest-function.h24 virtual void Reset() { function in class:invalidation::Sha1DigestFunction
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dblock_builder.h21 // Reset the contents as if the BlockBuilder was just constructed.
22 void Reset();
24 // REQUIRES: Finish() has not been callled since the last call to Reset().
30 // lifetime of this builder or until Reset() is called.
37 // Return true iff no entries have been added since the last Reset()
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.h58 int (*Reset)(WebPWorker* const worker); member in struct:__anon13307
72 // must call Reset() again.
/external/chromium_org/third_party/re2/re2/testing/
H A Dstring_generator.h28 void Reset();
/external/chromium_org/third_party/webrtc/base/
H A Devent_unittest.cc29 event.Reset();
H A Dexp_filter.cc19 void ExpFilter::Reset(float alpha) { function in class:rtc::ExpFilter
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dcomfort_noise.h46 void Reset();
53 // |output|. If this is the first in call after Reset (or first after creating
H A Ddelay_peak_detector.h26 virtual void Reset();
H A Ddtmf_tone_generator.h32 virtual void Reset();
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dcodec_timer.h42 void Reset();
H A Dcontent_metrics_processing.h41 // Reset the short-term averaged content data.
45 int Reset();
H A Dpacket.h32 void Reset();
H A Drtt_filter.h27 void Reset();
/external/chromium_org/ui/base/ime/chromeos/
H A Dmock_ime_candidate_window_handler.cc37 void MockIMECandidateWindowHandler::Reset() { function in class:chromeos::MockIMECandidateWindowHandler

Completed in 441 milliseconds

1234567891011>>