Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBKeyPath.cpp125 bool IDBIsValidKeyPath(const String& keyPath) in IDBIsValidKeyPath() function
220 return IDBIsValidKeyPath(m_string); in isValid()
226 if (!IDBIsValidKeyPath(m_array[i])) in isValid()