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

  /external/chromium_org/extensions/common/manifest_handlers/
options_page_info.cc 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 = local
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
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
options_ui_browsertest.cc 16 #include "chrome/browser/ui/webui/options/options_ui.h"
127 OptionsUI* options_ui = static_cast<OptionsUI*>(controller); local
135 subscription = options_ui->RegisterOnFinishedLoadingCallback(

Completed in 781 milliseconds