/external/chromium_org/content/browser/renderer_host/ |
D | compositing_iosurface_layer_mac.mm | 100 // 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);
|
D | backing_store_manager.h | 32 static BackingStore* GetBackingStore(RenderWidgetHost* host,
|
D | backing_store_manager.cc | 178 BackingStore* BackingStoreManager::GetBackingStore( in GetBackingStore() function in content::BackingStoreManager 204 BackingStore* backing_store = GetBackingStore(host, backing_store_size); in PrepareBackingStore()
|
D | render_widget_host_impl.cc | 719 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
|
D | render_widget_host_unittest.cc | 995 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()
|
D | render_widget_host_impl.h | 264 BackingStore* GetBackingStore(bool force_create);
|
D | render_widget_host_view_aura.cc | 869 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()
|
D | render_widget_host_view_mac.mm | 868 !!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));
|
D | render_widget_host_view_win.cc | 618 return !!render_widget_host_->GetBackingStore(false); in IsSurfaceAvailableForCopy() 1314 render_widget_host_->GetBackingStore(true)); in OnPaint()
|
D | render_widget_host_view_gtk.cc | 1185 host_->GetBackingStore(force_create)); in Paint()
|
/external/chromium/chrome/browser/tab_contents/ |
D | thumbnail_generator_unittest.cc | 148 ASSERT_FALSE(widget_.GetBackingStore(false, false)); 162 ASSERT_FALSE(widget_.GetBackingStore(false, false));
|
D | thumbnail_generator.cc | 188 BackingStore* backing_store = renderer->GetBackingStore(false); in AskForSnapshot() 255 BackingStore* backing_store = renderer->GetBackingStore(false); in GetThumbnailForRendererWithOptions()
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | dragged_tab_gtk.cc | 296 dragged_tab->data_source_->render_view_host()->GetBackingStore(false); in OnExposeEvent()
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_views.cc | 798 BackingStore* backing_store = host_->GetBackingStore(true); in OnPaint()
|
D | render_widget_host_view_gtk.cc | 988 host_->GetBackingStore(true)); in Paint()
|
D | render_widget_host_view_win.cc | 848 render_widget_host_->GetBackingStore(true)); in OnPaint()
|
D | render_widget_host_view_mac.mm | 1510 renderWidgetHostView_->render_widget_host_->GetBackingStore(true));
|
/external/chromium_org/content/browser/browser_plugin/ |
D | browser_plugin_host_browsertest.cc | 898 #define MAYBE_GetBackingStore GetBackingStore
|
/external/chromium/chrome/browser/ |
D | aeropeek_manager.cc | 1235 BackingStore* backing_store = render_view_host->GetBackingStore(false);
|
/external/chromium/chrome/browser/extensions/ |
D | extension_tabs_module.cc | 1127 BackingStore* backing_store = render_view_host->GetBackingStore(false); in RunImpl()
|
/external/chromium_org/tools/traceline/svgui/ |
D | startup-release.json | 92 …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/ |
D | tabpose_window.mm | 310 (BackingStoreMac*)rwh->GetBackingStore(/*force_create=*/false);
|