OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:page_url_string
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy.cc
93
std::string
page_url_string
= action.SerializePageUrl();
local
94
if (!
page_url_string
.empty()) {
95
statement.BindString(5,
page_url_string
);
counting_policy.cc
323
std::string
page_url_string
= action.SerializePageUrl();
local
324
if (!
page_url_string
.empty()) {
325
if (!url_table_.StringToInt(db,
page_url_string
, &id))
Completed in 368 milliseconds