Searched defs:indicators (Results 1 - 1 of 1) sorted by path

/external/chromium_org/chrome/browser/policy/
H A Dpolicy_prefs_browsertest.cc66 // setting indicators for a pref affected by a policy work correctly. This is
410 << "var indicators = [];"
419 << " indicators.push(indicator)"
421 << "domAutomationController.send(JSON.stringify(indicators));";
425 // Retrieve the state of all controlled setting indicators matching the
430 const base::ListValue* indicators = NULL; local
432 ASSERT_TRUE(value_ptr->GetAsList(&indicators));
433 // Verify that controlled setting indicators representing |value| are visible
437 EXPECT_GT(indicators->GetSize(), 0u)
441 for (base::ListValue::const_iterator indicator = indicators
[all...]

Completed in 210 milliseconds