OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebStorageQuotaError
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit/chromium/public/
WebStorageQuotaError.h
37
enum
WebStorageQuotaError
{
WebStorageQuotaCallbacks.h
34
#include "
WebStorageQuotaError
.h"
47
virtual void didFail(
WebStorageQuotaError
) = 0;
/external/webkit/Source/WebKit/chromium/src/
WebStorageQuotaCallbacksImpl.h
57
virtual void didFail(
WebStorageQuotaError
);
WebStorageQuotaCallbacksImpl.cpp
75
void WebStorageQuotaCallbacksImpl::didFail(
WebStorageQuotaError
error)
Completed in 38 milliseconds