OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebStorageQuotaCallbacks
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/chromium/public/
WebStorageQuotaCallbacks.h
38
class
WebStorageQuotaCallbacks
{
50
virtual ~
WebStorageQuotaCallbacks
() { }
WebFrameClient.h
56
class
WebStorageQuotaCallbacks
;
376
//
WebStorageQuotaCallbacks
::didQueryStorageUsageAndQuota will be called
378
// an error occurs
WebStorageQuotaCallbacks
::didFail is called with an
383
WebFrame*, WebStorageQuotaType,
WebStorageQuotaCallbacks
*) { }
388
//
WebStorageQuotaCallbacks
::didGrantStorageQuota will be called when
389
// a new quota is granted.
WebStorageQuotaCallbacks
::didFail
398
WebStorageQuotaCallbacks
*) { }
/external/webkit/Source/WebKit/chromium/src/
WebStorageQuotaCallbacksImpl.h
34
#include "
WebStorageQuotaCallbacks
.h"
47
class WebStorageQuotaCallbacksImpl : public
WebStorageQuotaCallbacks
{
Completed in 39 milliseconds