OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hidden
(Results
176 - 200
of
1070
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/WebCore/manual-tests/
print-with-height-transition-in-screen-stylesheet.html
4
overflow:
hidden
;
/external/webkit/WebKit/win/Interfaces/
AccessibleComparable.idl
38
hidden
,
IWebCache.idl
34
hidden
,
IWebCookieManager.idl
43
hidden
,
IWebCoreStatistics.idl
34
hidden
,
IWebKitStatistics.idl
34
hidden
,
IWebMutableURLRequestPrivate.idl
44
hidden
,
IWebNavigationData.idl
39
hidden
,
IWebWorkersPrivate.idl
44
hidden
,
/frameworks/base/tests/BrowserTestPlugin/jni/
Android.mk
43
LOCAL_CFLAGS += -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/libffi/
fficonfig.h.in
43
/* Define if __attribute__((visibility("
hidden
"))) is supported. */
149
#define FFI_HIDDEN(name) .
hidden
name
151
#define FFI_HIDDEN __attribute__ ((visibility ("
hidden
")))
/external/libffi/linux-arm/
fficonfig.h
43
/* Define if __attribute__((visibility("
hidden
"))) is supported. */
149
#define FFI_HIDDEN(name) .
hidden
name
151
#define FFI_HIDDEN __attribute__ ((visibility ("
hidden
")))
/external/libffi/linux-x86/
fficonfig.h
43
/* Define if __attribute__((visibility("
hidden
"))) is supported. */
149
#define FFI_HIDDEN(name) .
hidden
name
151
#define FFI_HIDDEN __attribute__ ((visibility ("
hidden
")))
/external/webkit/WebCore/inspector/front-end/
Popup.js
37
* element is an optional unparented visible element (style.display != "none" AND style.visibility != "
hidden
").
64
this._contentElement.removeStyleClass("
hidden
");
93
this._contentElement.addStyleClass("
hidden
");
ElementsPanel.js
633
// Clicking a collapsed crumb will expose the
hidden
crumbs.
636
// that is still
hidden
. This allows the user to expose every crumb.
639
var
hidden
= currentCrumb.hasStyleClass("
hidden
");
641
if (!
hidden
&& !collapsed)
804
crumb.removeStyleClass("
hidden
");
[
all
...]
/external/libffi/src/cris/
ffi.c
240
__attribute__ ((__visibility__ ("
hidden
")));
270
mark them
hidden
. */
274
__attribute__ ((__visibility__ ("
hidden
")));
279
__attribute__ ((__visibility__ ("
hidden
")));
284
__attribute__ ((__visibility__ ("
hidden
")));
/external/qemu/distrib/sdl-1.2.12/src/audio/nto/
SDL_nto_audio.c
170
if ((device)&&(device->
hidden
))
172
SDL_free(device->
hidden
);
189
this->
hidden
= (struct SDL_PrivateAudioData *)SDL_malloc(sizeof(struct SDL_PrivateAudioData));
191
if ((this == NULL) || (this->
hidden
== NULL))
200
SDL_memset(this->
hidden
, 0, sizeof(struct SDL_PrivateAudioData));
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c
70
if (device ->
hidden
) SDL_free (device ->
hidden
) ;
88
device ->
hidden
= (struct SDL_PrivateVideoData *)
89
SDL_malloc ((sizeof * device ->
hidden
)) ;
92
if ((device == NULL) || (device ->
hidden
== NULL)) {
97
SDL_memset (device ->
hidden
, 0, (sizeof * device ->
hidden
)) ;
/external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c
94
SDL_free(device->
hidden
);
109
device->
hidden
=
110
(struct SDL_PrivateVideoData *)SDL_malloc((sizeof *device->
hidden
));
111
if (device->
hidden
== NULL) {
116
SDL_memset(device->
hidden
, 0, (sizeof *device->
hidden
));
117
device->
hidden
->fd = -1;
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c
116
if ( device->
hidden
) {
117
SDL_free(device->
hidden
);
134
device->
hidden
= (struct SDL_PrivateVideoData *)
135
SDL_malloc((sizeof *device->
hidden
));
139
if ( (device == NULL) || (device->
hidden
== NULL) ||
145
SDL_memset(device->
hidden
, 0, (sizeof *device->
hidden
));
339
this->
hidden
->supportRotation = ChangeDisplaySettingsEx(NULL, &settings, NULL, CDS_TEST, NULL) == DISP_CHANGE_SUCCESSFUL;
351
if( this->
hidden
->supportRotation )
386
this->
hidden
->origRotation = -1
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c
235
if (device->
hidden
) {
237
if (device->
hidden
->dspinfo)
238
SDL_free(device->
hidden
->dspinfo);
240
SDL_free(device->
hidden
);
254
device->
hidden
= (struct SDL_PrivateVideoData *)
255
SDL_malloc((sizeof *device->
hidden
));
256
if (device->
hidden
)
257
SDL_memset(device->
hidden
, 0, sizeof ( *(device->
hidden
) ) );
259
if ( (device == NULL) || (device->
hidden
== NULL) )
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.c
208
SDL_free(device->
hidden
);
222
this->
hidden
= (struct SDL_PrivateAudioData *)
223
SDL_malloc((sizeof *this->
hidden
));
225
if ( (this == NULL) || (this->
hidden
== NULL) ) {
232
SDL_memset(this->
hidden
, 0, (sizeof *this->
hidden
));
/external/qemu/distrib/sdl-1.2.12/src/audio/paudio/
SDL_paudio.c
82
SDL_free(device->
hidden
);
94
this->
hidden
= (struct SDL_PrivateAudioData *)
95
SDL_malloc((sizeof *this->
hidden
));
97
if ( (this == NULL) || (this->
hidden
== NULL) ) {
104
SDL_memset(this->
hidden
, 0, (sizeof *this->
hidden
));
/external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
SDL_dx5audio.c
133
SDL_free(device->
hidden
);
150
this->
hidden
= (struct SDL_PrivateAudioData *)
151
SDL_malloc((sizeof *this->
hidden
));
153
if ( (this == NULL) || (this->
hidden
== NULL) ) {
160
SDL_memset(this->
hidden
, 0, (sizeof *this->
hidden
));
Completed in 181 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>