OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:url_id
(Results
51 - 53
of
53
) sorted by null
1
2
3
/external/chromium_org/chrome/browser/history/
history_backend_unittest.cc
846
URLID
url_id
= backend_->db()->GetRowForURL(url, &row);
local
847
ASSERT_NE(0,
url_id
);
858
EXPECT_TRUE(backend_->db()->GetVisitsForURL(
url_id
, &visits));
875
EXPECT_TRUE(backend_->db()->GetVisitsForURL(
url_id
, &visits));
[
all
...]
history_service.h
466
// Sets the search terms for the specified url and keyword.
url_id
gives the
[
all
...]
/external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc
103
MOCK_METHOD2(GetURL, bool(const GURL&
url_id
, history::URLRow* url_row));
[
all
...]
Completed in 93 milliseconds
1
2
3