Home | History | Annotate | Download | only in browser

Lines Matching refs:thumbnail

24 // This class is used for dispatching an event received by a thumbnail window
27 // * A user clicks an AeroPeek thumbnail.
29 // * A user closes an AeroPeek thumbnail.
33 // thumbnail window.
37 // This bitmap is used for creating thumbnail and preview images.
48 virtual bool GetTabThumbnail(int tab_id, SkBitmap* thumbnail) = 0;
57 // Windows 7 can dispay a thumbnail image of each tab to its taskbar so that
63 // This class adds a thumbnail window for this tab to the thumbnail list
66 // This class deletes the thumbnail window associated with this tab from the
67 // thumbnail list of Windows.
69 // This class updates the image of the thumbnail window associated with this
71 // Also, this class receives events sent from Windows via thumbnail windows to
73 // * A thumbnail window is closed.
74 // Ask TabStrip to close the tab associated with this thumbnail window.
75 // * A thumbnail window is selected.
76 // Ask TabStrip to activate the tab associated with this thumbnail window.
134 virtual bool GetTabThumbnail(int tab_id, SkBitmap* thumbnail);