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

  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.h 30 class WebFileSystemImpl : public blink::WebFileSystem,
39 static WebFileSystemImpl* ThreadSpecificInstance(
47 explicit WebFileSystemImpl(base::MessageLoopProxy* main_thread_loop);
48 virtual ~WebFileSystemImpl();
126 DISALLOW_COPY_AND_ASSIGN(WebFileSystemImpl);
webfilesystem_impl.cc 38 class WebFileSystemImpl::WaitableCallbackResults
83 typedef WebFileSystemImpl::WaitableCallbackResults WaitableCallbackResults;
85 base::LazyInstance<base::ThreadLocalPointer<WebFileSystemImpl> >::Leaky
183 WebFileSystemImpl* filesystem =
184 WebFileSystemImpl::ThreadSpecificInstance(NULL);
298 WebFileSystemImpl* filesystem =
299 WebFileSystemImpl::ThreadSpecificInstance(NULL);
337 WebFileSystemImpl* filesystem =
338 WebFileSystemImpl::ThreadSpecificInstance(NULL);
373 // WebFileSystemImpl
    [all...]
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 50 class WebFileSystemImpl;
renderer_webkitplatformsupport_impl.cc 253 WebFileSystemImpl::DeleteThreadSpecificInstance();
387 return WebFileSystemImpl::ThreadSpecificInstance(child_thread_loop_.get());
    [all...]
  /external/chromium_org/content/child/
child_thread.cc 385 WebFileSystemImpl::DeleteThreadSpecificInstance();

Completed in 82 milliseconds