Searched defs:m_frames (Results 1 - 5 of 5) sorted by relevance
/external/webkit/WebCore/bindings/js/ | ||
H A D | ScriptCallStack.h | 62 Vector<ScriptCallFrame> m_frames; member in class:WebCore::ScriptCallStack |
/external/webkit/WebKit/android/wds/ | ||
H A D | DebugServer.h | 52 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 D | ConsoleMessage.h | 69 Vector<ScriptString> m_frames; member in class:WebCore::ConsoleMessage |
/external/webkit/WebKit/chromium/src/ | ||
H A D | WebPageSerializerImpl.h | 112 Vector<WebFrameImpl*> m_frames; member in class:WebKit::WebPageSerializerImpl |
/external/webkit/WebCore/platform/graphics/ | ||
H A D | BitmapImage.h | 255 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