Searched defs:Flush (Results 76 - 100 of 220) sorted by relevance

123456789

/external/pdfium/core/src/fxcrt/
H A Dfxcrt_windows.cpp184 FX_BOOL CFXCRT_FileAccess_Win64::Flush() function in class:CFXCRT_FileAccess_Win64
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc296 bool GzipOutputStream::Flush() { function in class:google::protobuf::io::GzipOutputStream
/external/regex-re2/util/
H A Dlogging.h54 void Flush() { function in class:LogMessage
63 Flush();
79 Flush();
/external/webrtc/src/system_wrappers/source/
H A Dfile_impl.cc79 int FileWrapperImpl::Flush() function in class:webrtc::FileWrapperImpl
250 Flush();
/external/chromium_org/base/files/
H A Dfile_posix.cc414 bool File::Flush() { function in class:base::File
H A Dfile_proxy.cc74 void Flush() { function in class:base::__anon2239::GenericFileHelper
75 if (file_.Flush())
350 bool FileProxy::Flush(const StatusCallback& callback) { function in class:base::FileProxy
355 Bind(&GenericFileHelper::Flush, Unretained(helper)),
H A Dfile_win.cc255 bool File::Flush() { function in class:base::File
/external/chromium_org/cc/resources/
H A Dtexture_uploader.cc36 // Flush interval when performing texture uploads.
158 Flush();
161 void TextureUploader::Flush() { function in class:cc::TextureUploader
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_test_helper.cc79 void DeviceSettingsTestHelper::Flush() { function in class:chromeos::DeviceSettingsTestHelper
196 Flush();
200 Flush();
247 device_settings_test_helper_.Flush();
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log_policy.cc63 void ActivityLogDatabasePolicy::Flush() { function in class:extensions::ActivityLogDatabasePolicy
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data_store.cc125 void HistoryDataStore::Flush( function in class:app_list::HistoryDataStore
127 data_store_->Flush(on_flushed);
/external/chromium_org/content/browser/speech/
H A Daudio_encoder.cc29 virtual void Flush() OVERRIDE;
99 void FLACEncoder::Flush() { function in class:content::__anon7099::FLACEncoder
118 virtual void Flush() OVERRIDE {}
/external/chromium_org/content/common/gpu/client/
H A Dgpu_video_decode_accelerator_host.cc158 void GpuVideoDecodeAcceleratorHost::Flush() { function in class:content::GpuVideoDecodeAcceleratorHost
/external/chromium_org/content/common/gpu/media/
H A Dandroid_video_decode_accelerator.cc432 void AndroidVideoDecodeAccelerator::Flush() { function in class:content::AndroidVideoDecodeAccelerator
/external/chromium_org/content/renderer/pepper/
H A Dpepper_graphics_2d_host_unittest.cc65 void Flush() { function in class:content::PepperGraphics2DHostTest
H A Dppb_graphics_3d_impl.cc117 PP_Bool PPB_Graphics3D_Impl::Flush(int32_t put_offset) { function in class:content::PPB_Graphics3D_Impl
118 GetCommandBuffer()->Flush(put_offset);
H A Dppb_video_decoder_impl.cc200 int32_t PPB_VideoDecoder_Impl::Flush(scoped_refptr<TrackedCallback> callback) { function in class:content::PPB_VideoDecoder_Impl
208 decoder_->Flush();
H A Dresource_converter.cc205 // Verify Flush() was called.
278 void ResourceConverterImpl::Flush(const base::Callback<void(bool)>& callback) { function in class:content::ResourceConverterImpl
/external/chromium_org/content/renderer/
H A Drenderer_clipboard_client.cc30 virtual void Flush(const ui::Clipboard::ObjectMap& objects) OVERRIDE;
87 void RendererClipboardWriteContext::Flush( function in class:content::__anon7474::RendererClipboardWriteContext
/external/chromium_org/gpu/command_buffer/client/
H A Dclient_test_helper.cc126 void MockClientCommandBuffer::Flush(int32 put_offset) { function in class:gpu::MockClientCommandBuffer
145 ON_CALL(*this, Flush(_))
/external/chromium_org/media/base/
H A Dsinc_resampler.cc28 // These new regions remain constant until a Flush() occurs. While complicated,
133 Flush();
303 void SincResampler::Flush() { function in class:media::SincResampler
H A Dtext_renderer.cc83 void TextRenderer::Flush(const base::Closure& callback) { function in class:media::TextRenderer
H A Dtext_renderer_unittest.cc199 void Flush() { function in class:media::TextRendererTest
201 text_renderer_->Flush(base::Bind(&TextRendererTest::OnFlush,
505 Flush();
522 Flush();
1138 Flush();
1157 Flush();
1180 Flush();
/external/chromium_org/media/filters/
H A Dvideo_renderer_impl.cc60 void VideoRendererImpl::Flush(const base::Closure& callback) { function in class:media::VideoRendererImpl
/external/chromium_org/media/formats/mp2t/
H A Des_parser_adts.cc192 void EsParserAdts::Flush() { function in class:media::mp2t::EsParserAdts

Completed in 788 milliseconds

123456789