Home
last modified time | relevance | path

Searched refs:kSynchronous (Results 1 – 25 of 53) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/filesystem/
H A Dentry_sync.cc64 DOMFileSystemBase::kSynchronous); in getMetadata()
80 DOMFileSystemBase::kSynchronous); in moveTo()
98 DOMFileSystemBase::kSynchronous); in copyTo()
112 DOMFileSystemBase::kSynchronous); in remove()
H A Ddom_file_system_base.cc219 if (synchronous_type == kSynchronous) { in GetMetadata()
286 if (synchronous_type == kSynchronous) in Move()
314 if (synchronous_type == kSynchronous) in Copy()
336 if (synchronous_type == kSynchronous) in Remove()
360 if (synchronous_type == kSynchronous) in RemoveRecursively()
401 if (synchronous_type == kSynchronous) in GetFile()
406 if (synchronous_type == kSynchronous) { in GetFile()
435 if (synchronous_type == kSynchronous) { in GetDirectory()
443 if (synchronous_type == kSynchronous) { in GetDirectory()
463 if (synchronous_type == kSynchronous) { in ReadDirectory()
H A Ddirectory_entry_sync.cc64 std::move(error_callback_wrapper), DOMFileSystemBase::kSynchronous); in getFile()
83 std::move(error_callback_wrapper), DOMFileSystemBase::kSynchronous); in getDirectory()
97 DOMFileSystemBase::kSynchronous); in removeRecursively()
H A Dlocal_file_system.cc160 if (sync_type == kSynchronous) { in FileSystemAllowedInternal()
175 if (sync_type == kSynchronous) { in ResolveURLInternal()
H A Dworker_global_scope_file_system.cc123 LocalFileSystem::kSynchronous); in webkitRequestFileSystemSync()
200 LocalFileSystem::kSynchronous); in webkitResolveLocalFileSystemSyncURL()
H A Ddirectory_reader_sync.cc68 DOMFileSystemBase::kSynchronous); in readEntries()
H A Dlocal_file_system.h61 enum SynchronousType { kAsynchronous, kSynchronous }; enumerator
H A Ddom_file_system_base.h57 kSynchronous, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/filesystem/
H A Dentry_sync.cc64 DOMFileSystemBase::kSynchronous); in getMetadata()
80 DOMFileSystemBase::kSynchronous); in moveTo()
98 DOMFileSystemBase::kSynchronous); in copyTo()
112 DOMFileSystemBase::kSynchronous); in remove()
H A Ddom_file_system_base.cc219 if (synchronous_type == kSynchronous) { in GetMetadata()
286 if (synchronous_type == kSynchronous) in Move()
314 if (synchronous_type == kSynchronous) in Copy()
336 if (synchronous_type == kSynchronous) in Remove()
360 if (synchronous_type == kSynchronous) in RemoveRecursively()
401 if (synchronous_type == kSynchronous) in GetFile()
406 if (synchronous_type == kSynchronous) { in GetFile()
435 if (synchronous_type == kSynchronous) { in GetDirectory()
443 if (synchronous_type == kSynchronous) { in GetDirectory()
463 if (synchronous_type == kSynchronous) { in ReadDirectory()
H A Ddirectory_entry_sync.cc64 std::move(error_callback_wrapper), DOMFileSystemBase::kSynchronous); in getFile()
83 std::move(error_callback_wrapper), DOMFileSystemBase::kSynchronous); in getDirectory()
97 DOMFileSystemBase::kSynchronous); in removeRecursively()
H A Dlocal_file_system.cc153 if (sync_type == kSynchronous) { in FileSystemAllowedInternal()
168 if (sync_type == kSynchronous) { in ResolveURLInternal()
H A Dworker_global_scope_file_system.cc123 LocalFileSystem::kSynchronous); in webkitRequestFileSystemSync()
199 LocalFileSystem::kSynchronous); in webkitResolveLocalFileSystemSyncURL()
H A Ddirectory_reader_sync.cc68 DOMFileSystemBase::kSynchronous); in readEntries()
H A Dlocal_file_system.h57 enum SynchronousType { kAsynchronous, kSynchronous }; enumerator
H A Ddom_file_system_base.h57 kSynchronous, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/web_resource/
H A Dresource_request_allowed_notifier_unittest.cc44 kSynchronous, enumerator
64 GetParam() == ConnectionTrackerResponseMode::kSynchronous); in ResourceRequestAllowedNotifierTest()
133 if (GetParam() == ConnectionTrackerResponseMode::kSynchronous) { in TEST_P()
302 testing::Values(ConnectionTrackerResponseMode::kSynchronous,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/web_resource/
H A Dresource_request_allowed_notifier_unittest.cc44 kSynchronous, enumerator
64 GetParam() == ConnectionTrackerResponseMode::kSynchronous); in ResourceRequestAllowedNotifierTest()
133 if (GetParam() == ConnectionTrackerResponseMode::kSynchronous) { in TEST_P()
302 testing::Values(ConnectionTrackerResponseMode::kSynchronous,
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/transport/
H A Dtransport_mode.h35 enum class Mode { kAsynchronous = 0, kSynchronous = 1 }; enumerator
H A Dservice_state_machine_test.cpp242 return Mode::kSynchronous; in transportMode()
302 getGlobalServiceContext(), _tl->createSession(), transport::Mode::kSynchronous); in setUp()
453 getGlobalServiceContext(), _tl->createSession(), transport::Mode::kSynchronous); in TEST_F()
522 getGlobalServiceContext(), _tl->createSession(), transport::Mode::kSynchronous); in TEST_F()
H A Dservice_executor_noop.h59 return Mode::kSynchronous; in transportMode()
H A Dservice_executor_synchronous.h58 return Mode::kSynchronous; in transportMode()
H A Dservice_executor_reserved.h64 return Mode::kSynchronous; in transportMode()
H A Dtransport_layer_asio.h87 Mode transportMode = Mode::kSynchronous; // whether accepted sockets should be put into
H A Dtransport_layer_manager.cpp138 opts.transportMode = transport::Mode::kSynchronous; in createWithConfig()

123