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

  /external/chromium_org/net/disk_cache/blockfile/
mapped_file.cc 39 bool MappedFile::Preload() {
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
buffering_file_stream_reader.cc 57 Preload(base::Bind(&BufferingFileStreamReader::OnReadCompleted,
90 void BufferingFileStreamReader::Preload(
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/media/
MediaPlayer.h 99 enum Preload { None, MetaData, Auto };
100 virtual void setPreload(Preload) = 0;
  /external/chromium_org/media/blink/
buffered_data_source.h 48 // Used to specify video preload states. They are "hints" to the browser about
51 // http://www.w3.org/TR/html5/video.html#attr-media-preload
53 // Enum values must match the values in blink::WebMediaPlayer::Preload and
55 enum Preload {
81 // Adjusts the buffering algorithm based on the given preload value.
82 void SetPreload(Preload preload);
215 // This variable holds the value of the preload attribute for the video
217 Preload preload_;
  /external/chromium_org/third_party/WebKit/public/platform/
WebMediaPlayer.h 73 enum Preload {
115 virtual void setPreload(Preload) { };
  /external/chromium_org/sql/
connection.cc 313 void Connection::Preload() {
317 DLOG_IF(FATAL, !poisoned_) << "Cannot preload null db";
338 // Don't preload more than the file contains.
    [all...]

Completed in 316 milliseconds