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

  /external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy.cc 139 std::string where_str = ""; local
142 where_str += "extension_id=?";
146 where_str += where_next + "api_name=?";
150 where_str += where_next + "action_type=?";
154 where_str += where_next + "page_url LIKE ?";
158 where_str += where_next + "arg_url LIKE ?";
161 where_str += where_next + "time BETWEEN ? AND ?";
166 where_str.empty() ? "" : "WHERE",
167 where_str.c_str());
counting_policy.cc 436 std::string where_str = "";
439 where_str += "extension_id=?";
443 where_str += where_next + "api_name=?";
447 where_str += where_next + "action_type=?";
451 where_str += where_next + "page_url LIKE ?";
455 where_str += where_next + "arg_url LIKE ?";
459 where_str += where_next + "time BETWEEN ? AND ?";
466 where_str.empty() ? "" : "WHERE",
467 where_str.c_str());

Completed in 70 milliseconds