OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StorageQuotaClientImpl
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
StorageQuotaClientImpl.h
39
class
StorageQuotaClientImpl
: public NoBaseWillBeGarbageCollectedFinalized<
StorageQuotaClientImpl
>, public StorageQuotaClient {
40
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(
StorageQuotaClientImpl
);
42
static PassOwnPtrWillBeRawPtr<
StorageQuotaClientImpl
> create();
44
virtual ~
StorageQuotaClientImpl
();
52
StorageQuotaClientImpl
();
StorageQuotaClientImpl.cpp
32
#include "web/
StorageQuotaClientImpl
.h"
53
PassOwnPtrWillBeRawPtr<
StorageQuotaClientImpl
>
StorageQuotaClientImpl
::create()
55
return adoptPtrWillBeNoop(new
StorageQuotaClientImpl
());
58
StorageQuotaClientImpl
::~
StorageQuotaClientImpl
()
62
void
StorageQuotaClientImpl
::requestQuota(ExecutionContext* executionContext, WebStorageQuotaType storageType, unsigned long long newQuotaInBytes, StorageQuotaCallback* successCallback, StorageErrorCallback* errorCallback)
77
ScriptPromise
StorageQuotaClientImpl
::requestPersistentQuota(ScriptState* scriptState, unsigned long long newQuotaInBytes)
95
StorageQuotaClientImpl
::
StorageQuotaClientImpl
()
[
all
...]
blink_web.target.darwin-arm.mk
79
third_party/WebKit/Source/web/
StorageQuotaClientImpl
.cpp \
blink_web.target.darwin-arm64.mk
79
third_party/WebKit/Source/web/
StorageQuotaClientImpl
.cpp \
blink_web.target.darwin-mips.mk
79
third_party/WebKit/Source/web/
StorageQuotaClientImpl
.cpp \
blink_web.target.darwin-mips64.mk
79
third_party/WebKit/Source/web/
StorageQuotaClientImpl
.cpp \
blink_web.target.darwin-x86.mk
79
third_party/WebKit/Source/web/
StorageQuotaClientImpl
.cpp \
blink_web.target.darwin-x86_64.mk
79
third_party/WebKit/Source/web/
StorageQuotaClientImpl
.cpp \