HomeSort by relevance Sort by last modified time
    Searched refs:m_frameImpl (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
WebAnimationControllerImpl.cpp 46 : m_frameImpl(frameImpl)
48 ASSERT(m_frameImpl);
53 if (!m_frameImpl->frame())
55 return m_frameImpl->frame()->animation();
95 if (!m_frameImpl->frame())
105 if (!m_frameImpl->frame())
WebAnimationControllerImpl.h 58 WebFrameImpl* m_frameImpl;
AssociatedURLLoader.h 64 RefPtr<WebFrameImpl> m_frameImpl;
AssociatedURLLoader.cpp 163 : m_frameImpl(frameImpl)
166 ASSERT(m_frameImpl);
175 : m_frameImpl(frameImpl)
179 ASSERT(m_frameImpl);
216 Document* webcoreDocument = m_frameImpl->frame()->document();

Completed in 46 milliseconds