OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StorageInfo
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebCore/storage/
StorageInfo.cpp
35
#include "
StorageInfo
.h"
46
StorageInfo
::
StorageInfo
()
50
StorageInfo
::~
StorageInfo
()
55
void
StorageInfo
::queryUsageAndQuota(ScriptExecutionContext*, int, PassRefPtr<StorageInfoUsageCallback>, PassRefPtr<StorageInfoErrorCallback>)
60
void
StorageInfo
::requestQuota(ScriptExecutionContext*, int, unsigned long long, PassRefPtr<StorageInfoQuotaCallback>, PassRefPtr<StorageInfoErrorCallback>)
StorageInfo.h
46
class
StorageInfo
: public RefCounted<
StorageInfo
> {
53
static PassRefPtr<
StorageInfo
> create()
55
return adoptRef(new
StorageInfo
());
62
~
StorageInfo
();
65
StorageInfo
();
StorageInfo.idl
31
]
StorageInfo
{
/external/webkit/Source/WebKit/chromium/src/
StorageInfoChromium.cpp
32
#include "
StorageInfo
.h"
61
void
StorageInfo
::queryUsageAndQuota(ScriptExecutionContext* context, int storageType, PassRefPtr<StorageInfoUsageCallback> successCallback, PassRefPtr<StorageInfoErrorCallback> errorCallback)
79
void
StorageInfo
::requestQuota(ScriptExecutionContext* context, int storageType, unsigned long long newQuotaInBytes, PassRefPtr<StorageInfoQuotaCallback> successCallback, PassRefPtr<StorageInfoErrorCallback> errorCallback)
AssertMatchingEnums.cpp
56
#include "
StorageInfo
.h"
426
COMPILE_ASSERT_MATCHING_ENUM(WebStorageQuotaTypeTemporary,
StorageInfo
::TEMPORARY);
427
COMPILE_ASSERT_MATCHING_ENUM(WebStorageQuotaTypePersistent,
StorageInfo
::PERSISTENT);
/external/webkit/Source/WebCore/page/
DOMWindow.h
67
class
StorageInfo
;
408
StorageInfo
* webkitStorageInfo() const;
505
mutable RefPtr<
StorageInfo
> m_storageInfo;
DOMWindow.cpp
89
#include "
StorageInfo
.h"
[
all
...]
DOMWindow.idl
[
all
...]
Completed in 1307 milliseconds