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

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/extensions/
extension_tabs_module.h 19 class ListValue;
30 ListValue* CreateTabList(const Browser* browser);
extension_webnavigation_api.cc 62 ListValue args;
84 ListValue args;
92 ListValue* qualifiers = new ListValue();
113 ListValue args;
133 ListValue args;
153 ListValue args;
343 ListValue args;
convert_web_app.cc 122 ListValue* permissions = new ListValue();
129 ListValue* urls = new ListValue();
extension_function.cc 41 void AsyncExtensionFunction::SetArgs(const ListValue* args) {
extension_function_dispatcher.h 19 class ListValue;
extension_info_private_api_chromeos.cc 32 ListValue* list = NULL;
file_manager_util.cc 193 ListValue* types_list = new ListValue();
197 ListValue* extensions_list = new ListValue();
extension_proxy_api_helpers_unittest.cc 175 ListValue* bypass_list = new ListValue;
254 ListValue list;
284 ListValue* bypass_list = new ListValue;
320 ListValue expected;
325 scoped_ptr<ListValue> out(TokenizeToStringList("s1;s2;s3", ";"));
extension_browser_event_router.cc 87 ListValue args;
101 ListValue args;
204 ListValue args;
283 ListValue args;
306 ListValue args;
328 ListValue args;
355 ListValue args;
374 ListValue args;
416 ListValue args;
507 ListValue args
    [all...]
  /external/chromium/chrome/browser/notifications/
notifications_prefs_cache.cc 57 const ListValue& origin_list,
59 ListValue::const_iterator i;
  /external/chromium/chrome/browser/prefs/
session_startup_pref.cc 72 // Ownership of the ListValue retains with the pref service.
74 ListValue* url_pref_list = update.Get();
98 const ListValue* url_pref_list = prefs->GetList(
  /external/chromium/chrome/browser/sync/
js_event_handler_list_unittest.cc 26 ListValue arg_list1, arg_list2;
82 ListValue arg_list1, arg_list2;
js_test_util.cc 55 const ListValue& expected_args) {
  /external/chromium/chrome/browser/sync/syncable/
model_type_unittest.cc 47 scoped_ptr<ListValue> value(ModelTypeBitSetToValue(model_types));
61 scoped_ptr<ListValue> value(ModelTypeSetToValue(model_types));
  /external/chromium/chrome/browser/ui/webui/options/
import_data_handler.cc 67 void ImportDataHandler::ImportData(const ListValue* args) {
122 ListValue browser_profiles;
  /external/chromium/chrome/common/extensions/
extension_set_unittest.cc 34 ListValue* urls = new ListValue();
  /external/chromium/chrome/browser/ui/webui/chromeos/
register_page_ui.cc 126 void HandleGetRegistrationUrl(const ListValue* args);
127 void HandleGetUserInfo(const ListValue* args);
220 void RegisterPageHandler::HandleGetRegistrationUrl(const ListValue* args) {
241 void RegisterPageHandler::HandleGetUserInfo(const ListValue* args) {
  /external/chromium/chrome/browser/ui/webui/
collected_cookies_ui_delegate.cc 245 void CollectedCookiesUIDelegate::BindCookiesTreeModel(const ListValue* args) {
252 void CollectedCookiesUIDelegate::Block(const ListValue* args) {
265 void CollectedCookiesUIDelegate::Allow(const ListValue* args) {
278 void CollectedCookiesUIDelegate::AllowThisSession(const ListValue* args) {
constrained_html_ui.cc 46 void ConstrainedHtmlUI::OnDialogClose(const ListValue* args) {
html_dialog_ui.cc 64 void HtmlDialogUI::OnDialogClosed(const ListValue* args) {
new_tab_ui.h 54 ListValue* entry_list_value);
sync_internals_ui.cc 54 ListValue args;
textfields_ui.cc 58 void TextfieldsDOMHandler::HandleTextfieldValue(const ListValue* args) {
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_win_unittest.cc 103 ListValue* hklm_value = new ListValue;
105 ListValue* hkcu_value = new ListValue;
267 const ListValue* list = static_cast<const ListValue*>(value);
273 for (ListValue::const_iterator element(list->begin());
configuration_policy_provider_mac_unittest.cc 74 const ListValue* list =
75 static_cast<const ListValue*>(test_value_.get());
79 for (ListValue::const_iterator element(list->begin());
116 ListValue* value = new ListValue;

Completed in 156 milliseconds

1 2 3 4 5 6 7 891011>>