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

<<31323334353637383940>>

  /external/chromium_org/sync/js/
js_test_util.cc 91 const base::ListValue& expected_args) {
92 scoped_ptr<base::ListValue> expected_args_copy(expected_args.DeepCopy());
  /external/chromium_org/sync/syncable/
model_type_unittest.cc 42 scoped_ptr<base::ListValue> value(ModelTypeSetToValue(model_types));
54 scoped_ptr<base::ListValue> value(ModelTypeSetToValue(model_types));
  /external/chromium/chrome/browser/extensions/
convert_web_app.cc 122 ListValue* permissions = new ListValue();
129 ListValue* urls = new ListValue();
extension_function.cc 41 void AsyncExtensionFunction::SetArgs(const ListValue* args) {
extension_function_dispatcher.h 19 class ListValue;
extension_info_private_api_chromeos.cc 32 ListValue* list = NULL;
file_manager_util.cc 193 ListValue* types_list = new ListValue();
197 ListValue* extensions_list = new ListValue();
  /external/chromium/chrome/browser/sync/
js_test_util.cc 55 const ListValue& expected_args) {
  /external/chromium/chrome/browser/ui/webui/chromeos/
register_page_ui.cc 126 void HandleGetRegistrationUrl(const ListValue* args);
127 void HandleGetUserInfo(const ListValue* args);
220 void RegisterPageHandler::HandleGetRegistrationUrl(const ListValue* args) {
241 void RegisterPageHandler::HandleGetUserInfo(const ListValue* args) {
  /external/chromium/chrome/browser/ui/webui/
collected_cookies_ui_delegate.cc 245 void CollectedCookiesUIDelegate::BindCookiesTreeModel(const ListValue* args) {
252 void CollectedCookiesUIDelegate::Block(const ListValue* args) {
265 void CollectedCookiesUIDelegate::Allow(const ListValue* args) {
278 void CollectedCookiesUIDelegate::AllowThisSession(const ListValue* args) {
constrained_html_ui.cc 46 void ConstrainedHtmlUI::OnDialogClose(const ListValue* args) {
html_dialog_ui.cc 64 void HtmlDialogUI::OnDialogClosed(const ListValue* args) {
new_tab_ui.h 54 ListValue* entry_list_value);
sync_internals_ui.cc 54 ListValue args;
textfields_ui.cc 58 void TextfieldsDOMHandler::HandleTextfieldValue(const ListValue* args) {
  /external/chromium_org/base/prefs/
pref_member.cc 139 const base::ListValue* list = static_cast<const base::ListValue*>(&value);
142 for (base::ListValue::const_iterator it = list->begin();
217 base::ListValue list_value;
  /external/chromium_org/cc/quads/
render_pass.cc 154 scoped_ptr<base::ListValue> shared_states_value(new base::ListValue());
159 scoped_ptr<base::ListValue> quad_list_value(new base::ListValue());
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model_factory.cc 70 new base::ListValue,
  /external/chromium_org/chrome/browser/chromeos/options/
network_property_ui_data.cc 40 const base::ListValue* recommended_keys = NULL;
  /external/chromium_org/chrome/browser/chromeos/settings/
stub_cros_settings_provider.cc 59 values_.SetValue(kAccountsPrefDeviceLocalAccounts, new base::ListValue);
  /external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
webrtc_logging_private_apitest.cc 48 ListValue parameters;
137 ListValue parameters;
143 ListValue* meta_data = new ListValue();
  /external/chromium_org/chrome/browser/extensions/
convert_web_app.cc 133 base::ListValue* permissions = new base::ListValue();
140 base::ListValue* urls = new base::ListValue();
extension_web_ui.h 77 base::ListValue* list,
policy_handlers.h 40 scoped_ptr<base::ListValue>* extension_ids);
script_badge_controller.h 26 class ListValue;

Completed in 537 milliseconds

<<31323334353637383940>>