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

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/extensions/
extensions_ui.cc 244 void ExtensionsDOMHandler::HandleRequestExtensionsData(const ListValue* args) {
248 ListValue* extensions_list = new ListValue();
333 void ExtensionsDOMHandler::HandleToggleDeveloperMode(const ListValue* args) {
340 void ExtensionsDOMHandler::HandleInspectMessage(const ListValue* args) {
360 void ExtensionsDOMHandler::HandleReloadMessage(const ListValue* args) {
366 void ExtensionsDOMHandler::HandleEnableMessage(const ListValue* args) {
393 void ExtensionsDOMHandler::HandleEnableIncognitoMessage(const ListValue* args) {
419 void ExtensionsDOMHandler::HandleAllowFileAccessMessage(const ListValue* args) {
437 void ExtensionsDOMHandler::HandleUninstallMessage(const ListValue* args)
    [all...]
extension_cookies_api.cc 59 ListValue args;
279 ListValue* matching_list = new ListValue();
471 scoped_ptr<ListValue> original_tab_ids(new ListValue());
473 scoped_ptr<ListValue> incognito_tab_ids;
477 incognito_tab_ids.reset(new ListValue());
497 ListValue* cookie_store_list = new ListValue();
extension_bookmarks_module.h 147 static bool ExtractIds(const ListValue* args, std::list<int64>* ids,
175 static bool ExtractIds(const ListValue* args, std::list<int64>* ids,
188 static bool ExtractIds(const ListValue* args, std::list<int64>* ids,
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/ui/webui/
history2_ui.cc 149 void BrowsingHistoryHandler2::HandleGetHistory(const ListValue* args) {
175 void BrowsingHistoryHandler2::HandleSearchHistory(const ListValue* args) {
200 void BrowsingHistoryHandler2::HandleRemoveURLsOnOneDay(const ListValue* args) {
218 for (ListValue::const_iterator v = args->begin() + 1;
236 void BrowsingHistoryHandler2::HandleClearBrowsingData(const ListValue* args) {
248 ListValue results_value;
304 const ListValue* args,
history_ui.cc 149 void BrowsingHistoryHandler::HandleGetHistory(const ListValue* args) {
175 void BrowsingHistoryHandler::HandleSearchHistory(const ListValue* args) {
200 void BrowsingHistoryHandler::HandleRemoveURLsOnOneDay(const ListValue* args) {
218 for (ListValue::const_iterator v = args->begin() + 1;
236 void BrowsingHistoryHandler::HandleClearBrowsingData(const ListValue* args) {
248 ListValue results_value;
304 const ListValue* args,
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/net/
predictor_api.cc 98 void GetInitialDnsResolutionList(ListValue* startup_list);
265 void InitialObserver::GetInitialDnsResolutionList(ListValue* startup_list) {
409 ListValue* referral_list =
410 static_cast<ListValue*>(user_prefs->GetList(
433 ListValue* referral_list) {
456 ListValue* startup_list,
457 ListValue* referral_list,
511 const ListValue* startup_list =
515 ListValue::const_iterator it = startup_list->begin();
  /external/chromium/chrome/browser/
browser_signin.cc 125 void HandleSigninInit(const ListValue* args);
126 void HandleSubmitAuth(const ListValue* args);
160 ListValue close_args;
166 void BrowserSigninHtml::HandleSigninInit(const ListValue* args) {
195 void BrowserSigninHtml::HandleSubmitAuth(const ListValue* args) {
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/translate/
translate_prefs.cc 194 ListValue* list = NULL;
212 bool TranslatePrefs::IsValueInList(const ListValue* list,
224 const ListValue* blacklist = prefs_->GetList(pref_id);
232 ListValue* blacklist = update.Get();
247 ListValue* blacklist = update.Get();
  /external/chromium/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.cc 81 void HandleCancel(const ListValue* args);
82 void HandleConnect(const ListValue* args);
165 ListValue networks_list;
191 void ChooseMobileNetworkHandler::HandleCancel(const ListValue* args) {
206 void ChooseMobileNetworkHandler::HandleConnect(const ListValue* args) {
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/chromeos/
system_settings_provider.cc 233 ListValue* SystemSettingsProvider::GetTimezoneList() {
234 ListValue* timezoneList = new ListValue();
238 ListValue* option = new ListValue();
  /external/chromium/chrome/common/
common_param_traits_unittest.cc 118 TEST(IPCMessageTest, ListValue) {
119 ListValue input;
127 ListValue output;
150 scoped_ptr<ListValue> sublist(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/options/
language_options_handler_common.cc 141 const ListValue* args) {
146 const ListValue* args) {
157 const ListValue* args) {
  /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();

Completed in 179 milliseconds

1 2 3 4 5 6 78 91011>>