Home | History | Annotate | Download | only in frame

Lines Matching refs:m_frame

50     if (!m_frame)
52 FrameHost* host = m_frame->host();
54 return lroundf(screenRect(m_frame->view()).height() * host->deviceScaleFactor());
55 return static_cast<unsigned>(screenRect(m_frame->view()).height());
60 if (!m_frame)
62 FrameHost* host = m_frame->host();
64 return lroundf(screenRect(m_frame->view()).width() * host->deviceScaleFactor());
65 return static_cast<unsigned>(screenRect(m_frame->view()).width());
70 if (!m_frame)
72 return static_cast<unsigned>(screenDepth(m_frame->view()));
77 if (!m_frame)
79 return static_cast<unsigned>(screenDepth(m_frame->view()));
84 if (!m_frame)
86 FrameHost* host = m_frame->host();
88 return lroundf(screenAvailableRect(m_frame->view()).x() * host->deviceScaleFactor());
89 return static_cast<int>(screenAvailableRect(m_frame->view()).x());
94 if (!m_frame)
96 FrameHost* host = m_frame->host();
98 return lroundf(screenAvailableRect(m_frame->view()).y() * host->deviceScaleFactor());
99 return static_cast<int>(screenAvailableRect(m_frame->view()).y());
104 if (!m_frame)
106 FrameHost* host = m_frame->host();
108 return lroundf(screenAvailableRect(m_frame->view()).height() * host->deviceScaleFactor());
109 return static_cast<unsigned>(screenAvailableRect(m_frame->view()).height());
114 if (!m_frame)
116 FrameHost* host = m_frame->host();
118 return lroundf(screenAvailableRect(m_frame->view()).width() * host->deviceScaleFactor());
119 return static_cast<unsigned>(screenAvailableRect(m_frame->view()).width());