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

  /external/webkit/Source/WebKit/chromium/public/
WebMediaPlayer.h 82 enum Preload {
103 virtual void setPreload(Preload) { };
  /external/chromium/app/sql/
connection.cc 122 void Connection::Preload() {
128 // A statement must be open for the preload command to work. If the meta
130 // is nothing to preload (so it's OK we do nothing).
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.h 256 enum Preload { None, MetaData, Auto };
257 Preload preload() const;
258 void setPreload(Preload);
325 Preload m_preload;

Completed in 98 milliseconds