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

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/webui/options/chromeos/
language_hangul_handler.cc 34 ListValue* LanguageHangulHandler::GetKeyboardLayoutList() {
35 ListValue* keyboard_layout_list = new ListValue();
37 ListValue* option = new ListValue();
system_options_handler.h 28 void AccessibilityChangeCallback(const ListValue* args);
language_options_util.h 16 class ListValue;
55 ListValue* CreateMultipleChoiceList(
67 ListValue* list_value = new ListValue();
69 ListValue* option = new ListValue();
  /external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.h 70 void SetContentFilter(const ListValue* args);
75 void RemoveException(const ListValue* args);
79 void SetException(const ListValue* args);
83 void CheckExceptionPatternValidity(const ListValue* args);
86 void SetAllowThirdPartyCookies(const ListValue* args);
font_settings_utils_gtk.cc 15 ListValue* FontSettingsUtilities::GetFontsList() {
16 ListValue* font_list = new ListValue;
31 ListValue* font_item = new ListValue();
about_page_handler.h 29 void PageReady(const ListValue* args);
33 void SetReleaseTrack(const ListValue* args);
37 void CheckNow(const ListValue* args);
40 void RestartNow(const ListValue* args);
cookies_view_handler.h 41 void UpdateSearchResults(const ListValue* args);
44 void RemoveAll(const ListValue* args);
47 void Remove(const ListValue* args);
51 void LoadChildren(const ListValue* args);
extension_settings_handler.h 27 class ListValue;
138 void HandleRequestExtensionsData(const ListValue* args);
141 void HandleToggleDeveloperMode(const ListValue* args);
144 void HandleInspectMessage(const ListValue* args);
147 void HandleReloadMessage(const ListValue* args);
150 void HandleEnableMessage(const ListValue* args);
153 void HandleEnableIncognitoMessage(const ListValue* args);
156 void HandleAllowFileAccessMessage(const ListValue* args);
159 void HandleUninstallMessage(const ListValue* args);
162 void HandleOptionsMessage(const ListValue* args)
    [all...]
stop_syncing_handler.h 23 void StopSyncing(const ListValue* args);
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/chrome/browser/ui/webui/
print_preview_handler.h 43 void HandleGetPrinters(const ListValue* args);
47 void HandleGetPreview(const ListValue* args);
51 void HandlePrint(const ListValue* args);
55 void HandleGetPrinterCapabilities(const ListValue* args);
62 void SendPrinterList(const ListValue& printers,
app_launcher_handler.h 62 void HandleGetApps(const ListValue* args);
65 void HandleLaunchApp(const ListValue* args);
68 void HandleSetLaunchType(const ListValue* args);
71 void HandleUninstallApp(const ListValue* args);
74 void HandleHideAppsPromo(const ListValue* args);
77 void HandleCreateAppShortcut(const ListValue* args);
80 void HandleReorderApps(const ListValue* args);
83 void HandleSetPageIndex(const ListValue* args);
86 void HandlePromoSeen(const ListValue* args);
new_tab_page_sync_handler.h 15 class ListValue;
30 void HandleGetSyncMessage(const ListValue* args);
32 void HandleSyncLinkClicked(const ListValue* args);
foreign_session_handler.h 43 void HandleOpenForeignSession(const ListValue* args);
48 void HandleGetForeignSessions(const ListValue* args);
history2_ui.h 51 void HandleGetHistory(const ListValue* args);
54 void HandleSearchHistory(const ListValue* args);
57 void HandleRemoveURLsOnOneDay(const ListValue* args);
60 void HandleClearBrowsingData(const ListValue* args);
71 void ExtractSearchHistoryArguments(const ListValue* args,
history_ui.h 47 void HandleGetHistory(const ListValue* args);
50 void HandleSearchHistory(const ListValue* args);
53 void HandleRemoveURLsOnOneDay(const ListValue* args);
56 void HandleClearBrowsingData(const ListValue* args);
67 void ExtractSearchHistoryArguments(const ListValue* args,
  /external/chromium/chrome/browser/chromeos/login/
user_image_downloader.h 16 class ListValue;
56 bool GetImageURLFromEntries(ListValue* entry_list, GURL* image_url) const;
60 bool IsUserEntry(ListValue* email_list) const;
64 bool GetImageURLFromLinks(ListValue* link_list, GURL* image_url) const;
  /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;
js_arg_list.cc 14 JsArgList::JsArgList(const ListValue& args)
22 const ListValue& JsArgList::Get() const {
34 JsArgList::SharedListValue::SharedListValue(const ListValue& list_value) {
37 scoped_ptr<ListValue> list_value_copy(list_value.DeepCopy());
49 const ListValue& JsArgList::SharedListValue::Get() const {
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view_host.h 17 class ListValue;
22 typedef Callback1<const ListValue*>::Type MessageCallback;
  /external/chromium/net/base/
address_list_net_log_param.cc 19 ListValue* list = new ListValue();
  /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;

Completed in 164 milliseconds

12 3 4 5 6 7 8 91011>>