OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLHandler
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/chrome/browser/history/android/
sql_handler.cc
17
SQLHandler
::
SQLHandler
(const HistoryAndBookmarkRow::ColumnID columns[],
22
SQLHandler
::~
SQLHandler
() {
25
bool
SQLHandler
::HasColumnIn(const HistoryAndBookmarkRow& row) {
34
bool
SQLHandler
::HasColumn(HistoryAndBookmarkRow::ColumnID id) {
sql_handler.h
13
// method in
SQLHandler
. Refer to
SQLHandler
's comment below for how
38
class
SQLHandler
{
42
SQLHandler
(const HistoryAndBookmarkRow::ColumnID columns[], int column_count);
43
virtual ~
SQLHandler
();
70
DISALLOW_COPY_AND_ASSIGN(
SQLHandler
);
android_urls_sql_handler.h
15
class AndroidURLsSQLHandler : public
SQLHandler
{
urls_sql_handler.h
14
// This class is the
SQLHandler
implementation for urls table.
15
class UrlsSQLHandler : public
SQLHandler
{
20
// Overriden from
SQLHandler
.
favicon_sql_handler.h
15
class FaviconSQLHandler : public
SQLHandler
{
20
//
SQLHandler
overrides:
visit_sql_handler.h
18
// This class is the
SQLHandler
for visits table.
19
class VisitSQLHandler : public
SQLHandler
{
24
// Overriden from
SQLHandler
.
bookmark_model_sql_handler.h
18
class BookmarkModelSQLHandler : public
SQLHandler
{
24
//
SQLHandler
overrides:
android_provider_backend.h
324
scoped_ptr<
SQLHandler
> urls_handler_;
325
scoped_ptr<
SQLHandler
> visit_handler_;
326
scoped_ptr<
SQLHandler
> android_urls_handler_;
327
scoped_ptr<
SQLHandler
> favicon_handler_;
328
scoped_ptr<
SQLHandler
> bookmark_model_handler_;
331
std::vector<
SQLHandler
*> sql_handlers_;
android_urls_sql_handler.cc
21
:
SQLHandler
(kInterestingColumns, arraysize(kInterestingColumns)),
favicon_sql_handler.cc
25
:
SQLHandler
(kInterestingColumns, arraysize(kInterestingColumns)),
visit_sql_handler.cc
24
:
SQLHandler
(kInterestingColumns, arraysize(kInterestingColumns)),
urls_sql_handler.cc
23
:
SQLHandler
(kInterestingColumns, arraysize(kInterestingColumns)),
bookmark_model_sql_handler.cc
94
:
SQLHandler
(kInterestingColumns, arraysize(kInterestingColumns)),
android_provider_backend.cc
328
for (std::vector<
SQLHandler
*>::iterator i =
379
for (std::vector<
SQLHandler
*>::iterator i =
[
all
...]
Completed in 151 milliseconds