Home | History | Annotate | Download | only in mac

Lines Matching refs:m_webView

40     if (!m_webView)
42 [[m_webView fullScreenWindowController] enterFullScreen:nil];
47 if (!m_webView)
49 [[m_webView fullScreenWindowController] exitFullScreen];
54 if (!m_webView)
56 [[m_webView fullScreenWindowController] beganEnterFullScreenAnimation];
61 if (!m_webView)
63 [[m_webView fullScreenWindowController] finishedEnterFullScreenAnimation:completed];
68 if (!m_webView)
70 [[m_webView fullScreenWindowController] beganExitFullScreenAnimation];
75 if (!m_webView)
77 [[m_webView fullScreenWindowController] finishedExitFullScreenAnimation:completed];
82 if (!m_webView)
84 [[m_webView fullScreenWindowController] enterAcceleratedCompositingMode:context];
89 if (!m_webView)
91 [[m_webView fullScreenWindowController] exitAcceleratedCompositingMode];
96 if (!m_webView)
98 rect = [[m_webView fullScreenWindowController] getFullScreenRect];