Home | History | Annotate | Download | only in browser

Lines Matching defs:preview

182 // Sends a preview bitmap to Windows. Windows assumes this function is called
232 // Create a preview image and send it to Windows.
432 // A task which creates a preview image used by AeroPeek and sends it to
436 // content area) so Windows can paste the preview image on it.
487 // Send the preview image to Windows.
642 // Called when Windows needs a preview image for this thumbnail window.
644 // message anytime when it needs a preview bitmap and we have to create and
955 // a preview image used by AeroPeek and send it to Windows. Unlike
958 // WM_DWMSENDICONICLIVEPREVIEWBITMAP messages before we send the preview image
962 SkBitmap preview;
963 delegate_->GetTabPreview(tab_id_, &preview);
968 new SendLivePreviewTask(hwnd(), GetContentBounds(), preview));
1222 bool AeroPeekManager::GetTabPreview(int tab_id, SkBitmap* preview) {
1223 DCHECK(preview);
1247 bitmap.copyTo(preview, SkBitmap::kARGB_8888_Config);