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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chromeos/network/onc/
mock_certificate_importer.h 21 MOCK_METHOD3(ImportCertificates, bool(const base::ListValue&,
  /external/chromium_org/sync/js/
js_arg_list_unittest.cc 22 scoped_ptr<base::ListValue> list(new base::ListValue());
28 dict->Set("baz", new base::ListValue());
30 scoped_ptr<base::ListValue> list_copy(list->DeepCopy());
  /external/chromium_org/tools/json_schema_compiler/test/
callbacks_unittest.cc 14 scoped_ptr<ListValue> results = ReturnsObject::Results::Create(some_object);
18 ListValue expected;
26 scoped_ptr<ListValue> results =
31 ListValue expected;
functions_on_types_unittest.cc 13 scoped_ptr<ListValue> params_value(new ListValue());
20 scoped_ptr<ListValue> params_value(new ListValue());
27 scoped_ptr<ListValue> params_value(new ListValue());
39 scoped_ptr<ListValue> params_value(new ListValue());
54 scoped_ptr<ListValue> results = StorageArea::Get::Results::Create(items);
63 scoped_ptr<ListValue> params_value(new ListValue())
    [all...]
  /external/chromium/chrome/browser/sync/
js_sync_manager_observer.cc 30 ListValue return_args;
33 ListValue* change_values = new ListValue();
44 ListValue return_args;
53 ListValue return_args;
61 ListValue return_args;
68 ListValue return_args;
75 ListValue return_args;
87 ListValue return_args;
95 ListValue return_args
    [all...]
js_arg_list_unittest.cc 21 scoped_ptr<ListValue> list(new ListValue());
27 dict->Set("baz", new ListValue());
32 scoped_ptr<ListValue> list_copy(list->DeepCopy());
42 dict.Set("baz", new ListValue());
51 ListValue list;
  /external/chromium_org/chrome/browser/ui/webui/ntp/
app_launcher_handler.h 69 void HandleGetApps(const base::ListValue* args);
74 void HandleLaunchApp(const base::ListValue* args);
78 void HandleSetLaunchType(const base::ListValue* args);
83 void HandleUninstallApp(const base::ListValue* args);
87 void HandleCreateAppShortcut(const base::ListValue* args);
91 void HandleReorderApps(const base::ListValue* args);
95 void HandleSetPageIndex(const base::ListValue* args);
99 void HandleSaveAppPageName(const base::ListValue* args);
103 void HandleGenerateAppForLink(const base::ListValue* args);
106 void StopShowingAppLauncherPromo(const base::ListValue* args)
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view_host.h 17 class ListValue;
22 typedef Callback1<const ListValue*>::Type MessageCallback;
  /external/chromium/chrome/browser/ui/webui/
foreign_session_handler.h 43 void HandleOpenForeignSession(const ListValue* args);
48 void HandleGetForeignSessions(const ListValue* args);
  /external/chromium/chrome/browser/ui/webui/options/
font_settings_fonts_list_loader.h 35 ListValue* GetFontsList();
53 scoped_ptr<ListValue> fonts_list_;
password_manager_handler.h 41 void UpdatePasswordLists(const ListValue* args);
45 void RemoveSavedPassword(const ListValue* args);
49 void RemovePasswordException(const ListValue* args);
52 void RemoveAllSavedPasswords(const ListValue* args);
55 void RemoveAllPasswordExceptions(const ListValue* args);
59 void ShowSelectedPassword(const ListValue* args);
  /external/chromium/net/base/
address_list_net_log_param.cc 19 ListValue* list = new ListValue();
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
change_picture_options_handler.h 18 class ListValue;
67 void HandleChooseFile(const base::ListValue* args);
70 void HandlePhotoTaken(const base::ListValue* args);
73 void HandleCheckCameraPresence(const base::ListValue* args);
76 void HandleGetAvailableImages(const base::ListValue* args);
79 void HandlePageInitialized(const base::ListValue* args);
82 void HandlePageShown(const base::ListValue* args);
85 void HandleSelectImage(const base::ListValue* args);
  /external/chromium_org/chrome/test/chromedriver/
util.h 12 class ListValue;
24 const base::ListValue* key_list,
  /external/chromium_org/content/public/browser/
web_ui_controller.h 15 class ListValue;
34 const base::ListValue& args);
  /external/chromium_org/extensions/common/permissions/
manifest_permission_set.h 15 class ListValue;
39 const base::ListValue* permissions,
  /external/chromium/chrome/browser/
plugin_updater.h 18 class ListValue;
33 // of the returned ListValue.
34 static ListValue* GetPluginGroupsData();
83 void UpdatePluginsStateFromPolicy(const ListValue* disabled_list,
84 const ListValue* exceptions_list,
85 const ListValue* enabled_list);
87 void ListValueToStringSet(const ListValue* src, std::set<string16>* dest);
  /external/chromium/chrome/browser/prefs/
session_startup_pref_unittest.cc 23 ListValue* url_pref_list = new ListValue;
36 ListValue* url_pref_list1 = new ListValue;
40 ListValue* url_pref_list2 = new ListValue;
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
language_options_util.h 16 class ListValue;
55 ListValue* CreateMultipleChoiceList(
67 ListValue* list_value = new ListValue();
69 ListValue* option = new ListValue();
  /external/chromium_org/chrome/browser/extensions/
event_router_forwarder.h 38 scoped_ptr<base::ListValue> event_args,
48 scoped_ptr<base::ListValue> event_args,
56 scoped_ptr<base::ListValue> event_args,
67 scoped_ptr<base::ListValue> event_args,
80 scoped_ptr<base::ListValue> event_args,
92 scoped_ptr<base::ListValue> event_args,
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_extensions_common_message_filter.h 23 class ListValue;
69 base::ListValue& args);
73 base::ListValue& args);
82 base::ListValue* args,
89 const base::ListValue& results,
94 base::ListValue* args,
  /external/chromium_org/chrome/browser/ui/webui/options/
search_engine_manager_handler.h 52 void RemoveSearchEngine(const base::ListValue* args);
55 void SetDefaultSearchEngine(const base::ListValue* args);
60 void EditSearchEngine(const base::ListValue* args);
64 void CheckSearchEngineInfoValidity(const base::ListValue* args);
68 void EditCancelled(const base::ListValue* args);
72 void EditCompleted(const base::ListValue* args);
  /external/chromium_org/content/browser/indexed_db/
indexed_db_internals_ui.h 17 class ListValue;
33 void GetAllOrigins(const base::ListValue* args);
36 void OnOriginsReady(scoped_ptr<base::ListValue> origins,
41 void DownloadOriginData(const base::ListValue* args);
58 void ForceCloseOrigin(const base::ListValue* args);
69 bool GetOriginData(const base::ListValue* args,
  /external/chromium_org/chrome/browser/policy/
url_blacklist_policy_handler_unittest.cc 43 EXPECT_TRUE(CheckPolicy(key::kURLBlacklist, new base::ListValue));
49 EXPECT_TRUE(CheckPolicy(key::kDisabledSchemes, new base::ListValue));
98 SetPolicy(key::kDisabledSchemes, new base::ListValue);
102 base::ListValue* out_list;
109 SetPolicy(key::kURLBlacklist, new base::ListValue);
113 base::ListValue* out_list;
121 scoped_ptr<base::ListValue> in(new base::ListValue);
129 base::ListValue* out_list;
137 scoped_ptr<base::ListValue> in(new base::ListValue)
    [all...]
  /external/chromium_org/tools/json_schema_compiler/
util.h 21 bool GetItemFromList(const base::ListValue& from, int index, int* out);
22 bool GetItemFromList(const base::ListValue& from, int index, bool* out);
23 bool GetItemFromList(const base::ListValue& from, int index, double* out);
24 bool GetItemFromList(const base::ListValue& from, int index, std::string* out);
25 bool GetItemFromList(const base::ListValue& from,
28 bool GetItemFromList(const base::ListValue& from,
34 bool GetItemFromList(const base::ListValue& from,
51 const base::ListValue& list, std::vector<T>* out) {
70 const base::ListValue* list = NULL;
82 const base::ListValue& list
    [all...]

Completed in 524 milliseconds

1 2 3 4 56 7 8 91011>>