Searched refs:DidFlush (Results 1 - 19 of 19) sorted by path

/external/chromium_org/content/browser/renderer_host/input/
H A Dinput_router_client.h53 virtual void DidFlush() = 0;
H A Dinput_router_impl.cc673 client_->DidFlush();
H A Dinput_router_impl_perftest.cc80 virtual void DidFlush() OVERRIDE {}
H A Dmock_input_router_client.cc57 void MockInputRouterClient::DidFlush() { function in class:content::MockInputRouterClient
H A Dmock_input_router_client.h30 virtual void DidFlush() OVERRIDE;
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc1879 void RenderWidgetHostImpl::DidFlush() { function in class:content::RenderWidgetHostImpl
H A Drender_widget_host_impl.h676 virtual void DidFlush() OVERRIDE;
/external/chromium_org/native_client_sdk/src/examples/api/media_stream_audio/
H A Dmedia_stream_audio.cc100 void DidFlush(int32_t result) { function in class:__anon8879::MediaStreamAudioInstance
122 callback_factory_.NewCallback(&MediaStreamAudioInstance::DidFlush));
/external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
H A Dmouse_lock.cc182 void MouseLockInstance::DidFlush(int32_t result) { function in class:MouseLockInstance
203 callback_factory_.NewCallback(&MouseLockInstance::DidFlush));
H A Dmouse_lock.h70 void DidFlush(int32_t result);
/external/chromium_org/native_client_sdk/src/examples/api/var_array_buffer/
H A Dvar_array_buffer.cc94 callback_factory_.NewCallback(&VarArrayBufferInstance::DidFlush));
101 void DidFlush(int32_t error_code) {
/external/chromium_org/ppapi/examples/audio_input/
H A Daudio_input.cc147 void DidFlush(int32_t result) { function in class:MyInstance
169 callback_factory_.NewCallback(&MyInstance::DidFlush));
/external/chromium_org/ppapi/examples/flash_topmost/
H A Dflash_topmost.cc57 void DidFlush(int32_t result) { function in class:MyInstance
79 callback_factory_.NewCallback(&MyInstance::DidFlush));
/external/chromium_org/ppapi/examples/media_stream_audio/
H A Dmedia_stream_audio.cc97 void DidFlush(int32_t result) { function in class:__anon10062::MediaStreamAudioInstance
119 callback_factory_.NewCallback(&MediaStreamAudioInstance::DidFlush));
/external/chromium_org/ppapi/examples/mouse_lock/
H A Dmouse_lock.cc123 void DidFlush(int32_t result) { function in class:MyInstance
142 callback_factory_.NewCallback(&MyInstance::DidFlush));
/external/chromium_org/storage/browser/fileapi/
H A Dcopy_or_move_operation_delegate.cc716 base::Bind(&StreamCopyHelper::DidFlush,
719 DidFlush(callback, is_eof, result);
722 void CopyOrMoveOperationDelegate::StreamCopyHelper::DidFlush( function in class:storage::CopyOrMoveOperationDelegate::StreamCopyHelper
H A Dcopy_or_move_operation_delegate.h77 void DidFlush(const StatusCallback& callback, bool is_eof, int result);
H A Dlocal_file_stream_writer.cc229 return stream_impl_->Flush(base::Bind(&LocalFileStreamWriter::DidFlush,
234 void LocalFileStreamWriter::DidFlush(const net::CompletionCallback& callback, function in class:storage::LocalFileStreamWriter
H A Dlocal_file_stream_writer.h77 void DidFlush(const net::CompletionCallback& callback, int result);

Completed in 437 milliseconds