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

  /external/chromium_org/content/browser/renderer_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...]

Completed in 49 milliseconds