Searched refs:is_fullscreen (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/power/
H A Dvideo_activity_notifier.cc28 void VideoActivityNotifier::OnVideoDetected(bool is_fullscreen) { argument
33 is_fullscreen);
H A Dvideo_activity_notifier.h22 virtual void OnVideoDetected(bool is_fullscreen) OVERRIDE;
/external/chromium_org/ppapi/proxy/
H A Dflash_fullscreen_resource.cc41 PP_Bool is_fullscreen) {
42 is_fullscreen_ = is_fullscreen;
40 SetLocalIsFullscreen(PP_Instance instance, PP_Bool is_fullscreen) argument
H A Dflash_fullscreen_resource.h32 PP_Bool is_fullscreen) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_fullscreen_apitest.cc46 bool is_fullscreen = browser()->window()->IsFullscreen(); local
48 ASSERT_EQ(is_fullscreen, browser()->window()->IsFullscreen());
H A Dbrowser_extension_window_controller.h30 virtual void SetFullscreenMode(bool is_fullscreen,
H A Dbrowser_extension_window_controller.cc78 bool is_fullscreen,
80 if (browser_->window()->IsFullscreen() != is_fullscreen)
77 SetFullscreenMode( bool is_fullscreen, const GURL& extension_url) const argument
H A Dwindow_controller.h75 virtual void SetFullscreenMode(bool is_fullscreen,
/external/chromium_org/ppapi/shared_impl/
H A Dppb_view_shared.cc33 is_fullscreen == other.is_fullscreen &&
69 return PP_FromBool(data_.is_fullscreen);
H A Dppb_view_shared.h25 bool is_fullscreen; member in struct:ppapi::ViewData
/external/chromium_org/chromeos/dbus/
H A Dfake_power_manager_client.cc63 void FakePowerManagerClient::NotifyVideoActivity(bool is_fullscreen) { argument
H A Dfake_power_manager_client.h41 virtual void NotifyVideoActivity(bool is_fullscreen) OVERRIDE;
H A Dpower_manager_client.h148 virtual void NotifyVideoActivity(bool is_fullscreen) = 0;
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller.h147 void PostFullscreenChangeNotification(bool is_fullscreen);
149 void NotifyFullscreenChange(bool is_fullscreen);
H A Dfullscreen_controller.cc482 bool is_fullscreen) {
487 is_fullscreen));
490 void FullscreenController::NotifyFullscreenChange(bool is_fullscreen) { argument
494 content::Details<bool>(&is_fullscreen));
481 PostFullscreenChangeNotification( bool is_fullscreen) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_tabs_apitest.cc117 bool is_fullscreen = browser()->window()->IsFullscreen(); local
119 ASSERT_EQ(is_fullscreen, browser()->window()->IsFullscreen());
/external/chromium_org/ash/wm/
H A Dvideo_detector.cc125 bool is_fullscreen = local
130 OnVideoDetected(is_fullscreen));
H A Dvideo_detector.h34 virtual void OnVideoDetected(bool is_fullscreen) = 0;
H A Dvideo_detector_unittest.cc42 virtual void OnVideoDetected(bool is_fullscreen) OVERRIDE {
44 if (is_fullscreen)
53 // Number of times that OnVideoDetected() has been called with is_fullscreen
56 // Number of times that OnVideoDetected() has been called with is_fullscreen
/external/chromium_org/chrome/browser/ui/ash/
H A Dchrome_shell_delegate.cc158 bool is_fullscreen = ash::wm::IsWindowFullscreen(window);
161 if (!is_fullscreen && !ash::wm::CanMaximizeWindow(window))
167 if (is_fullscreen) {
193 if (is_fullscreen)
/external/chromium_org/content/public/test/
H A Drender_view_test.h114 bool is_fullscreen);
H A Drender_view_test.cc321 bool is_fullscreen) {
328 params.is_fullscreen = is_fullscreen;
319 Resize(gfx::Size new_size, gfx::Rect resizer_rect, bool is_fullscreen) argument
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dzoom_bubble_view.cc49 bool is_fullscreen = browser_view->IsFullscreen(); local
50 bool anchor_to_view = !is_fullscreen ||
83 if (is_fullscreen)
/external/chromium_org/ppapi/tests/
H A Dtest_fullscreen.cc283 bool is_fullscreen = screen_mode_.IsFullscreen(); local
284 if (fullscreen_pending_ && is_fullscreen) {
296 } else if (normal_pending_ && !is_fullscreen) {
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dash_panel_contents.cc47 virtual void SetFullscreenMode(bool is_fullscreen,
136 bool is_fullscreen, const GURL& extension_url) const {
135 SetFullscreenMode( bool is_fullscreen, const GURL& extension_url) const argument

Completed in 643 milliseconds

12