HomeSort by relevance Sort by last modified time
    Searched full:webui (Results 251 - 275 of 1184) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/webui/signin/
profile_signin_confirmation_ui.cc 5 #include "chrome/browser/ui/webui/signin/profile_signin_confirmation_ui.h"
19 ProfileSigninConfirmationUI::ProfileSigninConfirmationUI(content::WebUI* web_ui)
  /external/chromium_org/chrome/browser/ui/webui/suggestions_internals/
suggestions_internals_ui_handler.cc 5 #include "chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler.h"
10 #include "chrome/browser/ui/webui/ntp/suggestions_combiner.h"
  /external/chromium_org/chrome/browser/ui/webui/
theme_handler.cc 5 #include "chrome/browser/ui/webui/theme_handler.h"
12 #include "chrome/browser/ui/webui/theme_source.h"
theme_source.cc 5 #include "chrome/browser/ui/webui/theme_source.h"
16 #include "chrome/browser/ui/webui/ntp/ntp_resource_cache.h"
17 #include "chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h"
23 #include "ui/webui/web_ui_util.h"
65 webui::ParsePathAndScale(GURL(GetThemePath() + path),
90 webui::ParsePathAndScale(GURL(GetThemePath() + path), &uncached_path, NULL);
103 webui::ParsePathAndScale(GURL(GetThemePath() + path), &uncached_path, NULL);
constrained_web_dialog_ui.h 30 // message from WebUI.
48 // ConstrainedWebDialogUI is a facility to show HTML WebUI content
57 explicit ConstrainedWebDialogUI(content::WebUI* web_ui);
  /external/chromium_org/content/browser/webui/
web_ui_controller_factory_registry.h 23 WebUI* web_ui, const GURL& url) const OVERRIDE;
24 virtual WebUI::TypeID GetWebUIType(BrowserContext* browser_context,
web_ui_data_source_impl.cc 5 #include "content/browser/webui/web_ui_data_source_impl.h"
13 #include "ui/webui/jstemplate_builder.h"
14 #include "ui/webui/web_ui_util.h"
202 webui::SetFontAndTextDirection(&localized_strings_);
204 scoped_ptr<webui::UseVersion2> version2;
206 version2.reset(new webui::UseVersion2);
208 webui::AppendJsonJS(&localized_strings_, &template_data);
  /external/chromium_org/ui/web_dialogs/
web_dialog_delegate.h 21 class WebUI;
52 // is still open. Ownership of each handler is taken over by the WebUI
71 // |webui| is the WebUI with which the dialog is associated.
73 virtual void OnDialogShown(content::WebUI* webui,
79 // registering it as a message handler in the WebUI object).
83 // response to a "DialogClose" message from WebUI.
  /external/chromium/chrome/browser/ui/webui/chromeos/login/
login_ui.cc 5 #include "chrome/browser/ui/webui/chromeos/login/login_ui.h"
17 #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
18 #include "chrome/browser/ui/webui/chromeos/login/login_ui_helpers.h"
66 WebUIMessageHandler* LoginUIHandler::Attach(WebUI* web_ui) {
112 : WebUI(contents) {
  /external/chromium/chrome/browser/ui/webui/chromeos/
proxy_settings_ui.cc 5 #include "chrome/browser/ui/webui/chromeos/proxy_settings_ui.h"
11 #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
12 #include "chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.h"
13 #include "chrome/browser/ui/webui/options/chromeos/proxy_handler.h"
69 ProxySettingsUI::ProxySettingsUI(TabContents* contents) : WebUI(contents) {
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_interstitial.cc 27 #include "ui/webui/jstemplate_builder.h"
28 #include "ui/webui/web_ui_util.h"
83 webui::SetFontAndTextDirection(&strings);
88 webui::UseVersion2 version;
89 return webui::GetI18nTemplateHtml(html, &strings);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
app_launch_ui.cc 5 #include "chrome/browser/ui/webui/chromeos/app_launch_ui.h"
10 #include "chrome/browser/ui/webui/theme_source.h"
22 #include "ui/webui/web_ui_util.h"
89 app_info.SetString("iconURL", webui::GetBitmapDataUrl(*app.icon.bitmap()));
115 AppLaunchUI::AppLaunchUI(content::WebUI* web_ui)
mobile_setup_ui.cc 5 #include "chrome/browser/ui/webui/chromeos/mobile_setup_ui.h"
41 #include "ui/webui/jstemplate_builder.h"
42 #include "ui/webui/web_ui_util.h"
160 // The network is not yet activated, and the webui is in activation flow.
162 // The network is activated, the webui displays network portal.
164 // Same as TYPE_PORTAL, but the network technology is LTE. The webui is
176 // Handlers for JS WebUI messages.
186 // webui of the new state if the reachability changed or |force_notification|
199 // Type of the mobilesetup webui deduced from received messages.
202 // connection state. This value is reflected in portal webui for lte networks
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/uber/
uber_ui.cc 5 #include "chrome/browser/ui/webui/uber/uber_ui.h"
12 #include "chrome/browser/ui/webui/chrome_web_ui_controller_factory.h"
13 #include "chrome/browser/ui/webui/extensions/extensions_ui.h"
14 #include "chrome/browser/ui/webui/options/options_ui.h"
129 UberUI::UberUI(content::WebUI* web_ui) : WebUIController(web_ui) {
145 content::WebUI* webui = local
148 webui->SetFrameXPath("//iframe[starts-with(@src,'" + page_url + "')]");
149 sub_uis_[page_url] = webui;
187 UberFrameUI::UberFrameUI(content::WebUI* web_ui) : WebUIController(web_ui)
    [all...]
  /external/chromium/chrome/browser/printing/
print_dialog_cloud_internal.h 15 #include "chrome/browser/ui/webui/html_dialog_ui.h"
16 #include "content/browser/webui/web_ui.h"
29 explicit CloudPrintDataSenderHelper(WebUI* web_ui) : web_ui_(web_ui) {}
32 // Virtualize the overrides of these three functions from WebUI to
42 WebUI* web_ui_;
61 // that the WebUI pointer lifetime will outlast us, so we should be
66 // Cancels any ramining part of the task by clearing out the WebUI
print_preview_message_handler.cc 13 #include "chrome/browser/ui/webui/print_preview_handler.h"
14 #include "chrome/browser/ui/webui/print_preview_ui.h"
15 #include "chrome/browser/ui/webui/print_preview_ui_html_source.h"
  /external/chromium/chrome/browser/ui/webui/
html_dialog_ui.h 12 #include "content/browser/webui/web_ui.h"
36 // is still open. Ownership of each handler is taken over by the WebUI
75 // This application really should not use TabContents + WebUI. It should instead
78 // Before loading a URL corresponding to this WebUI, the caller should set its
79 // delegate as a property on the TabContents. This WebUI will pick it up from
83 class HtmlDialogUI : public WebUI {
105 // WebUI
settings_browsertest.cc 5 #include "chrome/browser/ui/webui/options/core_options_handler.h"
8 #include "content/browser/webui/web_ui_browsertest.h"
89 // Test the end to end js to WebUI handler code path for
  /external/chromium_org/chrome/browser/resources/ntp_android/
opentabs.css 162 background-image: url(../../../../ui/webui/resources/images/laptop.png);
170 background-image: url(../../../../ui/webui/resources/images/tablet.png);
178 background-image: url(../../../../ui/webui/resources/images/phone.png);
202 url(../../../../ui/webui/resources/images/1.5x/laptop.png);
206 url(../../../../ui/webui/resources/images/1.5x/tablet.png);
209 background-image: url(../../../../ui/webui/resources/images/1.5x/phone.png);
224 background-image: url(../../../../ui/webui/resources/images/2x/laptop.png);
227 background-image: url(../../../../ui/webui/resources/images/2x/tablet.png);
230 background-image: url(../../../../ui/webui/resources/images/2x/phone.png);
  /external/chromium/chrome/browser/ui/views/
constrained_html_delegate_gtk.cc 5 #include "chrome/browser/ui/webui/constrained_html_ui.h"
11 #include "chrome/browser/ui/webui/html_dialog_tab_contents_delegate.h"
12 #include "chrome/browser/ui/webui/html_dialog_ui.h"
constrained_html_delegate_win.cc 5 #include "chrome/browser/ui/webui/constrained_html_ui.h"
9 #include "chrome/browser/ui/webui/html_dialog_tab_contents_delegate.h"
10 #include "chrome/browser/ui/webui/html_dialog_ui.h"
  /external/chromium_org/chrome/browser/extensions/
extension_web_ui.h 30 // This class implements WebUI for extensions and allows extensions to put UI in
38 ExtensionWebUI(content::WebUI* web_ui, const GURL& url);
85 // The URL this WebUI was created for.
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_source_discovery.cc 5 #include "chrome/browser/ui/webui/ntp/suggestions_source_discovery.h"
20 #include "chrome/browser/ui/webui/ntp/new_tab_ui.h"
21 #include "chrome/browser/ui/webui/ntp/suggestions_combiner.h"
  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_handler.cc 5 #include "chrome/browser/ui/webui/quota_internals/quota_internals_handler.h"
13 #include "chrome/browser/ui/webui/quota_internals/quota_internals_proxy.h"
14 #include "chrome/browser/ui/webui/quota_internals/quota_internals_types.h"
quota_internals_types.h 39 // Create new Value for passing to WebUI page. Caller is responsible for
64 // Create new Value for passing to WebUI page. Caller is responsible for
97 // Create new Value for passing to WebUI page. Caller is responsible for

Completed in 839 milliseconds

<<11121314151617181920>>