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

  /external/chromium_org/content/child/fileapi/
webfilewriter_impl.cc 10 #include "content/child/fileapi/file_system_dispatcher.h"
19 ChildThread::current()->file_system_dispatcher() : NULL;
45 ChildThread::current()->file_system_dispatcher()->Truncate(
57 ChildThread::current()->file_system_dispatcher()->Write(
67 ChildThread::current()->file_system_dispatcher()->Cancel(
webfilesystem_impl.cc 16 #include "content/child/fileapi/file_system_dispatcher.h"
113 !ChildThread::current()->file_system_dispatcher())
117 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"
103 FileSystemDispatcher* file_system_dispatcher =
104 ChildThread::current()->file_system_dispatcher();
106 file_system_dispatcher->OpenFileSystem(
  /external/chromium_org/content/child/
child_thread.h 110 FileSystemDispatcher* file_system_dispatcher() const { function in class:content::ChildThread
  /external/chromium_org/content/
content_child.target.darwin-arm64.mk 52 content/child/fileapi/file_system_dispatcher.cc \
content_child.target.darwin-mips.mk 52 content/child/fileapi/file_system_dispatcher.cc \
content_child.target.darwin-x86.mk 52 content/child/fileapi/file_system_dispatcher.cc \
content_child.target.darwin-x86_64.mk 52 content/child/fileapi/file_system_dispatcher.cc \
content_child.target.linux-arm64.mk 52 content/child/fileapi/file_system_dispatcher.cc \
content_child.target.linux-mips.mk 52 content/child/fileapi/file_system_dispatcher.cc \
content_child.target.linux-x86.mk 52 content/child/fileapi/file_system_dispatcher.cc \
content_child.target.linux-x86_64.mk 52 content/child/fileapi/file_system_dispatcher.cc \
content_child.target.darwin-arm.mk 52 content/child/fileapi/file_system_dispatcher.cc \
content_child.target.linux-arm.mk 52 content/child/fileapi/file_system_dispatcher.cc \

Completed in 87 milliseconds