HomeSort by relevance Sort by last modified time
    Searched refs:dialog_args (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/webui/
html_dialog_ui.cc 46 std::string dialog_args; local
51 dialog_args = (*delegate)->GetDialogArgs();
56 render_view_host->SetWebUIProperty("dialogArguments", dialog_args);
  /external/chromium/chrome/browser/sync/
sync_setup_wizard_unittest.cc 209 DictionaryValue dialog_args; local
210 SyncSetupFlow::GetArgsForGaiaLogin(service_, &dialog_args);
212 base::JSONWriter::Write(&dialog_args, false, &json_start_args);
250 dialog_args.Clear();
251 SyncSetupFlow::GetArgsForGaiaLogin(service_, &dialog_args);
252 EXPECT_EQ(5U, dialog_args.size());
254 dialog_args.GetString("iframeToShow", &iframe_to_show);
257 dialog_args.GetString("user", &actual_user);
260 dialog_args.GetInteger("error", &error);
269 SyncSetupFlow::GetArgsForGaiaLogin(service_, &dialog_args);
503 DictionaryValue dialog_args; local
    [all...]

Completed in 48 milliseconds