OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/platform/mhtml/
MHTMLParser.h
69
Vector<RefPtr<MHTMLArchive> >
m_frames
;
member in class:WebCore::MHTMLParser
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImage.h
115
// Called before accessing
m_frames
[index]. Returns false on index out of bounds.
164
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:blink::WebPageSerializerImpl
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.h
304
if (
m_frames
.isEmpty())
309
// FIXME: This extra complexity is not necessary and we should just report
m_frames
.size().
310
return
m_frames
.last()->isHeaderDefined() ?
m_frames
.size() :
m_frames
.size() - 1;
321
return index <
m_frames
.size() ?
m_frames
[index].get() : 0;
326
void clearDecodeState(size_t index) {
m_frames
[index]->clearDecodeState(); }
340
return
m_frames
.isEmpty() || (
m_frames
.size() == 1u && !m_frames[0]->isComplete())
357
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 545 milliseconds