Home
last modified time | relevance | path

Searched refs:GetBackingStore (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Dcompositing_iosurface_layer_mac.mm100 // a software frame is received in GetBackingStore.
103 // If a resize is in progress then GetBackingStore request a frame of the
109 (void)cached_view->render_widget_host_->GetBackingStore(true);
Dbacking_store_manager.h32 static BackingStore* GetBackingStore(RenderWidgetHost* host,
Dbacking_store_manager.cc178 BackingStore* BackingStoreManager::GetBackingStore( in GetBackingStore() function in content::BackingStoreManager
204 BackingStore* backing_store = GetBackingStore(host, backing_store_size); in PrepareBackingStore()
Drender_widget_host_impl.cc719 BackingStore* backing_store = GetBackingStore(false); in CopyFromBackingStore()
739 BackingStore* backing_store = GetBackingStore(false); in CopyFromBackingStoreToGtkWindow()
748 BackingStore* backing_store = GetBackingStore(false); in GetBackingStoreSize()
754 BackingStore* backing_store = GetBackingStore(false); in CopyFromBackingStoreToCGContext()
783 *backing_store = BackingStoreManager::GetBackingStore(this, desired_size); in TryGetBackingStore()
787 BackingStore* RenderWidgetHostImpl::GetBackingStore(bool force_create) { in GetBackingStore() function in content::RenderWidgetHostImpl
Drender_widget_host_unittest.cc995 BackingStore* backing = host_->GetBackingStore(true); in TEST_F()
1007 backing = host_->GetBackingStore(true); in TEST_F()
1028 BackingStore* backing = host_->GetBackingStore(true); in TEST_F()
1039 backing = host_->GetBackingStore(true); in TEST_F()
Drender_widget_host_impl.h264 BackingStore* GetBackingStore(bool force_create);
Drender_widget_host_view_aura.cc869 return CanCopyToBitmap() || !!host_->GetBackingStore(false); in IsSurfaceAvailableForCopy()
2540 bool has_backing_store = !!host_->GetBackingStore(false); in OnPaint()
2544 host_->GetBackingStore(true)); in OnPaint()
2570 host_->GetBackingStore(false)); in OnDeviceScaleFactorChanged()
Drender_widget_host_view_mac.mm868 !!render_widget_host_->GetBackingStore(false);
1246 return (!render_widget_host_->GetBackingStore(false) &&
2766 renderWidgetHostView_->render_widget_host_->GetBackingStore(false));
2911 // GetBackingStore works for both software and accelerated frames. If a
2912 // SwapBuffers occurs while GetBackingStore is blocking, we will continue to
2916 renderWidgetHostView_->render_widget_host_->GetBackingStore(true));
4068 renderWidgetHostView_->render_widget_host_->GetBackingStore(true));
Drender_widget_host_view_win.cc618 return !!render_widget_host_->GetBackingStore(false); in IsSurfaceAvailableForCopy()
1314 render_widget_host_->GetBackingStore(true)); in OnPaint()
Drender_widget_host_view_gtk.cc1185 host_->GetBackingStore(force_create)); in Paint()
/external/chromium/chrome/browser/tab_contents/
Dthumbnail_generator_unittest.cc148 ASSERT_FALSE(widget_.GetBackingStore(false, false));
162 ASSERT_FALSE(widget_.GetBackingStore(false, false));
Dthumbnail_generator.cc188 BackingStore* backing_store = renderer->GetBackingStore(false); in AskForSnapshot()
255 BackingStore* backing_store = renderer->GetBackingStore(false); in GetThumbnailForRendererWithOptions()
/external/chromium/chrome/browser/ui/gtk/tabs/
Ddragged_tab_gtk.cc296 dragged_tab->data_source_->render_view_host()->GetBackingStore(false); in OnExposeEvent()
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_views.cc798 BackingStore* backing_store = host_->GetBackingStore(true); in OnPaint()
Drender_widget_host_view_gtk.cc988 host_->GetBackingStore(true)); in Paint()
Drender_widget_host_view_win.cc848 render_widget_host_->GetBackingStore(true)); in OnPaint()
Drender_widget_host_view_mac.mm1510 renderWidgetHostView_->render_widget_host_->GetBackingStore(true));
/external/chromium_org/content/browser/browser_plugin/
Dbrowser_plugin_host_browsertest.cc898 #define MAYBE_GetBackingStore GetBackingStore
/external/chromium/chrome/browser/
Daeropeek_manager.cc1235 BackingStore* backing_store = render_view_host->GetBackingStore(false);
/external/chromium/chrome/browser/extensions/
Dextension_tabs_module.cc1127 BackingStore* backing_store = render_view_host->GetBackingStore(false); in RunImpl()
/external/chromium_org/tools/traceline/svgui/
Dstartup-release.json92 …r_widget_helper.cc:121 ]'], [21729909, 'chrome.dll!RenderWidgetHost::GetBackingStore+0x125 [ c:\\g…
95 …pc_message_utils.h:990 ]'], [21729932, 'chrome.dll!RenderWidgetHost::GetBackingStore+0x13c [ c:\\g…
96 …pc_message_utils.h:990 ]'], [21729932, 'chrome.dll!RenderWidgetHost::GetBackingStore+0x13c [ c:\\g…
/external/chromium/chrome/browser/ui/cocoa/
Dtabpose_window.mm310 (BackingStoreMac*)rwh->GetBackingStore(/*force_create=*/false);