HomeSort by relevance Sort by last modified time
    Searched refs:webui (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/chromium_org/chrome/browser/extensions/api/identity_private/
identity_private_api.cc 13 #include "ui/webui/web_ui_util.h"
25 webui::GetBitmapDataUrlFromResource(IDR_CLOSE_DIALOG));
27 webui::GetBitmapDataUrlFromResource(IDR_CLOSE_DIALOG_H));
29 webui::GetBitmapDataUrlFromResource(IDR_CLOSE_DIALOG_P));
  /external/chromium_org/ui/webui/
web_ui_util_unittest.cc 5 #include "ui/webui/web_ui_util.h"
22 webui::ParsePathAndScale(url, &path, &factor);
27 webui::ParsePathAndScale(url2, &path, &factor);
32 webui::ParsePathAndScale(url3, &path, &factor);
37 webui::ParsePathAndScale(url4, &path, &factor);
42 webui::ParsePathAndScale(url5, &path, &factor);
47 webui::ParsePathAndScale(url6, &path, &factor);
52 webui::ParsePathAndScale(url7, &path, &factor);
web_ui_util.h 19 namespace webui { namespace
22 // so that it can be used in WebUI.
58 } // namespace webui
jstemplate_builder.h 25 namespace webui { namespace
89 } // namespace webui
  /external/chromium_org/ui/web_dialogs/
web_dialog_observer.h 10 class WebUI;
19 // |webui| is the WebUI with which the dialog is associated.
21 virtual void OnDialogShown(content::WebUI* webui,
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_org/chrome/browser/chromeos/login/
screen_locker_tester.cc 113 // Returns the WebUI object from the screen locker.
114 content::WebUI* webui() const;
174 return webui()->GetWebContents()->GetRenderViewHost();
183 content::WebUI* WebUIScreenLockerTester::webui() const { function in class:chromeos::test::WebUIScreenLockerTester
185 content::WebUI* webui = webui_screen_locker()->GetWebUI(); local
186 DCHECK(webui);
187 return webui;
    [all...]
  /external/chromium_org/ui/web_dialogs/test/
test_web_dialog_observer.h 20 class WebUI;
28 // WebUI instance is captured and ready.
41 content::WebUI* webui,
44 // Waits for an WebDialog to be created. The WebUI instance is captured
46 content::WebUI* GetWebUI();
59 content::WebUI* web_ui_;
test_web_dialog_observer.cc 58 content::WebUI* webui,
63 web_ui_ = webui;
64 // Wait for navigation on the new WebUI instance to complete. This depends
76 content::WebUI* TestWebDialogObserver::GetWebUI() {
  /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_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/
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);
  /external/chromium_org/chrome/common/net/
net_resource_provider.cc 17 #include "ui/webui/jstemplate_builder.h"
42 html_data = webui::GetI18nTemplateHtml(
  /external/chromium_org/content/browser/webui/
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/chrome/browser/ui/webui/chromeos/
proxy_settings_ui.cc 5 #include "chrome/browser/ui/webui/chromeos/proxy_settings_ui.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"
23 #include "ui/webui/jstemplate_builder.h"
24 #include "ui/webui/web_ui_util.h"
72 webui::SetFontAndTextDirection(localized_strings_.get());
77 std::string full_html = webui::GetI18nTemplateHtml(
87 ProxySettingsUI::ProxySettingsUI(content::WebUI* web_ui)
mobile_setup_dialog.cc 5 #include "chrome/browser/ui/webui/chromeos/mobile_setup_dialog.h"
56 content::WebUI* webui,
144 content::WebUI* webui, content::RenderViewHost* render_view_host) {