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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ScriptCallStack.h 60 Vector<ScriptCallFrame> m_frames; member in class:WebCore::ScriptCallStack
  /external/chromium_org/third_party/WebKit/Source/core/loader/archive/
MHTMLParser.h 66 Vector<RefPtr<MHTMLArchive> > m_frames; member in class:WebCore::MHTMLParser
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
BitmapImage.h 117 // Called before accessing m_frames[index]. Returns false on index out of bounds.
172 Vector<FrameData, 1> m_frames; // An array of the cached frames of the animation. We have to ref frames to pin them in the cache. member in class:WebCore::BitmapImage
  /external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializerImpl.h 115 Vector<WebFrameImpl*> m_frames; member in class:WebKit::WebPageSerializerImpl
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/gif/
GIFImageReader.h 307 if (m_frames.isEmpty())
312 // FIXME: This extra complexity is not necessary and we should just report m_frames.size().
313 return m_frames.last()->isHeaderDefined() ? m_frames.size() : m_frames.size() - 1;
324 return index < m_frames.size() ? m_frames[index].get() : 0;
329 void clearDecodeState(size_t index) { m_frames[index]->clearDecodeState(); }
343 return m_frames.isEmpty() || (m_frames.size() == 1u && !m_frames[0]->isComplete())
361 Vector<OwnPtr<GIFFrameContext> > m_frames; member in class:GIFImageReader
    [all...]
  /external/libvpx/libwebm/
mkvparser.hpp 118 Frame* m_frames; member in class:mkvparser::Block

Completed in 277 milliseconds