OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebStorageAreaImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/dom_storage/
webstoragearea_impl.h
19
class
WebStorageAreaImpl
: public blink::WebStorageArea {
21
static
WebStorageAreaImpl
* FromConnectionId(int id);
23
WebStorageAreaImpl
(int64 namespace_id, const GURL& origin);
24
virtual ~
WebStorageAreaImpl
();
webstoragearea_impl.cc
23
typedef IDMap<
WebStorageAreaImpl
> AreaImplMap;
33
WebStorageAreaImpl
*
WebStorageAreaImpl
::FromConnectionId(int id) {
37
WebStorageAreaImpl
::
WebStorageAreaImpl
(
44
WebStorageAreaImpl
::~
WebStorageAreaImpl
() {
50
unsigned
WebStorageAreaImpl
::length() {
54
WebString
WebStorageAreaImpl
::key(unsigned index) {
58
WebString
WebStorageAreaImpl
::getItem(const WebString& key)
[
all
...]
Completed in 189 milliseconds