Searched refs:overlay (Results 51 - 75 of 209) sorted by path

123456789

/external/chromium_org/chrome/browser/resources/options/
H A Dclear_browser_data_overlay.css5 #clear-browser-data-overlay {
H A Ddo_not_track_confirm_overlay.css5 #do-not-track-confirm-overlay {
H A Deasy_unlock_turn_off_overlay.css5 #easy-unlock-turn-off-overlay {
H A Dfactory_reset_overlay.css5 #factory-reset-overlay {
H A Dhotword_confirm_overlay.css6 #hotword-confirm-overlay {
H A Dimport_data_overlay.css5 #import-data-overlay {
H A Dlanguage_dictionary_overlay.css5 #language-dictionary-overlay-no-matches {
12 #language-dictionary-overlay-page h1 {
17 html[dir=rtl] #language-dictionary-overlay-page h1 {
22 #language-dictionary-overlay-search-field {
28 html[dir=rtl] #language-dictionary-overlay-search-field {
33 #language-dictionary-overlay-word-list {
37 #language-dictionary-overlay-word-list.no-search-matches {
41 #language-dictionary-overlay-word-list > * {
45 .language-dictionary-overlay-word-list-item {
H A Dlanguage_options.css185 #add-language-overlay-page .content-area {
190 #add-language-overlay-language-list {
H A Dmanage_profile_overlay.css5 #manage-profile-overlay {
H A Dreset_profile_settings_overlay.css5 #reset-profile-settings-overlay {
H A Dspelling_confirm_overlay.css6 #spelling-confirm-overlay {
H A Dstartup_overlay.css5 #startup-overlay {
/external/chromium_org/chrome/browser/resources/
H A Dpolicy.css14 #filter-overlay {
H A Dpolicy_android.css16 #filter-overlay {
H A Dset_as_default_browser.css43 #metro-setup-overlay {
77 #metro-setup-overlay .content-area {
H A Dsync_setup_overlay.css7 #sync-setup-overlay * h4 {
11 #sync-setup-overlay * form {
15 #sync-setup-overlay * .content-area {
67 #sync-setup-overlay {
75 #sync-setup-overlay * a:link {
79 #sync-setup-overlay * a:visited {
83 #sync-setup-overlay * a:active {
87 #sync-setup-overlay * hr {
95 #sync-setup-overlay * input[type='button'],
96 #sync-setup-overlay * inpu
[all...]
H A Dsync_setup_overlay.js97 * Encapsulated handling of the 'Sync Setup' overlay page.
103 'sync-setup-overlay');
158 var overlay = $('sync-setup-overlay');
159 if (!overlay.hidden)
709 // do not go through the process of hiding elements of the overlay.
718 // Hide an existing visible overlay (ensuring the close button is not
721 '#sync-setup-overlay > *:not(.close-button)');
738 // focus, we need to ensure that the overlay container and dialog aren't
798 // Hide any visible children of the overlay
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/
H A Dpreview_area.css39 #preview-area .preview-area-overlay-layer {
54 #preview-area .preview-area-overlay-layer.invisible {
/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.cc604 const gfx::ImageSkia& overlay,
609 overlay_(overlay),
625 // If they've provided a custom image, overlay it.
1400 // If there is no theme overlay, don't tint the default frame,
1462 gfx::ImageSkia overlay; local
1465 overlay = overlay_it->second.AsImageSkia();
1468 image_to_tint, overlay, hsl_shift, vertical_offset);
603 TabBackgroundImageSource(const gfx::ImageSkia& image_to_tint, const gfx::ImageSkia& overlay, const color_utils::HSL& hsl_shift, int vertical_offset) argument
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_item.cc54 // Draw the overlay in the bottom left corner of the icon.
55 const gfx::ImageSkia& overlay = *ui::ResourceBundle::GetSharedInstance(). variable
57 canvas->DrawImageInt(overlay, 0, icon_.height() - overlay.height());
147 // The overlay icon is disabled for hosted apps in windowed mode with
196 // Paint the shortcut overlay if necessary.
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
H A Dinstant_overlay_controller_mac.h18 OverlayableContentsController* overlay);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc443 gfx::ImageSkia* overlay = GetThemeProvider()->GetImageSkiaNamed(overlay_id); local
446 gfx::Size(overlay->width(), overlay->height()),
456 canvas.DrawImageInt(*overlay, 0, 0, alpha);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dautofill_options_browsertest.js12 '#autofill-edit-address-overlay [field=' + field + ']');
47 * TestFixture for autofill edit address overlay WebUI testing.
103 var overlay = AutofillEditAddressOverlay.getInstance();
104 assertEquals(testAddress.guid, overlay.guid_);
105 assertEquals(testAddress.languageCode, overlay.languageCode_);
169 * Class to test the autofill edit address overlay asynchronously.
H A Doptions_browsertest.js269 // focus (by the overlay closing for instance), will execute in addition to the
294 // An overlay's position should remain the same as it shows.
297 var overlay = $('startup-overlay');
302 if (e.target != overlay)
305 assertFalse(overlay.classList.contains('transparent'));
492 * Overrides the page callbacks for the given PageManager overlay to verify
494 * @param {Object} overlay The singleton instance of the overlay.
497 prohibitChangesToOverlay_: function(overlay) {
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
H A Dpopup.js62 overlay: {

Completed in 638 milliseconds

123456789