OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:motivation_list
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/net/
predictor_unittest.cc
266
// Return a
motivation_list
if we can find one for the given motivating_host (or
275
const base::ListValue*
motivation_list
(NULL);
277
referral_list->GetList(i, &
motivation_list
);
279
EXPECT_TRUE(
motivation_list
->GetString(0, &existing_spec));
281
return
motivation_list
;
309
base::ListValue*
motivation_list
= FindSerializationMotivation(motivation,
local
311
if (!
motivation_list
) {
313
motivation_list
= new base::ListValue;
314
motivation_list
->Append(new base::StringValue(motivation.spec()));
316
motivation_list
->Append(new base::ListValue())
342
const base::ListValue*
motivation_list
=
local
[
all
...]
Completed in 490 milliseconds