Home | History | Annotate | Download | only in desktop_aura

Lines Matching refs:DesktopWindowTreeHostWin

65 // Identifies the DesktopWindowTreeHostWin associated with the
67 DEFINE_WINDOW_PROPERTY_KEY(DesktopWindowTreeHostWin*, kDesktopWindowTreeHostKey,
71 // DesktopWindowTreeHostWin, public:
73 bool DesktopWindowTreeHostWin::is_cursor_visible_ = true;
75 DesktopWindowTreeHostWin::DesktopWindowTreeHostWin(
89 DesktopWindowTreeHostWin::~DesktopWindowTreeHostWin() {
96 aura::Window* DesktopWindowTreeHostWin::GetContentWindowForHWND(HWND hwnd) {
110 DesktopWindowTreeHostWin::GetContentWindowForHWND(host_hwnd)) {
118 // DesktopWindowTreeHostWin, DesktopWindowTreeHost implementation:
120 void DesktopWindowTreeHostWin::Init(aura::Window* content_window,
149 void DesktopWindowTreeHostWin::OnNativeWidgetCreated(
168 scoped_ptr<corewm::Tooltip> DesktopWindowTreeHostWin::CreateTooltip() {
175 DesktopWindowTreeHostWin::CreateDragDropClient(
181 void DesktopWindowTreeHostWin::Close() {
197 void DesktopWindowTreeHostWin::CloseNow() {
201 aura::WindowTreeHost* DesktopWindowTreeHostWin::AsWindowTreeHost() {
205 void DesktopWindowTreeHostWin::ShowWindowWithState(
210 void DesktopWindowTreeHostWin::ShowMaximizedWithBounds(
216 bool DesktopWindowTreeHostWin::IsVisible() const {
220 void DesktopWindowTreeHostWin::SetSize(const gfx::Size& size) {
230 void DesktopWindowTreeHostWin::StackAtTop() {
234 void DesktopWindowTreeHostWin::CenterWindow(const gfx::Size& size) {
245 void DesktopWindowTreeHostWin::GetWindowPlacement(
253 gfx::Rect DesktopWindowTreeHostWin::GetWindowBoundsInScreen() const {
259 gfx::Rect DesktopWindowTreeHostWin::GetClientAreaBoundsInScreen() const {
265 gfx::Rect DesktopWindowTreeHostWin::GetRestoredBounds() const {
271 gfx::Rect DesktopWindowTreeHostWin::GetWorkAreaBoundsInScreen() const {
281 void DesktopWindowTreeHostWin::SetShape(gfx::NativeRegion native_region) {
291 void DesktopWindowTreeHostWin::Activate() {
295 void DesktopWindowTreeHostWin::Deactivate() {
299 bool DesktopWindowTreeHostWin::IsActive() const {
303 void DesktopWindowTreeHostWin::Maximize() {
307 void DesktopWindowTreeHostWin::Minimize() {
311 void DesktopWindowTreeHostWin::Restore() {
315 bool DesktopWindowTreeHostWin::IsMaximized() const {
319 bool DesktopWindowTreeHostWin::IsMinimized() const {
323 bool DesktopWindowTreeHostWin::HasCapture() const {
327 void DesktopWindowTreeHostWin::SetAlwaysOnTop(bool always_on_top) {
331 bool DesktopWindowTreeHostWin::IsAlwaysOnTop() const {
335 void DesktopWindowTreeHostWin::SetVisibleOnAllWorkspaces(bool always_visible) {
339 bool DesktopWindowTreeHostWin::SetWindowTitle(const base::string16& title) {
343 void DesktopWindowTreeHostWin::ClearNativeFocus() {
347 Widget::MoveLoopResult DesktopWindowTreeHostWin::RunMoveLoop(
357 void DesktopWindowTreeHostWin::EndMoveLoop() {
361 void DesktopWindowTreeHostWin::SetVisibilityChangedAnimationsEnabled(
367 bool DesktopWindowTreeHostWin::ShouldUseNativeFrame() const {
371 bool DesktopWindowTreeHostWin::ShouldWindowContentsBeTransparent() const {
379 void DesktopWindowTreeHostWin::FrameTypeChanged() {
384 void DesktopWindowTreeHostWin::SetFullscreen(bool fullscreen) {
394 bool DesktopWindowTreeHostWin::IsFullscreen() const {
398 void DesktopWindowTreeHostWin::SetOpacity(unsigned char opacity) {
403 void DesktopWindowTreeHostWin::SetWindowIcons(
408 void DesktopWindowTreeHostWin::InitModalType(ui::ModalType modal_type) {
412 void DesktopWindowTreeHostWin::FlashFrame(bool flash_frame) {
416 void DesktopWindowTreeHostWin::OnRootViewLayout() const {
419 void DesktopWindowTreeHostWin::OnNativeWidgetFocus() {
423 void DesktopWindowTreeHostWin::OnNativeWidgetBlur() {
426 bool DesktopWindowTreeHostWin::IsAnimatingClosed() const {
430 bool DesktopWindowTreeHostWin::IsTranslucentWindowOpacitySupported() const {
435 // DesktopWindowTreeHostWin, WindowTreeHost implementation:
437 ui::EventSource* DesktopWindowTreeHostWin::GetEventSource() {
441 gfx::AcceleratedWidget DesktopWindowTreeHostWin::GetAcceleratedWidget() {
445 void DesktopWindowTreeHostWin::Show() {
449 void DesktopWindowTreeHostWin::Hide() {
457 gfx::Rect DesktopWindowTreeHostWin::GetBounds() const {
473 void DesktopWindowTreeHostWin::SetBounds(const gfx::Rect& bounds) {
496 gfx::Point DesktopWindowTreeHostWin::GetLocationOnNativeScreen() const {
500 void DesktopWindowTreeHostWin::SetCapture() {
504 void DesktopWindowTreeHostWin::ReleaseCapture() {
508 void DesktopWindowTreeHostWin::PostNativeEvent(
512 void DesktopWindowTreeHostWin::OnDeviceScaleFactorChanged(
516 void DesktopWindowTreeHostWin::SetCursorNative(gfx::NativeCursor cursor) {
523 void DesktopWindowTreeHostWin::OnCursorVisibilityChangedNative(bool show) {
530 void DesktopWindowTreeHostWin::MoveCursorToNative(const gfx::Point& location) {
537 // DesktopWindowTreeHostWin, ui::EventSource implementation:
539 ui::EventProcessor* DesktopWindowTreeHostWin::GetEventProcessor() {
544 // DesktopWindowTreeHostWin, aura::AnimationHost implementation:
546 void DesktopWindowTreeHostWin::SetHostTransitionOffsets(
555 void DesktopWindowTreeHostWin::OnWindowHidingAnimationCompleted() {
561 // DesktopWindowTreeHostWin, HWNDMessageHandlerDelegate implementation:
563 bool DesktopWindowTreeHostWin::IsWidgetWindow() const {
567 bool DesktopWindowTreeHostWin::IsUsingCustomFrame() const {
571 void DesktopWindowTreeHostWin::SchedulePaint() {
575 void DesktopWindowTreeHostWin::EnableInactiveRendering() {
579 bool DesktopWindowTreeHostWin::IsInactiveRenderingDisabled() {
583 bool DesktopWindowTreeHostWin::CanResize() const {
587 bool DesktopWindowTreeHostWin::CanMaximize() const {
591 bool DesktopWindowTreeHostWin::CanActivate() const {
597 bool DesktopWindowTreeHostWin::WidgetSizeIsClientSize() const {
602 bool DesktopWindowTreeHostWin::IsModal() const {
606 int DesktopWindowTreeHostWin::GetInitialShowState() const {
610 bool DesktopWindowTreeHostWin::WillProcessWorkAreaChange() const {
614 int DesktopWindowTreeHostWin::GetNonClientComponent(
620 void DesktopWindowTreeHostWin::GetWindowMask(const gfx::Size& size,
633 bool DesktopWindowTreeHostWin::GetClientAreaInsets(gfx::Insets* insets) const {
637 void DesktopWindowTreeHostWin::GetMinMaxSize(gfx::Size* min_size,
643 gfx::Size DesktopWindowTreeHostWin::GetRootViewSize() const {
647 void DesktopWindowTreeHostWin::ResetWindowControls() {
651 void DesktopWindowTreeHostWin::PaintLayeredWindow(gfx::Canvas* canvas) {
655 gfx::NativeViewAccessible DesktopWindowTreeHostWin::GetNativeViewAccessible() {
659 InputMethod* DesktopWindowTreeHostWin::GetInputMethod() {
663 bool DesktopWindowTreeHostWin::ShouldHandleSystemCommands() const {
667 void DesktopWindowTreeHostWin::HandleAppDeactivated() {
671 void DesktopWindowTreeHostWin::HandleActivationChanged(bool active) {
683 bool DesktopWindowTreeHostWin::HandleAppCommand(short command) {
690 void DesktopWindowTreeHostWin::HandleCancelMode() {
694 void DesktopWindowTreeHostWin::HandleCaptureLost() {
699 void DesktopWindowTreeHostWin::HandleClose() {
703 bool DesktopWindowTreeHostWin::HandleCommand(int command) {
707 void DesktopWindowTreeHostWin::HandleAccelerator(
712 void DesktopWindowTreeHostWin::HandleCreate() {
716 void DesktopWindowTreeHostWin::HandleDestroying() {
725 void DesktopWindowTreeHostWin::HandleDestroyed() {
729 bool DesktopWindowTreeHostWin::HandleInitialFocus(
734 void DesktopWindowTreeHostWin::HandleDisplayChange() {
738 void DesktopWindowTreeHostWin::HandleBeginWMSizeMove() {
742 void DesktopWindowTreeHostWin::HandleEndWMSizeMove() {
746 void DesktopWindowTreeHostWin::HandleMove() {
751 void DesktopWindowTreeHostWin::HandleWorkAreaChanged() {
755 void DesktopWindowTreeHostWin::HandleVisibilityChanging(bool visible) {
759 void DesktopWindowTreeHostWin::HandleVisibilityChanged(bool visible) {
763 void DesktopWindowTreeHostWin::HandleClientSizeChanged(
769 void DesktopWindowTreeHostWin::HandleFrameChanged() {
775 void DesktopWindowTreeHostWin::HandleNativeFocus(HWND last_focused_window) {
782 void DesktopWindowTreeHostWin::HandleNativeBlur(HWND focused_window) {
789 bool DesktopWindowTreeHostWin::HandleMouseEvent(const ui::MouseEvent& event) {
794 bool DesktopWindowTreeHostWin::HandleKeyEvent(const ui::KeyEvent& event) {
798 bool DesktopWindowTreeHostWin::HandleUntranslatedKeyEvent(
805 void DesktopWindowTreeHostWin::HandleTouchEvent(
817 DesktopWindowTreeHostWin* target =
834 bool DesktopWindowTreeHostWin::HandleIMEMessage(UINT message,
847 void DesktopWindowTreeHostWin::HandleInputLanguageChange(
854 bool DesktopWindowTreeHostWin::HandlePaintAccelerated(
859 void DesktopWindowTreeHostWin::HandlePaint(gfx::Canvas* canvas) {
865 bool DesktopWindowTreeHostWin::HandleTooltipNotify(int w_param,
871 void DesktopWindowTreeHostWin::HandleTooltipMouseMove(UINT message,
878 void DesktopWindowTreeHostWin::HandleMenuLoop(bool in_menu_loop) {
887 bool DesktopWindowTreeHostWin::PreHandleMSG(UINT message,
894 void DesktopWindowTreeHostWin::PostHandleMSG(UINT message,
899 bool DesktopWindowTreeHostWin::HandleScrollEvent(
905 void DesktopWindowTreeHostWin::HandleWindowSizeChanging() {
911 // DesktopWindowTreeHostWin, private:
913 Widget* DesktopWindowTreeHostWin::GetWidget() {
917 const Widget* DesktopWindowTreeHostWin::GetWidget() const {
921 HWND DesktopWindowTreeHostWin::GetHWND() const {
925 void DesktopWindowTreeHostWin::SetWindowTransparency() {
932 bool DesktopWindowTreeHostWin::IsModalWindowActive() const {
956 return new DesktopWindowTreeHostWin