HomeSort by relevance Sort by last modified time
    Searched refs:ListValue (Results 226 - 250 of 359) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/prefs/
pref_member_unittest.cc 190 const ListValue* list_value = prefs.GetList(kListPref);
202 scoped_ptr<ListValue> list_value_numbers(new ListValue());
212 ListValue* list_value_ints = new ListValue();
  /external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc 441 ListValue exceptions;
485 ListValue exceptions;
510 ListValue exceptions;
535 ListValue otr_exceptions;
564 void ContentSettingsHandler::SetContentFilter(const ListValue* args) {
587 void ContentSettingsHandler::SetAllowThirdPartyCookies(const ListValue* args) {
594 void ContentSettingsHandler::RemoveException(const ListValue* args) {
652 void ContentSettingsHandler::SetException(const ListValue* args) {
686 const ListValue* args) {
  /external/chromium/chrome/common/
json_schema_validator.cc 145 ListValue* types)
199 ListValue* choices = NULL;
207 ListValue* enumeration = NULL;
224 ValidateArray(static_cast<ListValue*>(instance), schema, path);
235 ListValue* choices,
258 ListValue* choices,
336 void JSONSchemaValidator::ValidateArray(ListValue* instance,
378 void JSONSchemaValidator::ValidateTuple(ListValue* instance,
381 ListValue* tuple_type = NULL;
json_schema_validator_unittest_base.cc 50 ListValue* LoadList(const std::string& filename) {
51 return static_cast<ListValue*>(
86 scoped_ptr<ListValue> instance(LoadList("complex_instance.json"));
171 scoped_ptr<Value>(new ListValue()).get(),
250 scoped_ptr<ListValue> types(LoadList("reference_types.json"));
312 scoped_ptr<ListValue> instance(new ListValue());
340 instance->Set(2, new ListValue());
350 ListValue* items_schema = NULL;
374 scoped_ptr<ListValue> instance(new ListValue())
    [all...]
json_value_serializer_unittest.cc 199 ListValue* list = static_cast<ListValue*>(root.get());
223 ListValue* list = static_cast<ListValue*>(root.get());
utility_messages.h 194 // so we put the result Value into a ListValue. Handlers should examine the
195 // first (and only) element of the ListValue for the actual result.
197 ListValue)
  /external/chromium/chrome/browser/extensions/
extension_proxy_api_helpers.cc 227 bool JoinUrlList(ListValue* list,
265 ListValue* bypass_list = NULL;
379 ListValue* bypass_list = TokenizeToStringList(bypass_list_string, ",;");
436 ListValue* TokenizeToStringList(const std::string& in,
438 ListValue* out = new ListValue;
extension_webrequest_api.cc 166 static bool InitFromValue(const ListValue& value, int* extra_info_spec);
213 ListValue* urls_value = NULL;
226 ListValue* types_value = NULL;
252 const ListValue& value, int* extra_info_spec) {
319 ListValue args;
361 ListValue args;
389 const ListValue& args) {
575 ListValue* value = NULL;
extensions_quota_service.cc 32 ExtensionFunction* function, const ListValue* args,
93 bool QuotaLimitHeuristic::ApplyToArgs(const ListValue* args,
extension_browser_actions_api.cc 86 ListValue* list = NULL;
  /external/chromium/chrome/browser/sync/
sync_ui_util.cc 284 void AddBoolSyncDetail(ListValue* details,
293 void AddIntSyncDetail(ListValue* details, const std::string& stat_name,
349 ListValue* details = new ListValue();
411 ListValue* routing_info = new ListValue();
  /external/chromium/chrome/browser/web_resource/
promo_resource_service.cc 185 ListValue* answer_list;
207 for (ListValue::const_iterator answer_iter = answer_list->begin();
284 ListValue* answer_list;
298 for (ListValue::const_iterator answer_iter = answer_list->begin();
350 ListValue* answer_list;
368 for (ListValue::const_iterator answer_iter = answer_list->begin();
  /external/chromium/base/json/
json_writer.cc 123 const ListValue* list = static_cast<const ListValue*>(node);
  /external/chromium/chrome/browser/
about_flags.cc 330 const ListValue* enabled_experiments = prefs->GetList(
335 for (ListValue::const_iterator it = enabled_experiments->begin();
351 ListValue* experiments_list = update.Get();
457 ListValue* result = new ListValue;
477 ListValue* GetFlagsExperimentsData(PrefService* prefs) {
483 ListValue* experiments_data = new ListValue();
about_flags_unittest.cc 128 const ListValue* experiments_list = prefs_.GetList(
156 const ListValue* experiments_list = prefs_.GetList(
228 scoped_ptr<ListValue> switch_prefs(GetFlagsExperimentsData(&prefs_));
279 scoped_ptr<ListValue> switch_prefs(GetFlagsExperimentsData(&prefs_));
  /external/chromium/chrome/browser/chromeos/
user_cros_settings_provider.cc 132 bool GetUserWhitelist(ListValue* user_list) {
507 const ListValue* UserCrosSettingsProvider::cached_whitelist() {
509 const ListValue* cached_users = prefs->GetList(kAccountsPrefUsers);
519 cached_users = new ListValue;
536 const ListValue* whitelist = cached_whitelist();
539 for (ListValue::const_iterator i(whitelist->begin());
563 ListValue* user_list = new ListValue;
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_mac.cc 88 scoped_ptr<ListValue> list_value(new ListValue);
  /external/chromium/chrome/browser/search_engines/
template_url_prepopulate_data_unittest.cc 99 ListValue* overrides = new ListValue;
  /external/chromium/chrome/browser/ui/webui/chromeos/
system_info_ui.cc 127 ListValue* details = new ListValue();
  /external/chromium/chrome/browser/ui/webui/
new_tab_page_sync_handler.cc 114 void NewTabPageSyncHandler::HandleGetSyncMessage(const ListValue* args) {
153 void NewTabPageSyncHandler::HandleSyncLinkClicked(const ListValue* args) {
shown_sections_handler.cc 87 void ShownSectionsHandler::HandleGetShownSections(const ListValue* args) {
93 void ShownSectionsHandler::HandleSetShownSections(const ListValue* args) {
sync_internals_ui_unittest.cc 144 ListValue args;
158 ListValue args;
  /external/chromium/chrome/common/extensions/
extension_messages.h 24 IPC_STRUCT_MEMBER(ListValue, arguments)
162 ListValue /* args */,
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.cc 108 ListValue* child_values = new ListValue();
169 bool BookmarkCodec::DecodeChildren(const ListValue& child_value_list,
282 if (!DecodeChildren(*static_cast<ListValue*>(child_values), node))
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
system_options_handler.cc 95 void SystemOptionsHandler::AccessibilityChangeCallback(const ListValue* args) {

Completed in 1266 milliseconds

1 2 3 4 5 6 7 8 91011>>