HomeSort by relevance Sort by last modified time
    Searched refs:file_system_dispatcher (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/child/fileapi/
webfilewriter_impl.cc 11 #include "content/child/fileapi/file_system_dispatcher.h"
22 ChildThread::current()->file_system_dispatcher() : NULL;
48 ChildThread::current()->file_system_dispatcher()->Truncate(
60 ChildThread::current()->file_system_dispatcher()->Write(
70 ChildThread::current()->file_system_dispatcher()->Cancel(
webfilesystem_impl.cc 15 #include "content/child/fileapi/file_system_dispatcher.h"
98 !ChildThread::current()->file_system_dispatcher())
102 DispatchToMethod(ChildThread::current()->file_system_dispatcher(),
  /external/chromium_org/content/renderer/pepper/
pepper_file_system_host.cc 10 #include "content/child/fileapi/file_system_dispatcher.h"
110 FileSystemDispatcher* file_system_dispatcher =
111 ChildThread::current()->file_system_dispatcher();
113 file_system_dispatcher->OpenFileSystem(
  /external/chromium_org/content/child/
child_thread.h 103 FileSystemDispatcher* file_system_dispatcher() const { function in class:content::ChildThread
  /external/chromium_org/content/
content_child.target.darwin-arm.mk 44 content/child/fileapi/file_system_dispatcher.cc \
content_child.target.darwin-mips.mk 44 content/child/fileapi/file_system_dispatcher.cc \
content_child.target.darwin-x86.mk 44 content/child/fileapi/file_system_dispatcher.cc \
content_child.target.linux-arm.mk 44 content/child/fileapi/file_system_dispatcher.cc \
content_child.target.linux-mips.mk 44 content/child/fileapi/file_system_dispatcher.cc \
content_child.target.linux-x86.mk 44 content/child/fileapi/file_system_dispatcher.cc \

Completed in 83 milliseconds