Home | History | Annotate | Download | only in browser

Lines Matching full:windows

44 // These interface declarations are copied from Windows SDK 7.
45 // TODO(hbono): Bug 16903: to be deleted when we use Windows SDK 7.
47 // Windows SDK 7 defines these macros only when _WIN32_WINNT >= 0x0601.
57 // COM interfaces defined only in Windows SDK 7.
157 // END OF WINDOWS SDK 7.0
163 // Sends a thumbnail bitmap to Windows. Windows assumes this function is called
165 // can use DwmInvalidateIconicBitmap() to force Windows to send the message.
182 // Sends a preview bitmap to Windows. Windows assumes this function is called
228 // Register a tab into the thumbnail list of Windows.
230 // Create a thumbnail image and send it to Windows.
232 // Create a preview image and send it to Windows.
262 // means that Windows creates a taskbar button for this window in its
284 // Windows sends AeroPeek events to this window.
293 // Windows.
340 // Create a DIB, copy the resized image, and send the DIB to Windows.
341 // We can delete this DIB after sending it to Windows since Windows creates
381 // Calculates the thumbnail size sent to Windows so we can preserve the pixel
382 // aspect-ratio of the source bitmap. Since Windows returns an error when we
422 // The size of an output image to be sent to Windows.
433 // Windows.
436 // content area) so Windows can paste the preview image on it.
455 // tab image into the DIB, and send it to Windows.
456 // We don't need to paste this tab image onto the frame image since Windows
487 // Send the preview image to Windows.
489 // content area so Windows can paste this bitmap onto the correct
547 // * Receiving messages from Windows, and;
550 // between TabStrip and Windows 7.
563 // tab when Windows shows the thumbnail list, but also for preventing us
564 // from rendering AeroPeek images for deactivated windows so often.
588 // saves a copy of the given bitmap since it takes time to create a Windows
589 // icon from this bitmap set it as the window icon. We will create a Windows
590 // when Windows sends a WM_GETICON message to retrieve it.
630 // Called when Windows needs a thumbnail image for this thumbnail window.
631 // Windows can send a WM_DWMSENDICONICTHUMBNAIL message anytime when it
633 // register this place-holder window to Windows, etc.)
635 // create a thumbnail bitmap and send it to Windows through a
636 // DwmSendIconicThumbnail() call. (Windows shows a "page-loading" animation
642 // Called when Windows needs a preview image for this thumbnail window.
643 // Same as above, Windows can send a WM_DWMSENDICONICLIVEPREVIEWBITMAP
650 // Called when Windows needs an icon for this thumbnail window.
651 // Windows sends a WM_GETICON message with ICON_SMALL when it needs an
653 // a custom icon from a favicon only when Windows need it.
663 // This window notifies events received from Windows to TabStrip through
665 // We should not directly access TabContents members since Windows may send
714 // Windows doesn't send WM_DWMSENDICONICTHUMBNAIL messages.)
733 // Notify Windows to set the thumbnail focus to this window.
764 // so Windows can send events used by AeroPeek to this window.
765 // Windows automatically sends a WM_DWMSENDICONICTHUMBNAIL message after this
766 // window is registered to Windows. So, we don't have to invalidate the
787 // Remove this window from the tab list of Windows.
841 // Windows sends a WM_ACTIVATE message not only when a user clicks this
865 // These enum values are copied from Windows SDK 7 so we can compile this
867 // TODO(hbono): Bug 16903: to be deleted when we use Windows SDK 7.
884 // Set DWM attributes to tell Windows
898 // Post a task that registers this thumbnail window to Windows because it
900 // interface for the first time, Windows loads DLLs and we need to wait for
911 // Unregister this window from the tab list of Windows and destroy this
931 // send them to Windows. This task signals |ready_to_update_thumbnail_| in
955 // a preview image used by AeroPeek and send it to Windows. Unlike
957 // window from sending two or more tasks because Windows doesn't send
959 // to Windows.
983 // Create a Windows icon from SkBitmap and send it to Windows. We set this
1012 // * Chrome is running on Windows 7 and Aero is enabled,
1041 // list of Windows.)
1153 // TODO(hbono): we need to reorder the thumbnail list of Windows here?
1173 // Windows needs them (e.g. when a user hovers a taskbar icon) to avoid
1175 // information needed for handling update requests from Windows.)
1210 // images and send them to Windows.