Searched refs:arg_url_string (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dfullstream_ui_policy.cc100 std::string arg_url_string = action.SerializeArgUrl(); local
101 if (!arg_url_string.empty()) {
102 statement.BindString(7, arg_url_string);
H A Dcounting_policy.cc341 std::string arg_url_string = action.SerializeArgUrl(); local
342 if (!arg_url_string.empty()) {
343 if (!url_table_.StringToInt(db, arg_url_string, &id))

Completed in 84 milliseconds