Searched refs:Reset (Results 176 - 200 of 1946) sorted by relevance

1234567891011>>

/external/chromium_org/media/webm/
H A Dwebm_audio_client.h23 // Reset this object's state so it can process a new audio track element.
24 void Reset();
/external/chromium_org/mojo/shell/
H A Dcontext.h31 void set_activity(jobject activity) { activity_.Reset(NULL, activity); }
/external/chromium_org/net/quic/congestion_control/
H A Dhybrid_slow_start.h34 // Call Reset if this returns true.
38 void Reset(QuicPacketSequenceNumber end_sequence_number);
H A Dinter_arrival_bitrate_ramp_up.h28 void Reset(QuicBandwidth current_rate,
52 // Time when this cycle started, after a Reset.
/external/chromium_org/net/quic/test_tools/
H A Dcrypto_test_utils_chromium.cc30 scoped_root_.Reset(root_cert.get());
/external/chromium_org/net/ssl/
H A Dssl_cert_request_info.h41 void Reset();
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/thunk/
H A Dppb_video_decoder_api.h27 virtual int32_t Reset(scoped_refptr<TrackedCallback> callback) = 0;
/external/chromium_org/remoting/client/plugin/
H A Dpepper_token_fetcher.cc36 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/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/libjingle/source/talk/base/
H A Devent_unittest.cc46 event.Reset();
/external/chromium_org/third_party/re2/re2/testing/
H A Dstring_generator.h28 void Reset();
/external/chromium_org/ui/aura/test/
H A Dtest_event_handler.cc22 void TestEventHandler::Reset() { function in class:aura::test::TestEventHandler
/external/chromium_org/ui/base/ime/chromeos/
H A Dcharacter_composer.h23 void Reset();
H A Dmock_ime_input_context_handler.cc41 void MockIMEInputContextHandler::Reset() { function in class:chromeos::MockIMEInputContextHandler
/external/libvpx/libvpx/test/
H A Dacm_random.h26 void Reset(int seed) { function in class:libvpx_test::ACMRandom
/external/llvm/include/llvm/CodeGen/
H A DScheduleHazardRecognizer.h64 /// Reset - This callback is invoked when a new block of
67 virtual void Reset() {} function in class:llvm::ScheduleHazardRecognizer
/external/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.h41 virtual void Reset();
/external/lzma/CPP/7zip/Common/
H A DStreamBinder.cpp63 _thereAreBytesToReadEvent.Reset();
64 _readStreamIsClosedEvent.Reset();
104 _thereAreBytesToReadEvent.Reset();
126 _allBytesAreWritenEvent.Reset();

Completed in 382 milliseconds

1234567891011>>