HomeSort by relevance Sort by last modified time
    Searched full:fullscreencontroller_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller_private.mm 191 [fullscreenController_ floatingBarVerticalOffset]) : 0;
267 CGFloat totalHeight = [fullscreenController_ floatingBarVerticalOffset];
419 [fullscreenController_ overlayFrameChanged:frame];
531 [fullscreenController_ ensureOverlayShownWithAnimation:NO delay:NO];
533 [fullscreenController_ ensureOverlayHiddenWithAnimation:NO delay:NO];
542 [fullscreenController_ cancelAnimationAndTimers];
browser_window_controller.mm 422 // Explicitly release |fullscreenController_| here, as it may call back to
425 [fullscreenController_ exitFullscreen];
426 fullscreenController_.reset();
    [all...]
browser_window_controller.h 75 scoped_nsobject<FullscreenController> fullscreenController_;

Completed in 195 milliseconds