Home
last modified time | relevance | path

Searched refs:FullScreenMode (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/mac/
Dmac_util.h30 enum FullScreenMode { enum
60 BASE_EXPORT void RequestFullScreen(FullScreenMode mode);
68 BASE_EXPORT void ReleaseFullScreen(FullScreenMode mode);
73 BASE_EXPORT void SwitchFullScreenModes(FullScreenMode from_mode,
74 FullScreenMode to_mode);
/external/opencv3/3rdparty/include/dshow/
Dcontrol.h558 virtual HRESULT WINAPI get_FullScreenMode(long *FullScreenMode) = 0;
559 virtual HRESULT WINAPI put_FullScreenMode(long FullScreenMode) = 0;
608 HRESULT (WINAPI *get_FullScreenMode)(IVideoWindow *This,long *FullScreenMode);
609 HRESULT (WINAPI *put_FullScreenMode)(IVideoWindow *This,long FullScreenMode);
660 …ine IVideoWindow_get_FullScreenMode(This,FullScreenMode) (This)->lpVtbl->get_FullScreenMode(This,F… argument
661 …ine IVideoWindow_put_FullScreenMode(This,FullScreenMode) (This)->lpVtbl->put_FullScreenMode(This,F… argument
729 HRESULT WINAPI IVideoWindow_get_FullScreenMode_Proxy(IVideoWindow *This,long *FullScreenMode);
731 HRESULT WINAPI IVideoWindow_put_FullScreenMode_Proxy(IVideoWindow *This,long FullScreenMode);