Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
DSecurityOrigin.cpp48 static SecurityOriginCache* s_originCache = 0; variable
60 if (s_originCache) in cachedOrigin()
61 return s_originCache->cachedOrigin(url); in cachedOrigin()
89 s_originCache = originCache; in setCache()