HomeSort by relevance Sort by last modified time
    Searched refs:hidden (Results 76 - 100 of 407) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/css/
svg.css 37 [CSS2-LAYOUT] or XSL formatting [XSL], if the 'overflow' property has the value hidden or scroll, then
41 Opera/Firefox & WebKit agreed on NOT setting "overflow: hidden" for the outermost svg element - SVG 1.1 Errata
46 overflow: hidden
  /external/webkit/Source/WebKit/win/Interfaces/
IWebCache.idl 34 hidden,
IWebCookieManager.idl 43 hidden,
IWebHistoryPrivate.idl 31 hidden,
IWebJavaScriptCollector.idl 34 hidden,
IWebMutableURLRequestPrivate.idl 44 hidden,
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.h 58 #define HIDDEN (this->hidden)
  /external/webkit/Source/WebCore/html/
HiddenInputType.cpp 45 return InputTypeNames::hidden();
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio.h 36 /* Hidden "this" pointer for the audio functions */
57 #define MINTAUDIO_frequencies (this->hidden->frequencies)
58 #define MINTAUDIO_freqcount (this->hidden->freq_count)
59 #define MINTAUDIO_numfreq (this->hidden->numfreq)
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.c 90 SDL_free(device->hidden);
102 device->hidden = (struct SDL_PrivateVideoData *)
103 SDL_malloc((sizeof *device->hidden));
105 if ( (device == NULL) || (device->hidden == NULL) ) {
112 SDL_memset(device->hidden, 0, (sizeof *device->hidden));
232 if (this->hidden->alloc_bank) SDL_free(this->hidden->alloc_bank);
233 this->hidden->alloc_bank = 0;
258 if (this->hidden->window_handle) WIMP_DeleteWindow(this)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 105 free (device->hidden);
118 this->hidden = (struct SDL_PrivateVideoData *) SDL_malloc (sizeof(struct SDL_PrivateVideoData));
120 if (!this || !this->hidden) {
126 memset (this->hidden, 0, sizeof(struct SDL_PrivateVideoData));
346 if (this->hidden->buffer) SDL_free (this->hidden->buffer);
347 this->hidden->buffer = SDL_malloc (width * height * (bpp / 8));
348 if (!this->hidden->buffer) {
353 memset (this->hidden->buffer, 0, width * height * (bpp / 8));
357 SDL_free (this->hidden->buffer)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 69 SDL_free(device->hidden);
81 device->hidden = (struct SDL_PrivateVideoData *)
82 SDL_malloc((sizeof *device->hidden));
84 if ( (device == NULL) || (device->hidden == NULL) ) {
91 SDL_memset(device->hidden, 0, (sizeof *device->hidden));
290 local_this->hidden->x_ratio = ((double)aa_imgwidth(context)) / ((double)local_this->screen->w);
291 local_this->hidden->y_ratio = ((double)aa_imgheight(context)) / ((double)local_this->screen->h);
293 fastscale (local_this->hidden->buffer, aa_image(context), local_this->hidden->w, aa_imgwidth (context), local_this->hidden->h, aa_imgheight (context))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/baudio/
SDL_beaudio.cc 55 SDL_free(device->hidden);
67 device->hidden = (struct SDL_PrivateAudioData *)
68 SDL_malloc((sizeof *device->hidden));
70 if ( (device == NULL) || (device->hidden == NULL) ) {
77 SDL_memset(device->hidden, 0, (sizeof *device->hidden));
  /external/qemu/distrib/sdl-1.2.12/src/audio/dmedia/
SDL_irixaudio.c 63 SDL_free(device->hidden);
75 this->hidden = (struct SDL_PrivateAudioData *)
76 SDL_malloc((sizeof *this->hidden));
78 if ( (this == NULL) || (this->hidden == NULL) ) {
85 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
  /external/qemu/distrib/sdl-1.2.12/src/audio/esd/
SDL_esdaudio.c 140 SDL_free(device->hidden);
154 this->hidden = (struct SDL_PrivateAudioData *)
155 SDL_malloc((sizeof *this->hidden));
157 if ( (this == NULL) || (this->hidden == NULL) ) {
164 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
  /external/qemu/distrib/sdl-1.2.12/src/audio/macosx/
SDL_coreaudio.c 49 SDL_free(device->hidden);
61 this->hidden = (struct SDL_PrivateAudioData *)
62 SDL_malloc((sizeof *this->hidden));
64 if ( (this == NULL) || (this->hidden == NULL) ) {
71 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
  /bionic/libc/arch-arm/bionic/
atexit.S 40 .hidden atexit
  /external/chromium/third_party/libevent/
Android.mk 22 LOCAL_CFLAGS := -DHAVE_CONFIG_H -DANDROID -fvisibility=hidden
  /external/libffi/darwin-x86/
fficonfig.h 44 /* Define if __attribute__((visibility("hidden"))) is supported. */
150 #define FFI_HIDDEN(name) .hidden name
152 #define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.h 37 /* Hidden "this" pointer for the video functions */
39 #define private (this->hidden)
  /frameworks/base/tests/BrowserTestPlugin/jni/
Android.mk 45 LOCAL_CFLAGS += -fvisibility=hidden
  /external/webkit/Source/WebCore/inspector/front-end/
ResourceHeadersView.js 70 this._queryStringTreeElement.hidden = true;
76 this._formDataTreeElement.hidden = true;
82 this._requestPayloadTreeElement.hidden = true;
112 this._queryStringTreeElement.hidden = !queryParameters;
119 this._formDataTreeElement.hidden = true;
120 this._requestPayloadTreeElement.hidden = true;
128 this._formDataTreeElement.hidden = false;
131 this._requestPayloadTreeElement.hidden = false;
251 requestMethodElement.hidden = !this._resource.statusCode;
253 statusCodeElement.hidden = !this._resource.statusCode
    [all...]
  /bionic/libc/arch-x86/bionic/
atexit.S 31 .hidden atexit
54 .hidden __x86.get_pc_thunk.bx
  /external/antlr/src/org/antlr/runtime/tree/
ParseTree.java 84 /** Emit a token and all hidden nodes before. EOF node holds all
85 * hidden tokens after last real token.
91 Token hidden = (Token) hiddenTokens.get(i); local
92 buf.append(hidden.getText());
  /external/chromium/chrome/browser/resources/ntp4/
apps_page.css 15 overflow: hidden;

Completed in 418 milliseconds

1 2 34 5 6 7 8 91011>>