OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FullScreenMode
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/mac/
mac_util.h
30
enum
FullScreenMode
{
36
// kFullScreenModeNormal is not a valid
FullScreenMode
, but it is useful to
56
void RequestFullScreen(
FullScreenMode
mode);
64
void ReleaseFullScreen(
FullScreenMode
mode);
69
void SwitchFullScreenModes(
FullScreenMode
from_mode,
FullScreenMode
to_mode);
/external/chromium_org/base/mac/
mac_util.h
32
enum
FullScreenMode
{
38
// kFullScreenModeNormal is not a valid
FullScreenMode
, but it is useful to
62
BASE_EXPORT void RequestFullScreen(
FullScreenMode
mode);
70
BASE_EXPORT void ReleaseFullScreen(
FullScreenMode
mode);
75
BASE_EXPORT void SwitchFullScreenModes(
FullScreenMode
from_mode,
76
FullScreenMode
to_mode);
/external/chromium_org/chrome/browser/ui/
browser_command_controller.h
82
enum
FullScreenMode
{
154
void UpdateCommandsForFullscreenMode(
FullScreenMode
fullscreen_mode);
Completed in 974 milliseconds