Home | History | Annotate | Download | only in manifest_handlers

Lines Matching refs:options_ui

37 // handles URLs for both "options_page" and "options_ui.page", the name of the
117 // Parse the options_ui object.
122 scoped_ptr<OptionsUI> options_ui =
126 // errors (in which case |options_ui| will be NULL) and warnings
127 // (in which case |options_ui| will be valid). Either way, show it
133 if (options_ui) {
136 options_ui->page,
144 options_ui->chrome_style.get() && *options_ui->chrome_style;
145 open_in_tab = options_ui->open_in_tab.get() && *options_ui->open_in_tab;
150 // options_ui.page.