Searched defs:m_frames (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebCore/bindings/js/
H A DScriptCallStack.h62 Vector<ScriptCallFrame> m_frames; member in class:WebCore::ScriptCallStack
/external/webkit/WebKit/android/wds/
H A DDebugServer.h52 m_frames.append(frame);
55 size_t i = m_frames.find(frame);
57 m_frames.remove(i);
60 if (idx < m_frames.size())
61 return m_frames.at(idx);
66 WTF::Vector<Frame*> m_frames; member in class:android::WDS::DebugServer
/external/webkit/WebCore/inspector/
H A DConsoleMessage.h69 Vector<ScriptString> m_frames; member in class:WebCore::ConsoleMessage
/external/webkit/WebKit/chromium/src/
H A DWebPageSerializerImpl.h112 Vector<WebFrameImpl*> m_frames; member in class:WebKit::WebPageSerializerImpl
/external/webkit/WebCore/platform/graphics/
H A DBitmapImage.h255 Vector<FrameData> 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

Completed in 318 milliseconds