OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notifyfullscreenchange
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller.h
146
// Posts a task to call
NotifyFullscreenChange
.
149
void
NotifyFullscreenChange
(bool is_fullscreen);
fullscreen_controller.cc
485
base::Bind(&FullscreenController::
NotifyFullscreenChange
,
490
void FullscreenController::
NotifyFullscreenChange
(bool is_fullscreen) {
Completed in 1080 milliseconds