OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebIDBKeyTypeNull
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/content/common/indexed_db/
indexed_db_key_range.cc
13
: lower_(blink::
WebIDBKeyTypeNull
),
14
upper_(blink::
WebIDBKeyTypeNull
),
indexed_db_key.cc
19
using blink::
WebIDBKeyTypeNull
;
58
: type_(
WebIDBKeyTypeNull
),
65
DCHECK(type ==
WebIDBKeyTypeNull
|| type == WebIDBKeyTypeInvalid);
98
if (type_ == WebIDBKeyTypeInvalid || type_ ==
WebIDBKeyTypeNull
)
142
case
WebIDBKeyTypeNull
:
indexed_db_key_unittest.cc
24
keys.push_back(IndexedDBKey(blink::
WebIDBKeyTypeNull
));
indexed_db_param_traits.cc
27
using blink::
WebIDBKeyTypeNull
;
52
case
WebIDBKeyTypeNull
:
100
case
WebIDBKeyTypeNull
:
/external/chromium_org/third_party/WebKit/public/platform/
WebIDBTypes.h
38
WebIDBKeyTypeNull
,
/external/chromium_org/content/child/indexed_db/
indexed_db_key_builders.cc
21
using blink::
WebIDBKeyTypeNull
;
61
case
WebIDBKeyTypeNull
:
91
case
WebIDBKeyTypeNull
:
webidbcursor_impl.cc
73
if (key.keyType() == blink::
WebIDBKeyTypeNull
&&
74
primary_key.keyType() == blink::
WebIDBKeyTypeNull
) {
/external/chromium_org/third_party/WebKit/Source/web/
WebIDBKey.cpp
113
case
WebIDBKeyTypeNull
:
199
return
WebIDBKeyTypeNull
;
/external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.cc
174
using blink::
WebIDBKeyTypeNull
;
346
case
WebIDBKeyTypeNull
:
[
all
...]
/external/chromium_org/tools/ipc_fuzzer/mutate/
generate.cc
742
case blink::
WebIDBKeyTypeNull
: {
[
all
...]
Completed in 126 milliseconds