Home | History | Annotate | Download | only in frame

Lines Matching refs:m_frame

51     if (!m_frame)
53 FrameHost* host = m_frame->host();
55 return lroundf(screenRect(m_frame->view()).height() * host->deviceScaleFactor());
56 return static_cast<unsigned>(screenRect(m_frame->view()).height());
61 if (!m_frame)
63 FrameHost* host = m_frame->host();
65 return lroundf(screenRect(m_frame->view()).width() * host->deviceScaleFactor());
66 return static_cast<unsigned>(screenRect(m_frame->view()).width());
71 if (!m_frame)
73 return static_cast<unsigned>(screenDepth(m_frame->view()));
78 if (!m_frame)
80 return static_cast<unsigned>(screenDepth(m_frame->view()));
85 if (!m_frame)
87 FrameHost* host = m_frame->host();
89 return lroundf(screenAvailableRect(m_frame->view()).x() * host->deviceScaleFactor());
90 return static_cast<int>(screenAvailableRect(m_frame->view()).x());
95 if (!m_frame)
97 FrameHost* host = m_frame->host();
99 return lroundf(screenAvailableRect(m_frame->view()).y() * host->deviceScaleFactor());
100 return static_cast<int>(screenAvailableRect(m_frame->view()).y());
105 if (!m_frame)
107 FrameHost* host = m_frame->host();
109 return lroundf(screenAvailableRect(m_frame->view()).height() * host->deviceScaleFactor());
110 return static_cast<unsigned>(screenAvailableRect(m_frame->view()).height());
115 if (!m_frame)
117 FrameHost* host = m_frame->host();
119 return lroundf(screenAvailableRect(m_frame->view()).width() * host->deviceScaleFactor());
120 return static_cast<unsigned>(screenAvailableRect(m_frame->view()).width());