OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dialog_defaults
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc
542
ListValue
dialog_defaults
;
local
546
dialog_defaults
.Append(new StringValue(target_tab_url_));
548
dialog_defaults
.Append(new StringValue(""));
552
dialog_defaults
.Append(new StringValue(chrome::kChromeUISystemInfoURL));
562
dialog_defaults
.Append(new StringValue(GetUserEmail()));
565
web_ui_->CallJavascriptFunction("setupDialogDefaults",
dialog_defaults
);
Completed in 30 milliseconds