Searched refs:options_page (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/common/manifest_handlers/
H A Doptions_page_info.cc37 // handles URLs for both "options_page" and "options_ui.page", the name of the
73 OptionsPageInfo::OptionsPageInfo(const GURL& options_page, argument
76 : options_page_(options_page),
113 GURL options_page; local
139 &options_page)) {
149 // Parse the legacy options_page entry if there was no entry for
151 if (!options_page_string.empty() && !options_page.is_valid()) {
156 &options_page)) {
162 new OptionsPageInfo(options_page, chrome_style, open_in_tab));
H A Doptions_page_info.h25 OptionsPageInfo(const GURL& options_page,
31 // both the "options_ui.page" field and the legacy "options_page" field. If
36 // an options page if one or both of "options_ui.page" and "options_page"
57 // URL, either options_page or options_ui.page. options_ui.page is preferred
68 // Parses the "options_ui" manifest key and the legacy "options_page" key.
/external/chromium_org/chrome/browser/background/
H A Dbackground_mode_manager.cc142 GURL options_page = local
144 if (!options_page.is_valid())

Completed in 120 milliseconds