Home
last modified time | relevance | path

Searched refs:m_frames (Results 1 – 17 of 17) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DBitmapImage.cpp49 , m_frames(0) in BitmapImage()
78 const size_t clearBeforeFrame = destroyAll ? m_frames.size() : m_currentFrame; in destroyDecodedData()
83 if (m_frames[i].clear(false)) in destroyDecodedData()
98 if (m_frames.size() * frameBytes(m_size) > cLargeAnimationCutoff) in destroyDecodedDataIfNecessary()
118 if (m_frames.size() < numFrames) in cacheFrame()
119 m_frames.grow(numFrames); in cacheFrame()
121 m_frames[index].m_frame = m_source.createFrameAtIndex(index); in cacheFrame()
122 if (numFrames == 1 && m_frames[index].m_frame) in cacheFrame()
125 m_frames[index].m_haveMetadata = true; in cacheFrame()
126 m_frames[index].m_isComplete = m_source.frameIsCompleteAtIndex(index); in cacheFrame()
[all …]
DBitmapImage.h255 …Vector<FrameData> m_frames; // An array of the cached frames of the animation. We have to ref fram… variable
/external/webkit/WebKit/android/wds/
DDebugServer.h52 m_frames.append(frame); in addFrame()
55 size_t i = m_frames.find(frame); in removeFrame()
57 m_frames.remove(i); in removeFrame()
60 if (idx < m_frames.size()) in getFrame()
61 return m_frames.at(idx); in getFrame()
66 WTF::Vector<Frame*> m_frames; variable
/external/webkit/WebCore/bindings/js/
DScriptCallStack.cpp61m_frames.append(ScriptCallFrame(m_caller->name(m_exec), urlString, lineNumber, args, skipArgumentC… in ScriptCallStack()
65 m_frames.append(ScriptCallFrame(UString(), urlString, lineNumber, args, skipArgumentCount)); in ScriptCallStack()
79 ASSERT(m_frames.size() > index); in at()
80 return m_frames[index]; in at()
86 return m_frames.size(); in size()
98m_frames.append(ScriptCallFrame(internalFunction->name(m_exec), UString(), 0, emptyArgList, 0)); in initialize()
DScriptCallStack.h62 Vector<ScriptCallFrame> m_frames; variable
/external/webkit/WebCore/inspector/
DConsoleMessage.cpp60 , m_frames(storeTrace ? callStack->size() : 0) in ConsoleMessage()
73 m_frames[i] = callStack->at(i).functionName(); in ConsoleMessage()
93 frontend->addConsoleMessage(jsonObj, m_frames, m_scriptState, m_arguments, m_message); in addToConsole()
120 size_t frameCount = msg->m_frames.size(); in isEqual()
121 if (frameCount != m_frames.size()) in isEqual()
125 if (m_frames[i] != msg->m_frames[i]) in isEqual()
DConsoleMessage.h69 Vector<ScriptString> m_frames; variable
/external/webkit/WebCore/platform/graphics/qt/
DImageQt.cpp126 , m_frames(0) in BitmapImage()
148 m_frames.grow(1); in BitmapImage()
149 m_frames[0].m_frame = pixmap; in BitmapImage()
150 m_frames[0].m_hasAlpha = pixmap->hasAlpha(); in BitmapImage()
151 m_frames[0].m_haveMetadata = true; in BitmapImage()
/external/webkit/WebCore/platform/graphics/cairo/
DImageCairo.cpp61 , m_frames(0) in BitmapImage()
85 m_frames.grow(1); in BitmapImage()
86 m_frames[0].m_frame = surface; in BitmapImage()
87 m_frames[0].m_hasAlpha = cairo_surface_get_content(surface) != CAIRO_CONTENT_COLOR; in BitmapImage()
88 m_frames[0].m_haveMetadata = true; in BitmapImage()
/external/webkit/WebKit/chromium/src/
DWebPageSerializerImpl.cpp469 m_frames.append(m_specifiedWebFrameImpl); in collectTargetFrames()
475 for (int i = 0; i < static_cast<int>(m_frames.size()); ++i) { in collectTargetFrames()
476 WebFrameImpl* currentFrame = m_frames[i]; in collectTargetFrames()
488 m_frames.append(webFrame); in collectTargetFrames()
504 for (int i = 0; i < static_cast<int>(m_frames.size()); ++i) { in serialize()
506 WebFrameImpl* currentFrame = m_frames[i]; in serialize()
DWebPageSerializerImpl.h112 Vector<WebFrameImpl*> m_frames; variable
/external/webkit/WebCore/platform/graphics/cg/
DImageCG.cpp71 , m_frames(0) in BitmapImage()
93 m_frames.grow(1); in BitmapImage()
94 m_frames[0].m_frame = cgImage; in BitmapImage()
95 m_frames[0].m_hasAlpha = true; in BitmapImage()
96 m_frames[0].m_haveMetadata = true; in BitmapImage()
/external/webkit/WebCore/platform/graphics/android/
DImageAndroid.cpp79 , m_frames(0) in BitmapImage()
97 m_frames.grow(1); in BitmapImage()
98 m_frames[0].m_frame = ref; in BitmapImage()
99 m_frames[0].m_hasAlpha = !ref->bitmap().isOpaque(); in BitmapImage()
/external/webkit/WebCore/platform/graphics/mac/
DImageMac.mm48 if (m_frames.size() != 1)
/external/webkit/WebCore/
DChangeLog-2002-12-035421 to be sent for frames in m_frames. The fix is to use actual slot/signal
8215 (KHTMLPart::clear): Head in the direction of using the m_frames and
8227 (KWQKHTMLPartImpl::requestFrame): Set up a ChildFrame in the m_frames array.
DChangeLog-2003-10-255776 m_frames list so it's not accidentally reused, since our naming scheme gives frames in
DChangeLog-2006-05-1022464 syntax. Removed unused m_frames. Changed m_doc and m_typingStyle to use