OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indexed_db
(Results
1 - 25
of
40
) sorted by null
1
2
/external/chromium_org/content/browser/indexed_db/
indexed_db.h
10
namespace
indexed_db
{
namespace in namespace:content
30
} // namespace
indexed_db
indexed_db_cursor.h
13
#include "content/browser/
indexed_db
/indexed_db_backing_store.h"
14
#include "content/browser/
indexed_db
/indexed_db_database.h"
15
#include "content/common/
indexed_db
/indexed_db_key_range.h"
25
indexed_db
::CursorType cursor_type,
40
return (cursor_type_ ==
indexed_db
::CURSOR_KEY_ONLY) ? NULL
63
indexed_db
::CursorType cursor_type_;
indexed_db_transaction_coordinator.cc
5
#include "content/browser/
indexed_db
/indexed_db_transaction_coordinator.h"
9
#include "content/browser/
indexed_db
/indexed_db_transaction.h"
82
indexed_db
::TRANSACTION_VERSION_CHANGE);
95
if (transaction->mode() ==
indexed_db
::TRANSACTION_READ_WRITE) {
114
if (transaction->mode() ==
indexed_db
::TRANSACTION_READ_WRITE) {
145
case
indexed_db
::TRANSACTION_VERSION_CHANGE:
151
case
indexed_db
::TRANSACTION_READ_ONLY:
154
case
indexed_db
::TRANSACTION_READ_WRITE:
indexed_db_fake_backing_store.h
10
#include "content/browser/
indexed_db
/indexed_db_backing_store.h"
88
indexed_db
::CursorDirection) OVERRIDE;
94
indexed_db
::CursorDirection) OVERRIDE;
101
indexed_db
::CursorDirection) OVERRIDE;
107
indexed_db
::CursorDirection)
indexed_db_transaction.h
17
#include "content/browser/
indexed_db
/indexed_db_backing_store.h"
18
#include "content/browser/
indexed_db
/indexed_db_database.h"
19
#include "content/browser/
indexed_db
/indexed_db_database_error.h"
35
indexed_db
::TransactionMode,
46
indexed_db
::TransactionMode mode() const { return mode_; }
102
const
indexed_db
::TransactionMode mode_;
indexed_db_fake_backing_store.cc
5
#include "content/browser/
indexed_db
/indexed_db_fake_backing_store.h"
116
indexed_db
::CursorDirection) {
125
indexed_db
::CursorDirection) {
135
indexed_db
::CursorDirection) {
145
indexed_db
::CursorDirection) {
indexed_db_database.cc
5
#include "content/browser/
indexed_db
/indexed_db_database.h"
15
#include "content/browser/
indexed_db
/indexed_db_connection.h"
16
#include "content/browser/
indexed_db
/indexed_db_cursor.h"
17
#include "content/browser/
indexed_db
/indexed_db_factory.h"
18
#include "content/browser/
indexed_db
/indexed_db_index_writer.h"
19
#include "content/browser/
indexed_db
/indexed_db_tracing.h"
20
#include "content/browser/
indexed_db
/indexed_db_transaction.h"
21
#include "content/common/
indexed_db
/indexed_db_key_path.h"
22
#include "content/common/
indexed_db
/indexed_db_key_range.h"
283
DCHECK_EQ(transaction->mode(),
indexed_db
::TRANSACTION_VERSION_CHANGE)
[
all
...]
indexed_db_cursor.cc
5
#include "content/browser/
indexed_db
/indexed_db_cursor.h"
9
#include "content/browser/
indexed_db
/indexed_db_callbacks.h"
10
#include "content/browser/
indexed_db
/indexed_db_database_error.h"
11
#include "content/browser/
indexed_db
/indexed_db_tracing.h"
12
#include "content/browser/
indexed_db
/indexed_db_transaction.h"
18
indexed_db
::CursorType cursor_type,
126
case
indexed_db
::CURSOR_KEY_ONLY:
129
case
indexed_db
::CURSOR_KEY_AND_VALUE: {
indexed_db_transaction_unittest.cc
5
#include "content/browser/
indexed_db
/indexed_db_transaction.h"
11
#include "content/browser/
indexed_db
/indexed_db_fake_backing_store.h"
12
#include "content/browser/
indexed_db
/mock_indexed_db_database_callbacks.h"
51
indexed_db
::TRANSACTION_READ_ONLY,
103
indexed_db
::TRANSACTION_READ_ONLY,
indexed_db_backing_store.h
16
#include "content/browser/
indexed_db
/
indexed_db
.h"
17
#include "content/browser/
indexed_db
/indexed_db_metadata.h"
18
#include "content/browser/
indexed_db
/leveldb/leveldb_iterator.h"
19
#include "content/browser/
indexed_db
/leveldb/leveldb_transaction.h"
21
#include "content/common/
indexed_db
/indexed_db_key.h"
22
#include "content/common/
indexed_db
/indexed_db_key_path.h"
23
#include "content/common/
indexed_db
/indexed_db_key_range.h"
257
indexed_db
::CursorDirection);
263
indexed_db
::CursorDirection)
[
all
...]
indexed_db_database_unittest.cc
5
#include "content/browser/
indexed_db
/indexed_db_database.h"
11
#include "content/browser/
indexed_db
/
indexed_db
.h"
12
#include "content/browser/
indexed_db
/indexed_db_backing_store.h"
13
#include "content/browser/
indexed_db
/indexed_db_callbacks.h"
14
#include "content/browser/
indexed_db
/indexed_db_connection.h"
15
#include "content/browser/
indexed_db
/indexed_db_cursor.h"
16
#include "content/browser/
indexed_db
/indexed_db_database.h"
17
#include "content/browser/
indexed_db
/indexed_db_factory.h"
18
#include "content/browser/
indexed_db
/indexed_db_fake_backing_store.h
[
all
...]
indexed_db_database.h
15
#include "content/browser/
indexed_db
/
indexed_db
.h"
16
#include "content/browser/
indexed_db
/indexed_db_backing_store.h"
17
#include "content/browser/
indexed_db
/indexed_db_callbacks.h"
18
#include "content/browser/
indexed_db
/indexed_db_metadata.h"
19
#include "content/browser/
indexed_db
/indexed_db_transaction_coordinator.h"
20
#include "content/browser/
indexed_db
/list_set.h"
156
indexed_db
::CursorDirection,
220
indexed_db
::CursorType cursor_type,
/external/chromium/chrome/browser/
browsing_data_indexed_db_helper.cc
265
indexed_db
= indexed_db_info_.begin();
266
indexed_db
!= indexed_db_info_.end(); ++
indexed_db
) {
267
if (
indexed_db
->origin == security_origin) {
/external/chromium_org/content/
content_child.target.darwin-arm.mk
49
content/child/
indexed_db
/indexed_db_dispatcher.cc \
50
content/child/
indexed_db
/indexed_db_key_builders.cc \
51
content/child/
indexed_db
/indexed_db_message_filter.cc \
52
content/child/
indexed_db
/webidbcursor_impl.cc \
53
content/child/
indexed_db
/webidbdatabase_impl.cc \
54
content/child/
indexed_db
/webidbfactory_impl.cc \
content_child.target.darwin-mips.mk
49
content/child/
indexed_db
/indexed_db_dispatcher.cc \
50
content/child/
indexed_db
/indexed_db_key_builders.cc \
51
content/child/
indexed_db
/indexed_db_message_filter.cc \
52
content/child/
indexed_db
/webidbcursor_impl.cc \
53
content/child/
indexed_db
/webidbdatabase_impl.cc \
54
content/child/
indexed_db
/webidbfactory_impl.cc \
content_child.target.darwin-x86.mk
49
content/child/
indexed_db
/indexed_db_dispatcher.cc \
50
content/child/
indexed_db
/indexed_db_key_builders.cc \
51
content/child/
indexed_db
/indexed_db_message_filter.cc \
52
content/child/
indexed_db
/webidbcursor_impl.cc \
53
content/child/
indexed_db
/webidbdatabase_impl.cc \
54
content/child/
indexed_db
/webidbfactory_impl.cc \
content_child.target.linux-arm.mk
49
content/child/
indexed_db
/indexed_db_dispatcher.cc \
50
content/child/
indexed_db
/indexed_db_key_builders.cc \
51
content/child/
indexed_db
/indexed_db_message_filter.cc \
52
content/child/
indexed_db
/webidbcursor_impl.cc \
53
content/child/
indexed_db
/webidbdatabase_impl.cc \
54
content/child/
indexed_db
/webidbfactory_impl.cc \
content_child.target.linux-mips.mk
49
content/child/
indexed_db
/indexed_db_dispatcher.cc \
50
content/child/
indexed_db
/indexed_db_key_builders.cc \
51
content/child/
indexed_db
/indexed_db_message_filter.cc \
52
content/child/
indexed_db
/webidbcursor_impl.cc \
53
content/child/
indexed_db
/webidbdatabase_impl.cc \
54
content/child/
indexed_db
/webidbfactory_impl.cc \
content_child.target.linux-x86.mk
49
content/child/
indexed_db
/indexed_db_dispatcher.cc \
50
content/child/
indexed_db
/indexed_db_key_builders.cc \
51
content/child/
indexed_db
/indexed_db_message_filter.cc \
52
content/child/
indexed_db
/webidbcursor_impl.cc \
53
content/child/
indexed_db
/webidbdatabase_impl.cc \
54
content/child/
indexed_db
/webidbfactory_impl.cc \
content_browser.target.darwin-arm.mk
233
content/browser/
indexed_db
/indexed_db_backing_store.cc \
234
content/browser/
indexed_db
/indexed_db_callbacks.cc \
235
content/browser/
indexed_db
/indexed_db_connection.cc \
236
content/browser/
indexed_db
/indexed_db_context_impl.cc \
237
content/browser/
indexed_db
/indexed_db_cursor.cc \
238
content/browser/
indexed_db
/indexed_db_database.cc \
239
content/browser/
indexed_db
/indexed_db_database_callbacks.cc \
240
content/browser/
indexed_db
/indexed_db_dispatcher_host.cc \
241
content/browser/
indexed_db
/indexed_db_factory.cc \
242
content/browser/
indexed_db
/indexed_db_index_writer.cc
[
all
...]
content_browser.target.darwin-mips.mk
233
content/browser/
indexed_db
/indexed_db_backing_store.cc \
234
content/browser/
indexed_db
/indexed_db_callbacks.cc \
235
content/browser/
indexed_db
/indexed_db_connection.cc \
236
content/browser/
indexed_db
/indexed_db_context_impl.cc \
237
content/browser/
indexed_db
/indexed_db_cursor.cc \
238
content/browser/
indexed_db
/indexed_db_database.cc \
239
content/browser/
indexed_db
/indexed_db_database_callbacks.cc \
240
content/browser/
indexed_db
/indexed_db_dispatcher_host.cc \
241
content/browser/
indexed_db
/indexed_db_factory.cc \
242
content/browser/
indexed_db
/indexed_db_index_writer.cc
[
all
...]
content_browser.target.darwin-x86.mk
233
content/browser/
indexed_db
/indexed_db_backing_store.cc \
234
content/browser/
indexed_db
/indexed_db_callbacks.cc \
235
content/browser/
indexed_db
/indexed_db_connection.cc \
236
content/browser/
indexed_db
/indexed_db_context_impl.cc \
237
content/browser/
indexed_db
/indexed_db_cursor.cc \
238
content/browser/
indexed_db
/indexed_db_database.cc \
239
content/browser/
indexed_db
/indexed_db_database_callbacks.cc \
240
content/browser/
indexed_db
/indexed_db_dispatcher_host.cc \
241
content/browser/
indexed_db
/indexed_db_factory.cc \
242
content/browser/
indexed_db
/indexed_db_index_writer.cc
[
all
...]
content_browser.target.linux-arm.mk
233
content/browser/
indexed_db
/indexed_db_backing_store.cc \
234
content/browser/
indexed_db
/indexed_db_callbacks.cc \
235
content/browser/
indexed_db
/indexed_db_connection.cc \
236
content/browser/
indexed_db
/indexed_db_context_impl.cc \
237
content/browser/
indexed_db
/indexed_db_cursor.cc \
238
content/browser/
indexed_db
/indexed_db_database.cc \
239
content/browser/
indexed_db
/indexed_db_database_callbacks.cc \
240
content/browser/
indexed_db
/indexed_db_dispatcher_host.cc \
241
content/browser/
indexed_db
/indexed_db_factory.cc \
242
content/browser/
indexed_db
/indexed_db_index_writer.cc
[
all
...]
content_browser.target.linux-mips.mk
233
content/browser/
indexed_db
/indexed_db_backing_store.cc \
234
content/browser/
indexed_db
/indexed_db_callbacks.cc \
235
content/browser/
indexed_db
/indexed_db_connection.cc \
236
content/browser/
indexed_db
/indexed_db_context_impl.cc \
237
content/browser/
indexed_db
/indexed_db_cursor.cc \
238
content/browser/
indexed_db
/indexed_db_database.cc \
239
content/browser/
indexed_db
/indexed_db_database_callbacks.cc \
240
content/browser/
indexed_db
/indexed_db_dispatcher_host.cc \
241
content/browser/
indexed_db
/indexed_db_factory.cc \
242
content/browser/
indexed_db
/indexed_db_index_writer.cc
[
all
...]
content_browser.target.linux-x86.mk
233
content/browser/
indexed_db
/indexed_db_backing_store.cc \
234
content/browser/
indexed_db
/indexed_db_callbacks.cc \
235
content/browser/
indexed_db
/indexed_db_connection.cc \
236
content/browser/
indexed_db
/indexed_db_context_impl.cc \
237
content/browser/
indexed_db
/indexed_db_cursor.cc \
238
content/browser/
indexed_db
/indexed_db_database.cc \
239
content/browser/
indexed_db
/indexed_db_database_callbacks.cc \
240
content/browser/
indexed_db
/indexed_db_dispatcher_host.cc \
241
content/browser/
indexed_db
/indexed_db_factory.cc \
242
content/browser/
indexed_db
/indexed_db_index_writer.cc
[
all
...]
Completed in 7437 milliseconds
1
2