OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebIDBKeyPathTypeNull
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebIDBTypes.h
43
WebIDBKeyPathTypeNull
= 0,
/external/chromium_org/content/common/indexed_db/
indexed_db_key_path.cc
12
using blink::
WebIDBKeyPathTypeNull
;
15
IndexedDBKeyPath::IndexedDBKeyPath() : type_(
WebIDBKeyPathTypeNull
) {}
40
case
WebIDBKeyPathTypeNull
:
indexed_db_key_path.h
19
IndexedDBKeyPath(); // Defaults to blink::
WebIDBKeyPathTypeNull
.
24
bool IsNull() const { return type_ == blink::
WebIDBKeyPathTypeNull
; }
indexed_db_param_traits.cc
19
using blink::
WebIDBKeyPathTypeNull
;
144
case
WebIDBKeyPathTypeNull
:
172
case
WebIDBKeyPathTypeNull
:
/external/chromium_org/content/child/indexed_db/
indexed_db_key_builders.cc
116
case blink::
WebIDBKeyPathTypeNull
:
130
case blink::
WebIDBKeyPathTypeNull
:
/external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.cc
161
using blink::
WebIDBKeyPathTypeNull
;
351
case
WebIDBKeyPathTypeNull
:
567
case
WebIDBKeyPathTypeNull
:
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp
508
COMPILE_ASSERT_MATCHING_ENUM(
WebIDBKeyPathTypeNull
, IDBKeyPath::NullType);
[
all
...]
Completed in 81 milliseconds