Searched defs:DidFlush (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dmock_input_router_client.cc57 void MockInputRouterClient::DidFlush() { function in class:content::MockInputRouterClient
/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/storage/browser/fileapi/
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 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
/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));
/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/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/content/browser/renderer_host/
H A Drender_widget_host_impl.cc1879 void RenderWidgetHostImpl::DidFlush() { function in class:content::RenderWidgetHostImpl

Completed in 753 milliseconds