Searched refs:Flush (Results 251 - 275 of 719) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/device/serial/
H A Dtest_serial_io_handler.cc94 bool TestSerialIoHandler::Flush() const { function in class:device::TestSerialIoHandler
/external/chromium_org/google_apis/gcm/base/
H A Dsocket_stream.h140 // 3. Once done writing, GetState() should be READY, so call Flush(..) to write
143 // 4. Check the GetState() again to ensure the Flush was successful. GetState()
170 net::Error Flush(const base::Closure& callback);
/external/chromium_org/gpu/command_buffer/service/
H A Dcommand_buffer_service.h51 virtual void Flush(int32 put_offset) OVERRIDE;
/external/chromium_org/media/base/
H A Dmulti_channel_resampler_unittest.cc70 // First prime the resampler with some junk data, so we can verify Flush().
73 resampler.Flush();
80 // If Flush() didn't work, the rest of the tests will fail.
/external/chromium_org/media/filters/
H A Drenderer_impl.h51 virtual void Flush(const base::Closure& flush_cb) OVERRIDE;
81 // Helper functions and callbacks for Flush().
129 // Temporary callback used for Initialize() and Flush().
H A Dvideo_renderer_impl.h70 virtual void Flush(const base::Closure& callback) OVERRIDE;
156 // | | Flush()
H A Dvideo_renderer_impl_unittest.cc120 void Flush() { function in class:media::VideoRendererImplTest
121 SCOPED_TRACE("Flush()");
123 renderer_->Flush(event.GetClosure());
355 renderer_->Flush(NewExpectedClosure());
374 Flush();
/external/chromium_org/media/formats/mp2t/
H A Des_adapter_video_unittest.cc103 es_adapter_.Flush();
H A Des_parser_test_base.cc83 es_parser->Flush();
/external/chromium_org/media/mojo/services/
H A Dmojo_renderer_service.cc78 void MojoRendererService::Flush(const mojo::Callback<void()>& callback) { function in class:media::MojoRendererService
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dgraphics_3d_resource.cc102 PP_Bool Graphics3DResource::Flush(int32_t put_offset) { function in class:mojo::examples::Graphics3DResource
/external/chromium_org/mojo/gles2/
H A Dcommand_buffer_client_impl.h47 virtual void Flush(int32 put_offset) OVERRIDE;
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_context_2d.cc128 PSInterfaceGraphics2D()->Flush(ctx->graphic_2d, PP_BlockUntilComplete());
/external/chromium_org/net/base/
H A Dfile_stream_context.h98 void Flush(const CompletionCallback& callback);
/external/chromium_org/net/socket/
H A Dssl_session_cache_openssl.cc179 Flush();
264 // Flush all entries from the cache.
265 void Flush() { function in class:net::SSLSessionCacheOpenSSLImpl
527 void SSLSessionCacheOpenSSL::Flush() { impl_->Flush(); } function in class:net::SSLSessionCacheOpenSSL
/external/chromium_org/net/ssl/
H A Dopenssl_client_key_store.cc115 void OpenSSLClientKeyStore::Flush() { function in class:net::OpenSSLClientKeyStore
/external/chromium_org/ppapi/examples/flash_topmost/
H A Dflash_topmost.cc78 device_context_.Flush(
/external/chromium_org/ppapi/examples/font/
H A Dsimple_font.cc85 graphics.Flush(pp::CompletionCallback(&DummyCompletionCallback, NULL));
/external/chromium_org/ppapi/proxy/
H A Dgraphics_2d_resource.cc115 int32_t Graphics2DResource::Flush(scoped_refptr<TrackedCallback> callback) { function in class:ppapi::proxy::Graphics2DResource
H A Dppapi_command_buffer_proxy.h39 virtual void Flush(int32 put_offset) OVERRIDE;
/external/chromium_org/ppapi/tests/
H A Dtest_graphics_2d.cc30 callback.WaitForResult(context->Flush(callback.GetCallback()));
37 callback.WaitForResult(graphics_2d_if->Flush(
69 RUN_TEST_FORCEASYNC_AND_NOT(Flush, filter);
102 callback.WaitForResult(context->Flush(callback.GetCallback()));
241 // Flush.
244 graphics_2d_interface_->Flush(image.pp_resource(),
248 graphics_2d_interface_->Flush(null_context.pp_resource(),
594 // Flush and make sure the result is correct.
616 int32_t rv = dc.Flush(pp::BlockUntilComplete());
628 rv = dc_nopaints.Flush(callback_
[all...]
/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_manager.cc155 int32_t result = graphics_.Flush(
158 // If you trigger this assertion, then your plugin has called Flush()
159 // manually. When using the PaintManager, you should not call Flush, it
165 // that we've already scheduled a Flush on the first device. It's best to
202 // is pending, a Flush callback could have come in before this callback was
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h291 bool Flush();
/external/chromium_org/third_party/skia/platform_tools/nacl/src/
H A Dnacl_hello.cpp77 fDeviceContext.Flush(pp::CompletionCallback(&FlushCallback, this));
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dsync_buffer.cc90 void SyncBuffer::Flush() { function in class:webrtc::SyncBuffer

Completed in 1467 milliseconds

<<11121314151617181920>>