Searched defs:Flush (Results 1 - 25 of 220) sorted by path

123456789

/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/base/win/
H A Devent_trace_controller.cc121 HRESULT EtwTraceController::Flush(EtwTraceProperties* properties) { function in class:base::win::EtwTraceController
164 HRESULT EtwTraceController::Flush(const wchar_t* session_name, function in class:base::win::EtwTraceController
/external/chromium_org/cc/resources/
H A Dresource_provider.cc990 texture_uploader_->Flush();
1021 void ResourceProvider::Flush() { function in class:cc::ResourceProvider
1025 gl->Flush();
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/cc/test/
H A Dtest_gles2_interface.cc151 void TestGLES2Interface::Flush() { test_context_->flush(); } function in class:cc::TestGLES2Interface
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dwebkit_file_stream_writer_impl.cc115 int WebkitFileStreamWriterImpl::Flush(const net::CompletionCallback& callback) { function in class:drive::internal::WebkitFileStreamWriterImpl
121 return local_file_writer_->Flush(callback);
126 // Here is the case Flush() is called before any Write() invocation.
/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/extensions/api/serial/
H A Dserial_connection_posix.cc200 bool SerialConnection::Flush() const { function in class:extensions::SerialConnection
H A Dserial_connection_win.cc190 bool SerialConnection::Flush() const { function in class:extensions::SerialConnection
/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Ddictionary_data_store.cc39 Flush(OnFlushedCallback());
42 void DictionaryDataStore::Flush(const OnFlushedCallback& on_flushed) { function in class:app_list::DictionaryDataStore
/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);
H A Dhistory_data_store_unittest.cc61 void Flush() { function in class:app_list::test::HistoryDataStoreTest
62 store_->Flush(DictionaryDataStore::OnFlushedCallback());
152 Flush();
165 Flush();
174 Flush();
H A Dhistory_unittest.cc68 store_->Flush(
100 Flush();
116 void Flush() { function in class:app_list::test::SearchHistoryTest
155 // Flush and recreate the history object.
156 Flush();
/external/chromium_org/components/breakpad/app/
H A Dbreakpad_linux.cc269 // Flush any pending iovecs to the output file.
270 void Flush() { function in class:breakpad::__anon6260::MimeWriter
360 Flush();
382 Flush();
446 Flush();
486 Flush();
505 Flush();
1358 writer.Flush();
1375 writer.Flush();
1383 writer.Flush();
[all...]
/external/chromium_org/components/precache/core/
H A Dprecache_database.cc75 Flush();
89 Flush();
128 Flush();
173 void PrecacheDatabase::Flush() { function in class:precache::PrecacheDatabase
204 Flush();
/external/chromium_org/content/browser/
H A Dbyte_stream.cc61 virtual void Flush() OVERRIDE;
238 void ByteStreamWriterImpl::Flush() { function in class:content::__anon6742::ByteStreamWriterImpl
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.cc69 // disk on the BG runner every 30 seconds, 512 operations, or call to Flush(),
112 void Flush(const base::Closure& callback);
1056 void SQLitePersistentCookieStore::Backend::Flush( function in class:content::SQLitePersistentCookieStore::Backend
1245 void SQLitePersistentCookieStore::Flush(const base::Closure& callback) { function in class:content::SQLitePersistentCookieStore
1246 backend_->Flush(callback);
H A Dsqlite_persistent_cookie_store_unittest.cc101 void Flush() { function in class:content::SQLitePersistentCookieStoreTest
103 store_->Flush(base::Bind(&base::WaitableEvent::Signal,
335 // Test that we can force the database to be written by calling Flush().
354 Flush();
/external/chromium_org/content/browser/renderer_host/input/
H A Dinput_router_impl.cc88 void InputRouterImpl::Flush() { function in class:content::InputRouterImpl
H A Dinput_router_impl_unittest.cc290 void Flush() const { function in class:content::InputRouterImplTest
291 return input_router_->Flush();
1364 // been dispatched following a call to |Flush|.
1369 Flush();
1380 Flush();
1399 Flush();
1403 Flush();
H A Dsynthetic_gesture_controller.cc34 void SyntheticGestureController::Flush(base::TimeTicks timestamp) { function in class:content::SyntheticGestureController
35 TRACE_EVENT0("input", "SyntheticGestureController::Flush");
/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 {}

Completed in 527 milliseconds

123456789