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

/external/chromium_org/content/child/fileapi/
H A Dwebfilewriter_impl.cc124 base::MessageLoopProxy* main_thread_loop)
126 main_thread_loop_(main_thread_loop),
121 WebFileWriterImpl( const GURL& path, blink::WebFileWriterClient* client, Type type, base::MessageLoopProxy* main_thread_loop) argument
H A Dwebfilesystem_impl.cc296 base::MessageLoopProxy* main_thread_loop,
314 new WebFileWriterImpl(path, client, type, main_thread_loop),
321 base::MessageLoopProxy* main_thread_loop,
328 make_scoped_refptr(main_thread_loop), file_info));
333 base::MessageLoopProxy* main_thread_loop,
352 main_thread_loop->PostTask(
359 base::MessageLoopProxy* main_thread_loop,
366 make_scoped_refptr(main_thread_loop),
376 base::MessageLoopProxy* main_thread_loop) {
377 if (g_webfilesystem_tls.Pointer()->Get() || !main_thread_loop)
292 DidCreateFileWriter( int callbacks_id, const GURL& path, blink::WebFileWriterClient* client, base::MessageLoopProxy* main_thread_loop, const base::File::Info& file_info) argument
318 CreateFileWriterCallbackAdapter( int thread_id, int callbacks_id, WaitableCallbackResults* waitable_results, base::MessageLoopProxy* main_thread_loop, const GURL& path, blink::WebFileWriterClient* client, const base::File::Info& file_info) argument
331 DidCreateSnapshotFile( int callbacks_id, base::MessageLoopProxy* main_thread_loop, const base::File::Info& file_info, const base::FilePath& platform_path, int request_id) argument
356 CreateSnapshotFileCallbackAdapter( int thread_id, int callbacks_id, WaitableCallbackResults* waitable_results, base::MessageLoopProxy* main_thread_loop, const base::File::Info& file_info, const base::FilePath& platform_path, int request_id) argument
375 ThreadSpecificInstance( base::MessageLoopProxy* main_thread_loop) argument
391 WebFileSystemImpl(base::MessageLoopProxy* main_thread_loop) argument
[all...]

Completed in 1255 milliseconds