OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetRowForURL
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/history/
url_database.cc
117
URLID URLDatabase::
GetRowForURL
(const GURL& url, history::URLRow* info) {
history_backend.cc
174
bool
GetRowForURL
(const GURL& url, URLRow* row) {
175
if (!main_db_->
GetRowForURL
(url, row)) {
176
if (!archived_db_ || !archived_db_->
GetRowForURL
(url, row)) {
329
URLID url_id = db_->
GetRowForURL
(url, NULL);
669
URLID url_id = db_->
GetRowForURL
(url, &url_info);
755
URLID url_id = url_database->
GetRowForURL
(i->url(), &existing_url);
841
URLID row_id = db_->
GetRowForURL
(redirects->at(i), &row);
[
all
...]
/external/chromium_org/chrome/browser/history/
url_database.cc
103
URLID URLDatabase::
GetRowForURL
(const GURL& url, history::URLRow* info) {
history_service.cc
329
if (!
GetRowForURL
(url, &url_row))
339
if (!
GetRowForURL
(url, &url_row))
348
if (!
GetRowForURL
(url, &url_row))
[
all
...]
Completed in 745 milliseconds