Home
last modified time | relevance | path

Searched refs:requestStorageQuota (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DStorageQuotaClientImpl.cpp70 …webFrame->client()->requestStorageQuota(webFrame, storageType, newQuotaInBytes, callbacks.release(… in requestQuota()
86 …webFrame->client()->requestStorageQuota(webFrame, WebStorageQuotaTypePersistent, newQuotaInBytes, … in requestPersistentQuota()
/external/chromium_org/third_party/WebKit/public/web/
DWebFrameClient.h483 virtual void requestStorageQuota( in requestStorageQuota() function
/external/chromium_org/content/renderer/
Drender_frame_impl.h418 virtual void requestStorageQuota(blink::WebLocalFrame* frame,
Drender_frame_impl.cc3005 void RenderFrameImpl::requestStorageQuota( in requestStorageQuota() function in content::RenderFrameImpl