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

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/webui/options/
search_engine_manager_handler.h 45 void RemoveSearchEngine(const ListValue* args);
48 void SetDefaultSearchEngine(const ListValue* args);
53 void EditSearchEngine(const ListValue* args);
57 void CheckSearchEngineInfoValidity(const ListValue* args);
61 void EditCancelled(const ListValue* args);
65 void EditCompleted(const ListValue* args);
browser_options_handler.h 60 void SetHomePage(const ListValue* args);
63 void BecomeDefaultBrowser(const ListValue* args);
66 void SetDefaultSearchEngine(const ListValue* args);
69 void RemoveStartupPages(const ListValue* args);
73 void AddStartupPage(const ListValue* args);
77 void EditStartupPage(const ListValue* args);
80 void SetStartupPagesToCurrentPages(const ListValue* args);
84 void RequestAutocompleteSuggestions(const ListValue* args);
88 void ToggleShowBookmarksBar(const ListValue* args);
language_options_handler.h 30 static ListValue* GetLanguageList();
38 void RestartCallback(const ListValue* args);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
charger_replacement_handler.h 52 void ConfirmSafeCharger(const base::ListValue* args);
53 void ConfirmNotOrderNewCharger(const base::ListValue* args);
54 void ConfirmChargerOrderedOnline(const base::ListValue* args);
55 void ConfirmChargerOrderByPhone(const base::ListValue* args);
56 void ConfirmStillUseBadCharger(const base::ListValue* args);
57 void ShowLink(const base::ListValue* args);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/
first_run_handler.h 43 void HandleInitialized(const base::ListValue* args);
44 void HandleNextButtonClicked(const base::ListValue* args);
45 void HandleHelpButtonClicked(const base::ListValue* args);
46 void HandleStepShown(const base::ListValue* args);
47 void HandleStepHidden(const base::ListValue* args);
48 void HandleFinalized(const base::ListValue* args);
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
promo_handler.h 14 class ListValue;
42 void HandlePromoSendEmail(const base::ListValue* args);
46 void HandlePromoActionTriggered(const base::ListValue* args);
50 void HandlePromoDisabled(const base::ListValue* args);
54 void HandleGetPromotions(const base::ListValue* args);
58 void HandleRecordImpression(const base::ListValue* args);
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.h 110 void BecomeDefaultBrowser(const base::ListValue* args);
113 void SetDefaultSearchEngine(const base::ListValue* args);
116 void ToggleAutoLaunch(const base::ListValue* args);
152 scoped_ptr<ListValue> GetProfilesInfoList();
159 void DeleteProfile(const base::ListValue* args);
162 void ThemesReset(const base::ListValue* args);
164 void ThemesSetNative(const base::ListValue* args);
178 void HandleSelectDownloadLocation(const ListValue* args);
182 void HandleAutoOpenButton(const ListValue* args);
187 void HandleDefaultFontSize(const ListValue* args)
    [all...]
language_options_handler_common.h 14 class ListValue;
68 void LanguageOptionsOpenCallback(const base::ListValue* args);
72 void UiLanguageChangeCallback(const base::ListValue* args);
76 void SpellCheckLanguageChangeCallback(const base::ListValue* args);
80 void RetrySpellcheckDictionaryDownload(const base::ListValue* args);
83 void UpdateLanguageListCallback(const base::ListValue* args);
manage_profile_handler.h 50 void RequestDefaultProfileIcons(const base::ListValue* args);
55 void RequestNewProfileDefaults(const base::ListValue* args);
78 void SetProfileIconAndName(const base::ListValue* args);
84 void SwitchAppListProfile(const base::ListValue* args);
89 void ProfileIconSelectionChanged(const base::ListValue* args);
95 void RequestHasProfileShortcuts(const base::ListValue* args);
101 void RequestCreateProfileUpdate(const base::ListValue* args);
114 void AddProfileShortcut(const base::ListValue* args);
119 void RemoveProfileShortcut(const base::ListValue* args);
  /external/chromium/chrome/browser/extensions/
extension_bookmark_helpers.h 16 class ListValue;
26 void AddNode(const BookmarkNode* node, ListValue* list, bool recurse);
29 ListValue* list,
extensions_ui.h 27 class ListValue;
96 void HandleRequestExtensionsData(const ListValue* args);
99 void HandleToggleDeveloperMode(const ListValue* args);
102 void HandleInspectMessage(const ListValue* args);
105 void HandleReloadMessage(const ListValue* args);
108 void HandleEnableMessage(const ListValue* args);
111 void HandleEnableIncognitoMessage(const ListValue* args);
114 void HandleAllowFileAccessMessage(const ListValue* args);
117 void HandleUninstallMessage(const ListValue* args);
120 void HandleOptionsMessage(const ListValue* args)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
file_metadata_handler.h 32 void GetExtensions(const base::ListValue* args);
34 void GetFileMetadata(const base::ListValue* args);
35 void DidGetFileMetadata(const base::ListValue* files);
  /external/chromium_org/components/dom_distiller/webui/
dom_distiller_handler.h 32 void HandleRequestEntries(const ListValue* args);
36 void HandleAddArticle(const ListValue* args);
41 void HandleSelectArticle(const ListValue* args);
  /external/chromium_org/ppapi/shared_impl/
var_value_conversions.h 14 class ListValue;
43 // base::ListValue. The caller takes ownership of the returned object.
47 PPAPI_SHARED_EXPORT base::ListValue* CreateListValueFromVarVector(
56 const base::ListValue& list_value, std::vector<PP_Var>* vars);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_login_handler.h 49 void HandleInitializeSyncLogin(const ListValue* args);
54 void HandleShowSyncLoginUI(const ListValue* args);
61 void HandleLoginMessageSeen(const ListValue* args);
66 void HandleShowAdvancedLoginUI(const ListValue* args);
recently_closed_tabs_handler.h 27 void HandleReopenTab(const ListValue* args);
30 void HandleGetRecentlyClosedTabs(const ListValue* args);
33 void HandleClearRecentlyClosed(const ListValue* args);
48 base::ListValue* entry_list_value);
  /external/chromium_org/chrome/browser/ui/webui/predictors/
predictors_handler.h 13 class ListValue;
35 void RequestAutocompleteActionPredictorDb(const base::ListValue* args);
39 void RequestResourcePrefetchPredictorDb(const base::ListValue* args);
44 base::ListValue* db) const;
  /external/chromium_org/content/public/browser/
web_ui_controller.cc 11 const base::ListValue& args) {
web_ui_message_handler.h 18 class ListValue;
42 static bool ExtractIntegerValue(const base::ListValue* value, int* out_int);
45 static bool ExtractDoubleValue(const base::ListValue* value,
49 static base::string16 ExtractStringValue(const base::ListValue* value);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler.h 41 static base::ListValue* GetInputMethodList(
49 static base::ListValue* GetAcceptLanguageList(
56 static base::ListValue* GetUILanguageList(
63 static base::ListValue* ConvertInputMethodDescriptosToIMEList(
72 void RestartCallback(const base::ListValue* args);
76 void InputMethodDisableCallback(const base::ListValue* args);
80 void InputMethodEnableCallback(const base::ListValue* args);
84 void InputMethodOptionsOpenCallback(const base::ListValue* args);
91 static base::ListValue* GetLanguageListInternal(
  /external/chromium/chrome/browser/ui/webui/
settings_browsertest.cc 23 void(const ListValue* args));
25 void(const ListValue* args));
27 void(const ListValue* args));
29 void(const ListValue* args));
31 void(const ListValue* args));
33 void(const ListValue* args));
35 void(const ListValue* args));
37 void(const ListValue* args));
39 void(const ListValue* args));
41 void(const ListValue* args))
    [all...]
cookies_tree_model_util.h 13 class ListValue;
26 ListValue* nodes);
most_visited_handler.h 19 class ListValue;
46 void HandleGetMostVisited(const ListValue* args);
49 void HandleBlacklistURL(const ListValue* args);
52 void HandleRemoveURLsFromBlacklist(const ListValue* args);
55 void HandleClearBlacklist(const ListValue* args);
58 void HandleAddPinnedURL(const ListValue* args);
61 void HandleRemovePinnedURL(const ListValue* args);
128 scoped_ptr<ListValue> pages_value_;
  /external/chromium_org/tools/json_schema_compiler/test/
arrays_unittest.cc 16 ListValue* strings_value = new ListValue();
21 ListValue* integers_value = new ListValue();
25 ListValue* booleans_value = new ListValue();
28 ListValue* numbers_value = new ListValue();
60 scoped_ptr<ListValue> types(new ListValue());
    [all...]
  /external/chromium/chrome/browser/debugger/
debugger_host.h 16 class ListValue;
39 virtual void OnDebuggerHostMsg(const ListValue* args) {}

Completed in 782 milliseconds

1 23 4 5 6 7 8 91011>>