OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contexts_value
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/
menu_manager.cc
245
const Value*
contexts_value
= NULL;
local
246
if (!value.Get(kContextsKey, &
contexts_value
))
248
if (!contexts.Populate(*
contexts_value
))
menu_manager_unittest.cc
217
int
contexts_value
= 0;
local
218
ASSERT_TRUE(contexts.ToValue()->GetAsInteger(&
contexts_value
));
239
value.SetInteger("contexts",
contexts_value
);
Completed in 784 milliseconds