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

  /external/chromium_org/content/renderer/media/webrtc/
webrtc_video_track_adapter.cc 63 base::ThreadChecker io_thread_checker_; member in class:content::WebRtcVideoTrackAdapter::WebRtcVideoSourceAdapter
88 io_thread_checker_.DetachFromThread();
118 DCHECK(io_thread_checker_.CalledOnValidThread());
  /external/chromium_org/content/renderer/media/
video_track_adapter.cc 80 base::ThreadChecker io_thread_checker_; member in class:content::VideoTrackAdapter::VideoFrameResolutionAdapter
109 DCHECK(io_thread_checker_.CalledOnValidThread());
121 DCHECK(io_thread_checker_.CalledOnValidThread());
129 DCHECK(io_thread_checker_.CalledOnValidThread());
203 DCHECK(io_thread_checker_.CalledOnValidThread());
213 DCHECK(io_thread_checker_.CalledOnValidThread());
219 DCHECK(io_thread_checker_.CalledOnValidThread());
243 DCHECK(io_thread_checker_.CalledOnValidThread());
251 DCHECK(io_thread_checker_.CalledOnValidThread());
  /external/chromium_org/net/disk_cache/simple/
simple_index.h 180 // thread, in all cases. |io_thread_checker_| documents and enforces this.
181 base::ThreadChecker io_thread_checker_; member in class:disk_cache::SimpleIndex
simple_entry_impl.h 301 // thread, in all cases. |io_thread_checker_| documents and enforces this.
302 base::ThreadChecker io_thread_checker_; member in class:disk_cache::SimpleEntryImpl
  /external/chromium_org/webkit/browser/fileapi/
sandbox_file_system_backend_delegate.h 240 base::ThreadChecker io_thread_checker_; member in class:fileapi::SandboxFileSystemBackendDelegate

Completed in 114 milliseconds