OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:answer_list
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/web_resource/
promo_resource_service.cc
185
ListValue*
answer_list
;
local
200
if (topic_dict->GetList("answers", &
answer_list
)) {
207
for (ListValue::const_iterator answer_iter =
answer_list
->begin();
208
answer_iter !=
answer_list
->end(); ++answer_iter) {
284
ListValue*
answer_list
;
local
295
!topic_dict->GetList("answers", &
answer_list
))
298
for (ListValue::const_iterator answer_iter =
answer_list
->begin();
299
answer_iter !=
answer_list
->end(); ++answer_iter) {
350
ListValue*
answer_list
;
local
365
if (topic_dict->GetList("answers", &
answer_list
)) {
[
all
...]
Completed in 789 milliseconds