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

1 2 3

  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_ui.cc 22 source->AddResourcePath("sync_index.js", IDR_SYNC_INTERNALS_INDEX_JS);
23 source->AddResourcePath("chrome_sync.js",
25 source->AddResourcePath("types.js", IDR_SYNC_INTERNALS_TYPES_JS);
26 source->AddResourcePath("sync_log.js", IDR_SYNC_INTERNALS_SYNC_LOG_JS);
27 source->AddResourcePath("sync_node_browser.js",
29 source->AddResourcePath("sync_search.js",
31 source->AddResourcePath("about.js", IDR_SYNC_INTERNALS_ABOUT_JS);
32 source->AddResourcePath("data.js", IDR_SYNC_INTERNALS_DATA_JS);
33 source->AddResourcePath("events.js", IDR_SYNC_INTERNALS_EVENTS_JS);
34 source->AddResourcePath("search.js", IDR_SYNC_INTERNALS_SEARCH_JS)
    [all...]
mojo_web_ui_controller.cc 32 mojo_data_source_->AddResourcePath(path, resource_id);
invalidations_ui.cc 20 source->AddResourcePath("about_invalidations.js", IDR_ABOUT_INVALIDATIONS_JS);
domain_reliability_internals_ui.cc 25 html_source->AddResourcePath("domain_reliability_internals.css",
27 html_source->AddResourcePath("domain_reliability_internals.js",
certificate_viewer_ui.cc 57 html_source->AddResourcePath("certificate_viewer.js",
59 html_source->AddResourcePath("certificate_viewer.css",
  /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
sync_file_system_internals_ui.cc 26 source->AddResourcePath(
29 source->AddResourcePath(
32 source->AddResourcePath(
34 source->AddResourcePath(
36 source->AddResourcePath(
38 source->AddResourcePath(
40 source->AddResourcePath("file.png", IDR_DEFAULT_FAVICON);
41 source->AddResourcePath("folder_closed.png", IDR_FOLDER_CLOSED);
  /external/chromium_org/chrome/browser/ui/webui/user_actions/
user_actions_ui.cc 21 html_source->AddResourcePath("user_actions.css", IDR_USER_ACTIONS_CSS);
22 html_source->AddResourcePath("user_actions.js", IDR_USER_ACTIONS_JS);
  /external/chromium_org/chrome/browser/ui/webui/help/
help_ui.cc 23 source->AddResourcePath("help.js", IDR_HELP_JS);
24 source->AddResourcePath("help_page.js", IDR_HELP_PAGE_JS);
25 source->AddResourcePath("channel_change_page.js", IDR_CHANNEL_CHANGE_PAGE_JS);
  /external/chromium_org/chrome/browser/ui/webui/omnibox/
omnibox_ui.cc 19 html_source->AddResourcePath("omnibox.css", IDR_OMNIBOX_CSS);
20 html_source->AddResourcePath("omnibox.js", IDR_OMNIBOX_JS);
  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_ui.cc 27 source->AddResourcePath(
29 source->AddResourcePath(
  /external/chromium_org/chrome/browser/ui/webui/suggestions_internals/
suggestions_internals_ui.cc 22 html_source->AddResourcePath("suggestions_internals.css",
24 html_source->AddResourcePath("suggestions_internals.js",
  /external/chromium_org/chrome/browser/ui/webui/signin/
profile_signin_confirmation_ui.cc 48 html_source->AddResourcePath("profile_signin_confirmation.js",
50 html_source->AddResourcePath("profile_signin_confirmation.css",
inline_login_ui.cc 33 source->AddResourcePath("inline_login.css", IDR_INLINE_LOGIN_CSS);
34 source->AddResourcePath("inline_login.js", IDR_INLINE_LOGIN_JS);
  /external/chromium_org/components/dom_distiller/webui/
dom_distiller_ui.cc 27 source->AddResourcePath("about_dom_distiller.css",
29 source->AddResourcePath("about_dom_distiller.js", IDR_ABOUT_DOM_DISTILLER_JS);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
cryptohome_ui.cc 22 source->AddResourcePath("cryptohome.js", IDR_CRYPTOHOME_JS);
network_ui.cc 79 html->AddResourcePath("network_config.js", IDR_NETWORK_CONFIG_JS);
80 html->AddResourcePath("network_ui.css", IDR_NETWORK_UI_CSS);
81 html->AddResourcePath("network_ui.js", IDR_NETWORK_UI_JS);
set_time_ui.cc 136 source->AddResourcePath("set_time.css", IDR_SET_TIME_CSS);
137 source->AddResourcePath("set_time.js", IDR_SET_TIME_JS);
  /external/chromium_org/chrome/browser/ui/webui/memory_internals/
memory_internals_ui.cc 20 source->AddResourcePath("memory_internals.js",
  /external/chromium_org/chrome/browser/ui/webui/predictors/
predictors_ui.cc 20 source->AddResourcePath("predictors.js", IDR_PREDICTORS_JS);
  /external/chromium_org/content/browser/media/
media_internals_ui.cc 25 source->AddResourcePath("media_internals.js", IDR_MEDIA_INTERNALS_JS);
webrtc_internals_ui.cc 22 source->AddResourcePath("webrtc_internals.js", IDR_WEBRTC_INTERNALS_JS);
  /external/chromium_org/chrome/browser/ui/webui/app_list/
start_page_ui.cc 83 source->AddResourcePath("start_page.css", IDR_APP_LIST_START_PAGE_CSS);
84 source->AddResourcePath("start_page.js", IDR_APP_LIST_START_PAGE_JS);
85 source->AddResourcePath("hotword_nacl.nmf", IDR_APP_LIST_HOTWORD_NACL_NMF);
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extensions_ui.cc 36 source->AddResourcePath("extensions.js", IDR_EXTENSIONS_JS);
37 source->AddResourcePath("extension_command_list.js",
39 source->AddResourcePath("extension_list.js", IDR_EXTENSION_LIST_JS);
extension_info_ui.cc 41 source_->AddResourcePath("extension_info.css", IDR_EXTENSION_INFO_CSS);
42 source_->AddResourcePath("extension_info.js", IDR_EXTENSION_INFO_JS);
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui.cc 27 source->AddResourcePath("local_discovery.css", IDR_LOCAL_DISCOVERY_CSS);
28 source->AddResourcePath("local_discovery.js", IDR_LOCAL_DISCOVERY_JS);
29 source->AddResourcePath("device.png", IDR_LOCAL_DISCOVERY_DEVICE_PNG);
30 source->AddResourcePath("printer.png", IDR_LOCAL_DISCOVERY_PRINTER_PNG);

Completed in 367 milliseconds

1 2 3