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

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/net/
predictor.h 36 class ListValue;
114 // Construct a ListValue object that contains all the data in the referrers_
116 void SerializeReferrers(ListValue* referral_list);
118 // Process a ListValue that contains all the data from a previous reference
121 void DeserializeReferrers(const ListValue& referral_list);
123 void DeserializeReferrersThenDelete(ListValue* referral_list);
predictor_api.h 35 ListValue* referral_list);
  /external/chromium/chrome/browser/prefs/
pref_member.cc 167 void PrefMember<ListValue*>::UpdatePref(ListValue*const& value) {
173 bool PrefMember<ListValue*>::Internal::UpdateValueInternal(const Value& value)
179 // ListPrefMember keeps a copy of the ListValue and of its contents.
186 PrefMember<ListValue*>::Internal::~Internal() {
  /external/chromium/chrome/browser/tabs/
pinned_tab_codec.cc 42 ListValue* values) {
68 static void EncodePinnedTabs(Browser* browser, ListValue* values) {
101 ListValue values;
122 const ListValue* pref_value = prefs->GetList(prefs::kPinnedTabs);
  /external/chromium/chrome/browser/ui/webui/
html_dialog_ui.h 109 void OnDialogClosed(const ListValue* args);
ntp_login_handler.cc 45 void NTPLoginHandler::HandleInitializeLogin(const ListValue* args) {
most_visited_handler.cc 107 void MostVisitedHandler::HandleGetMostVisited(const ListValue* args) {
146 void MostVisitedHandler::HandleBlacklistURL(const ListValue* args) {
151 void MostVisitedHandler::HandleRemoveURLsFromBlacklist(const ListValue* args) {
154 for (ListValue::const_iterator iter = args->begin();
170 void MostVisitedHandler::HandleClearBlacklist(const ListValue* args) {
179 void MostVisitedHandler::HandleAddPinnedURL(const ListValue* args) {
219 void MostVisitedHandler::HandleRemovePinnedURL(const ListValue* args) {
277 pages_value_.reset(new ListValue);
bug_report_ui.cc 201 void HandleGetDialogDefaults(const ListValue* args);
202 void HandleRefreshCurrentScreenshot(const ListValue* args);
204 void HandleRefreshSavedScreenshots(const ListValue* args);
206 void HandleSendReport(const ListValue* args);
207 void HandleCancel(const ListValue* args);
208 void HandleOpenSystemTab(const ListValue* args);
538 void BugReportHandler::HandleGetDialogDefaults(const ListValue*) {
542 ListValue dialog_defaults;
568 void BugReportHandler::HandleRefreshCurrentScreenshot(const ListValue*) {
576 void BugReportHandler::HandleRefreshSavedScreenshots(const ListValue*) {
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
stats_options_handler.cc 42 const ListValue* args) {
internet_options_handler.cc 368 void InternetOptionsHandler::EnableWifiCallback(const ListValue* args) {
374 void InternetOptionsHandler::DisableWifiCallback(const ListValue* args) {
380 void InternetOptionsHandler::EnableCellularCallback(const ListValue* args) {
396 void InternetOptionsHandler::DisableCellularCallback(const ListValue* args) {
402 void InternetOptionsHandler::BuyDataPlanCallback(const ListValue* args) {
411 void InternetOptionsHandler::SetApnCallback(const ListValue* args) {
435 void InternetOptionsHandler::SetSimCardLockCallback(const ListValue* args) {
454 void InternetOptionsHandler::ChangePinCallback(const ListValue* args) {
516 ListValue* plan_list = new ListValue();
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
font_settings_fonts_list_loader.cc 17 ListValue* FontSettingsFontsListLoader::GetFontsList() {
certificate_manager_handler.cc 81 net::X509Certificate* CallbackArgsToCert(const ListValue* args) {
94 bool CallbackArgsToBool(const ListValue* args, int index, bool* result) {
453 void CertificateManagerHandler::View(const ListValue* args) {
460 void CertificateManagerHandler::GetCATrust(const ListValue* args) {
478 void CertificateManagerHandler::EditCATrust(const ListValue* args) {
508 void CertificateManagerHandler::EditServer(const ListValue* args) {
512 void CertificateManagerHandler::ExportPersonal(const ListValue* args) {
533 void CertificateManagerHandler::ExportAllPersonal(const ListValue* args) {
545 const ListValue* args) {
599 void CertificateManagerHandler::StartImportPersonal(const ListValue* args)
    [all...]
sync_setup_handler.cc 349 void SyncSetupHandler::OnDidShowPage(const ListValue* args) {
360 void SyncSetupHandler::OnDidClosePage(const ListValue* args) {
367 void SyncSetupHandler::HandleSubmitAuth(const ListValue* args) {
389 void SyncSetupHandler::HandleConfigure(const ListValue* args) {
412 void SyncSetupHandler::HandlePassphraseEntry(const ListValue* args) {
433 void SyncSetupHandler::HandlePassphraseCancel(const ListValue* args) {
438 void SyncSetupHandler::HandleFirstPassphrase(const ListValue* args) {
459 void SyncSetupHandler::HandleGoToDashboard(const ListValue* args) {
font_settings_handler.cc 106 void FontSettingsHandler::HandleFetchFontsData(const ListValue* args) {
111 ListValue* fonts_list = fonts_list_loader_->GetFontsList();
113 ListValue encoding_list;
125 ListValue* option = new ListValue();
142 ListValue selected_values;
extension_settings_handler.cc 226 ListValue* extensions = NULL;
334 void ExtensionsDOMHandler::HandleRequestExtensionsData(const ListValue* args) {
338 ListValue *extensions_list = new ListValue();
446 void ExtensionsDOMHandler::HandleToggleDeveloperMode(const ListValue* args) {
453 void ExtensionsDOMHandler::HandleInspectMessage(const ListValue* args) {
473 void ExtensionsDOMHandler::HandleReloadMessage(const ListValue* args) {
479 void ExtensionsDOMHandler::HandleEnableMessage(const ListValue* args) {
499 void ExtensionsDOMHandler::HandleEnableIncognitoMessage(const ListValue* args) {
524 void ExtensionsDOMHandler::HandleAllowFileAccessMessage(const ListValue* args)
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.h 23 class ListValue;
104 bool DecodeChildren(const ListValue& child_value_list,
  /external/chromium/chrome/browser/extensions/
extension_web_ui.cc 39 void CleanUpDuplicates(ListValue* list) {
247 ListValue* url_list;
315 ListValue* page_overrides;
317 page_overrides = new ListValue();
323 ListValue::iterator i = page_overrides->begin();
345 Profile* profile, ListValue* list, Value* override) {
374 ListValue* page_overrides;
395 ListValue* page_overrides;
external_policy_extension_loader.cc 49 const ListValue* forcelist =
54 for (ListValue::const_iterator it = forcelist->begin();
extension_omnibox_api.cc 75 ListValue args;
90 ListValue args;
112 ListValue* suggestions_value;
128 ListValue* styles;
155 ListValue* styles;
183 const ListValue& styles_value) {
extension_history_api.cc 40 void AddHistoryNode(const history::URLRow& row, ListValue* list) {
59 void AddVisitNode(const history::VisitRow& row, ListValue* list) {
116 ListValue args;
129 ListValue args;
132 ListValue* urls = new ListValue();
247 ListValue* list = new ListValue();
296 ListValue* list = new ListValue();
    [all...]
  /external/chromium/chrome/browser/policy/
user_policy_cache.cc 254 ListValue* list = new ListValue;
261 ListValue* list = new ListValue;
272 ListValue* list = new ListValue;
280 ListValue* list = new ListValue;
  /external/chromium/chrome/browser/translate/
translate_prefs.h 14 class ListValue;
67 bool IsValueInList(const ListValue* list, const std::string& value);
  /external/chromium/chrome/browser/
utility_process_host.h 21 class ListValue;
103 virtual void OnJSONParseSucceeded(const ListValue& wrapper) {}
  /external/chromium/chrome/browser/ui/webui/chromeos/
enterprise_enrollment_ui.cc 48 void HandleSubmitAuth(const ListValue* args);
49 void HandleCancelAuth(const ListValue* args);
50 void HandleConfirmationClose(const ListValue* args);
106 const ListValue* value) {
146 const ListValue* value) {
157 const ListValue* value) {
  /external/chromium/chrome/browser/sync/glue/
preference_model_associator_unittest.cc 47 empty_value.reset(new ListValue);
75 ListValue server_url_list_;
101 ListValue* local_list_value = update.Get();
109 const ListValue* local_list_value =
115 scoped_ptr<Value> empty_value(new ListValue);
118 ListValue* local_list_value = update.Get();
126 const ListValue* local_list_value =
134 ListValue* local_list_value = update.Get();
144 ListValue expected;
155 ListValue* local_list_value = update.Get()
    [all...]

Completed in 1166 milliseconds

1 2 3 4 5 67 8 91011>>