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

<<1112131415

  /external/chromium/chrome/browser/chromeos/
network_message_observer.cc 82 void NetworkMessageObserver::OpenMobileSetupPage(const ListValue* args) {
88 void NetworkMessageObserver::OpenMoreInfoPage(const ListValue* args) {
  /external/chromium/chrome/browser/extensions/
extension_debugger_api.cc 146 ListValue args;
221 ListValue args;
extension_tabs_module.cc 111 ListValue* ExtensionTabUtil::CreateTabList(const Browser* browser) {
112 ListValue* tab_list = new ListValue();
304 result_.reset(new ListValue());
314 static_cast<ListValue*>(result_.get())->
343 const ListValue* url_list = static_cast<const ListValue*>(url_value);
    [all...]
extension_accessibility_api.cc 28 ListValue args;
extension_event_router.cc 30 ListValue args;
extension_prefs.h 378 const ListValue** out_value);
  /external/chromium/chrome/browser/notifications/
desktop_notification_service_unittest.cc 205 ListValue* allowed_origins = update_allowed_origins.Get();
212 ListValue* denied_origins = update_denied_origins.Get();
  /external/chromium/chrome/browser/policy/
config_dir_policy_provider_unittest.cc 156 ListValue* value = new ListValue();
  /external/chromium/chrome/browser/ui/webui/chromeos/
keyboard_overlay_ui.cc 61 void GetKeyboardOverlayId(const ListValue* args);
282 void KeyboardOverlayHandler::GetKeyboardOverlayId(const ListValue* args) {
imageburner_ui.cc 302 void ImageBurnHandler::HandleGetRoots(const ListValue* args) {
303 ListValue results_value;
332 void ImageBurnHandler::HandleDownloadImage(const ListValue* args) {
378 void ImageBurnHandler::HandleBurnImage(const ListValue* args) {
385 void ImageBurnHandler::HandleCancelBurnImage(const ListValue* args) {
498 const ListValue* list_value) {
mobile_setup_ui.cc 227 void HandleSetTransactionStatus(const ListValue* args);
228 void HandleStartActivation(const ListValue* args);
507 void MobileSetupHandler::HandleStartActivation(const ListValue* args) {
512 void MobileSetupHandler::HandleSetTransactionStatus(const ListValue* args) {
    [all...]
  /external/chromium/chrome/common/
web_apps.cc 257 ListValue* permissions_value = NULL;
268 ListValue* urls_value = NULL;
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h 393 ListValue* GetInfobarsInfo(TabContents* tc);
678 // profiles/cards: the ListValue of profiles/credit cards to translate.
681 const ListValue& profiles, std::string* error_message);
683 const ListValue& cards, std::string* error_message);
686 // for profiles and credit cards to a ListValue of DictionaryValues. The
688 static ListValue* GetListFromAutofillProfiles(
690 static ListValue* GetListFromCreditCards(
    [all...]
automation_provider.h 66 class ListValue;
  /external/chromium/net/base/
transport_security_state.cc 314 ListValue* pins = new ListValue;
370 ListValue* pins_list = NULL;
  /external/chromium/net/socket/
client_socket_pool_manager.cc 47 static void AddSocketPoolsToList(ListValue* list,
565 ListValue* list = new ListValue();
  /external/chromium/base/json/
json_reader.cc 249 node.reset(new ListValue());
254 static_cast<ListValue*>(node.get())->Append(array_node);
  /external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.cc 344 const ListValue* pattern_str_list =
345 static_cast<const ListValue*>(pref->GetValue());
  /external/chromium/chrome/browser/metrics/
metrics_log.cc 151 const ListValue* plugin_stats_list = pref->GetList(
155 for (ListValue::const_iterator iter = plugin_stats_list->begin();
  /external/chromium/net/http/
http_proxy_client_socket_pool.cc 505 ListValue* list = new ListValue();
  /external/chromium/net/spdy/
spdy_session_pool.cc 164 ListValue* list = new ListValue();
  /external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.cc 121 ListValue args;
  /external/chromium/chrome/browser/
gpu_data_manager.cc 90 const ListValue& GpuDataManager::log_messages() const {
  /external/chromium/chrome/browser/sync/sessions/
session_state_unittest.cc 125 scoped_ptr<ListValue> expected_initial_sync_ended_value(
  /external/chromium/chrome/browser/ui/login/
login_prompt_ui.cc 140 void GetAutofill(const ListValue* args) {

Completed in 1193 milliseconds

<<1112131415