/external/chromium/chrome/browser/extensions/ |
extension_messages_browsertest.cc | 17 ListValue args; 31 ListValue args; 38 ListValue args;
|
extension_override_apitest.cc | 25 ListValue* values = NULL; 137 ListValue* list = new ListValue();
|
/external/chromium/chrome/browser/policy/ |
configuration_policy_provider_delegate_win.cc | 64 scoped_ptr<ListValue> list_value(new ListValue); 105 const string16& key, ListValue* result) const {
|
/external/chromium/chrome/browser/prefs/ |
pref_service.h | 184 void RegisterListPref(const char* path, ListValue* default_value); 210 const ListValue* GetList(const char* path) const; 226 // SetList() takes ownership of |value|. Pass a copy of the ListValue to 228 void SetList(const char* path, ListValue* value); 301 // a ScopedUserPrefUpdate if a DictionaryValue or ListValue is changed.
|
/external/chromium/chrome/browser/ui/webui/ |
app_launcher_handler.cc | 218 ListValue* list = new ListValue(); 267 void AppLauncherHandler::HandleGetApps(const ListValue* args) { 324 void AppLauncherHandler::HandleLaunchApp(const ListValue* args) { 404 void AppLauncherHandler::HandleSetLaunchType(const ListValue* args) { 420 void AppLauncherHandler::HandleUninstallApp(const ListValue* args) { 439 void AppLauncherHandler::HandleHideAppsPromo(const ListValue* args) { 450 void AppLauncherHandler::HandleCreateAppShortcut(const ListValue* args) { 468 void AppLauncherHandler::HandleReorderApps(const ListValue* args) { 472 ListValue* app_order [all...] |
conflicts_ui.cc | 125 void HandleRequestModuleList(const ListValue* args); 144 void ConflictsDOMHandler::HandleRequestModuleList(const ListValue* args) { 153 ListValue* list = loaded_modules->GetModuleList();
|
crashes_ui.cc | 118 void HandleRequestCrashes(const ListValue* args); 152 void CrashesDOMHandler::HandleRequestCrashes(const ListValue* args) { 167 ListValue crash_list;
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
sim_unlock_ui.cc | 187 void HandleCancel(const ListValue* args); 188 void HandleChangePinCode(const ListValue* args); 189 void HandleEnterPinCode(const ListValue* args); 190 void HandleEnterPukCode(const ListValue* args); 191 void HandleProceedToPukInput(const ListValue* args); 192 void HandleSimStatusInitialize(const ListValue* args); 459 void SimUnlockHandler::HandleCancel(const ListValue* args) { 470 void SimUnlockHandler::HandleChangePinCode(const ListValue* args) { 491 void SimUnlockHandler::HandleEnterPinCode(const ListValue* args) { 501 void SimUnlockHandler::HandleEnterPukCode(const ListValue* args) [all...] |
/external/chromium/chrome/browser/ui/webui/options/ |
language_options_handler_common.cc | 141 const ListValue* args) { 146 const ListValue* args) { 157 const ListValue* args) {
|
/external/chromium_org/chrome/browser/devtools/ |
devtools_adb_bridge.h | 27 class ListValue; 109 void SetPageDescriptors(const base::ListValue&); 133 scoped_ptr<base::ListValue> page_descriptors_;
|
/external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/ |
bookmark_manager_private_api.cc | 96 void AddNodeToList(base::ListValue* list, const BookmarkNode& node) { 112 base::ListValue* children = new base::ListValue(); 123 void AddElementToList(base::ListValue* list, 132 base::ListValue* children = new base::ListValue(); 142 base::ListValue* args) { 147 base::ListValue* list = new base::ListValue(); 184 scoped_ptr<base::ListValue> args) [all...] |
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
tabs_api.h | 156 const base::ListValue& script_result); 166 base::ListValue* tab_values, 245 const base::ListValue& script_result) OVERRIDE;
|
tabs_interactive_test.cc | 49 base::ListValue* tabs = NULL; 91 scoped_ptr<base::ListValue> result(utils::ToList( 96 base::ListValue* result_tabs = result.get();
|
/external/chromium_org/chrome/browser/extensions/ |
script_executor.cc | 18 class ListValue; 68 base::ListValue val; 78 const base::ListValue& script_result) {
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
sim_unlock_ui.cc | 228 void HandleCancel(const ListValue* args); 229 void HandleChangePinCode(const ListValue* args); 230 void HandleEnterPinCode(const ListValue* args); 231 void HandleEnterPukCode(const ListValue* args); 232 void HandleProceedToPukInput(const ListValue* args); 233 void HandleSimStatusInitialize(const ListValue* args); 623 void SimUnlockHandler::HandleCancel(const ListValue* args) { 634 void SimUnlockHandler::HandleChangePinCode(const ListValue* args) { 655 void SimUnlockHandler::HandleEnterPinCode(const ListValue* args) { 665 void SimUnlockHandler::HandleEnterPukCode(const ListValue* args) [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
crashes_ui.cc | 85 void HandleRequestCrashes(const ListValue* args); 113 void CrashesDOMHandler::HandleRequestCrashes(const ListValue* args) { 132 ListValue crash_list;
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
suggestions_combiner.cc | 33 page_values_(new base::ListValue()), 61 base::ListValue* SuggestionsCombiner::GetPageValues() { 99 page_values_.reset(new base::ListValue());
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
reset_profile_settings_handler.cc | 96 const ListValue* value) { 136 void ResetProfileSettingsHandler::OnShowResetProfileDialog(const ListValue*) { 158 const base::ListValue* args) {
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
log.cc | 36 const base::ListValue* list = NULL; 54 scoped_ptr<base::ListValue> list_copy(new base::ListValue());
|
/external/chromium_org/chromeos/network/ |
geolocation_handler.cc | 75 const base::ListValue* technologies = NULL; 80 for (base::ListValue::const_iterator iter = technologies->begin(); 113 const base::ListValue* entry_list = NULL;
|
/external/chromium_org/chromeos/network/onc/ |
onc_utils_unittest.cc | 119 const base::ListValue* networks_with_cert_refs = NULL; 122 const base::ListValue* expected_resolved_onc = NULL; 128 scoped_ptr<base::ListValue> actual_resolved_onc(
|
/external/chromium_org/content/browser/webui/ |
web_ui_message_handler_unittest.cc | 15 ListValue list; 52 base::ListValue list; 89 base::ListValue list;
|
/external/chromium_org/content/renderer/ |
web_ui_extension.cc | 123 scoped_ptr<ListValue> content; 125 content.reset(new ListValue()); 134 base::ListValue* list = NULL;
|
/external/chromium_org/device/nfc/ |
nfc_ndef_record.cc | 12 using base::ListValue; 96 const ListValue* titles = NULL; 102 for (ListValue::const_iterator iter = titles->begin();
|
/external/chromium_org/extensions/browser/ |
quota_service.cc | 42 const base::ListValue* args, 111 const base::ListValue* args, 123 bool QuotaLimitHeuristic::ApplyToArgs(const base::ListValue* args,
|