Searched refs:overlay (Results 26 - 50 of 209) sorted by relevance

123456789

/external/chromium_org/chrome/browser/resources/options/
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 Dautofill_edit_overlay.css5 #autofill-edit-address-overlay {
9 #autofill-edit-credit-card-overlay {
13 #autofill-edit-address-overlay .long div[role='listitem'] > div > div,
14 #autofill-edit-address-overlay .long input,
15 #autofill-edit-address-overlay textarea.long,
16 #autofill-edit-address-overlay input.long {
20 #autofill-edit-address-overlay .short div[role='listitem'] > div > div,
21 #autofill-edit-address-overlay .short input,
22 #autofill-edit-address-overlay textarea.short,
23 #autofill-edit-address-overlay inpu
[all...]
/external/chromium_org/chrome/browser/resources/extensions/chromeos/
H A Dkiosk_app_disable_bailout_confirm.js7 * A confirmation overlay for disabling kiosk app bailout shortcut.
20 var overlay = $('kiosk-disable-bailout-confirm-overlay');
21 cr.ui.overlay.setupOverlay(overlay);
22 cr.ui.overlay.globalInitialization();
23 overlay.addEventListener('cancelOverlay', this.handleCancel);
35 /** Handles overlay being canceled. */
54 // Otherwise, show the confirmation overlay.
56 'kiosk-disable-bailout-confirm-overlay'));
[all...]
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_options_overlay.css5 #extension-options-overlay {
9 #extension-options-overlay-header {
16 #extension-options-overlay-icon {
20 #extension-options-overlay-icon {
25 #extension-options-overlay-title {
H A Dextension_focus_manager.js19 var overlay = extensions.ExtensionSettings.getCurrentOverlay();
20 return overlay || $('extension-settings');
H A Dextension_commands_overlay.js16 * Encapsulated handling of the 'Extension Commands' overlay page.
29 var overlay = $('overlay');
30 cr.ui.overlay.setupOverlay(overlay);
31 cr.ui.overlay.globalInitialization();
32 overlay.addEventListener('cancelOverlay', this.handleDismiss_.bind(this));
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11yuv.c47 /* Workaround intel i810 video overlay waiting with failing until the
107 static void X11_ClearYUVOverlay(SDL_Overlay *overlay) argument
111 switch (overlay->format)
115 for (y = 0; y < overlay->h; y++)
116 memset(overlay->pixels[0] + y * overlay->pitches[0],
117 0, overlay->w);
119 for (y = 0; y < (overlay->h / 2); y++)
121 memset(overlay->pixels[1] + y * overlay
162 SDL_Overlay *overlay; local
472 X11_LockYUVOverlay(_THIS, SDL_Overlay *overlay) argument
477 X11_UnlockYUVOverlay(_THIS, SDL_Overlay *overlay) argument
482 X11_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst) argument
507 X11_FreeYUVOverlay(_THIS, SDL_Overlay *overlay) argument
[all...]
/external/chromium_org/chrome/browser/resources/history/
H A Dalert_overlay.css5 .overlay .page .button-strip > button {
9 .overlay {
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysyuv.h66 extern int BE_LockYUVOverlay(_THIS, SDL_Overlay* overlay);
67 extern void BE_UnlockYUVOverlay(_THIS, SDL_Overlay* overlay);
68 extern int BE_DisplayYUVOverlay(_THIS, SDL_Overlay* overlay, SDL_Rect* src, SDL_Rect* dst);
69 extern void BE_FreeYUVOverlay(_THIS, SDL_Overlay* overlay);
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsyuv.c77 SDL_Overlay *overlay; local
114 /* Create the overlay structure */
115 overlay = (SDL_Overlay *)SDL_malloc(sizeof *overlay);
116 if ( overlay == NULL ) {
120 SDL_memset(overlay, 0, (sizeof *overlay));
123 overlay->format = format;
124 overlay->w = width;
125 overlay
308 GS_LockYUVOverlay(_THIS, SDL_Overlay *overlay) argument
313 GS_UnlockYUVOverlay(_THIS, SDL_Overlay *overlay) argument
318 GS_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst) argument
441 GS_FreeYUVOverlay(_THIS, SDL_Overlay *overlay) argument
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dbluetooth_pair_device.css14 .overlay .page h1 {
H A Dkeyboard_overlay.css14 .keyboard-overlay-keyboard {
21 .keyboard-overlay-instructions {
33 .keyboard-overlay-instructions-text {
41 .keyboard-overlay-instructions-hide-text {
48 .keyboard-overlay-learn-more-text {
57 .keyboard-overlay-learn-more-text a {
61 .keyboard-overlay-key {
73 .keyboard-overlay-key.is-shortcut {
80 .keyboard-overlay-key.is-shortcut.modifier-shift {
84 .keyboard-overlay
[all...]
H A Dkeyboard_overlay.js153 * Returns the keyboard overlay ID.
154 * @return {string} Keyboard overlay ID.
276 var classes = ['keyboard-overlay-key'];
470 // to trigger the overlay, avoid updating in response to keyup events until at
518 key.className = 'keyboard-overlay-key';
526 keyText.className = 'keyboard-overlay-key-text';
532 shortcutText.className = 'keyboard-overlay-shortcut-text';
550 instructions.className = 'keyboard-overlay-instructions';
562 instructionsText.className = 'keyboard-overlay-instructions-text';
568 instructionsHideText.className = 'keyboard-overlay
[all...]
/external/chromium_org/third_party/polymer/components-chromium/paper-dialog/
H A Dpaper-dialog-extracted.js18 * with the class `core-overlay-backdrop`. When opened the `core-opened`
78 this.$.overlay.toggle();
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
H A Doverlay.css6 .overlay {
22 /* Used to slide in the overlay. */
23 .overlay.transparent .page {
30 .overlay .page {
44 .loading .overlay,
45 .loading .overlay .page {
49 /* keyframes used to pulse the overlay */
65 .overlay .page.pulse {
72 .overlay .page > .close-button {
83 html[dir='rtl'] .overlay
[all...]
/external/chromium-trace/trace-viewer/src/ui/
H A Doverlay.css6 .overlay-root * {
11 .overlay-root {
26 .overlay-root:not([visible]) {
30 .overlay-root > .content-host {
37 .overlay * {
41 .overlay-root > .content-host > * {
45 .overlay-root > .content-host .tool-bar {
52 .overlay-root > .content-host .tool-bar .exit-button {
61 .overlay {
H A Doverlay.js11 * You can turn any div into an overlay. Note that while an
12 * overlay element is shown, its parent is changed. Hiding the overlay
16 base.requireStylesheet('ui.overlay');
35 this.classList.add('overlay-root');
77 * Adds an overlay, attaching it to the contentHost so that it is visible.
79 showOverlay: function(overlay) {
80 // Reparent this to the overlay content host.
81 overlay.oldParent_ = overlay
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Doverlay.js9 // overlay wins, unless the combine argument was true and not overridden,
10 // or state.overlay.combineTokens was true, in which case the styles are
23 CodeMirror.overlayMode = function(base, overlay, combine) {
28 overlay: CodeMirror.startState(overlay),
37 overlay: CodeMirror.copyState(overlay, state.overlay),
56 state.overlayCur = overlay.token(stream, state.overlay);
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DsuggestBox.css31 .suggest-box-overlay {
41 .suggest-box-overlay .suggest-box-left-spacer {
45 .suggest-box-overlay .suggest-box-horizontal {
52 .suggest-box-overlay .suggest-box-top-spacer {
56 .suggest-box-overlay.under-anchor .suggest-box-top-spacer,
57 .suggest-box-overlay:not(.under-anchor) .suggest-box-bottom-spacer {
61 .suggest-box-overlay .suggest-box {
74 .suggest-box-overlay.under-anchor .suggest-box {
78 .suggest-box-overlay .suggest-box .suggest-box-content-item {
89 .suggest-box-overlay
[all...]
/external/chromium_org/ui/webui/resources/css/
H A Doverlay.css6 .overlay {
24 /* Used to slide in the overlay. */
25 .overlay.transparent .page {
32 .overlay .page {
47 .loading .overlay,
48 .loading .overlay .page {
52 /* keyframes used to pulse the overlay */
68 .overlay .page.pulse {
75 .overlay .page > .close-button {
87 html[dir='rtl'] .overlay
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_phyuv_c.h57 extern int ph_LockYUVOverlay(_THIS, SDL_Overlay* overlay);
58 extern void ph_UnlockYUVOverlay(_THIS, SDL_Overlay* overlay);
59 extern int ph_DisplayYUVOverlay(_THIS, SDL_Overlay* overlay, SDL_Rect* src, SDL_Rect* dst);
60 extern void ph_FreeYUVOverlay(_THIS, SDL_Overlay* overlay);
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dpointer_overlay.css5 #pointer-overlay > .content-area > :not([hidden]) + :nth-child(2) {
/external/chromium-trace/trace-viewer/src/about_tracing/
H A Dprofiling_view.css22 .profiling-overlay {
28 .profiling-overlay .raw-text {
33 .profiling-overlay .error {
/external/aac/libAACdec/src/
H A Drvlcconceal.cpp148 *refIsFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
154 *refNrgFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
160 *refScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
224 *refIsBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
230 *refNrgBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
236 *refScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds];
268 CErRvlcInfo *pRvlc = &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo;
329 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[pRvlc->conceal_max] = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[pRvlc->conceal_max];
330 pAacDecoderChannelInfo->pComData->overlay
[all...]
/external/chromium_org/ui/webui/resources/js/cr/ui/page_manager/
H A Dpage_manager.js9 * PageManager contains a list of root Page and overlay Page objects and
12 * of pages and overlay(s). Handlers for user events, like pressing buttons,
13 * can call into PageManager to open a particular overlay or cancel an
14 * existing overlay.
39 * overlay names to the respective overlay object.
66 var containers = document.querySelectorAll('body > .overlay');
68 var overlay = containers[i];
69 cr.ui.overlay.setupOverlay(overlay);
[all...]

Completed in 2510 milliseconds

123456789