HomeSort by relevance Sort by last modified time
    Searched refs:ListValue (Results 1 - 25 of 1411) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/common/
font_list_android.cc 11 scoped_ptr<base::ListValue> GetFontList_SlowBlocking() {
12 return scoped_ptr<base::ListValue>(new base::ListValue);
font_list_ozone.cc 11 scoped_ptr<base::ListValue> GetFontList_SlowBlocking() {
12 return scoped_ptr<base::ListValue>(new base::ListValue);
font_list.h 11 class ListValue;
34 scoped_ptr<base::ListValue> GetFontList_SlowBlocking();
  /external/chromium_org/chrome/browser/chromeos/system/
timezone_util.h 11 class ListValue;
18 scoped_ptr<base::ListValue> GetTimezoneList();
  /external/chromium_org/chrome/browser/ui/webui/
metrics_handler.h 22 class ListValue;
35 void HandleRecordAction(const base::ListValue* args);
44 void HandleRecordInHistogram(const base::ListValue* args);
47 void HandleLogEventTime(const base::ListValue* args);
50 void HandleLogMouseover(const base::ListValue* args);
gesture_config_ui.h 11 class ListValue;
30 void UpdatePreferenceValue(const base::ListValue* args);
37 void ResetPreferenceValue(const base::ListValue* args);
44 void SetPreferenceValue(const base::ListValue* args);
downloads_dom_handler.h 20 class ListValue;
52 void OnPageLoaded(const base::ListValue* args);
55 void HandleGetDownloads(const base::ListValue* args);
58 void HandleOpenFile(const base::ListValue* args);
61 void HandleDrag(const base::ListValue* args);
65 void HandleSaveDangerous(const base::ListValue* args);
69 void HandleDiscardDangerous(const base::ListValue* args);
72 void HandleShow(const base::ListValue* args);
75 void HandlePause(const base::ListValue* args);
78 void HandleResume(const base::ListValue* args)
    [all...]
welcome_handler_android.h 14 class ListValue;
29 void HandleUpdateSyncFooterVisibility(const base::ListValue* args);
33 void HandleShowSyncSettings(const base::ListValue* args);
37 void HandleShowTermsOfService(const base::ListValue* args);
  /external/chromium_org/content/public/browser/
font_list_async.h 13 class ListValue;
26 const base::Callback<void(scoped_ptr<base::ListValue>)>& callback);
  /external/chromium_org/content/browser/accessibility/
accessibility_ui.h 12 class ListValue;
23 void ToggleAccessibility(const base::ListValue* args);
24 void ToggleGlobalAccessibility(const base::ListValue* args);
25 void RequestAccessibilityTree(const base::ListValue* args);