Searched defs:main_thread_loop (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/child/fileapi/
H A Dwebfilewriter_impl.cc127 base::MessageLoopProxy* main_thread_loop)
129 main_thread_loop_(main_thread_loop),
124 WebFileWriterImpl( const GURL& path, blink::WebFileWriterClient* client, Type type, base::MessageLoopProxy* main_thread_loop) argument
H A Dwebfilesystem_impl.cc218 base::MessageLoopProxy* main_thread_loop,
236 new WebFileWriterImpl(path, client, type, main_thread_loop),
243 base::MessageLoopProxy* main_thread_loop,
250 make_scoped_refptr(main_thread_loop), file_info));
255 base::MessageLoopProxy* main_thread_loop,
274 main_thread_loop->PostTask(
281 base::MessageLoopProxy* main_thread_loop,
288 make_scoped_refptr(main_thread_loop),
298 base::MessageLoopProxy* main_thread_loop) {
299 if (g_webfilesystem_tls.Pointer()->Get() || !main_thread_loop)
214 DidCreateFileWriter( int callbacks_id, const GURL& path, blink::WebFileWriterClient* client, base::MessageLoopProxy* main_thread_loop, const base::PlatformFileInfo& file_info) argument
240 CreateFileWriterCallbackAdapter( int thread_id, int callbacks_id, WaitableCallbackResults* waitable_results, base::MessageLoopProxy* main_thread_loop, const GURL& path, blink::WebFileWriterClient* client, const base::PlatformFileInfo& file_info) argument
253 DidCreateSnapshotFile( int callbacks_id, base::MessageLoopProxy* main_thread_loop, const base::PlatformFileInfo& file_info, const base::FilePath& platform_path, int request_id) argument
278 CreateSnapshotFileCallbackAdapter( int thread_id, int callbacks_id, WaitableCallbackResults* waitable_results, base::MessageLoopProxy* main_thread_loop, const base::PlatformFileInfo& file_info, const base::FilePath& platform_path, int request_id) argument
297 ThreadSpecificInstance( base::MessageLoopProxy* main_thread_loop) argument
313 WebFileSystemImpl(base::MessageLoopProxy* main_thread_loop) argument
[all...]

Completed in 58 milliseconds