/external/webkit/Source/WebCore/manual-tests/ |
drag-cursor-notallowed.html | 47 messageElm.style.visibility = "hidden"; 55 defaultMessageElm.style.visibility = "hidden"; 103 <div id="message" style="visibility:hidden">The cursor should be <img alt="not-allowed" src="data:image/gif;base64,R0lGODlhEgASAIAAAAAAAP///yH5BAAAAAAALAAAAAASABIAAAIvjA+px6ifmnmM1ijDmlbuuHmAhoWXaTqYKq7sObZw3HwgXd8cPr8yDGxBXEJioAAAOw==">. Is it?</div>
|
/frameworks/base/opengl/libs/ |
Android.mk | 35 LOCAL_CFLAGS += -fvisibility=hidden 89 LOCAL_CFLAGS += -fvisibility=hidden 121 LOCAL_CFLAGS += -fvisibility=hidden
|
/external/chromium/chrome/browser/sync/glue/ |
typed_url_model_associator_unittest.cc | 22 bool hidden, 30 history_url.set_hidden(hidden); 41 bool hidden) { 46 typed_url.set_hidden(hidden); 56 (lhs.hidden() == rhs.hidden());
|
/external/llvm/utils/vim/ |
vimrc | 154 " Chop off " (Hidden)", if present, and move it to the menu. 155 let l:hidden = stridx(l:value, " (Hidden)") 156 if l:hidden != -1 157 let l:menu .= " (Hidden)" 158 let l:value = l:value[:l:hidden-1]
|
/external/qemu/distrib/sdl-1.2.12/src/audio/arts/ |
SDL_artsaudio.c | 156 SDL_free(device->hidden); 170 this->hidden = (struct SDL_PrivateAudioData *) 171 SDL_malloc((sizeof *this->hidden)); 173 if ( (this == NULL) || (this->hidden == NULL) ) { 180 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dsp/ |
SDL_dspaudio.c | 85 SDL_free(device->hidden); 97 this->hidden = (struct SDL_PrivateAudioData *) 98 SDL_malloc((sizeof *this->hidden)); 100 if ( (this == NULL) || (this->hidden == NULL) ) { 107 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/mint/ |
SDL_mintaudio_dma8.c | 119 SDL_free(device->hidden); 131 this->hidden = (struct SDL_PrivateAudioData *) 132 SDL_malloc((sizeof *this->hidden)); 134 if ( (this == NULL) || (this->hidden == NULL) ) { 141 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
|
SDL_mintaudio_stfa.c | 119 SDL_free(device->hidden); 131 this->hidden = (struct SDL_PrivateAudioData *) 132 SDL_malloc((sizeof *this->hidden)); 134 if ( (this == NULL) || (this->hidden == NULL) ) { 141 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
|
/external/qemu/distrib/sdl-1.2.12/src/audio/windib/ |
SDL_dibaudio.c | 61 SDL_free(device->hidden); 73 this->hidden = (struct SDL_PrivateAudioData *) 74 SDL_malloc((sizeof *this->hidden)); 76 if ( (this == NULL) || (this->hidden == NULL) ) { 83 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/scrollbar/ |
scrollbar.edc | 102 state: "hidden" 0.0; 170 action: STATE_SET "hidden" 0.0; 175 action: STATE_SET "hidden" 0.0; 279 state: "hidden" 0.0; 347 action: STATE_SET "hidden" 0.0; 352 action: STATE_SET "hidden" 0.0;
|
/bionic/libc/arch-x86/bionic/ |
atexit.S | 31 .hidden atexit 54 .hidden __x86.get_pc_thunk.bx
|
/external/chromium/chrome/browser/resources/chromeos/ |
choose_mobile_network.html | 51 <div id="choosing" class="content-area" hidden> 53 <div id="no-mobile-networks" class="content-area" hidden>
|
/external/chromium/chrome/browser/resources/options/ |
language_options.html | 1 <div class="page hidden" id="languagePage"> 61 <div id="auto-spell-correction-option" class="hidden" class="checkbox">
|
subpages_tab_controls.css | 42 visibility: hidden; 46 * override the hidden visibility above in the active tab case.
|
/external/clang/test/CodeGen/ |
attributes.c | 51 // CHECK: define hidden void @t4() nounwind { 52 void t4() __attribute__((visibility("hidden")));
|
/external/grub/stage2/ |
fat.h | 50 __u32 hidden; /* hidden sectors (unused) */ member in struct:fat_bpb
|
/external/libpng/ |
Android.mk | 25 common_CFLAGS := -fvisibility=hidden ## -fomit-frame-pointer 30 # In this case, gcc cygwin doesn't recognize -fvisibility=hidden
|
/external/llvm/test/CodeGen/X86/ |
2011-06-12-FastAllocSpill.ll | 19 @0 = external hidden constant %0 21 define hidden void @f() ssp {
|
lsr-redundant-addressing.ll | 9 @pgm = external hidden unnamed_addr global [5 x %0], align 32 10 @isa = external hidden unnamed_addr constant [13 x %1], align 32
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosmouse.c | 232 window_state[0] = this->hidden->window_handle; 236 osX = (x << this->hidden->xeig) + window_state[1]; 237 osY = window_state[4] - (y << this->hidden->yeig); 272 int r = (this->hidden->screen_width << this->hidden->xeig) - 1; 273 int t = (this->hidden->screen_height << this->hidden->yeig) - 1; 284 *((int *)window_state) = this->hidden->window_handle;
|
/external/v8/ |
Android.libv8.mk | 61 # The -fvisibility=hidden option below prevents exporting of symbols from 68 -fvisibility=hidden \
|
/external/webkit/Source/WebCore/html/ |
HTMLAttributeNames.in | 28 aria-hidden 111 hidden
|
/external/webkit/Source/WebCore/rendering/svg/ |
SVGRenderSupport.h | 48 // Shares child layouting code between RenderSVGRoot/RenderSVG(Hidden)Container 51 // Helper function determining wheter overflow is hidden
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/ |
webkit | 24 aria-hidden 99 hidden
|