HomeSort by relevance Sort by last modified time
    Searched refs:arg_url_string (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy.cc 100 std::string arg_url_string = action.SerializeArgUrl(); local
101 if (!arg_url_string.empty()) {
102 statement.BindString(7, arg_url_string);
counting_policy.cc 337 std::string arg_url_string = action.SerializeArgUrl(); local
338 if (!arg_url_string.empty()) {
339 if (!url_table_.StringToInt(db, arg_url_string, &id))

Completed in 429 milliseconds