Home | History | Annotate | Download | only in renderer_host

Lines Matching defs:GetBackingStore

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!";
787 TRACE_EVENT0("renderer_host", "GetBackingStore::WaitForUpdate");
813 TRACE_EVENT0("renderer_host", "GetBackingStore::Timeout");
1516 // that will end up reaching GetBackingStore.