Home
last modified time | relevance | path

Searched refs:optionalSessionStorage (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DStorageAreaProxy.cpp193 Storage* storage = frame->domWindow()->optionalSessionStorage(); in dispatchSessionStorageEvent()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMWindow.h281 Storage* optionalSessionStorage() const { return m_sessionStorage.get(); } in optionalSessionStorage() function