HomeSort by relevance Sort by last modified time
    Searched refs:GetBackingStore (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/content/browser/renderer_host/
backing_store_manager.h 32 static BackingStore* GetBackingStore(RenderWidgetHost* host,
backing_store_manager.cc 178 BackingStore* BackingStoreManager::GetBackingStore(
204 BackingStore* backing_store = GetBackingStore(host, backing_store_size);
render_widget_host_impl.cc 87 // returning a null or incorrectly sized backing-store from GetBackingStore.
668 BackingStore* backing_store = GetBackingStore(false);
688 BackingStore* backing_store = GetBackingStore(false);
697 BackingStore* backing_store = GetBackingStore(false);
703 BackingStore* backing_store = GetBackingStore(false);
732 *backing_store = BackingStoreManager::GetBackingStore(this, desired_size);
736 BackingStore* RenderWidgetHostImpl::GetBackingStore(bool force_create) {
752 TRACE_EVENT2("renderer_host", "RenderWidgetHostImpl::GetBackingStore",
761 "GetBackingStore called while hidden!";
765 DCHECK(!in_get_backing_store_) << "GetBackingStore called recursively!"
    [all...]
render_widget_host_impl.h 250 // view. If you pass |force_create| as true, then GetBackingStore may block
258 BackingStore* GetBackingStore(bool force_create);
269 // GPU accelerated version of GetBackingStore function. This will
    [all...]
render_widget_host_unittest.cc     [all...]
render_widget_host_view_aura.cc     [all...]
render_widget_host_view_win.cc 619 return !!render_widget_host_->GetBackingStore(false);
    [all...]
render_widget_host_view_gtk.cc     [all...]
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator_unittest.cc 148 ASSERT_FALSE(widget_.GetBackingStore(false, false));
162 ASSERT_FALSE(widget_.GetBackingStore(false, false));
thumbnail_generator.cc 188 BackingStore* backing_store = renderer->GetBackingStore(false);
255 BackingStore* backing_store = renderer->GetBackingStore(false);
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 296 dragged_tab->data_source_->render_view_host()->GetBackingStore(false);
  /external/chromium/chrome/browser/
aeropeek_manager.cc     [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc     [all...]
render_widget_host_view_views.cc 798 BackingStore* backing_store = host_->GetBackingStore(true);
799 // Calling GetBackingStore maybe have changed |invalid_rect_|...
render_widget_host_view_win.cc 848 render_widget_host_->GetBackingStore(true));
851 // GetBackingStore(), so that if it updates the invalid rect we'll catch the
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_tabs_module.cc     [all...]

Completed in 437 milliseconds