HomeSort by relevance Sort by last modified time
    Searched refs:ListValue (Results 726 - 750 of 1584) sorted by null

<<21222324252627282930>>

  /external/chromium_org/media/cdm/
json_web_key.cc 70 scoped_ptr<base::ListValue> list(new base::ListValue());
133 ListValue* list_val = NULL;
  /external/chromium_org/net/base/
net_log_logger_unittest.cc 46 base::ListValue* events;
78 base::ListValue* events;
113 base::ListValue* events;
  /external/chromium_org/net/cert/
ct_signed_certificate_timestamp_log_param.cc 114 // Given a list of SCTs, return a ListValue instance where each item in the
116 base::ListValue* SCTListToPrintableValues(
118 base::ListValue* output_scts = new base::ListValue();
  /external/chromium_org/ppapi/proxy/
extensions_common_resource.cc 73 scoped_ptr<base::ListValue> input_args_value(
91 scoped_ptr<base::ListValue> args_value(CreateListValueFromVarVector(args));
105 const base::ListValue& output) {
  /external/chromium_org/remoting/host/
pairing_registry_delegate_linux.cc 38 scoped_ptr<base::ListValue> PairingRegistryDelegateLinux::LoadAll() {
39 scoped_ptr<base::ListValue> pairings(new base::ListValue());
  /external/chromium/chrome/browser/content_settings/
content_settings_notification_provider.cc 238 const ListValue* allowed_sites =
251 const ListValue* denied_sites =
294 ListValue* allowed_sites = update_allowed_sites.Get();
295 ListValue* denied_sites = update_denied_sites.Get();
355 ListValue* allowed_sites = update.Get();
372 ListValue* denied_sites = update.Get();
  /external/chromium/chrome/browser/sync/glue/
preference_model_associator.cc 268 const ListValue& from_list_value = static_cast<const ListValue&>(from_value);
269 const ListValue& to_list_value = static_cast<const ListValue&>(to_value);
270 ListValue* result = to_list_value.DeepCopy();
272 for (ListValue::const_iterator i = from_list_value.begin();
  /external/chromium/chrome/browser/sync/
profile_sync_service_unittest.cc 228 ListValue arg_list1;
234 ListValue arg_list2;
241 ListValue arg_list3;
286 ListValue arg_list1;
292 ListValue arg_list2;
298 ListValue arg_list3;
  /external/chromium/chrome/browser/sync/syncable/
model_type.cc 291 ListValue* ModelTypeBitSetToValue(const ModelTypeBitSet& model_types) {
292 ListValue* value = new ListValue();
302 ListValue* ModelTypeSetToValue(const ModelTypeSet& model_types) {
303 ListValue* value = new ListValue();
  /external/chromium_org/base/test/launcher/
test_results_tracker.cc 246 ListValue* global_tags = new ListValue;
255 ListValue* per_iteration_data = new ListValue;
266 ListValue* test_results = new ListValue;
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_unittest.cc 167 scoped_ptr<base::ListValue> args(new base::ListValue());
243 scoped_ptr<base::ListValue> args(new base::ListValue());
316 scoped_ptr<base::ListValue> args(new base::ListValue());
  /external/chromium_org/chrome/browser/extensions/api/webrtc_audio_private/
webrtc_audio_private_browsertest.cc 81 ListValue parameters;
154 base::ListValue* sink_list = NULL;
191 base::ListValue parameters;
213 ListValue parameters;
259 ListValue parameters;
303 ListValue parameters;
  /external/chromium_org/chrome/browser/search_engines/
default_search_policy_handler.cc 90 const ListValue* list;
94 ListValue::const_iterator iter(list->begin());
95 ListValue::const_iterator end(list->end());
175 new ListValue());
318 base::ListValue* list_value;
320 prefs->SetValue(path, new ListValue());
  /external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
imageburner_ui.cc 198 void HandleGetDevices(const ListValue* args) {
201 ListValue results_value;
212 void HandleWebUIInitialized(const ListValue* args) {
217 void HandleCancelBurnImage(const ListValue* args) {
224 void HandleBurnImage(const ListValue* args) {
291 void ExtractTargetedDevicePath(const ListValue& list_value,
  /external/chromium_org/chrome/browser/ui/webui/
flash_ui.cc 99 void HandleRequestFlashInfo(const ListValue* args);
183 void AddPair(ListValue* list,
192 void AddPair(ListValue* list,
198 void FlashDOMHandler::HandleRequestFlashInfo(const ListValue* args) {
241 ListValue* list = new ListValue();
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
promo_handler.cc 148 void PromoHandler::HandlePromoSendEmail(const base::ListValue* args) {
180 void PromoHandler::HandlePromoActionTriggered(const base::ListValue* /*args*/) {
192 void PromoHandler::HandlePromoDisabled(const base::ListValue* /*args*/) {
206 void PromoHandler::HandleGetPromotions(const base::ListValue* /*args*/) {
211 void PromoHandler::HandleRecordImpression(const base::ListValue* args) {
322 ListValue session_list;
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 193 DictionaryValue* GetSettingsDictionary(const ListValue* args) {
279 base::ListValue* printers) {
569 void PrintPreviewHandler::HandleGetPrinters(const ListValue* /*args*/) {
570 base::ListValue* results = new base::ListValue;
580 void PrintPreviewHandler::HandleGetPrivetPrinters(const base::ListValue* args) {
606 const base::ListValue* args) {
619 void PrintPreviewHandler::HandleGetPreview(const ListValue* args) {
691 void PrintPreviewHandler::HandlePrint(const ListValue* args) {
847 void PrintPreviewHandler::HandleHidePreview(const ListValue* /*args*/)
    [all...]
  /external/chromium_org/components/policy/core/common/
configuration_policy_provider_test.cc 274 base::ListValue expected_value;
292 base::ListValue* list = new base::ListValue();
299 list = new base::ListValue();
363 base::ListValue* list = new base::ListValue();
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_win.cc 89 base::ListValue* states = new base::ListValue;
98 base::ListValue* attributes = new base::ListValue;
256 const base::ListValue* list_value;
258 for (base::ListValue::const_iterator it = list_value->begin();
  /external/chromium_org/content/browser/indexed_db/
indexed_db_internals_ui.cc 73 void IndexedDBInternalsUI::GetAllOrigins(const base::ListValue* args) {
90 scoped_ptr<ListValue> info_list(static_cast<IndexedDBContextImpl*>(
101 void IndexedDBInternalsUI::OnOriginsReady(scoped_ptr<ListValue> origins,
120 const base::ListValue* args,
157 void IndexedDBInternalsUI::DownloadOriginData(const base::ListValue* args) {
176 void IndexedDBInternalsUI::ForceCloseOrigin(const base::ListValue* args) {
  /external/chromium/chrome/browser/
enumerate_modules_model_win.h 22 class ListValue;
263 // Gets the whole module list as a ListValue.
264 ListValue* GetModuleList() const;
  /external/chromium/chrome/browser/extensions/
extension_tabs_module.h 19 class ListValue;
30 ListValue* CreateTabList(const Browser* browser);
extension_webnavigation_api.cc 62 ListValue args;
84 ListValue args;
92 ListValue* qualifiers = new ListValue();
113 ListValue args;
133 ListValue args;
153 ListValue args;
343 ListValue args;
  /external/chromium/chrome/browser/notifications/
notifications_prefs_cache.cc 57 const ListValue& origin_list,
59 ListValue::const_iterator i;
  /external/chromium/chrome/browser/prefs/
session_startup_pref.cc 72 // Ownership of the ListValue retains with the pref service.
74 ListValue* url_pref_list = update.Get();
98 const ListValue* url_pref_list = prefs->GetList(

Completed in 566 milliseconds

<<21222324252627282930>>