OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebStorageAreaImpl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/renderer/dom_storage/
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
...]
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
();
webstoragenamespace_impl.cc
34
return new
WebStorageAreaImpl
(namespace_id_, GURL(origin));
dom_storage_dispatcher.cc
321
WebStorageAreaImpl
* originating_area = NULL;
323
originating_area =
WebStorageAreaImpl
::FromConnectionId(
Completed in 2010 milliseconds