Searched refs:Flush (Results 126 - 150 of 719) sorted by relevance

1234567891011>>

/external/chromium_org/chromecast/media/cma/base/
H A Dmock_frame_provider.cc56 void MockFrameProvider::Flush(const base::Closure& flush_cb) { function in class:chromecast::media::MockFrameProvider
/external/chromium_org/chromecast/media/cma/filters/
H A Ddemuxer_stream_adapter.h43 virtual void Flush(const base::Closure& flush_cb) OVERRIDE;
/external/chromium_org/components/precache/core/
H A Dprecache_database.h71 void Flush();
73 // Same as Flush(), but also updates the flag |is_flush_posted_| to indicate
86 // then this table will not be up to date until the next call to Flush().
96 // Flag indicating whether or not a call to Flush() has been posted to run in
/external/chromium_org/content/browser/compositor/
H A Dimage_transport_factory_browsertest.cc63 gl->Flush();
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.h64 virtual void Flush(const base::Closure& callback) OVERRIDE;
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture_controller.cc34 void SyntheticGestureController::Flush(base::TimeTicks timestamp) { function in class:content::SyntheticGestureController
35 TRACE_EVENT0("input", "SyntheticGestureController::Flush");
H A Dsynthetic_gesture_controller.h39 void Flush(base::TimeTicks timestamp);
/external/chromium_org/content/common/gpu/client/
H A Dgpu_video_decode_accelerator_host.h44 virtual void Flush() OVERRIDE;
/external/chromium_org/content/renderer/
H A Dclipboard_client.h28 virtual void Flush(const ui::Clipboard::ObjectMap& objects) = 0;
/external/chromium_org/content/renderer/pepper/
H A Dppb_video_decoder_impl.h42 virtual int32_t Flush(scoped_refptr<ppapi::TrackedCallback> callback)
/external/chromium_org/device/hid/
H A Dhid_connection_linux.h44 void Flush();
/external/chromium_org/device/serial/
H A Dserial_connection.h38 virtual void Flush(const mojo::Callback<void(bool)>& callback) OVERRIDE;
H A Dserial_io_handler_posix.h21 virtual bool Flush() const OVERRIDE;
H A Dserial_io_handler_win.h22 virtual bool Flush() const OVERRIDE;
H A Dtest_serial_io_handler.h32 virtual bool Flush() const OVERRIDE;
/external/chromium_org/gpu/command_buffer/common/
H A Dcommand_buffer.h99 virtual void Flush(int32 put_offset) = 0;
H A Dcommand_buffer_mock.h27 MOCK_METHOD1(Flush, void(int32 put_offset));
/external/chromium_org/media/base/android/
H A Dvideo_decoder_job.h36 virtual void Flush() OVERRIDE;
84 // unit after Flush() and CurrentDataConsumed(true) is guaranteed to be an
/external/chromium_org/media/base/
H A Daudio_buffer_converter.cc43 Flush();
88 Flush();
139 Flush();
234 void AudioBufferConverter::Flush() { function in class:media::AudioBufferConverter
H A Dsinc_resampler.h60 // Flush all buffered data and reset internal indices. Not thread safe, do
62 void Flush();
H A Dstream_parser.h132 virtual void Flush() = 0;
/external/chromium_org/media/formats/mp2t/
H A Des_adapter_video.h42 void Flush();
H A Dts_section_psi.cc116 void TsSectionPsi::Flush() { function in class:media::mp2t::TsSectionPsi
/external/chromium_org/media/formats/webm/
H A Dwebm_stream_parser.h33 virtual void Flush() OVERRIDE;
/external/chromium_org/media/mojo/services/
H A Dmojo_renderer_service.h42 virtual void Flush(const mojo::Callback<void()>& callback) MOJO_OVERRIDE;

Completed in 9795 milliseconds

1234567891011>>