OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebIDBKeyTypeNull
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebIDBTypes.h
38
WebIDBKeyTypeNull
,
/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
;
48
: type_(
WebIDBKeyTypeNull
),
55
DCHECK(type ==
WebIDBKeyTypeNull
|| type == WebIDBKeyTypeInvalid);
113
case
WebIDBKeyTypeNull
:
132
if (type_ == WebIDBKeyTypeInvalid || type_ ==
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/content/child/indexed_db/
indexed_db_key_builders.cc
17
using blink::
WebIDBKeyTypeNull
;
57
case
WebIDBKeyTypeNull
:
89
case
WebIDBKeyTypeNull
:
webidbcursor_impl.cc
67
if (key.keyType() == blink::
WebIDBKeyTypeNull
&&
68
primary_key.keyType() == blink::
WebIDBKeyTypeNull
) {
/external/chromium_org/third_party/WebKit/Source/web/
WebIDBKey.cpp
115
case
WebIDBKeyTypeNull
:
201
return
WebIDBKeyTypeNull
;
/external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.cc
156
using blink::
WebIDBKeyTypeNull
;
295
case
WebIDBKeyTypeNull
:
[
all
...]
Completed in 51 milliseconds