OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noSuchIndexErrorMessage
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabase.h
118
static const char
noSuchIndexErrorMessage
[];
IDBDatabase.cpp
55
const char IDBDatabase::
noSuchIndexErrorMessage
[] = "The specified index was not found.";
IDBObjectStore.cpp
457
exceptionState.throwDOMException(NotFoundError, IDBDatabase::
noSuchIndexErrorMessage
);
497
exceptionState.throwDOMException(NotFoundError, IDBDatabase::
noSuchIndexErrorMessage
);
Completed in 129 milliseconds