OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:where_next
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy.cc
140
std::string
where_next
= "";
local
143
where_next
= " AND ";
146
where_str +=
where_next
+ "api_name=?";
147
where_next
= " AND ";
150
where_str +=
where_next
+ "action_type=?";
151
where_next
= " AND ";
154
where_str +=
where_next
+ "page_url LIKE ?";
155
where_next
= " AND ";
158
where_str +=
where_next
+ "arg_url LIKE ?";
161
where_str +=
where_next
+ "time BETWEEN ? AND ?"
[
all
...]
counting_policy.cc
433
std::string
where_next
= "";
local
436
where_next
= " AND ";
439
where_str +=
where_next
+ "api_name=?";
440
where_next
= " AND ";
443
where_str +=
where_next
+ "action_type=?";
444
where_next
= " AND ";
447
where_str +=
where_next
+ "page_url LIKE ?";
448
where_next
= " AND ";
451
where_str +=
where_next
+ "arg_url LIKE ?";
452
where_next
= " AND "
[
all
...]
Completed in 151 milliseconds