Searched defs:preview (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dtab_contents_container_gtk.cc74 // If the preview contents is becoming the new permanent tab contents, we
91 void TabContentsContainerGtk::SetPreview(TabContentsWrapper* preview) { argument
97 preview_ = preview;
99 PackTab(preview);
202 // No preview contents; let the default handler run.
H A Dbrowser_window_gtk.cc1097 void BrowserWindowGtk::ShowInstant(TabContentsWrapper* preview) { argument
1098 contents_container_->SetPreview(preview);
/external/chromium/chrome/browser/ui/views/frame/
H A Dcontents_container.cc67 void ContentsContainer::SetPreview(views::View* preview, argument
69 if (preview == preview_)
74 preview_ = preview;
H A Dbrowser_view.cc1189 void BrowserView::ShowInstant(TabContentsWrapper* preview) { argument
1192 contents_->SetPreview(preview_container_, preview->tab_contents());
1193 preview_container_->ChangeTabContents(preview->tab_contents());
1196 // Removing the fade is instant (on windows). We need to force the preview to
1198 RedrawWindow(preview->tab_contents()->view()->GetContentNativeView(), NULL,
1326 // Swap the 'active' and 'preview' and delete what was the active.
1334 // Update the UI for what was the preview contents and is now active. Pass in
/external/kernel-headers/original/linux/
H A Dmt9t013.h149 int preview; /* in: 1 for preview, 0 for capture */ member in struct:mt9t013_init
/external/chromium/chrome/browser/ui/panels/
H A Dpanel.cc332 void Panel::ShowInstant(TabContentsWrapper* preview) { argument
/external/chromium/chrome/browser/
H A Daeropeek_manager.cc182 // 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; local
1222 GetTabPreview(int tab_id, SkBitmap* preview) argument
[all...]
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp2223 // Scale to the preview screen bounds
2237 // In preview, the printDC is a placeholder, so just always use the HDC backing the graphics context.
2246 bool preview = (hdc != printDC); local
2247 if (preview) {
2248 // If this is a preview, the Windows HDC was set to a non-scaled state so that Cairo will
2249 // draw correctly. We need to retain the correct preview scale here for use when the Cairo
2261 // resulting in invalid printing (and print preview)
2270 if (preview) {
2271 // If this is a preview, the Windows HDC was set to a non-scaled state so that Cairo would
2272 // draw correctly. We need to rescale the HDC to the correct preview scal
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 173 milliseconds