Home | History | Annotate | Download | only in css

Lines Matching refs:m_frame

30     : m_frame(frame)
32 ASSERT(m_frame);
37 return adoptRef(new MediaValuesDynamic(m_frame));
44 calculateDefaultFontSize(m_frame),
45 calculateViewportWidth(m_frame),
46 calculateViewportHeight(m_frame),
54 calculateDefaultFontSize(m_frame),
55 calculateViewportWidth(m_frame),
56 calculateViewportHeight(m_frame),
67 return calculateViewportWidth(m_frame);
72 return calculateViewportHeight(m_frame);
77 return calculateDeviceWidth(m_frame);
82 return calculateDeviceHeight(m_frame);
87 return calculateDevicePixelRatio(m_frame);
92 return calculateColorBitsPerComponent(m_frame);
97 return calculateMonochromeBitsPerComponent(m_frame);
102 return calculatePrimaryPointerType(m_frame);
107 return calculateAvailablePointerTypes(m_frame);
112 return calculatePrimaryHoverType(m_frame);
117 return calculateAvailableHoverTypes(m_frame);
122 return calculateThreeDEnabled(m_frame);
127 return calculateMediaType(m_frame);
132 return calculateStrictMode(m_frame);
137 return m_frame->document();
142 return m_frame;