Searched defs:showing (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DWebNodeHighlight.cpp221 void WebNodeHighlight::onWebViewShowWindow(bool showing) argument
226 if (isShowing() == showing)
229 if (showing)
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
H A DAwtPanel.java40 private AtomicBoolean showing = new AtomicBoolean(false); field in class:AwtPanel
114 if (showing.getAndSet(currentShowing) != currentShowing){
116 System.out.println("OGL: Enter showing state.");
118 System.out.println("OGL: Exit showing state.");
181 return paintMode != PaintMode.OnRequest && showing.get();
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_cursor.c189 showing the new one. (But don't erase NULL cursor)
267 int showing; local
269 showing = (SDL_cursorstate & CURSOR_VISIBLE);
278 if ( (SDL_cursorstate & CURSOR_VISIBLE) != showing ) {
290 return(showing ? 1 : 0);
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.cc212 // If we are showing a context menu, maintain the illusion that webkit has
840 void RenderWidgetHostViewGtk::ShowingContextMenu(bool showing) { argument
841 is_showing_context_menu_ = showing;
1006 // If the grey blend is showing, we make two drawing calls. Use double
1077 // Use MOZ_CURSOR_SPINNING if we are showing the default cursor and
H A Drender_widget_host_view_views.cc363 void RenderWidgetHostViewViews::ShowingContextMenu(bool showing) { argument
364 is_showing_context_menu_ = showing;
822 // If the grey blend is showing, we make two drawing calls. Use double
894 // If we are showing a context menu, maintain the illusion that webkit has
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 234 milliseconds