OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SQLHandler
(Results
1 - 2
of
2
) 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
);
Completed in 25 milliseconds