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

  /external/webkit/Source/WebCore/html/
HTMLFrameOwnerElement.cpp 38 , m_contentFrame(0)
67 if (m_contentFrame)
68 m_contentFrame->disconnectOwnerElement();
73 return m_contentFrame ? m_contentFrame->document() : 0;
78 return m_contentFrame ? m_contentFrame->domWindow() : 0;
94 return m_contentFrame && HTMLElement::isKeyboardFocusable(event);
HTMLFrameOwnerElement.h 41 Frame* contentFrame() const { return m_contentFrame; }
71 Frame* m_contentFrame;
  /external/webkit/Source/WebCore/page/
Frame.cpp 199 Frame*& contentFrameSlot = ownerElement->m_contentFrame;
720 m_ownerElement->m_contentFrame = 0;
    [all...]

Completed in 302 milliseconds