OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSQLConnection
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/components/webdata/common/
web_database.h
55
sql::Connection*
GetSQLConnection
();
web_database.cc
67
sql::Connection* WebDatabase::
GetSQLConnection
() {
/external/chromium/chrome/browser/webdata/
web_database.h
43
sql::Connection*
GetSQLConnection
();
autofill_table_unittest.cc
681
sql::Statement s_home(db.
GetSQLConnection
()->GetUniqueStatement(
707
sql::Statement s_billing(db.
GetSQLConnection
()->GetUniqueStatement(
726
sql::Statement s_billing_updated(db.
GetSQLConnection
()->GetUniqueStatement(
759
sql::Statement s_billing_updated_2(db.
GetSQLConnection
()->GetUniqueStatement(
[
all
...]
web_database.cc
77
sql::Connection* WebDatabase::
GetSQLConnection
() {
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_table_unittest.cc
544
sql::Statement s_home(db_->
GetSQLConnection
()->GetUniqueStatement(
570
sql::Statement s_billing(db_->
GetSQLConnection
()->GetUniqueStatement(
587
sql::Statement s_billing_updated(db_->
GetSQLConnection
()->GetUniqueStatement(
623
db_->
GetSQLConnection
()->GetUniqueStatement(
[
all
...]
Completed in 250 milliseconds