Searched defs:where_str (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dfullstream_ui_policy.cc139 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());

Completed in 807 milliseconds