Searched refs:message_loop_proxy (Results 1 - 20 of 20) sorted by relevance

/external/chromium/base/
H A Dfile_util_proxy.h61 static bool CreateOrOpen(scoped_refptr<MessageLoopProxy> message_loop_proxy,
69 scoped_refptr<MessageLoopProxy> message_loop_proxy,
73 static bool Close(scoped_refptr<MessageLoopProxy> message_loop_proxy,
87 scoped_refptr<MessageLoopProxy> message_loop_proxy,
94 scoped_refptr<MessageLoopProxy> message_loop_proxy,
99 scoped_refptr<MessageLoopProxy> message_loop_proxy,
103 static bool ReadDirectory(scoped_refptr<MessageLoopProxy> message_loop_proxy,
110 scoped_refptr<MessageLoopProxy> message_loop_proxy,
124 static bool Copy(scoped_refptr<MessageLoopProxy> message_loop_proxy,
132 scoped_refptr<MessageLoopProxy> message_loop_proxy,
[all...]
H A Dmessage_loop_proxy_impl_unittest.cc25 ASSERT_TRUE(io_thread_->message_loop_proxy()->BelongsToCurrentThread());
29 ASSERT_TRUE(file_thread_->message_loop_proxy()->BelongsToCurrentThread());
87 EXPECT_TRUE(file_thread_->message_loop_proxy()->PostTask(
93 EXPECT_TRUE(io_thread_->message_loop_proxy()->ReleaseSoon(FROM_HERE, this));
99 EXPECT_TRUE(file_thread_->message_loop_proxy()->DeleteSoon(
108 scoped_refptr<base::MessageLoopProxy> message_loop_proxy = local
109 test_thread->message_loop_proxy();
113 bool ret = message_loop_proxy->PostTask(
120 scoped_refptr<base::MessageLoopProxy> message_loop_proxy; local
125 message_loop_proxy
[all...]
H A Dfile_util_proxy.cc7 #include "base/message_loop_proxy.h"
80 bool Start(scoped_refptr<base::MessageLoopProxy> message_loop_proxy, argument
82 return message_loop_proxy->PostTask(
120 scoped_refptr<base::MessageLoopProxy> message_loop_proxy,
124 : message_loop_proxy_(message_loop_proxy),
169 scoped_refptr<base::MessageLoopProxy> message_loop_proxy,
171 : message_loop_proxy_(message_loop_proxy),
256 scoped_refptr<base::MessageLoopProxy> message_loop_proxy,
259 : message_loop_proxy_(message_loop_proxy),
724 scoped_refptr<base::MessageLoopProxy> message_loop_proxy,
119 RelayCreateOrOpen( scoped_refptr<base::MessageLoopProxy> message_loop_proxy, const FilePath& file_path, int file_flags, base::FileUtilProxy::CreateOrOpenCallback* callback) argument
168 RelayCreateTemporary( scoped_refptr<base::MessageLoopProxy> message_loop_proxy, base::FileUtilProxy::CreateTemporaryCallback* callback) argument
255 RelayEnsureFileExists( scoped_refptr<base::MessageLoopProxy> message_loop_proxy, const FilePath& file_path, base::FileUtilProxy::EnsureFileExistsCallback* callback) argument
723 Start(const tracked_objects::Location& from_here, scoped_refptr<base::MessageLoopProxy> message_loop_proxy, scoped_refptr<MessageLoopRelay> relay) argument
734 CreateOrOpen( scoped_refptr<MessageLoopProxy> message_loop_proxy, const FilePath& file_path, int file_flags, CreateOrOpenCallback* callback) argument
743 CreateTemporary( scoped_refptr<MessageLoopProxy> message_loop_proxy, CreateTemporaryCallback* callback) argument
751 Close(scoped_refptr<MessageLoopProxy> message_loop_proxy, base::PlatformFile file_handle, StatusCallback* callback) argument
759 EnsureFileExists( scoped_refptr<MessageLoopProxy> message_loop_proxy, const FilePath& file_path, EnsureFileExistsCallback* callback) argument
769 GetFileInfo( scoped_refptr<MessageLoopProxy> message_loop_proxy, const FilePath& file_path, GetFileInfoCallback* callback) argument
778 GetFileInfoFromPlatformFile( scoped_refptr<MessageLoopProxy> message_loop_proxy, PlatformFile file, GetFileInfoCallback* callback) argument
787 ReadDirectory( scoped_refptr<MessageLoopProxy> message_loop_proxy, const FilePath& file_path, ReadDirectoryCallback* callback) argument
796 CreateDirectory( scoped_refptr<MessageLoopProxy> message_loop_proxy, const FilePath& file_path, bool exclusive, bool recursive, StatusCallback* callback) argument
807 Copy(scoped_refptr<MessageLoopProxy> message_loop_proxy, const FilePath& src_file_path, const FilePath& dest_file_path, StatusCallback* callback) argument
816 Move(scoped_refptr<MessageLoopProxy> message_loop_proxy, const FilePath& src_file_path, const FilePath& dest_file_path, StatusCallback* callback) argument
825 Delete(scoped_refptr<MessageLoopProxy> message_loop_proxy, const FilePath& file_path, bool recursive, StatusCallback* callback) argument
834 RecursiveDelete( scoped_refptr<MessageLoopProxy> message_loop_proxy, const FilePath& file_path, StatusCallback* callback) argument
843 Read( scoped_refptr<MessageLoopProxy> message_loop_proxy, PlatformFile file, int64 offset, int bytes_to_read, ReadCallback* callback) argument
854 Write( scoped_refptr<MessageLoopProxy> message_loop_proxy, PlatformFile file, int64 offset, const char* buffer, int bytes_to_write, WriteCallback* callback) argument
866 Touch( scoped_refptr<MessageLoopProxy> message_loop_proxy, PlatformFile file, const base::Time& last_access_time, const base::Time& last_modified_time, StatusCallback* callback) argument
878 Touch( scoped_refptr<MessageLoopProxy> message_loop_proxy, const FilePath& file_path, const base::Time& last_access_time, const base::Time& last_modified_time, StatusCallback* callback) argument
890 Truncate( scoped_refptr<MessageLoopProxy> message_loop_proxy, PlatformFile file, int64 length, StatusCallback* callback) argument
900 Truncate( scoped_refptr<MessageLoopProxy> message_loop_proxy, const FilePath& path, int64 length, StatusCallback* callback) argument
910 Flush( scoped_refptr<MessageLoopProxy> message_loop_proxy, PlatformFile file, StatusCallback* callback) argument
[all...]
/external/chromium/android/autofill/
H A Dandroid_url_request_context_getter.cc47 return io_thread_->message_loop_proxy();
/external/chromium/chrome/common/
H A Dservice_process_util.h72 // |message_loop_proxy| must be of type IO and is the loop that POSIX uses
75 base::MessageLoopProxy* message_loop_proxy, Task* shutdown_task);
H A Dservice_process_util_posix.cc9 #include "base/message_loop_proxy.h"
139 base::MessageLoopProxy* message_loop_proxy, Task* shutdown_task) {
158 message_loop_proxy->PostTask(FROM_HERE,
138 SignalReady( base::MessageLoopProxy* message_loop_proxy, Task* shutdown_task) argument
H A Dservice_process_util_unittest.cc60 return io_thread_.message_loop_proxy();
212 EXPECT_TRUE(state.SignalReady(io_thread_.message_loop_proxy(),
368 io_thread_.message_loop_proxy(),
439 return io_thread_.message_loop_proxy().get();
H A Dservice_process_util_win.cc127 base::MessageLoopProxy* message_loop_proxy, Task* shutdown_task) {
126 SignalReady( base::MessageLoopProxy* message_loop_proxy, Task* shutdown_task) argument
/external/chromium/base/threading/
H A Dthread.h13 #include "base/message_loop_proxy.h"
115 scoped_refptr<MessageLoopProxy> message_loop_proxy() { function in class:base::Thread
/external/chromium/net/tools/crash_cache/
H A Dcrash_cache.cc137 cache_thread->message_loop_proxy(),
178 cache_thread->message_loop_proxy(),
221 cache_thread->message_loop_proxy(),
259 path, 0xf, cache_thread->message_loop_proxy(), NULL);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromiumIncludes.h52 #include <base/message_loop_proxy.h>
H A DWebCache.cpp96 scoped_refptr<base::MessageLoopProxy> cacheMessageLoopProxy = ioThread->message_loop_proxy();
/external/chromium/net/disk_cache/
H A Ddisk_cache_perftest.cc172 cache_thread.message_loop_proxy(), NULL, &cache, &cb);
200 false, cache_thread.message_loop_proxy(),
H A Dstress_cache.cc107 cache_thread.message_loop_proxy(), NULL, &cache, &cb);
H A Ddisk_cache_test_base.cc254 cache_thread_.message_loop_proxy();
266 cache_thread_.message_loop_proxy();
H A Dbackend_unittest.cc204 cache_thread.message_loop_proxy(), NULL, &cache, &cb);
216 cache_thread.message_loop_proxy(),
321 cache_thread.message_loop_proxy(), NULL, &cache, &cb);
358 cache_thread.message_loop_proxy(), NULL, &backend, &cb);
1340 cache_thread.message_loop_proxy(), NULL, &cache, &cb);
1936 cache_thread.message_loop_proxy(), NULL, &cache[0], &cb);
1940 cache_thread.message_loop_proxy(), NULL, &cache[1], &cb);
/external/chromium/base/files/
H A Dfile_path_watcher_browsertest.cc22 #include "base/message_loop_proxy.h"
180 file_thread_.message_loop_proxy()->PostTask(FROM_HERE,
293 file_thread_.message_loop_proxy()->DeleteSoon(FROM_HERE, watcher);
/external/chromium/net/tools/dump_cache/
H A Dupgrade.cc330 cache_thread_.message_loop_proxy(),
611 cache_thread_.message_loop_proxy(),
/external/chromium/chrome/browser/
H A Dio_thread.cc263 io_message_loop_proxy_(io_thread->message_loop_proxy()) {
/external/chromium/
H A DAndroid.mk66 base/message_loop_proxy.cc \

Completed in 320 milliseconds